Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
dear friends
i just need to know how to convert gridview data to pdf using only pdfsharp
Posted
Comments
Hemant__Sharma 29-Apr-11 18:45pm    
Please do some research and post questions only in case of any issue. you posted similar question few minutes before for itextsharp.dll.

you just need to extract html from gridview and pass it to pdfsharp to convert html to pdf. Remember HTML to PDF

1 solution

Have a look at PDFSharp web sample[^]
Why dont you try iTextSharp instead?

Export GridView To PDF using iTextSharp[^]
see similar discussion here[^]
 
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