Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

I am trying to write a dynamic utility which can export the datatable content to a PDF file without using 3rd party dll in a Windows Application.

Please help.

Thanking you in advance.
Posted
Updated 20-Mar-13 2:30am
v2
Comments
ZurdoDev 20-Mar-13 8:57am    
I am not sure that you can create a pdf without using a 3rd party tool. Is there a reason you don't want a 3rd party tool? It seems like reinventing the wheel.
sofia3 20-Mar-13 9:16am    
actually have to make a utility for creating pdf..so cant use thirdy party tool..plz help

1 solution

Hello Sofia,

I will recommend you to go through following articles published here on CodeProject to know more about how it can be done. Using a third party toolkit will be much beneficial rather than re inventing the wheel.


There are other articles as well on this site.

Regards,
 
Share this answer
 
v2
Comments
sofia3 20-Mar-13 9:16am    
actually have to make a utility for creating pdf..so cant use thirdy party tool..plz help
Prasad Khandekar 20-Mar-13 9:32am    
Try using PDFSharp it's MIT Licensed. Please go through the PDF specification (http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/pdf/pdfs/adobe_supplement_iso32000_1.pdf) if you want to do it all by yourself.

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