We are about to evaluate Aspose.PDF for our html-PDF converter in our company:
on converting a specific html text (see attached file)
the error below appears on saving:
"The Object type \".\" kacan not be converted to \".\b\"
Aspose.Pdf.Generator.Text txtHtml = new Aspose.Pdf.Generator.Text(s, html);
txtHtml.IsHtmlTagSupported = true;
s.Paragraphs.Add(txtHtml);
FileStream testmich = new FileStream("test.txt", FileMode.Create);
pdf.Save(testmich);
pdf.Close();
1. Any idea whether the error appear
2. is there a feature available to analyze in detail a html-text that has to be converted with aspose ?