Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Creating pdf File

Creating pdf File

Scheduled Pinned Locked Moved C / C++ / MFC
c++question
14 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Shivarudrayya H

    Hi All, Given a data I want to write a pdf file. Is it possible to do it using MFC..???

    Reagards Shiva

    R Offline
    R Offline
    Rajesh R Subramanian
    wrote on last edited by
    #2

    MFC doesn't have support to create PDF files. You need to use something like Haru[^], for the same.

    Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

    T 1 Reply Last reply
    0
    • R Rajesh R Subramanian

      MFC doesn't have support to create PDF files. You need to use something like Haru[^], for the same.

      Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

      T Offline
      T Offline
      ThatsAlok
      wrote on last edited by
      #3

      nice lib!

      "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
      Never mind - my own stupidity is the source of every "problem" - Mixture

      cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You/codeProject$$>

      1 Reply Last reply
      0
      • S Shivarudrayya H

        Hi All, Given a data I want to write a pdf file. Is it possible to do it using MFC..???

        Reagards Shiva

        T Offline
        T Offline
        ThatsAlok
        wrote on last edited by
        #4

        see if these listed article of any of help :- http://www.codeproject.com/KB/applications/Text2PDF.aspx[^] http://www.codeproject.com/KB/printing/PDFWriter.aspx[^] http://www.codeproject.com/KB/applications/Scan2PDF.aspx[^]

        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
        Never mind - my own stupidity is the source of every "problem" - Mixture

        cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You/codeProject$$>

        S 1 Reply Last reply
        0
        • T ThatsAlok

          see if these listed article of any of help :- http://www.codeproject.com/KB/applications/Text2PDF.aspx[^] http://www.codeproject.com/KB/printing/PDFWriter.aspx[^] http://www.codeproject.com/KB/applications/Scan2PDF.aspx[^]

          "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
          Never mind - my own stupidity is the source of every "problem" - Mixture

          cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You/codeProject$$>

          S Offline
          S Offline
          Shivarudrayya H
          wrote on last edited by
          #5

          Thats gr8.These r good one. Thanx.

          Reagards Shiva

          T 1 Reply Last reply
          0
          • S Shivarudrayya H

            Hi All, Given a data I want to write a pdf file. Is it possible to do it using MFC..???

            Reagards Shiva

            H Offline
            H Offline
            Hamid Taebi
            wrote on last edited by
            #6

            How to create PDF file from Visual C++[^].

            T 1 Reply Last reply
            0
            • S Shivarudrayya H

              Thats gr8.These r good one. Thanx.

              Reagards Shiva

              T Offline
              T Offline
              ThatsAlok
              wrote on last edited by
              #7

              you are welcome! :-) shameless plug:- please vote fo rme ;-)

              "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
              Never mind - my own stupidity is the source of every "problem" - Mixture

              cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You/codeProject$$>

              R 1 Reply Last reply
              0
              • H Hamid Taebi

                How to create PDF file from Visual C++[^].

                T Offline
                T Offline
                ThatsAlok
                wrote on last edited by
                #8

                Hamid. wrote:

                How to create PDF file from Visual C++[^].

                you always has good example then me

                "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
                Never mind - my own stupidity is the source of every "problem" - Mixture

                cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You/codeProject$$>

                H 1 Reply Last reply
                0
                • S Shivarudrayya H

                  Hi All, Given a data I want to write a pdf file. Is it possible to do it using MFC..???

                  Reagards Shiva

                  B Offline
                  B Offline
                  bob16972
                  wrote on last edited by
                  #9

                  Here's how to build them from scratch... PDF Reference Version 1.7, 6th Edition[^]

                  T 1 Reply Last reply
                  0
                  • B bob16972

                    Here's how to build them from scratch... PDF Reference Version 1.7, 6th Edition[^]

                    T Offline
                    T Offline
                    ThatsAlok
                    wrote on last edited by
                    #10

                    Great, recorded as my tip!

                    "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
                    Never mind - my own stupidity is the source of every "problem" - Mixture

                    cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You/codeProject$$>

                    1 Reply Last reply
                    0
                    • T ThatsAlok

                      Hamid. wrote:

                      How to create PDF file from Visual C++[^].

                      you always has good example then me

                      "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
                      Never mind - my own stupidity is the source of every "problem" - Mixture

                      cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You/codeProject$$>

                      H Offline
                      H Offline
                      Hamid Taebi
                      wrote on last edited by
                      #11

                      Because you used of fast connection.

                      T 1 Reply Last reply
                      0
                      • T ThatsAlok

                        you are welcome! :-) shameless plug:- please vote fo rme ;-)

                        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
                        Never mind - my own stupidity is the source of every "problem" - Mixture

                        cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You/codeProject$$>

                        R Offline
                        R Offline
                        Rajesh R Subramanian
                        wrote on last edited by
                        #12

                        OK, I'll do it for you. :)

                        Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                        T 1 Reply Last reply
                        0
                        • R Rajesh R Subramanian

                          OK, I'll do it for you. :)

                          Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                          T Offline
                          T Offline
                          ThatsAlok
                          wrote on last edited by
                          #13

                          he he he thanks ! i am big fan's of yours!

                          "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
                          Never mind - my own stupidity is the source of every "problem" - Mixture

                          cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You/codeProject$$>

                          1 Reply Last reply
                          0
                          • H Hamid Taebi

                            Because you used of fast connection.

                            T Offline
                            T Offline
                            ThatsAlok
                            wrote on last edited by
                            #14

                            Hamid. wrote:

                            Because you used of fast connection.

                            off course faster connection

                            "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
                            Never mind - my own stupidity is the source of every "problem" - Mixture

                            cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups