Copy link to clipboard
Copied
I have a big PDF file containing about 200 oversize drawings with different paper sizes.
Is there any way to know how many drawings of each size are there in the file? instead of scrolling and checking one by one.
e.g. Need to know if there are 40, 30"x 42:, 30, 24" x 36" 25, 11" x 17" etc.
You can ue the document object's "getPageBox" and specify which box, usually the crop box, and page number. /The returned array will have the corners of the pox in printer points (1/72 of an inch).
Copy link to clipboard
Copied
You can check the page sizes with Acrobat JavaScript.
Copy link to clipboard
Copied
You can ue the document object's "getPageBox" and specify which box, usually the crop box, and page number. /The returned array will have the corners of the pox in printer points (1/72 of an inch).
Find more inspiration, events, and resources on the new Adobe Community
Explore Now