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…...PdfSaveOptions options = new PdfSaveOptions(); doc.save("output.pdf"...pdf", options); Formatting and Alignment of word document content...