Exforsys
+ Reply to Thread
Results 1 to 5 of 5

Generate PDFs

This is a discussion on Generate PDFs within the Microsoft .NET forums, part of the Programming Talk category; hi, Retrieve a data from databse as table format.i need to generate a pdf file from That table.how to do ...

  1. #1
    megabyte is offline Junior Member Array
    Join Date
    Nov 2006
    Answers
    23

    Generate PDFs

    hi,

    Retrieve a data from databse as table format.i need to generate a pdf file from That table.how to do this.


    Thanks ,
    MegaByte


  2. #2
    sandy31 is offline Junior Member Array
    Join Date
    Apr 2009
    Answers
    5
    It's a kind of report generation.It will be better to give a brief description.I mean what software and database are you using?etc.


  3. #3
    megabyte is offline Junior Member Array
    Join Date
    Nov 2006
    Answers
    23
    hi sandy31,

    iam using Access Database and VB.Net Programming . i need to generate pdf file from reports


    thanks
    MegaByte


  4. #4
    sandesh1192 is offline Junior Member Array
    Join Date
    Feb 2010
    Answers
    2

    Thumbs up

    Design a Crystal Report and then export it to Portable Document format
    .ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, CurDir() & "\Abc.pdf")


  5. #5
    lehua768 is offline Junior Member Array
    Join Date
    Jun 2010
    Answers
    2
    ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, CurDir.i need to generate pdf file from reports.Retrieve a data from databse as table format.i need to generate a pdf file from That table.how to do this.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...