Re: [iText-questions] Re move bookmarks with depth less then x

2008-08-19 Thread carstenstp
Hi, no I have von a solution and created a function :-). This function extract the bookmarks to xml and reduce the Bookmarks-Tree with XPATH. The code will be available in the next PDFSam (http://www.pdfsam.org/) Version. -- View this message in context: http://www.nabble.com/Remove-bookmarks-

Re: [iText-questions] Re move bookmarks with depth less then x

2008-08-05 Thread carstenstp
The problem is that I'm normaly a .NET-Developer and not so good in java. Can somone help me to create a function like this: public static List RemoveBookmarksLessThenLevel(List bookmarks, int Level) { List NewList = bookmarks;

[iText-questions] Remove bookmarks with depth less then x

2008-08-04 Thread carstenstp
I have created a tool to split a PDF by bookmark levels (depth). My Example PDF: Level 1 Level 11 Level 111 Level 112 Level 12 Level 13 Level 2 Level 21 Level 211 Level 22 When I split the PDF at the 2nd level I get the following files: Files: =