David Thielen wrote: > Hi; > I understand that iText has the 4 layers. Is there any way to set a > specific z-order for each item to have a larger number of layers?
Larger number of layers: you could create several PdfTemplate objects; add content to these templates/layers using ColumnText. Then add the layers to a page in the preferred order. > If this cannot be done, if 2 items are drawn on the same level, does the > second always get placed above the first? When in the same layer: yes. Also: when you add the templates/layers, the one added last, will be the one on top. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
