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 options...When output file is compared to test file we see in last page the...