Skip to content

Commit fe06174

Browse files
Update README.md
1 parent a623291 commit fe06174

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ echo $pdf->title; // Get the title
3636
echo $pdf->pages; // Get the number of pages
3737
```
3838

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+
3950
# Reference
4051

4152
Currently this library supports the following metadata:

0 commit comments

Comments
 (0)