12-36 -zoom: Zooming Page

Processing

Scale the page size to fit the specified paper size.

Note:

  • Cannot be used in combination with any other command except "-h".

Example of commands

[Executing example commands]

Change the size of page 1 and pages 3 to 5 of "test.pdf" to A3 landscape size.

[Windows]

AHPDFToolCmd80.exe -zoom -pageNo "0,2-4" -size 3 -d C:\test\test.pdf -o C:\sav\out.pdf

[Linux]

AHPDFToolCmd80 -zoom -pageNo "0,2-4" -size 3 -d /home/antenna/test/test.pdf -o /home/antenna/sav/out.pdf

Folder settings: not applied

Parameters

Parameter

Content

-pageNo <Val>

Can be omitted.
Sets the page number to resize.
If not specified, all pages will be resized.

Page number is 0 origin. Therefore, the first page is counted from "0."
If specifying multiple page numbers, separate them with commas. (Example) "0,2-4"

-size {0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9}

Can be omitted.
Paper size. If not specified, "4: A4 portrait" is assumed.

0: A2 portrait 1: A2 landscape
2: A3 portrait 3: A3 landscape
4: A4 portrait 5: A4 landscape
6: B4 portrait 7: B4 landscape
8: B5 portrait 9: B5 landscape

The original aspect ratio is maintained.

Please enter alt text.