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…...5 KB) rnara March 4, 2025, 6:35am 4 Hi @alexey...Thanks, Krishna alexey.noskov March 4, 2025, 7:05am 5 @rnara Have...