Hi Aspose Team,
Hi
Thanks for using our products.
I have tested the scenario and I am able to reproduce the same problem. For the sake of correction, I have logged it in our issue tracking system as PDFNEWNET-35430. We will investigate this issue in detail and will keep you updated on the status of a correction.
We apologize for your inconvenience.
Hi Aspose Team,
Hi there,
dear team,
Hi there,
Hi Tilal,
Hi Ved,
Thanks for your patience. We’ve introduced HTML to PDF DOM approach in Aspose.Pdf for .NET 8.5.0. Please download and try the latest API with the following sample code snippet. Hopefully, your issue will be resolved.
HtmlLoadOptions options = new HtmlLoadOptions();
// use the new conversion engine
options.UseNewConversionEngine = true;
// load HTML file
Document pdfDocument = new Document(myDir + "Sample.html", options);
// save output as PDF format
pdfDocument.Save(myDir + "HTMLtoPDF_DOM.pdf");
Please feel free to contact us for any further assistance.
Best Regards,
The issues you have found earlier (filed as PDFNEWNET-35430) have been fixed in Aspose.Pdf for .NET 10.2.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.