Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How I can export my grid data to the PDF format file
Please send me some articles .
Posted

1 solution

I don't know any articles solving exactly this problem because this is one particular combination of two unrelated issues: how to work with the data grid and how to write PDF.

I would advise to use the Open-Source library iText, more exactly, the .NET port of it called iTextSharp. Please see:
http://en.wikipedia.org/wiki/IText[^],
http://itextpdf.com/[^],
http://sourceforge.net/projects/itextsharp/[^] (download iTextSharp here).

Now when you know all the keywords, you can try to find some articles which could help you, say, using Google.

Good luck,
—SA
 
Share this answer
 
Comments
Espen Harlinn 22-Jan-12 16:07pm    
Nice solution, at a good price - my 5 :)
Sergey Alexandrovich Kryukov 22-Jan-12 16:08pm    
You are so fast!
Thank you, Espen.
--SA
faizyab 2009 22-Jan-12 16:14pm    
Thank you My friend
Sergey Alexandrovich Kryukov 22-Jan-12 16:25pm    
You are welcome.
If you agree that it makes sense, please accept it formally (green button) -- thanks.
--SA
NeptuneHACK! 22-Jan-12 16:22pm    
cool

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