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…... Document doc = new Document("test.docx");...PdfSaveOptions(); doc.save("output.pdf", options); Formatting and Alignment...