exceptions module

exception pdf4py.exceptions.PDFGenericError

Raised when a generic error happens.

exception pdf4py.exceptions.PDFLexicalError

Raised when a lexical error is encountered during input scanning.

exception pdf4py.exceptions.PDFSyntaxError

Raised when the parsed PDF does not conform to syntax rules.

exception pdf4py.exceptions.PDFUnsupportedError

Raised when the parser does not support a PDF feature.

exception pdf4py.exceptions.PDFWrongPasswordError

Raised when the user gives in input a wrong password.