Export data to PDF from .NET?

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

  1. #1

    Default Re: Export data to PDF from .NET?

    hi clive,

    maybe these to links can help you:
    [url]http://itextsharp.sourceforge.net[/url]
    [url]http://report.sourceforge.net/[/url]

    i use the itextsharp dll., but i a'm only merging existing pdf's

    [url]http://www.activepdf.com[/url] is my favorite component but yopu have to pay for
    it. more commercial tool can be found on [url]http://www.planetpdf.com/[/url]

    good luck

    bye marco

    "Clive" <clive@nospam.com> schrieb im Newsbeitrag
    news:0a9e01c34d19$b99f4590$a501280a@phx.gbl...
    > Hi,
    >
    > I am in the process of writing an calculator application
    > which calculates loan costs / repaymemnst etc.
    >
    > I need to enable users to export their details to PDF.
    >
    > Does anyone know if this can be done with .NET or are
    > there any third party tools around.
    >
    > Thanks,
    > Clive.

    Marco Scheel Guest

  2. Similar Questions and Discussions

    1. Export data from pdf
      I'm writing a simple plugin to export some data from a pdf file. I'm looking for a series of three digits on a document. I was able to create the...
    2. how can i export data to excel?
      1,how can i export data to excel? is there direct or indirect ways ? i just assume that i convert the data to a xml string then copy to the...
    3. export data to Excel
      Hi experts, I retrieve data from the database and display on ASP, then I export these data to a file, like Excel (the best) or text file. Is it...
    4. Export data
      check out http://www.greggriffiths.org/webdev/both/excel/ Clive Moss wrote:
    5. Not able to Export data from data file
      Hi, I exported data from a table that has column with datatype as 'nvarchar' with length 31 and has NOT NULL constraint with collation as...
  3. #2

    Default Re: Export data to PDF from .NET?

    you can use crystal reports that shipped with visual studio .net

    "Clive" <clive@nospam.com> wrote in message
    news:0a9e01c34d19$b99f4590$a501280a@phx.gbl...
    > Hi,
    >
    > I am in the process of writing an calculator application
    > which calculates loan costs / repaymemnst etc.
    >
    > I need to enable users to export their details to PDF.
    >
    > Does anyone know if this can be done with .NET or are
    > there any third party tools around.
    >
    > Thanks,
    > Clive.

    Ersin Gençtürk Guest

  4. #3

    Default Re: Export data to PDF from .NET?

    redistributing licensing ? this is aspnet forum, I am talking about server
    side reporting.


    "Gary Varga" <MSNG@VargaLtd.freeserve.co.uk> wrote in message
    news:09b401c34d20$437e51b0$a601280a@phx.gbl...
    > Watch out for the redistributing licensing costs though!!!


    Ersin Gençtürk Guest

  5. #4

    Default Re: Export data to PDF from .NET?

    OK. Just read what I said as 'Licencing Costs' as I
    assume that it will be deployed to a web server (not just
    a development machine. I believe that when you deploy
    Crystal Reports on the web server it is not covered by
    the development licence provided with VS.NET.

    Please feel free to correct me if I am wrong.

    HTH,
    Gaz
    >-----Original Message-----
    >redistributing licensing ? this is aspnet forum, I am
    talking about server
    >side reporting.
    >
    >
    >"Gary Varga" <MSNG@VargaLtd.freeserve.co.uk> wrote in
    message
    >news:09b401c34d20$437e51b0$a601280a@phx.gbl...
    >> Watch out for the redistributing licensing costs
    though!!!
    >
    >
    >
    >.
    >
    Gary Varga Guest

  6. #5

    Default Re: Export data to PDF from .NET?

    Gary is correct

    Refer
    ms-help://MS.MSDNQTR.2003FEB.1033/crystlmn/html/crconlicensingforcrystalrepo
    rts.htm to read about Deployment Licensing for Crystal Reports

    Reddy



    "Gary Varga" <MSNG@VargaLtd.freeserve.co.uk> wrote in message
    news:0d6b01c34d27$870d1270$a301280a@phx.gbl...
    > OK. Just read what I said as 'Licencing Costs' as I
    > assume that it will be deployed to a web server (not just
    > a development machine. I believe that when you deploy
    > Crystal Reports on the web server it is not covered by
    > the development licence provided with VS.NET.
    >
    > Please feel free to correct me if I am wrong.
    >
    > HTH,
    > Gaz
    >
    > >-----Original Message-----
    > >redistributing licensing ? this is aspnet forum, I am
    > talking about server
    > >side reporting.
    > >
    > >
    > >"Gary Varga" <MSNG@VargaLtd.freeserve.co.uk> wrote in
    > message
    > >news:09b401c34d20$437e51b0$a601280a@phx.gbl...
    > >> Watch out for the redistributing licensing costs
    > though!!!
    > >
    > >
    > >
    > >.
    > >

    Srinivasa Reddy K Ganji Guest

  7. #6

    Default Re: Export data to PDF from .NET?

    I read a nice article about exporting data to PDF and other format files. It introduce a good method to export data and provides an address to download the free data export component.
    You can read the article on
    http://www.codeproject.com/KB/database/Excel_PDF_Word_ExportWiz.aspx?fid=1607512
    shine69 is offline Junior Member
    Join Date
    Feb 2011
    Posts
    1

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