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