Hi All,

Is it possible to show the bookmark panel along with its corresponding
content when it is opened through a browser.
The pdf generated has documents of many pages and its corresponding
bookmark panel has nodes in a hierarchical manner.
BTW, the nodes are created by PdfDestination and PdfOutline objects.A
snippet of it is written below.

PdfDestination destination = new PdfDestination(PdfDestination.FITH, para);
PdfOutline node = new PdfOutline(pnode, destination, name);
node.setOpen(true);

Please suggest the best way to create bookmarks which might have
parent-child relationship.


With Regards,
Manikandan.P
Inautix Technologies India Pvt Ltd
Chennai
Phone : 91-44-22546000 extn 2739



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to