Hello,
I am trying to convert Xml to Pdf using below aspose code but encountering an exception.
Code I am using:
try (final com.aspose.pdf.Document document = new com.aspose.pdf.Document();) {
final com.as…...// -- Add a page to the PDF try (final Page page = document.getPages()...fragment to the page's paragraphs collection page.getParagraphs()...