Convert page output to PDF

  • Thread starter Thread starter Michel Couche
  • Start date Start date
M

Michel Couche

Hello,

I have an ASP.Net 2.0 applications that contains 2 datagrids and one bar
chart control together with some text.

I would like to generate one single PDF file with the whole page content
(grids + chart + text)

Are you aware of controls that can do that?

Thanks in advance,

Michel Couche
 
Hello,

I have an ASP.Net 2.0 applications that contains 2 datagrids and one bar
chart control together with some text.

I would like to generate one single PDF file with the whole page content
(grids + chart + text)

Are you aware of controls that can do that?

Thanks in advance,

Michel Couche

You might try iTextSharp...

http://www.ujihara.jp/iTextdotNET/en/
 
Hello,

I have an ASP.Net 2.0 applications that contains 2 datagrids and one bar
chart control together with some text.

I would like to generate one single PDF file with the whole page content
(grids + chart + text)

Are you aware of controls that can do that?

Thanks in advance,

Michel Couche

Oh... And if you have .net 3.0 then there is always the xps format as
well.
 
Back
Top