Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Convert Word document to PDF

New Here ,
Mar 04, 2025 Mar 04, 2025

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 ? 

TOPICS
How to
92
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 06, 2025 Mar 06, 2025

That's not the corect endpoint.

The documentation is here https://developer.adobe.com/document-services/docs/apis/#tag/Create-PDF

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 06, 2025 Mar 06, 2025

Thanks Joel . 

 

Do you have a sample payload by any chance. Will this API work if we have Word Docx base 64 content.

Thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 06, 2025 Mar 06, 2025
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources