Hi,
Hi Dirk,
Thanks for contacting support.
I have tested the scenario using latest release of Aspose.Pdf for .NET 11.4.0 in Visual Studio 2010 project running over Windows 7 x64 and I am unable to notice any issue. As per my observations, the HTML files are properly being converted to PDF format. For your reference, I have also attached the output files generated over my end. Please take a look.
[C#]
// load HTML file
Document doc = new Document(@"C:\pdftest\ebanf.html", new HtmlLoadOptions(@"C:\pdftest\"));
// save output as PDF format
doc.Save(@“C:\pdftest\ebanf.pdf”);
Hi Nayyer,
Hi Dirk,