Convert Word document to PDF
Copy link to clipboard
Copied
Hi All ,
I am trying to invoke the Adobe PDF Services API to convert word document to PDF. Is it possible ? I am using this API externally in Post man .
{
"input": "Base64 encoded DOCX file",
"outputFormat": "PDF"
}.
Is this valid ?
Copy link to clipboard
Copied
That's not the corect endpoint.
The documentation is here https://developer.adobe.com/document-services/docs/apis/#tag/Create-PDF
Copy link to clipboard
Copied
Thanks Joel .
Do you have a sample payload by any chance. Will this API work if we have Word Docx base 64 content.
Thanks
Copy link to clipboard
Copied
Hello @Joel Geraci ,
I am exploring Adobe services API from our system and we have a requirement to convert word to pdf and lock the pdf and get it back to our system .
Do we have API's for the same ? Any insights will be really helpful . On another note, does Adobe store the Word document in your system or its just on the fly.
Thanks.

