Exceptions¶
- exception pdfnaut.exceptions.MissingCryptProviderError[source]¶
Bases:
Exceptionpdfnaut cannot encrypt or decrypt because no crypt provider is available.
- exception pdfnaut.exceptions.PdfFilterError[source]¶
Bases:
PdfParseErrorA filter was unable to decode a stream or the filter in question is not supported.
- exception pdfnaut.exceptions.PdfParseError[source]¶
Bases:
ExceptionThe parser was unable to continue parsing the PDF.