acrobat-sdk

Adobe Acrobat API in Python

Adobe Acrobat API in Python Question: System: Python 3.6 Windows 10 Goal: Use the Adobe Acrobat API to use the “Save As” feature to save a pdf to jpegs. Note: For my purposes I cannot use Wand or other packages. Resources: Adobe_API_Documentation Implementation_Example 1 Error_Handling_Issue VBA_Example Current Code: import winerror import win32com from win32com.client.dynamic import …

Total answers: 1