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. convert pdf to tif file in C

convert pdf to tif file in C

Scheduled Pinned Locked Moved C / C++ / MFC
help
8 Posts 6 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.
  • B Offline
    B Offline
    billcodes
    wrote on last edited by
    #1

    hi, I have to convert pdf file to tif file using C .would anyone help me providing source code .regards Bill

    I 1 Reply Last reply
    0
    • B billcodes

      hi, I have to convert pdf file to tif file using C .would anyone help me providing source code .regards Bill

      I Offline
      I Offline
      Iain Clarke Warrior Programmer
      wrote on last edited by
      #2

      No-one is going to give you a few lines of code to do this. As you don't already realise this, you have a lot of learning / work ahead of you. You need to find / pay for a pdf library that can render a PDF into a HDC. Capture that HDC (which could be very large) into a bitmap. Convert that bitmap into a tiff. What about multipages? Maybe your pdf library can "print" one page at a time? I hope that helps you with your google search terms. I know there are articles on CP for bitmap to tiff. And for simple PDF rendering. Iain.

      I have now moved to Sweden for love (awwww). If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]

      B L 2 Replies Last reply
      0
      • I Iain Clarke Warrior Programmer

        No-one is going to give you a few lines of code to do this. As you don't already realise this, you have a lot of learning / work ahead of you. You need to find / pay for a pdf library that can render a PDF into a HDC. Capture that HDC (which could be very large) into a bitmap. Convert that bitmap into a tiff. What about multipages? Maybe your pdf library can "print" one page at a time? I hope that helps you with your google search terms. I know there are articles on CP for bitmap to tiff. And for simple PDF rendering. Iain.

        I have now moved to Sweden for love (awwww). If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]

        B Offline
        B Offline
        billcodes
        wrote on last edited by
        #3

        you can provide me code in c# also

        C I A 3 Replies Last reply
        0
        • B billcodes

          you can provide me code in c# also

          C Offline
          C Offline
          CPallini
          wrote on last edited by
          #4

          Do you understand "gimme codez" doesn't work here, don't you? Anyway, you may try: "gimme codez urgentz plz plz" or "gimme codez ASAP". :)

          If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
          This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
          [My articles]

          1 Reply Last reply
          0
          • B billcodes

            you can provide me code in c# also

            I Offline
            I Offline
            Iain Clarke Warrior Programmer
            wrote on last edited by
            #5

            billcodes wrote:

            you can provide me code in c# also

            That's extremely kind of you. My answer before was not dependent on language. Iain.

            I have now moved to Sweden for love (awwww). If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]

            1 Reply Last reply
            0
            • I Iain Clarke Warrior Programmer

              No-one is going to give you a few lines of code to do this. As you don't already realise this, you have a lot of learning / work ahead of you. You need to find / pay for a pdf library that can render a PDF into a HDC. Capture that HDC (which could be very large) into a bitmap. Convert that bitmap into a tiff. What about multipages? Maybe your pdf library can "print" one page at a time? I hope that helps you with your google search terms. I know there are articles on CP for bitmap to tiff. And for simple PDF rendering. Iain.

              I have now moved to Sweden for love (awwww). If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              > As you don't already realise this, you have a lot of learning / work ahead of you. >You need to find / pay for a pdf library that can render a PDF into a HDC. Is it a joke ? You should learn Win32 api, GDI+, and COM : ~25 lines of code...

              H 1 Reply Last reply
              0
              • L Lost User

                > As you don't already realise this, you have a lot of learning / work ahead of you. >You need to find / pay for a pdf library that can render a PDF into a HDC. Is it a joke ? You should learn Win32 api, GDI+, and COM : ~25 lines of code...

                H Offline
                H Offline
                Henry Minute
                wrote on last edited by
                #7

                If you are going to sledge people, you might at least take the time and trouble to sledge the right person.

                Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

                1 Reply Last reply
                0
                • B billcodes

                  you can provide me code in c# also

                  A Offline
                  A Offline
                  AspDotNetDev
                  wrote on last edited by
                  #8

                  I can haz cheeseburger?

                  Visual Studio is an excellent GUIIDE.

                  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