| View previous topic :: View next topic |
| Author |
Message |
Shapour Guest
|
Posted: Mon Nov 13, 2006 8:26 pm Post subject: how Convert TBitmap in PDF |
|
|
Hello All,
I'm Using CPPBuilder 6 prof.
How can I save (Convert) a Bitmap (Graphics::TBitmap) as PDF?
does sombody know a Library to convert it?
thanks
Shapour |
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Mon Nov 13, 2006 9:01 pm Post subject: Re: how Convert TBitmap in PDF |
|
|
Shapour wrote:
| Quote: | How can I save (Convert) a Bitmap (Graphics::TBitmap) as PDF?
|
For instance:
http://www.pdflib.com/
You can create a pdf document. Load a bitmap in it and then save it.
Hans. |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Nov 14, 2006 9:10 am Post subject: Re: how Convert TBitmap in PDF |
|
|
Shapour wrote:
| Quote: | Hello All,
I'm Using CPPBuilder 6 prof.
How can I save (Convert) a Bitmap (Graphics::TBitmap) as PDF?
does sombody know a Library to convert it?
thanks
Shapour
Here is a free printer driver that creates PDF documents: |
http://sourceforge.net/projects/pdfcreator/
Just use TPinterSetupDialog at run time to select this PDFCreator, open
the Printer() and write your bitmap to it.
Wiljo. |
|
| Back to top |
|
 |
|