From: SourceForge.net <no...@so...> - 2008-09-09 09:39:54
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5246453 By: mtraut ok - so far nobody has noticed this, but i totally agree :-) for adding images there are two scenarios: - you have a PDF template already containing the page with the image. You can deal with this case in the same way as in the overlay example, should work. - you have an external image. converting images from platform formats to PDF is implemented in jPodRenderer libraries, as this depends on AWT (or SWT code). Conversion may be done using "de.intarsys.pdf.platform.cwt.image.awt.ImageConverterAwt2Pdf". You find the "jPodRenderer" project on sourceforge as well. Examples for embedding images are planned, but not yet released. Please note the GPL license for jPodRenderer (as opposed to BSD for jPod). ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=727492 |