Convert images, excel and word into pdf with Python by using Adobe API
Copy link to clipboard
Copied
Hello,
I want to Convert images, excel and word into pdf with Python by using Adobe API.
Can anyone help me how I can acheive this ?
Copy link to clipboard
Copied
From the docs (https://developer.adobe.com/document-services/docs/overview/pdf-services-api/howtos/create-pdf/), we support:
"Support for HTML to PDF, DOC to PDF, DOCX to PDF, PPT to PDF, PPTX to PDF, XLS to PDF, XLSX to PDF, TXT to PDF, RTF to PDF, BMP to PDF, JPEG to PDF, GIF to PDF, TIFF to PDF, PNG to PDF"
Currently Python isn't supported for this API, but there's a really simple REST API you can use.
Copy link to clipboard
Copied
is it possible to convert PDF to excel using api services
Copy link to clipboard
Copied
Yes, please see the docs - Export PDF | How Tos | PDF Services API | Adobe PDF Services

