I am wondering if the Excel framework allows use to save the excel document as PDF. If it does can you supply me with a code snippet that shows how that can be accomplished?
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.
Hello ,
Our Excel engine allows you to open and manipulate file in excel format. It support main excel functions and a bunch of the most popular. So based on what type of excel file you need to export to PDF, you could read the date from the excel file via our Excel engine, then to generate Report (Infragisitcs.Documents.Report) and publish this report to PDF. Or another approach will be if you read excel data and write it into UltraGrid then use UltraGridDocumentExporter in order to export the grid to PDF.
http://es.infragistics.com/community/forums/t/71555.aspx
http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/HTML/WinGridDocumentExporter_Export_WinGrid_to_a_New_PDF_Document.html
I hope that this will helps you.