Skip to content

Releases: cityssm/pdfFlattener

v0.6

03 Dec 14:01
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release
  • Image DPI for the output files can now be set while processing.
  • PDFBox updated to 2.0.24.

Full Changelog: v0.5...v0.6

v0.5 - PDF Flattener

07 Oct 18:15
Compare
Choose a tag to compare
v0.5 - PDF Flattener Pre-release
Pre-release

Destination file checks were actually checking the source file. Oops. Thanks @danharasymiw for the PR.

PDFBox updated from 2.0.15 to 2.0.17. See PDFBox release notes for bug fixes and improvements.

v0.4.1 - PDF Flattener

27 May 17:55
Compare
Choose a tag to compare
Pre-release

Updated PDFBox from 2.0.13 to 2.0.15, many bug fixes and performance improvements.

PDFBox Release Notes

v0.4 - PDF Flattener

14 Dec 21:28
Compare
Choose a tag to compare
v0.4 - PDF Flattener Pre-release
Pre-release
  • Can now accept parameters, the first is the source file, the second is the destination file.
  • Use a batch file as a shortcut to allow for drag-and-drop flattening.

v0.3 - PDF Flattener

14 Dec 19:53
Compare
Choose a tag to compare
v0.3 - PDF Flattener Pre-release
Pre-release
  • On systems with less than 2 GB of available memory, caching is disabled automatically.
  • Using system's look and feel for the dialog boxes.

v0.2 - PDF Flattener

14 Dec 15:43
1866f24
Compare
Choose a tag to compare
v0.2 - PDF Flattener Pre-release
Pre-release
  • Static variable config options.
  • Reduced default image DPI from 300 to 200.
  • Clear memory faster in some places.
  • More logging. More descriptive messages.

v0.1 - PDF Flattener

13 Dec 16:44
Compare
Choose a tag to compare
v0.1 - PDF Flattener Pre-release
Pre-release

Initial release as a proof-of-concept.

Todo:

  • Include a config file for rarely touched settings, like image DPI and suggested flattened file prefix/suffix.
  • Memory management.
  • Progress indicator. Right now, things are silent while the document is worked on.
  • Allow drag-and-drop flattening.