Skip to content

Commit 6cc3b24

Browse files
committed
v2.6.2 - Update README.md
1 parent 8818092 commit 6cc3b24

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4751
pdfScale.sh v2.6.2 - Verbose Execution

0 commit comments

Comments
 (0)