Hi,
I am using Aspose words package and below code to convert HTML to PDF. But I see content missed in conversion.
Can you please let me know if I am missing something?
I am attaching input HTML and converted PDF output
Code:
HtmlLoadOptions htmloptions = new HtmlLoadOptions();
com.aspose.words.Document document = new com.aspose.words.Document(inputStream,htmloptions);
document.save("C:/temp/ImagetoPDF.pdf", com.aspose.words.SaveFormat.PDF);
testGoogle.7z (12.9 KB)
ImagetoPDF.pdf (144.6 KB)