How to automate extracting pages from a PDF using AppleScript and Acrobat Pro? -
i'm new applescript, trying create script go through pdfs in folder extracting pages separate files. plan use combination of automator , applescript.
my applescript far is:
tell application "adobe acrobat pro" open thefile set numpages (count active doc each page) --execute extraction here end tell the command in acrobat pro under options > extract pages..., can specify page range , extract separate files. however, can't seem find way acrobat pro dictionary in applescript.
there execute command executes menu item, can't seem working (i'm not sure of syntax use; i.e. execute "options:extract pages..."?). on this?
i think can entirely automator without need applescript or adobe software. "pdf images" action splits multi-page .pdf file individual .pdf files, 1 per page:

Comments
Post a Comment