Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have a small C3 application that saves some data into a txt file and also has the functionality to print, print preview this data. how can I export this data into a pdf file? Is there a way?

Thanks,
manoliv
Posted
Comments
Richard MacCutchan 7-Aug-10 17:13pm    
Sorry, I have not used this library myself, but a Google search turned up this article http://www.codeproject.com/KB/graphics/ITextSharpHelperClass.aspx here on CodeProject. I am not sure that it is a tutorial but it may be of some assistance.

1 solution

Not directly. Creating PDF files programmatically is a non trivial exercise and generally requires a support library such as iTextSharp[^].
 
Share this answer
 
Comments
manoliv 7-Aug-10 12:22pm    
Hello Richard,

Thank you for your quickly answer, I have downloaded the library. But do you know some tutorials or some example source code for generating the PDF document?

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