Releases: tavinus/pdfScale
Releases · tavinus/pdfScale
v2.6.3 - FixTemp
- Makes the temporary file use the output path and file name as basis again (instead of the input file/path).
- Temp file is only used in mixed mode operations.
- Since (v2.6.1 - Explode) we were using the INPUT file/path as basis for the temp file, reverted now, with string sanitization added
- Using the output target path makes more sense, since we will need write permissions there to create the final PDF anyways.
- We should only need read permissions from the INPUT file/path location.
v2.6.2 - PageRanges
- Added the
--range
option for processing page ranges with-sPageList
- Updated the
--info
option to show the number of pages and also the sizes of all pages - Updated
--help
information - Updated
README.md
with up-to-date examples - Overall code revision
v2.6.1 - Explode
- Added
-e
/--explode
option to split PDF into many files (one per page processed) - Minor code revision
- Updated Readme Documentation for v2.6.1
v2.6.0 - GSPageSizes
- Added check for strings binary (binutils)
- Added Ghostscript (PS) method for page size retrieval both for manual mode and adaptive mode
- Added GS method mode to help info
- Added updated v2.6.0
--help
to README.md
v2.5.9 - OldNewPDF
- Added MIT License
- Disabled
-dNEWPDF=false
parameter as default - Added
--newpdf
as optional parameter
v2.5.8 - Fix #35 (isFloatBiggerThanZero)
Fix for #35 - function isFloatBiggerThanZero()
v2.5.7 - Fix typos / Fix unquoted PdfScale name
v2.5.5 - dNEWPDF=false
Enforces using the Postscript interpreter instead of the new C interpreter
v2.5.3 - Cropbox Reset
v2.4.3 - Backgrounding4 *InfoUpdate
- Better info on readme and help about backgrounding
- Fact that backgrounding depends on scaling was not documented, now is
- Alternative to resizing is to run scaling with
1.0
- scales to the same size as the origin just to run the other scale commands