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