File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,10 +38,14 @@ pdfScale.sh v2.6.2 - Paper Sizes
3838-------------+-----------------------------
3939```
4040#### Scale by 0.95 (-5%)
41- This also shows a very special case of a PDF file that has no ` /MediaBox ` defined.
42- It is a dumb container of n-up binary PDF pages.
43- ` Ggrep ` fails, then ` PDFInfo ` fails (not installed), then ImageMagick fails (not installed) and then the Ghostscript PS script does the job .
44- This was on CygWin64 ` @ ` Windows11 x64, MacOS would try ` mdls ` as well.
41+ This also shows a very special case of a PDF file that has no ` /MediaBox ` defined. It is a dumb container of n-up binary PDF pages.
42+
43+ 1 . ` Ggrep ` fails, then
44+ 2 . ` PDFInfo ` fails (not installed), then
45+ 3 . ` ImageMagick ` fails (not installed), then
46+ 4 . The Ghostscript PS script does the job
47+
48+ * This was on CygWin64 ` @ ` Windows11 x64, MacOS would try ` mdls ` as well.*
4549```
4650$ ./pdfScale.sh -v ../input-nup.pdf
4751pdfScale.sh v2.6.2 - Verbose Execution
You can’t perform that action at this time.
0 commit comments