Releases: dusrdev/PdfTool
Releases · dusrdev/PdfTool
Stable - v1.2.2
Stable - V1.2.1
CHANGELOG
- Fixed possible issue where validation of first file in batch could be skipped
- Improved stability
Stable - V1.2.0
v1.2.0 -
Stable Release - v1.0.3
Changelog
- Modified algorithms and options for image conversion, maintain aspect ratio has been removed as image integrity is more important than the page, thus there are now 2 options:
Render full image
which changes the page size to the image size and renders the entire image without compression, andFit Image Into Page
which maintains the page size as default (A4 or US Letter - depends on region) and then renders the image to fit inside and centers it to maintain the image aspect ratio. - Added a pdf action mode of splitting a pdf, it will take a multi-page pdf and split it into different files.
- Added a selector for both pdf-action:
Merge
orSplit
, and Image conversion:Render full image
orFit image into page
. - Added a config file to save the selected user settings ->default file name for merged will not be saved as to prevent a situation where a user renamed the merged file name to fit a certain context and then saves a different file under the same context which can be confusing.
Stable release - v1.0.2
Changelog
- Further enhanced image conversion algorithm to better fit more square images that previously were cropped one way or the other
- Addressed possible memory leaks in both merging and conversion algorithms
- Image conversion will now happen in parallel, massively increasing performance when using on large collections.
Stable release - v1.0.1
Changes
- Structure of the application was decoupled and optimized to increase performance and make maintenance easier.
- When merged or requested filename already exists, the new file will be appended with a
TimeSpan
to the second. - Image resizing is now even more accurate, and page sizes are automatically set to the defaults of the region.
- Outputs should be more responsive.
Stable release - v1.0.0
Completed readme