Click here to Skip to main content
15,897,273 members
Articles / Web Development / ASP.NET

Convert a Excel to a pdf

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
5 Nov 2012CPOL 0  
Use iTextSharp[^] free software.This article: Creating PDF documents with iTextSharp[^] might be helpful.BTW: You don't need to save "bytes array" into ms Excel file and then into pdf. You can do it "directly".The other solution is to install MS Excel Addin[^], which allows you to...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
5 Nov 2012Thomas Daniels
Hi,Have a look at this article:Programmatically Convert Documents to PDFs the Easy Way[^]
Please Sign up or sign in to vote.
5 Nov 2012ridoy
http://neevia.com/support/exam...
Please Sign up or sign in to vote.
5 Nov 2012Lacy00
See below articles:How to Use C# to Create Excel Worksheet and Convert to PDF[^]convert xls/xlsx to PDF[^]Saving Workbooks to PDF[^]
Please Sign up or sign in to vote.
5 Nov 2012Bernardino_Chin 6 alternatives  
Hi, I have a bytes Array that i parse into a Excel File.The problem is: How can i parse the excel file to an pdf File.Pleas, if some one have the answer help me.
Please Sign up or sign in to vote.
4 Jan 2013nehas1jan
Hi,You can open the excel file into report viewer and then can export in any format.Hope it ll work for you.Thanks.
Please Sign up or sign in to vote.
5 Nov 2012adriancs
Using Microsoft.Office.Interop.Excel to convert XLS, XLSX into PDF or XPS.http://excelconverter.codeplex.com/[^]

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Poland Poland
I'm a lawyer, teacher/trainer and author of VBA programming book (only polish version). Programming is my hobby and the source of extra earnings!
  1. C#
  2. SQL
  3. Linq
  4. VB/VBA/VB.NET
  5. XML & XSL
  6. Python
  7. JCL


If you want to contact me... find me on LinkedIn.

Comments and Discussions