Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have word documents, text files, jpg files stored in sql server in binary. I am supposed to get those files and print as pdf files. Can you help me, how to do that?

Thanks.
Posted

Your first choice should always be to google your question first.
C# PDF[^] returned about 115,000,000 results. Lots of good stuff there too.
 
Share this answer
 
Comments
AmitGajjar 29-Feb-12 23:43pm    
Marcus, google have everything but we can suggest some good stuff. i never worked on it so i can't suggest.
You can use this
http://codeabout.wordpress.com/2012/03/02/saving-files-into-your-sql-database-with-c/[^]

to catch the file and then use http://sourceforge.net/projects/itextsharp/[^]

to print in a pdf file :) Hope it helps!
 
Share this answer
 
Comments
rutvij21 6-Mar-12 17:03pm    
Thanks, it was helpful..

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