Releases: cityssm/pdfFlattener
Releases · cityssm/pdfFlattener
v1.0.0
v0.6
- 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
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
v0.4 - PDF Flattener
- 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
- 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
- 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
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.