Wolfgang Werner wrote:

>Hello all,
>
>we are creating pdf files with iText. Several times we found places,  
>where we would like to mix high level objects (like chunk / paragraph) and 
>items placed via direct content.
>
I think that in that case you should leave document.add()
and work with ColumnText.
There are two rather complicated examples in the book,
that mix different kinds of content:
http://itext.ugent.be/itext-in-action/examples/chapter07/ColumnElements.java
http://itext.ugent.be/itext-in-action/examples/chapter07/ColumnWithAddElement.java
(You'll need: 
http://itext.ugent.be/itext-in-action/examples/chapter07/resources/8001.jpg
as a resource to try them.)
br,
Bruno

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to