Skip to content

Releases: dusrdev/PdfTool

Stable - v1.2.2

24 Apr 16:28
Compare
Choose a tag to compare

CHANGELOG

  • Improved stability
  • Updated core packages
  • Adder correct progress for image conversion (instead of indeterminate)

Stable - V1.2.1

19 Apr 08:16
Compare
Choose a tag to compare

CHANGELOG

  • Fixed possible issue where validation of first file in batch could be skipped
  • Improved stability

Stable - V1.2.0

16 Apr 16:26
Compare
Choose a tag to compare
v1.2.0

-

Stable Release - v1.0.3

18 Oct 09:07
Compare
Choose a tag to compare

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, and Fit 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 or Split, and Image conversion: Render full image or Fit 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

17 Sep 09:22
Compare
Choose a tag to compare

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

14 Sep 11:01
Compare
Choose a tag to compare

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

11 Sep 08:17
Compare
Choose a tag to compare
Completed readme