Convert page output to PDF

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michel Couche

    Convert page output to PDF

    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


  • Tom Shelton

    #2
    Re: Convert page output to PDF

    On Feb 25, 10:16 am, "Michel Couche" <contact * at * michelcouche.ne t>
    wrote:
    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...



    --
    Tom Shelton

    Comment

    • Tom Shelton

      #3
      Re: Convert page output to PDF

      On Feb 25, 10:16 am, "Michel Couche" <contact * at * michelcouche.ne t>
      wrote:
      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.

      --
      Tom Shelton

      Comment

      Working...