You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File names/folders don't need to be at the end no more
Detecting permission errors
Better options and argument validation
New Option -n, --no-overwrite - aborts if output target exists.
Rebuilt Flip-Detection
New Paper Type 'source' wildcard, to run resizing without resizing paper: -r source
Auto-modes do not fallback to defaults on error anymore, error printed, execution aborted
Rebuilt help info
Many new auxiliary functions
Few new execution flags
More error detection
Able to read files with stupid pdf extensions like .Pdf
Removes stupid pDf extensions on automatic naming
Better Verbosing messages
And many other minor changes
v2.0.5 Additions:
GS calls have exclusive functions for easy output capturing
Capturing possible GS errors and printing to stderr as debug message
v2.0.4 Fix:
Fix to finalStatus verbose message
v2.0.3 Additions:
-V (print version) option was broken since 2.0.0. Was only working with verbose set before it.
Workaround for versions 2.0.0, 2.0.1, 2.0.2: $ ./pdfScale.sh -v -V
Fixed!
Improvement in grep method by using -m 1 to return only first occurrence so we don't have to cut the first line. May improve the speed for page-size detection of big PDF files.