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
546
Export Infragistics.Excel to PDF
posted

Hi,

I'm using Infragistics.Excel to create a WorkBook in my application.

Is there a way to use Infragistics.Documents to export this WorkBook (WorkSheet) directly to PDF without using MS XL?

Regards

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    No, there's no way to do convert an Excel Workbook into a Pdf document. You would have to create the Pdf document separately, just as you did the Excel Workbook.

    If the Excel Workbook is coming from an UltraWinGrid, then you could export the grid to Excel, Pdf, and/or Word very easily using the exporter components in NetAdvantage, though. So, depending on what you want to do, it might be worthwhile for you to build a WinGrid that has the data you want and then you can export to any format very easily.

Children
No Data