API reference
Exceptions
The pdfspine exception hierarchy rooted at PdfError, mapping the concrete subclasses to PyMuPDF failure modes.
Every pdfspine error derives from PdfError, so except pdfspine.PdfError:
catches them all. The concrete subclasses map to PyMuPDF's failure modes.
PdfError
Full API for
pdfspine.PdfError — methods, signatures, and docstrings — is generated from source. See the pdfspine API reference or your editor's autocomplete.PdfSyntaxError
Full API for
pdfspine.PdfSyntaxError — methods, signatures, and docstrings — is generated from source. See the pdfspine API reference or your editor's autocomplete.PdfPasswordError
Full API for
pdfspine.PdfPasswordError — methods, signatures, and docstrings — is generated from source. See the pdfspine API reference or your editor's autocomplete.PdfUnsupportedError
Full API for
pdfspine.PdfUnsupportedError — methods, signatures, and docstrings — is generated from source. See the pdfspine API reference or your editor's autocomplete.PdfDecodeError
Full API for
pdfspine.PdfDecodeError — methods, signatures, and docstrings — is generated from source. See the pdfspine API reference or your editor's autocomplete.PdfLimitError
Full API for
pdfspine.PdfLimitError — methods, signatures, and docstrings — is generated from source. See the pdfspine API reference or your editor's autocomplete.PdfRedactionError
Full API for
pdfspine.PdfRedactionError — methods, signatures, and docstrings — is generated from source. See the pdfspine API reference or your editor's autocomplete.