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

  1. #1

    Default Reporting tool?

    Hi everybody,

    I have a web page that I want to convert to pdf. I do not want to redo again
    this page, I just need something that integrates easily with ASP.NET and
    that converts it to pdf, from my code. Does anybody know any tool that does
    this better? I'm going to try activePDF, but are there also some other known
    alternatives, having in mind that I do not have the time to redo the report?
    I just want to convert my ASP.NET generated HTML page to pdf.

    Thanks,


    abacnet Guest

  2. Similar Questions and Discussions

    1. Colour settings for Highlighter Tool and Underline Text Tool
      I am using ACROBAT STD 7.0.1 on Tiger. As I often read scientific PDF files, I would like to use additional colours for the Highlighter (yellow)...
    2. Pencil Tool changes to Grab Tool Acrobat 7
      Whenever I am doing editing or inserting proofreading marks, I used to (in Acrobat 6) jsut click on Pencil Tool, write to my hearts content, and then...
    3. DW Ext help - Reporting
      Hi, I'm actually running out of places to go to, so I thought I would try this forum. I have a little problem with one of my dreamweaver...
    4. reg. Reporting
      Hi all Can Datagrid be used for dynamic reporting? wat are the advantages and disadvantages can anyone explain regards, Sivi
    5. OT: New reporting tool
      Now, you can get a professional report, just by generating a text file from your aplication (at very low price). For example, if generating this...
  3. #2

    Default Re: Reporting tool?

    On Sun, 3 Aug 2003 22:12:49 -0400, "abacnet" <abacnet@hotmail.com>
    wrote:
    >Hi everybody,
    >
    >I have a web page that I want to convert to pdf. I do not want to redo again
    >this page, I just need something that integrates easily with ASP.NET and
    >that converts it to pdf, from my code. Does anybody know any tool that does
    >this better? I'm going to try activePDF, but are there also some other known
    >alternatives, having in mind that I do not have the time to redo the report?
    >I just want to convert my ASP.NET generated HTML page to pdf.
    >
    >Thanks,
    >
    Tried PDF995?
    [url]http://www.pdf995.com[/url]

    I use this server side to pull reports automatically, print them to
    PDF... then I have a service that watches a folder for newly created
    files (the pdf report just created) it then kicks off ghostscript to
    send them to a physical printer.

    |{evin 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