Exporting an ASPX's HTML to PDF

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default Exporting an ASPX's HTML to PDF

    I am looking for a way to sort of redirect the Page.Response content to a
    pdf generator component that would create a pdf file on the fly! I wonder
    if there is such a thing in the .net world. I see a java based product that
    may do this (from CORDA).

    This is really my problem: My asp.net page creates a complex report using
    web controls and I would like to be able to overcome browser printing issues
    by converting the resulting html to pdf on the fly. I would like to avoid
    recreating these reports/pages using a 3rd party pdf component's object
    model.

    TIA,
    John


    Valerian John Guest

  2. Similar Questions and Discussions

    1. Aspx's Html Injection
      Hi, I'm try to find an easy efficient way to generate my web pages dynamically from an xml/text file. What exactly I want? I want that...
    2. Exporting to HTML
      How do I go about saving/exporting an InDesign CS file as HTML? I know.. I know... It's not a good idea, but I have no choice in the matter. ...
    3. Exporting to HTML possible at all?
      Is there a way to export an Indesign CS document to good old HTML? I don't use GoLive (yet) and just want to edit in Dreamweaver. Any ideas is...
    4. exporting .png to .html problem
      On 8/15/2003 9:46 AM, "no--nickname" webforumsuser@macromedia.com wrote: They are shim rows. To eliminate them, choose File > HTML Setup and...
    5. Exporting as html and image only
      I'm new to Fireworks. . .I need much help. . .I created a webpage image with the header and everything. . .can I make this image a html or cfml...
  3. #2

    Default Re: Exporting an ASPX's HTML to PDF

    Perhaps this free PDF code will be of use to you:
    [url]http://www.ujihara.jp/iTextdotNET/en/index.html[/url]

    --
    I hope this helps,
    Steve C. Orr, MCSD, MVP
    [url]http://SteveOrr.net[/url]


    "Valerian John" <vjohn@shentel.net> wrote in message
    news:ehcdtu0LFHA.904@tk2msftngp13.phx.gbl...
    >I am looking for a way to sort of redirect the Page.Response content to a
    > pdf generator component that would create a pdf file on the fly! I wonder
    > if there is such a thing in the .net world. I see a java based product
    > that
    > may do this (from CORDA).
    >
    > This is really my problem: My asp.net page creates a complex report using
    > web controls and I would like to be able to overcome browser printing
    > issues
    > by converting the resulting html to pdf on the fly. I would like to avoid
    > recreating these reports/pages using a 3rd party pdf component's object
    > model.
    >
    > TIA,
    > John
    >
    >

    Steve C. Orr [MVP, MCSD] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139