I am trying to convert DOC3028_pcs7.7z (2.3 MB)
ImagetoPDF.pdf (2.0 MB)
to PDF using aspose.words jar. But I see that, pages which have other language fonts, shows up as empty in converted PDF document. Can someone please help on this
Code:
Document doc = new Document(is);
DocumentBuilder builder = new DocumentBuilder(doc);
setPrintSettings(ps, dataProvider, printThread, book, builder);
doc.save("C:/temp/ImagetoPDF.pdf", SaveFormat.PDF);
Output file is named as ImagetoPDF