On Jun 17, 2008, at 7:54 AM, Bruno Lowagie wrote: > 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'.
Only text operations (and associated state changes) are allowed inside BT/ET. Leonard ------------------------------------------------------------------------- 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
