Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Bad output while converting from html to pdf

$
0
0
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();

  • Viewing all articles
    Browse latest Browse all 3131

    Trending Articles