Thomas McKay writes:

> I haven't tried it yet, but I'm guessing an solution would be to define
> irregular columns that wrap around the placed images. 
> 
> http://www.lowagie.com/iText/examples/Chap1008.java
> http://www.lowagie.com/iText/tutorial/ch10.html

You are right,
or you put everything on a page WITHOUT absolute positions,
or you add an image at absolute positions AND text at absolute
positions. 

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Thomas
> McKay
> Sent: Thursday, March 07, 2002 11:45 AM
> To: iText
> Subject: [iText-questions] text wrap around an image at absolute
> position 
> 
> 
> Is it possible to wrap text around an image placed at an absolute position? 
> 
>       Image image = Image.getInstance( "daveandsteph.jpg" );
>       //image.setAbsolutePosition( 72 * 1, 72 * 5 );
>       image.setAlignment( Image.LEFT | Image.TEXTWRAP );
>       image.scaleToFit( 72 * 3, 72 * 2 );
>       document.add( image ); 
> 
> Uncommenting the positioning line results in the text underlying the image. 
> 
> If this is a bug, any pointers on where I should start tracking it down? 
> 
> Thanks,
> Tom

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to