Hello,
I’m evaluating the latest Aspose.Total (11.3.0.0, 2/7/2016) and currently looking at the HTML to PDF options. I’m having multiple problems with HTML and SVG being incorrectly rendered.
See attached files. It should be obvious from file names which HTML goes with which PDF.
The HTML files are stripped down examples and all are converted with code like this:
String basePath = “C:\windows\temp\”;
HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions(basePath);
htmlLoadOptions.PageInfo.Margin.Bottom = 10;
htmlLoadOptions.PageInfo.Margin.Top = 20;
Document doc = new Document(, htmlLoadOptions);
doc.Save(string.Format(“C:\Windows\Temp\{0}.pdf”, fileName))
This is urgent as far as deciding whether Aspose PDF is an option for my project.
Thank you!