HTML:
H3 Text
H3 Text
<span style=“color: #ff0000;”>Some warning text
Title Text
- Item 1
- Item 2
- Item 3
- Item 4
- Item 5
- Item 6
- Item 7
- Item 8
- Item 9
- Item 10
- Item 11
HTML:
Hello Philip,
The issues you have found earlier (filed as PDFNEWNET-33879) have been fixed in Aspose.Pdf for .NET 9.3.0.
Blog post for this release can be viewed over this link
Hi Philip,
Thanks for your patience. In reference to the above repair, please use the new DOM approach for HTML to PDF conversion, it will help you to accomplish the task.
HtmlLoadOptions options = new HtmlLoadOptions();
options.UseNewConversionEngine = true;
Document pdfDocument = new Document(inFile, options);
pdfDocument.Save(outFile);
Please feel free to contact us for any further assistance.
Best Regards,