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 bmp to pdf

convert bmp to pdf

Scheduled Pinned Locked Moved C / C++ / MFC
c++question
4 Posts 2 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.
  • K Offline
    K Offline
    keyto
    wrote on last edited by
    #1

    Can visual c++6 mfc convert the bmp file to pdf file ? If it can be how is it possible please give me some hints.

    N 1 Reply Last reply
    0
    • K keyto

      Can visual c++6 mfc convert the bmp file to pdf file ? If it can be how is it possible please give me some hints.

      N Offline
      N Offline
      Nelek
      wrote on last edited by
      #2

      What about making a programm to open the bmp file, show it in the window and print it to the acrobat pdf distiller (phantom printer)? If you want to make the transformation "on the fly" you will need to know how the pdf stores the data, how the bmp stores the data and make a conversion. I you have luck, searching in the web can give you some coded snippets, if you have to programm it by yourself... good luck.

      Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

      K 1 Reply Last reply
      0
      • N Nelek

        What about making a programm to open the bmp file, show it in the window and print it to the acrobat pdf distiller (phantom printer)? If you want to make the transformation "on the fly" you will need to know how the pdf stores the data, how the bmp stores the data and make a conversion. I you have luck, searching in the web can give you some coded snippets, if you have to programm it by yourself... good luck.

        Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

        K Offline
        K Offline
        keyto
        wrote on last edited by
        #3

        Actually I have open the bmp file and need to convert in pdf (not to print) and i need to send that file through e-mail.

        N 1 Reply Last reply
        0
        • K keyto

          Actually I have open the bmp file and need to convert in pdf (not to print) and i need to send that file through e-mail.

          N Offline
          N Offline
          Nelek
          wrote on last edited by
          #4

          Adobe has a plugin that creates a phantom printer and creates a pdf. If you are able to print the bmp in a normal printer, then you are able to print the pdf. Just save the bmp as a pdf... is going to be difficult. Not impossibl, but difficult (and I can not help u with it)

          Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

          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