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 June 19, 2025, 5:36am 34 @alexey...Regards, Pavan alexey.noskov June 19, 2025, 7:14am 35 @rnara The...