Hi;
I can add images to my pdf with no problems if they are all bitmaps. I use: PdfContentByte cb = . . Image img = Image.getInstance(image_data); Img.setAbsolutePosition(x, y); cb.addImage(img); It places the wmf image in the right place. But all subsequent text and images are shifted up and to the right. I build my pdf using calls directly to PdfContentByte. Any ideas? Thanks - dave David Thielen www.windwardreports.com 303-499-2544 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
