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

Issue in generating pdf document with images

Community Beginner ,
May 23, 2025 May 23, 2025

Hi Adobe Team,

 

I am facing issues with the  PDF Services API  . We are using image controls and passing image urls in json with the word template to generated PDF document. 

 

This use to work uptill now. 

 

Today i see lot of errors on the pdf document generation .

 

Error shows as : 

{'error': {'code': 'UNKNOWN_ERROR', 'message': 'Unknown error while processing Image Tag.; transactionId=XudCpUg3cZBzelaFtBgg7U3AAOy1ckRq', 'status': 400}, 'status': 'failed'}

 

Please provide proper solution and also provide link to navigate to support team for raising this issue.  This issue is critical to us. 

 

Please revert to us as soon as possible.

 

 

 

 

 

 

TOPICS
PDF Services API
203
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 ,
May 23, 2025 May 23, 2025

Same!

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 ,
May 24, 2025 May 24, 2025

Hi Team,

Any update on the issue. This API is still failing.

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 Beginner ,
May 26, 2025 May 26, 2025

we have a workaround in place for this whereby we convert the images to base64 content prior to sending the request to Adobe. So, instead of sending a "https" url, we send it as: "data:image/png;base64,{basecontent}".

 

This requires the retrieval of the image as base64 prior to sending the request, however its not adding too much to our overall execution time.

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 Beginner ,
May 27, 2025 May 27, 2025
LATEST

We had the same issue Friday May 23rd, through the weekend. The same process then started to work Monday Morning May 26th (EST).

 

Adobe Health Services were all "Green".  

We were able to produce the Report, however, directly via MS Word using the Adobe Add-in to generate the report. So we assume it was select cloud services that were failing. 

It would be good to know who we can contact to help get a faster recovery for this cloud service.

 

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