I used the following source code:
HtmlLoadOptions Htmloptions = new HtmlLoadOptions();
Document doc = new Document(sourceFilePath, Htmloptions);
doc.Save(outFile, Aspose.Pdf.SaveFormat.Pdf);
I also tried using
Htmlop…...Pdf file converted from html is not readable Aspose.PDF Product...Save(outFile, Aspose.Pdf.SaveFormat.Pdf); I also tried using...