Problem: formating problem while converting tags to pdf. Formating in pdf output is lost. See attached zip.
Version: Aspose PDF 8.8.
Implementation:
var pdf = new Aspose.Pdf.Generator.Pdf();
var section = pdf.Sections.Add();
var text2 = new Aspose.Pdf.Generator.Text(section, html) { IsHtmlTagSupported = true };
section.Paragraphs.Add(text2);
return pdf.GetBuffer();
Version: Aspose PDF 8.8.
Implementation:
var pdf = new Aspose.Pdf.Generator.Pdf();
var section = pdf.Sections.Add();
var text2 = new Aspose.Pdf.Generator.Text(section, html) { IsHtmlTagSupported = true };
section.Paragraphs.Add(text2);
return pdf.GetBuffer();