Rotates the specified page of the input PDF.
Rotates the 3rd page of test.pdf by 90 degrees, rotates the 12th page by 180 degrees, and outputs it as out.pdf.
AHPDFToolCmd80.exe -pageRotate 2 90 -pageRotate 11 180 -d C:\test\test.pdf -o C:\sav\out.pdf
AHPDFToolCmd80 -pageRotate 2 90 -pageRotate 11 180 -d /home/antenna/test/test.pdf -o /home/antenna/sav/out.pdf
|
Parameter |
Content |
|
<page> |
[Required] Sets the page number to rotate. Page number is 0 origin. Therefore, the first page is counted from "0." |
|
<rotation> |
[Required] Sets the rotation angle. Valid values: 0,90,180,270.Rotates the specified page clockwise. If a value other than valid values is specified, an error will occur. |