rptMemoryStream? trying export rtf to pdf

Posted by: weizhong on 13 January 2022, 8:09 pm EST

    • Post Options:
    • Link

    Posted 13 January 2022, 8:09 pm EST

    I saw this class(rptMemoryStream) from the document, but I don’t know how to import it.

    https://www.grapecity.com/activereportsnet/docs/v15/online/GrapeCity.ActiveReports.Document~GrapeCity.ActiveReports.Document.SectionDocument~Load(Stream).html

    What I do is read RTF and convert to PDF output, I don’t know if this is possible, but I’m stuck here. please some one help

    
    FileStream streamRTF = new FileStream(filePath, FileMode.Open);
    PdfExport p = new PdfExport();
    rptMemoryStream rpt = new rptMemoryStream();
    rpt.Run();
    rpt.Document.Save(streamRTF);
    p.Export(rpt.Document, "attch.pdf");
    
    
  • Posted 17 January 2022, 4:14 am EST

    Hello,

    Since this is a duplicate issue of the same case created on the MySupport page of your account, We would request you to continue the conversation there on that thread to avoid any confusion.

    Regards,

    Dushyant Sharma

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels