Output the size information of the specified page to standard output.
Outputs the page size information for page 3 of "test.pdf" to standard output. In addition to the page size, obtain the following information:
AHPDFToolCmd80.exe -getPageSize -pageNo 2 -detail -d C:\test\test.pdf
AHPDFToolCmd80 -getPageSize -pageNo 2 -detail -d /home/antenna/test/test.pdf
|
Parameter |
Content |
|
-pageNo <Val> |
Sets the page number to obtain page size. Can be omitted. Only one page can be specified. Page number is 0 origin. Therefore, the first page is counted from "0." |
|
-detail |
If this parameter is specified, in addition to the page size, obtain MediaBox, CropBox, BleedBox, TrimBox, and ArtBox information. |
See "13-4 -getPageSize: Getting Page Size" for output details.