Copy link to clipboard
Copied
I am wanting to automate the process of converting several web pages into pdf and then combining those PDFs into one large PDF file. Now, i think my searching skills have failed me here, because i have not been able to find any resources on how to approach this. All i have found are some really old and really vague posts about 'Acrobat SDK'. Is this something that is possible to automate in any way? I tried using the Action Wizard, however, these web pages are embedded in subdirectories and of course are filled with other files (css, js, png, etc) that make just dropping it into action wizard impossible. So, i want to approach it using python (or something similar) to interface with acrobat and automate this tedious task. Is it possible to script Acrobat in this way? Or am i stuck doing all 300 of them individually by hand?
Thanks!
Copy link to clipboard
Copied
Hi,
I would look at the PDF Service API's (such as https://developer.adobe.com/document-services/apis/pdf-services/) as these might be able to provide what you want.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now