Robert Spielmann wrote: > So, surrounding the image code with begin-/endText() is a bad idea?
It's better to keep pure 'graphics state' operations separated from 'text state' operations. I should check in the PDF Reference which graphics state operators are allowed between a BT/ET sequence and which aren't; but in any case: it's safer to move the addImage() statements outside the beginText/endText. It will still work, and the syntax is 'cleaner'. br, Bruno ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
