Click here to Skip to main content
16,021,115 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I want a code for excel to pdf in asp.net? So pleace send me.
Posted
Updated 8-Oct-10 18:41pm
v2
Comments
Sandeep Mewara 9-Oct-10 1:02am    
No effort
Slacker007 10-Nov-10 7:52am    
Want, want, want. That's all I here these days is want. pleace out hombre.
Sublarton0 2-May-16 4:31am    
Here is a solution for converting excel into a PDF in .NET:

ExcelFile.Load("Book1.xlsx").Save("Book1.pdf");

The code is provided with this .NET library for excel files. Also if interested here how you can export your excels in ASP.NET.

1 solution

IMO, you would need a third party tool converter like ITextSharp.

Noone is going to send you the exact code. People will try and assist you.
 
Share this answer
 
v3

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900