Hi all,
Can anybody tell me if there is any source code available for bmp to pdf conversion? I need one that will work on Windows XP.
Even snipets will do, I will then try to build on that. In short I just need something to get started with.
Regards
This is a discussion on bmp to pdf conversion within the Tech Board forums, part of the Community Boards category; Hi all, Can anybody tell me if there is any source code available for bmp to pdf conversion? I need ...
Hi all,
Can anybody tell me if there is any source code available for bmp to pdf conversion? I need one that will work on Windows XP.
Even snipets will do, I will then try to build on that. In short I just need something to get started with.
Regards
Hi kryptkat,
Thanks for replying...
Actually I am a software developer and am looking for some source code that I can use to convert a bmp file to pdf type. I then can use the code to customize it and so on.
Most codes on the net are related to linux platforms. I would like one that would work on WInxp.
I agree with kryptkat, you will have to read and understand both formats and then read the bmp and write the pdf.
btw, I suggest you look through the linux code you found, and try to rewrite it using win api.
goodluck
"I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe
http://www.Bloodware.net - Developing free software for the community.
i tryed to do that with dvr-ms to mpeg2. what a nightmare.
there got to be some ready libs, at least for some files formats!
and video...i don't touch it, too scary... I might lose the will to live!
![]()
"I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe
http://www.Bloodware.net - Developing free software for the community.
Check this out: http://www.sourceforge.net/projects/pdfcreator/
It works by providing a fake printer that spits out PDFs. So basically load the image with Paint or something and print to the PDF printer.![]()
Not a built in solution, but it works![]()
"I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe
http://www.Bloodware.net - Developing free software for the community.