How to create PDF reports in ASP.NET?

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

  1. #1

    Default How to create PDF reports in ASP.NET?

    Hi,
    I need to create PDF file reports and show it in the browser using data
    from a dataset in ASP.NET.
    I tried to use FDF toolkit from Adobe and
    was successful to get it work with c# but as I don't have the pdf writer
    software I cannot create templates for PDF and display the data from
    dataset.

    Rightnow I am trying to use ASpEasyPDF from
    [url]www.mitdata.com[/url] but is not successful in creating a PDF report in ASP.NET.
    Here is the link : [url]http://www.mitdata.com/AspEasy/index_pdf.htm[/url]

    Does any body know how to create a PDF report using C# using
    this?.Any sample code is appreciated.
    Or any other alternatives for PDF report generation using ASP.NET?
    Any help is really appreciated.

    Thanks in advance,
    Marshal Antony
    ..NET Developer
    [url]http://www.dotnetmarshal.com[/url]





    Marshal Antony Guest

  2. Similar Questions and Discussions

    1. Store in a database + create reports?
      Questionnaire study 1. I wish to build a questionnaire with 14 questions where the user can answer Yes or No each question. 2. Then I would...
    2. Webservice that create Crystal Reports (COM Component) generates SoapException?
      Hi, I have written a websevice that calls a class in the same solution that generates Crystal Reports, runs them and exports them to pdf. If I...
    3. Reports from the web
      Hello, This probably isn't the best group to post this in, but i'm not too sure where would be better (any ideas appreciated). What I would...
    4. Web Reports using ASP.NET/VB.NET
      I have to provide the users with data in the form of Web Reports. Crystal Licensing...Very expensive for us. PDF? Can I take data from ADO.net...
    5. Reports
      Hi, I am a programmer seeking advice. i am making a database in Access, using wizards and a hint of VB. The database is for a school i the u.k....
  3. #2

    Default Re: How to create PDF reports in ASP.NET?

    Sorry..posted in the wrong group by mistake..

    "Marshal Antony" <dotnetmarshal@yahoo.com> wrote in message
    news:uXlewGG8DHA.2712@tk2msftngp13.phx.gbl...
    > Hi,
    > I need to create PDF file reports and show it in the browser using
    data
    > from a dataset in ASP.NET.
    > I tried to use FDF toolkit from Adobe and
    > was successful to get it work with c# but as I don't have the pdf writer
    > software I cannot create templates for PDF and display the data from
    > dataset.
    >
    > Rightnow I am trying to use ASpEasyPDF from
    > [url]www.mitdata.com[/url] but is not successful in creating a PDF report in ASP.NET.
    > Here is the link : [url]http://www.mitdata.com/AspEasy/index_pdf.htm[/url]
    >
    > Does any body know how to create a PDF report using C#
    using
    > this?.Any sample code is appreciated.
    > Or any other alternatives for PDF report generation using ASP.NET?
    > Any help is really appreciated.
    >
    > Thanks in advance,
    > Marshal Antony
    > .NET Developer
    > [url]http://www.dotnetmarshal.com[/url]
    >
    >
    >
    >
    >

    Marshal Antony Guest

  4. #3

    Default Re: How to create PDF reports in ASP.NET?

    Hi..
    Anyway ..
    You can use cystal reports to create a pdf file....


    "Marshal Antony" <dotnetmarshal@yahoo.com> wrote in message
    news:OuSELLG8DHA.4060@tk2msftngp13.phx.gbl...
    > Sorry..posted in the wrong group by mistake..
    >
    > "Marshal Antony" <dotnetmarshal@yahoo.com> wrote in message
    > news:uXlewGG8DHA.2712@tk2msftngp13.phx.gbl...
    > > Hi,
    > > I need to create PDF file reports and show it in the browser using
    > data
    > > from a dataset in ASP.NET.
    > > I tried to use FDF toolkit from Adobe
    and
    > > was successful to get it work with c# but as I don't have the pdf writer
    > > software I cannot create templates for PDF and display the data from
    > > dataset.
    > >
    > > Rightnow I am trying to use ASpEasyPDF from
    > > [url]www.mitdata.com[/url] but is not successful in creating a PDF report in
    ASP.NET.
    > > Here is the link : [url]http://www.mitdata.com/AspEasy/index_pdf.htm[/url]
    > >
    > > Does any body know how to create a PDF report using C#
    > using
    > > this?.Any sample code is appreciated.
    > > Or any other alternatives for PDF report generation using ASP.NET?
    > > Any help is really appreciated.
    > >
    > > Thanks in advance,
    > > Marshal Antony
    > > .NET Developer
    > > [url]http://www.dotnetmarshal.com[/url]
    > >
    > >
    > >
    > >
    > >
    >
    >

    Madan Nayak 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