Hi,
We are evaluating ASPOSE for HTML 2 PDF rendition.
We need to convert to PDF files like the HTML one contained in the attached archive file (rendition of a gantt chart).
For conversion, we use the following source code :
HtmlLoadOptions htmloptions = new HtmlLoadOptions();
// Load HTML file
Document doc = new Document(“D:/test42.html”, htmloptions);
// Save HTML file
doc.Save(“test42_out.pdf”, SaveFormat.Pdf);
As you can see in the attached archive, the output PDF file is incorrect. The links are not correclty rendered, tasks at not displayed at the good places…
Is it due to ASPOSE limitations on the CSS ? or do we have to update our conversion code ?
Thanks for your help.
Greg