Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Is it possible to export a html table or div to PDF?
posted

I generate dynamic tables with variable number of columns and different rowspand and colspand, which depend on a sql querry and I have to export this table to a PDF with custom headers.
I've used the Infragistics.Documents.Report.Text.IText but it can't make tables
I want to know if there is way to export a table or a div html to pdf.

I'm working with ASP. NET, framework 3.5 and C #

Thanks.

Parents
No Data
Reply
  • 49378
    Suggested Answer
    posted

    Hi Juan,

    The WebExcelExporter and WebDocumentExporter are designed to work with WebDataGrid and WebHierarchicalDataGrid and as such do not support exporting html tables. I would suggest that you consider implementing datagrids instead of html tables if at all possible.

    Please let me know if you have any questions.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://www.infragistics.com/support

     

Children
No Data