----- Original Message ----- From: "David Thielen" <[EMAIL PROTECTED]> To: "itext" <[email protected]> Sent: Wednesday, November 02, 2005 9:17 PM Subject: [iText-questions] Adding a wmf image offsets positioning of objects added after it.
> 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 I very much doubt it. If you can produce an example I can fix it. > 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
