Skip to content

Commit 4d2ebec

Browse files
committed
v2.6.2 - PageRanges - Added the --range option for processing page ranges; Updated the --info option to show the number of pages and also the sizes of all pages; Updated --help information; Updated readme with up-to-date examples; Minor overall code revision
1 parent 2428dbc commit 4d2ebec

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,38 @@ pdfScale.sh v2.6.2 - Verbose Execution
104104
Background: No background (default)
105105
Final Status: File created successfully
106106
107+
```
108+
#### Resize to A3, Scale by 1.11 (+11%) and Explode the results
109+
*Exploding (splitting) will create a PDF file for each page, with the `.Page#.pdf` suffix*
110+
```
111+
$ ./pdfScale.sh -v -s 1.11 -r A3 -e ../mixsync_manual_v1-4-2.pdf
112+
pdfScale.sh v2.6.2 - Verbose Execution
113+
Mixed Tasks: Resize & Scale
114+
Dry-Run: FALSE
115+
Input File: ../mixsync_manual_v1-4-2.pdf
116+
Output File: ../mixsync_manual_v1-4-2.A3.SCALED.Page%d.pdf
117+
Explode PDF: Enabled
118+
Get Page Size: Adaptive Enabled
119+
Method: Grep
120+
Page Range: None (all pages)
121+
Source Width: 595 postscript-points
122+
Source Height: 842 postscript-points
123+
Print Mode: Print ( auto/empty )
124+
Fit To Page: Enabled (default)
125+
Auto Rotate: PageByPage
126+
Flip Detect: No change needed
127+
Run Resizing: A3 ( 842 x 1191 ) pts
128+
New Width: 842 postscript-points
129+
New Height: 1191 postscript-points
130+
Scale Factor: 1.11
131+
Scale Percent: +11%
132+
Vert-Align: CENTER
133+
Hor-Align: CENTER
134+
Translation X: -41.72 = -41.72 + 0.00 (offset)
135+
Translation Y: -59.01 = -59.01 + 0.00 (offset)
136+
Background: No background (default)
137+
Final Status: File created successfully
138+
107139
```
108140
#### Resize to A2 and disables Auto-Rotation
109141
```

0 commit comments

Comments
 (0)