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…...Pdf rendition is not getting generating like word document Aspose...// Open a document Document doc = new Document("in.docx"); //...