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 April 3, 2025, 6:33am 24 Hi @alexey...Thanks, Krishna alexey.noskov April 3, 2025, 6:35am 25 @rnara Please...