exporting data to pdf

  • Thread starter Thread starter AVL
  • Start date Start date
A

AVL

Hi,

We have a requirement in which we have used a custom page to display the
data in a gridview.
Now the enhancement to it is to export the selected columns(data) in the
grid to a pdf file(with images and specified format).

How can I acheive this with minimal performance issues?
 
Buy a third party PDF library and use it to create the PDFs. It is by far
the cheapest way and most likely to be nice to perf. There are some open
source PDF libs, if they can fit your bill.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
 
Back
Top