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.
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.
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.