How to convert XML into PDF/A using java api?

314 views Asked by At

I am trying with JAX-B and iText to convert the XML into PDF, Can anyone suggest me which API is best suitable for this requirement.

1

There are 1 answers

0
Natarajan Murugesan On BEST ANSWER

You can use Apache FOP API and you need to write XSLT style for your output PDF. This API will help to convert your XML and XSLT stylesheet into PDF/PDF-A.