Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@dmester dmester released this 19 Sep 12:26
· 285 commits to master since this release
e23513f

Improvements

  • Support for converting password protected PDFs.
  • Support for converting encrypted PDFs with access restrictions (as long as they don't restrict extraction of content).

Breaking changes

  • New optional parameter options on PdfDocument.Open.
  • EncryptedPdfException removed in favor of InvalidCredentialException and PermissionException.
  • PdfConversionException renamed to PdfException.
  • Document info properties on PdfDocument moved to separate class, accessible via the property Info on PdfDocument.

Bug fixes

  • Fixed unhandled exception when a PDF dictionary contained an integer with a value outside the range of a signed 32-bit integer.
  • Fixed various parsing exceptions that could occur if an object stream started at the input file buffer boundary.