Hello
With Aspose words 18.2 I have a NullPointerException when trying To convert a Docx To pdf.
Problem occurs when a part of my Docx is splitted inTo 2 pages
Stack trace :
Exception in thread "main" java.lang.Nu…...of(pdf));) { Document doc = new Document(input); SaveOptions...createSaveOptions(SaveFormat.PDF); doc.save(output, so); } ; } } The...