File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Inspired by http://stackoverflow.com/questions/14644353/get-the-number-of-pages-
66
77pdfinfo is an unix tool helping extract information from pdf files.
88
9- http://linux.about.com/library/cmd/blcmdl1_pdfinfo.htm
9+ http://linuxcommand.org/man_pages/pdfinfo1.html
1010
1111You can get page count, title, author..etc via the tool.
1212
@@ -43,7 +43,7 @@ This library throws 4 kind of exceptions to represent the official exit codes.
4343* PDFPermissionException
4444* OtherException
4545
46- Check the [ official documentation] ( http://linux.about.com/library/cmd/blcmdl1_pdfinfo.htm ) for more information.
46+ Check the [ official documentation] ( http://linuxcommand.org/man_pages/pdfinfo1.html ) for more information.
4747
4848
4949
You can’t perform that action at this time.
0 commit comments