Releases: torakiki/pdfsam
Releases · torakiki/pdfsam
v5.1.1
- JDK 20
- JavaFX 20
- Fixed loading workspace from the command line with
--workspace=/path/to/file.json
- Added a
Close
button to the logs viewer to go back to the latest active tool - Updated translations
Clear
button in single input tools made consistent with the one in multiple inputs tools- Adjusted column width so that file name column is wider then others
v5.0.3
v5.0.2
v5.0.1
v5.0.0
- Upgraded JDK to version 19.0.2
- Updated translations
- Upgraded dependencies
- New layout for the side bar where all the controls have been moved
- Added a setting to drive the font size used in the application
- Page normalization in Merge tool is now a combo with an additional entry
- Added the total number of selected pages in Merge and Alternate Mix tools
- Added a column to Merge and Alternate Mix tools to show the number of selected pages per row, based on the input interval
v5.0.0.M1
- Migrated everything to the latest JDK 19.0.1
- Migrated all the dependencies to their latest version
- Refreshed the default light theme
- Added a couple of dark themes and an additional light theme
- Extract pages tool now has the ability to create a separate PDF file for each page range
- Added a new tool to insert a PDF document (every page or selected pages) into another one, multiple times every "n" pages.
- Upgraded Sejda (PDF engine) to the latest milestone release. Sejda and all it's dependencies have been lately migrated to JDK 17 and modularized (JPMS)
- Upgraded sejda-io to latest v4. Version 4 has been migrated to JDK 19 and got rid of the Unsafe Cleaner hack to clean memory mapped files in favor of the Foreign Function & Memory API preview feature
- No more FontAwesome (replaced by Unicons)
- Removed Logback (replaced by Tinylog)
- New tools icons
- Application now runs on the modulepath