ICGEB98BC
Community Beginner
ICGEB98BC
Community Beginner
Activity
‎Apr 30, 2025
04:31 AM
1 Upvote
Seems eveything is back to normal now. Thanks
... View more
‎Apr 30, 2025
01:48 AM
Hi, About half an hour ago, while calling the Adobe PDF Services API, I started receiving the following error during the HTML-to-PDF conversion process: 2025-04-30T08:41:44.357Z ERROR [...] Failure response code 400 encountered from backend com.adobe.pdfservices.operation.exception.ServiceApiException: description='Invalid job id present in path param'; requestTrackingId='38647953-a2ca-48a2-8e46-8d306dd55c05'; statusCode=400; errorCode=INVALID_JOB_ID The logs indicate that the asset upload and job submission completed successfully, but the error occurs when retrieving the job result. Could you please confirm if there are any known issues on the server side or changes in the API that might explain this? Thanks in advance
... View more
‎Apr 30, 2025
01:47 AM
Hi, About half an hour ago, while calling the Adobe PDF Services API, I started receiving the following error during the HTML-to-PDF conversion process: 2025-04-30T08:41:44.357Z ERROR [...] Failure response code 400 encountered from backend com.adobe.pdfservices.operation.exception.ServiceApiException: description='Invalid job id present in path param'; requestTrackingId='38647953-a2ca-48a2-8e46-8d306dd55c05'; statusCode=400; errorCode=INVALID_JOB_ID The logs indicate that the asset upload and job submission completed successfully, but the error occurs when retrieving the job result. Could you please confirm if there are any known issues on the server side or changes in the API that might explain this? Thanks in advance
... View more
‎Nov 24, 2022
12:33 AM
Hi to all. I have to merge a set of PDF uploaded by users on which ( unfortunately ) i have no control. Most of the times everything goes well and the result pdf is created, however sometimes the API returns this error com.adobe.pdfservices.operation.exception.ServiceApiException: description ='The input PDF has incorrect tag structure.; transactionId=RMDbanAHeOG8gh8DfTf9Bg43q95DGdIu'; requestTrackingId='XG4umpNiSkudFNiDkWm8DNI8DiTDLaPP'; statusCode=400; errorCode=INVALID_PDF_TAGGING Is there a way to avoid this exception or at least know which of the files that should be merged provokes it ? Thank you for your answer!
... View more
‎Apr 20, 2021
01:48 AM
Also it would be great if you can support Base 64 images inside the HTML code in the JSON.
... View more
‎Apr 20, 2021
01:47 AM
Hello and thank you for your answer. So if I understand well i should convert my POJO in a JSON object and merge it with an HTML template to produce the PDF And if i want a DOCX from that PDF i should convert it. Am I right ? When do you plan to release this function ? I ask because build a template in DOCX is easier for people that usually do not mange HTML pages.
... View more
‎Apr 19, 2021
03:04 AM
Hello, i would like to use the Document Merge feature of the Document Services API to create a pdf by using a MS Word template and a JSON file.
Is it possibile to have HTML inside the JSON file ?
For example if i have in the Json
"paymentTerms": "<strong>Hello world</strong>"
when I generate a PDF from a word template that have written
Payment terms
{{paymentTerms}}
I would like to see Hello world in the generated document. Is that possible with document merge ?
If not how do you suggest to obtain the same result ?
My Json is generated from a POJO object.
Thank you for the answers!
... View more