I’m using aspose.pdf for .NET, the html convert to 0kb pdf. Please to review the attached html.
Thanks.
I’m using aspose.pdf for .NET, the html convert to 0kb pdf. Please to review the attached html.
Hi,
Thanks for contacting support and sorry for the delayed response.
I have tested the scenario using Aspose.Pdf for .NET 10.4.0 in Visual Studio 2012 project with target platform as .NET Framework 4.0, running over Windows 7 (x64) and I am unable to notice any issue. The resultant file is properly being generated.
//open document
Document pdfDocument = new Document("c:/pdftest/a.html", new HtmlLoadOptions());
pdfDocument.Save("c:/pdftest/a_converted.pdf");