How to render PDF/A
Hi,
we would like to render a PDF/A out of an xdp template and some xml formdata. The OutputService.generatePDFOutput(xdp, xml-data, PDFOutputOptions) should be the right api to do this. The specific adjustments to get a PDF/A should be handed over within the PDFOutputOptions object I assume.
The former LiveCycle api had a similar service but the paramerters are different. It supported settings like:
- TransformationFormat.PDFA
- setPDFARevisionNumber(PDFARevisionNumber.Revision_1)
- setPDFAConformance(PDFAConformance.B)
In the PDFOutputOptions I'm missing settings like that.
Can someone provide me with a code snippet or point me to some sample that does PDF/A rendering with the new AEM6 forms?
Thank's for any help on this!
Alex
