Click here to Skip to main content
16,004,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to export Textbox values or label values to PDF without using iTextSharp...b/c in my project no needed for any 3rd party (.dll)...kindly help..
Posted
Updated 18-Jun-15 22:56pm
v2

1 solution

PDF is a proprietary file format, there are no built-in .net classes for creating PDF files so you'll either need to write your own code to create PDF files, or use a third party component. iTextSharp isn't the only PDF generating component, but most of the better ones you need to pay for (including iTextSharp if you use it commercially).
 
Share this answer
 
Comments
Suvendu Shekhar Giri 19-Jun-15 3:46am    
Correct !
venkatesh (chennai) 19-Jun-15 3:47am    
for any other possible to create own code to export pdf files....
venkatesh (chennai) 19-Jun-15 3:49am    
can you sent any sample code

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