Click here to Skip to main content
16,019,983 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create pdf file from webpage. I don't want use any extra dll. Is there any default library in asp.net for creating pdf or it is done through coding?

Please tell me.
Posted
Updated 7-Feb-11 23:19pm
v2

No, there is no default ASP.NET library for creating PDF. You have to use any third party component for the same.
 
Share this answer
 
ASP.Net or for that matter even .Net does not have any support for PDF conversions.
You can take a look at this [^]article as a reference.
 
Share this answer
 

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