Hi Team,
We are trying to transformation input file with below code.
String fileName = "C:\\Input\\HTML.html";
com.aspose.words.Document document = new com.aspose.words.Document(fileName);
document.save("C:\\output\\html.pdf");
files.zip (60.0 KB)
In output pdf file texts are not aligned properly.
Thanks,
Arvind