Danno6000 wrote:
> I'm trying to create a closed bookmark with iText and not having much luck.

See page 409 of the book:
PdfOutline out1 = new PdfOutline(root, d1, "root", true); (7)
PdfOutline out2 = new PdfOutline(out1, d2, "sub 1", false); (8)

Then, you add an opened root outline (7), a closed child (8), and an 
opened child with opened children (9).

Are you saying you tried this and it didn't work?
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to