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…...noskov March 13, 2025, 6:13am 21 @rnara Unfortunately...save("out.pdf"); rnara March 27, 2025, 10:05am 22 Hi @alexey.noskov...