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:

enter image description here


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -