| 31 | class PDFNoOutlines(PDFException): pass |
| 32 | class PDFDestinationNotFound(PDFException): pass |
| 33 | class PDFEncryptionError(PDFException): pass |
| 34 | class PDFPasswordIncorrect(PDFEncryptionError): pass |
| 35 | |
| 36 | # some predefined literals and keywords. |
no outgoing calls
no test coverage detected
searching dependent graphs…