Hi Team,
We are trying to transformation input file with below code.
Document doc = new Document("test.docx");
PdfSaveOptions options = new PdfSaveOptions();
doc.save("output.pdf", options);
Formatting and Alignment o…...@rnara I tested conversion on Windows 10. Perhaps you can create...we also have tested this on Windows only. Thanks, Krishna alexey...