How to make flow with Acrobat function?
-
- Newbie
- Posts: 7
- Joined: Tue Nov 16, 2010 11:11 pm
How to make flow with Acrobat function?
I need to make a flow that will perform the function Enable for commenting and Analisys in Adobe Reader Adobe Acrobat Pro. Can You help me?
How to make flow with Acrobat function?
Hi Scorpio_33,
this function is not available to be automated using the Acrobat SDK, which means you cannot achieve this task using the Acrobat configurator in Switch.
Adobe offers other tools to automatically enable the commenting function for PDFs.
Hope this helps,
Carine
this function is not available to be automated using the Acrobat SDK, which means you cannot achieve this task using the Acrobat configurator in Switch.
Adobe offers other tools to automatically enable the commenting function for PDFs.
Hope this helps,
Carine
-
- Newbie
- Posts: 7
- Joined: Tue Nov 16, 2010 11:11 pm
How to make flow with Acrobat function?
Thank You for Your help
-
- Newbie
- Posts: 1
- Joined: Tue Aug 28, 2012 1:06 pm
How to make flow with Acrobat function?
I have already made a very workable flow in switch 11 we use single pdf pages, but some render as jpegs how can I merge multiple jpegs in switch or pitstop pro to make it a single pdf file. Because its so tedious doing it beforehand in Adobe Acrobat Pro. I see Adobe Acrobat Pro X is out. Do I really need that to just write the actions for the pdf conversion?
Thanks Alot
Thanks Alot
-
- TOP CONTRIBUTOR
- Posts: 628
- Joined: Mon Nov 29, 2010 8:45 pm
- Location: Alpharetta GA USA
- Contact:
How to make flow with Acrobat function?
This Javascript snippet should do what you want
app.execMenuItem("Annots:ReaderEnable");
app.execMenuItem("Annots:ReaderEnable");