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
xpdferrors.
-
exception
pyxpdf.xpdf.PDFSyntaxError¶ Problem in parsing PDF file.
-
exception
pyxpdf.xpdf.XPDFConfigError¶ Wrong or unsupported
xpdfconfiguration 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¶ xpdfinernal errors.
-
exception
pyxpdf.xpdf.XPDFNotInplementedError¶ NotImplemented in
xpdfsources