Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
dear sir,

Any one know how to convert asp.net sql query to pdf through c#?

answer give me?

By mohan
Posted

Use PDFCharp. Code samples here http://www.pdfsharp.net/wiki/PDFsharpSamples.ashx
 
Share this answer
 
You would need to use a third party tool to do this.
PDF Duo .Net component [^] provides a sample article.
ITextSharp is a third party that is most commonly used for this task. Here is a sample[^].

Crystal Reports could be another way to get to pdf. See 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