Hi Aspose Team,
Hi,
<span style=“font-size:10.0pt;font-family:“Arial”,“sans-serif””>Thanks
for using our products.<o:p></o:p>
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 details 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 latest API with following sample code snippet. Hopefully your issue will be resolved.
HtmlLoadOptions options = new HtmlLoadOptions();<o:p></o:p>
// use the new
conversion engine<o:p></o:p>
options.UseNewConversionEngine
= true;<o:p></o:p>
// load HTML file<o:p></o:p>
Document pdfDocument
= new Document(myDir
- “Sample.html”, options);<o:p></o:p>
// save output as
PDF format<o:p></o:p>pdfDocument.Save(myDir + “HTMLtoPDF_DOM.pdf”);<o:p></o:p>
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.