Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hey, guys. could someone give some tips and advises on converting excel to PDF format? Were there some tools to assist? please help. Thanks all
Posted
Comments
MaureenMcDuffie 18-Jun-15 4:32am    
Well you can try this Excel's tool for .NET Framework that I've been using for some time now. Its a quite straightforward, all you have to do in order to convert an excel file into a pdf file with C# code is the following:
ExcelFile.Load("Input.xlsx").Save("Output.pdf");
I've been using this on my windows service which runs every day and converts every spreadsheet type file (so .csv, .xls and .xlsx) into a PDF and uploads it to our repo.

Can install something like cutepdf (http://cutepdf.com/[^]) and then use excel interopt to print to the cutepdf printer.
 
Share this answer
 
 
Share this answer
 
v2
Comments
Tisfy 28-Mar-12 22:05pm    
can Any more detail? It is a little too general. but THX.

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