Releases: xilopaint/alfred-pdf-tools
Releases · xilopaint/alfred-pdf-tools
v2.16
What's Changed
• Fixed a bug that prevented the Crop
file action to work properly on PDF files with mutiple pages.
• PyPDF2 replaced with PyPDF4.
v2.15
What's Changed
- Added Keyword to change the value of the "suffix" environment variable.
v2.14
What's Changed
- Improved syntax for Slice file action to allow the user to omit the second value of a page range in order to indicate that it ends on the last page of the PDF file (eg. "8-").
v2.13
What's Changed
- Added a
Scale
file action.
- Improved performance of the
Split by File Size
action.
- Allowed multiple PDF files selection for the
Crop
file action.
- Fixed a bug that prevents the user from splitting PDF files by file sizes smaller than 1 MB.
v2.12.1
What's Changed
- General code improvements.
v2.12
What's Changed
- Fixed a critical bug in
Split by File Size
action that under certain circumstances created files in infinite loop.
- Improved performance of
Split by File Size
and Optimize
file actions.
- Renames to
suffix
the environment variable in workflow’s configuration sheet.
v2.11
What's Changed
- Added a
tag
environment variable to the configuration sheet allowing the user to set his own tag for filenames once split and slice file actions output multiple files (part
is default).
v2.10
What's Changed
- Added a
Crop
file action to convert two-column pages in single pages.
- Fixed a bug that affects some file actions once the PDF file contains links.
v2.9
What's Changed
- Added progress bar for a more friendly tracking of the
Optimize
action.
v2.8
What's Changed
Added file action to decrypt PDF files.