We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a623291 commit fe06174Copy full SHA for fe06174
README.md
@@ -36,6 +36,17 @@ echo $pdf->title; // Get the title
36
echo $pdf->pages; // Get the number of pages
37
```
38
39
+# Exceptions
40
+This library throws 4 kind of exceptions to represnet the official exit codes.
41
+* OpenPDFException
42
+* OpenOutputException
43
+* PDFPermissionException
44
+* OtherException
45
+
46
+Check the [official documentation](http://linux.about.com/library/cmd/blcmdl1_pdfinfo.htm) for more information.
47
48
49
50
# Reference
51
52
Currently this library supports the following metadata:
0 commit comments