Hi,
I use the convert API in Apose.PDF for Java to convert a PDF into various conformance levels.
When I use any level except A4 then everything works.
e.g. when I execute this method:
pdfDocument.convert(os, PdfForm…...Document(); Paragraph headingParagraph = new Paragraph(doc); Paragraph...Paragraph bodyParagraph = new Paragraph(doc); headingParagraph.getParagraphFormat()...