Skip to content

Commit fcb03d2

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 4d2ebec commit fcb03d2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ pdfScale.sh v2.6.2 - Paper Sizes
3636
3 | 595 x 842
3737
4 | 595 x 842
3838
-------------+-----------------------------
39-
4039
```
4140
#### Scale by 0.95 (-5%)
4241
This also shows a very special case of a PDF file that has no `/MediaBox` defined.
@@ -71,7 +70,6 @@ pdfScale.sh v2.6.2 - Verbose Execution
7170
Translation Y: 15.66 = 15.66 + 0.00 (offset)
7271
Background: No background (default)
7372
Final Status: File created successfully
74-
7573
```
7674
#### Resize to A0 and Scale by 1.05 (+5%)
7775
```
@@ -103,7 +101,6 @@ pdfScale.sh v2.6.2 - Verbose Execution
103101
Translation Y: -56.76 = -56.76 + 0.00 (offset)
104102
Background: No background (default)
105103
Final Status: File created successfully
106-
107104
```
108105
#### Resize to A3, Scale by 1.11 (+11%) and Explode the results
109106
*Exploding (splitting) will create a PDF file for each page, with the `.Page#.pdf` suffix*
@@ -135,7 +132,6 @@ pdfScale.sh v2.6.2 - Verbose Execution
135132
Translation Y: -59.01 = -59.01 + 0.00 (offset)
136133
Background: No background (default)
137134
Final Status: File created successfully
138-
139135
```
140136
#### Resize to A2 and disables Auto-Rotation
141137
```
@@ -158,7 +154,6 @@ pdfScale.sh v2.6.2 - Verbose Execution
158154
Flip Detect: No change needed
159155
Run Resizing: A2 ( 1191 x 1684 ) pts
160156
Final Status: File created successfully
161-
162157
```
163158
#### Resize to custom 200x300 mm, disable Flip-Detection and Scale by 0.95 (-5%)
164159
```
@@ -189,7 +184,6 @@ $ ./pdfScale.sh -v -v -r 'custom mm 200 300' -f disable -s 0.95 ../mixsync_manu
189184
2024-07-17:14:43:16 | Translation Y: 22.37 = 22.37 + 0.00 (offset)
190185
2024-07-17:14:43:16 | Background: No background (default)
191186
2024-07-17:14:43:17 | Final Status: File created successfully
192-
193187
```
194188

195189
## Help info

0 commit comments

Comments
 (0)