Exceptions

exception pyxpdf.xpdf.PDFError(message)

Main exception base class for pyxpdf. All other exceptions inherit from this one.

exception pyxpdf.xpdf.XPDFError(message=None)

Base exception class for all xpdf errors.

exception pyxpdf.xpdf.PDFSyntaxError

Problem in parsing PDF file.

exception pyxpdf.xpdf.XPDFConfigError

Wrong or unsupported xpdf configuration setting.

exception pyxpdf.xpdf.PDFIOError

Error r/w file

exception pyxpdf.xpdf.PDFPermissionError

PDF does not have required permissions or is encrypted.

exception pyxpdf.xpdf.XPDFInternalError

xpdf inernal errors.

exception pyxpdf.xpdf.XPDFNotInplementedError

NotImplemented in xpdf sources