Hello i am interested in buying your product but have run into some issues.
I am using aspose to generate a pdf from html as follows:
Aspose.Pdf.Generator.pdf1 = new Aspose.Pdf.Generator.Pdf();
string html = File.ReadAllText(directory + “/home.html”);
pdf1.BindHTML(html, “C:\”);
pdf1.Save(directory + “/home.pdf”);
i have run into the following issues:
1) the generated pdf has black backgrounds where a background image is supplied.
2) floats are not being rendered in the generated pdf. (style=“float:left” should make blocks side by side)
----------------------------------
the attached pdf file was generated from
the following html (between body tags):
one
two
- li one
- li two