Skip to content

Releases: svengeance/QPdfSharp

v1.2.0

26 Feb 07:21
Compare
Choose a tag to compare

Updates

Updates QPdf NuGet packages to the latest (v11.9.0)

Full Changelog: v1.1.1...v1.2.0

v1.1.1

26 Feb 07:08
Compare
Choose a tag to compare

Updates

Updates QPdf NuGet packages to the latest (v11.9.0)

Full Changelog: v1.1.0...v1.1.1

v1.1.0

06 Jan 08:44
Compare
Choose a tag to compare

Adjustments

  • Minor code simplifications

Fixes

  • Properly orders initialization of writing before setting QPdf write properties
  • Flaky test

Full Changelog: v1.0.0...v1.1.0

v1.0.1

06 Jan 07:58
Compare
Choose a tag to compare

Adjustments

  • Minor code simplifications

Fixes

  • Properly orders initialization of writing before setting QPdf write properties
  • Flaky test

Full Changelog: v1.0.0...v1.0.1

v1.0.0

05 Jan 18:40
Compare
Choose a tag to compare

Features

  • Adds read/write/update operations from JSON files created by QPDF.
  • Adds various properties to QPdf for reading document properties.

Adjustments

  • Silences errors written by QPDF to stderr in favor of managed exceptions.

Full Changelog: v0.8.0...v1.0.0

v0.8.0

01 Jan 17:39
Compare
Choose a tag to compare

Breaking Changes

  • PdfWriteOptions is now a class.

Features

  • Can pass in PdfReadOptions to adjust some behaviors when reading PDFs.

Full Changelog: v0.7.1...v0.8.0

v0.7.1

01 Jan 09:06
Compare
Choose a tag to compare

Breaking Changes

  • Adjusts a few enum names

Features

  • Provides operations for adding or removing pages in a PDF document.

Full Changelog: v0.7.0...v0.7.1

v0.3.1

31 Dec 10:12
Compare
Choose a tag to compare

Breaking Changes

  • Ensures PDF objects can only be written once
    • Attempting to do so more than once will throw an exception
  • Prevents usage of a Stream returned from QPdf after the QPdf instance has been disposed

Features

  • Allows passing in a QPdfWriteOptions instance to set various PDF properties

Adjustments

  • Improves interop code

Full Changelog: v0.3.0...v0.3.1

v0.0.1

27 Dec 08:29
Compare
Choose a tag to compare

0.0.1

Initial push of library with the following features:

  • Read PDFs from memory or file
  • Retrieve page count
  • Write PDF to memory or file

Full Changelog: 0.0.1...v0.0.1