Hello Team,
We are using latest aspose words to convert a document file to pdf. The output generated by aspose is not same as MSWord. It contains more no. of pages.
Sample Code:
com.aspose.words.Document doc = new com.aspose.words.Document(“C:\Users\Administrator\Desktop\Sample.docx”);
doc.save(“C:\Users\Administrator\Desktop\OT.pdf”);
Attaching the input files along with the results here:Aspose.zip (125.1 KB)
Thanks,
Avinash.