export datareport to pdf format

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • muddasirmunir
    Contributor
    • Jan 2007
    • 284

    export datareport to pdf format

    is there any way or third party utility which can export our
    data report to pdf format i am usinig vb6

    i know crystal report can do that but i had a project with data report
    is there any way to export data report to pdf format
  • jehrich
    New Member
    • Jan 2008
    • 24

    #2
    If you can automate printing the report from your application you could try using CutePDF Writer to export the results to a file.

    Comment

    • muddasirmunir
      Contributor
      • Jan 2007
      • 284

      #3
      can you please explain what do you mean by this
      "If you can automate printing the report from your application"

      what do you mean by automate,

      Originally posted by jehrich
      If you can automate printing the report from your application you could try using CutePDF Writer to export the results to a file.

      Comment

      • QVeen72
        Recognized Expert Top Contributor
        • Oct 2006
        • 1445

        #4
        Hi Mudassir,

        CutPDF and PrimoPDF are freewares available on the net.
        Download them, and nstall, They Install in your system as a new "Printer".
        So, Make this Printer as the Default Printer ,
        Whatever you print, say you print a WordDoc,
        The word doc is converted to PDF, and it will allow you to save the PDF converted..
        and this applies to all printable windows like Crystalreport, datareport, Notepad..excel. .


        REgards
        Veena

        Comment

        • muddasirmunir
          Contributor
          • Jan 2007
          • 284

          #5
          Thanks
          for good suggestion , i had download cutepdf and try it





          Originally posted by QVeen72
          Hi Mudassir,

          CutPDF and PrimoPDF are freewares available on the net.
          Download them, and nstall, They Install in your system as a new "Printer".
          So, Make this Printer as the Default Printer ,
          Whatever you print, say you print a WordDoc,
          The word doc is converted to PDF, and it will allow you to save the PDF converted..
          and this applies to all printable windows like Crystalreport, datareport, Notepad..excel. .


          REgards
          Veena

          Comment

          • jehrich
            New Member
            • Jan 2008
            • 24

            #6
            Hi muddasirmunir,

            By automate, I mean starting the printing process, selecting the CutePDF printer and entering the output file all without user intervention. In some cases you can do this using (COM) objects in your code, and sometimes you'll need to automate the mouse/keyboard input.

            Good luck!

            JE

            Originally posted by muddasirmunir
            can you please explain what do you mean by this
            "If you can automate printing the report from your application"

            what do you mean by automate,

            Comment

            • lotus18
              Contributor
              • Nov 2007
              • 865

              #7
              Hi All

              This is cool. Can anyone lead me to the link where I can Find CutPDF and PrimoPDF? Thanks.

              Comment

              • QVeen72
                Recognized Expert Top Contributor
                • Oct 2006
                • 1445

                #8
                Hi Lotus,

                "Just Google"

                Regards
                Veena

                Comment

                • muddasirmunir
                  Contributor
                  • Jan 2007
                  • 284

                  #9
                  Thanks Qveena
                  i got it by using cutepdfwriter


                  Originally posted by jehrich
                  Hi muddasirmunir,

                  By automate, I mean starting the printing process, selecting the CutePDF printer and entering the output file all without user intervention. In some cases you can do this using (COM) objects in your code, and sometimes you'll need to automate the mouse/keyboard input.

                  Good luck!

                  JE

                  Comment

                  Working...