Extracts specified pages or page ranges.
Extracts the 1st page and pages 4 to 7 from test.pdf and output.
AHPDFToolCmd80.exe -pageExtract "0,3-6" -divideFile -d C:\test\test.pdf -o C:\sav\out.pdf
AHPDFToolCmd80 -pageExtract "0,3-6" -divideFile -d /home/antenna/test/test.pdf -o /home/antenna/sav/out.pdf
|
Parameter |
Content |
|
<PageRange> |
[Required] Page number is 0 origin. Therefore, the first page is counted from "0." If specifying multiple names, separate them with commas. (Example) "0,2-4" |
|
-divideFile |
Can be omitted. |
|
-copyInfo |
Can be omitted |