Convert XDP files to PDF outside AEM | Community
Skip to main content
New Participant
October 11, 2023
Solved

Convert XDP files to PDF outside AEM

  • October 11, 2023
  • 2 replies
  • 1957 views

Is it possible to convert the fillable XDP files designed in AEM Designer to a PDF file out the AEM environment. Meaning without using the AEM Forms or Output service can we convert the XDP files using any language to a PDF by passing some kind of input data file. So when the XDP is rendered as a PDF, it should create the PDF for the given input data file.  Let me know if this is a possible...

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by workflowuser

We still recommend to use output or form service to merge data and generate pdf

2 replies

Vijay_Katoch
New Participant
October 11, 2023

XDP files are specifically designed for Adobe's form creation and merging them with the XML to create the PDF document can be done with the AEM services either directly or using their API programmatically. 

EshwarignAuthor
New Participant
October 11, 2023

What if the XDP is populated by using PDFBOX jars and generate the PDF in base64 format. Is this a good approach. The reason for doing this is for the volume, as in our onPREM set up there is a limitation of high volume process.  And moving AEM cloud is not a option at this point with the organization.

 

But for this one form, they are planning place this in GCP and generate the PDFs. Please let me know if it is good to create the XDP in AEM designer and populate it with PDFBOX and generate the PDF. Thanks

workflowuserAccepted solution
Employee
October 11, 2023

We still recommend to use output or form service to merge data and generate pdf

Employee
October 11, 2023

Don’t know of any such software