Re: Clear bookmark children

2010-09-07 Thread Adam
Make a new PDOutlineItem which points to the same destination and then replace the old bookmark with the new one. That should effectively be the same as clearing it out. Then you can use the old PDOutlineItem to copy over the children that you do want to keep. Thanks, Adam From: "H

Re: getting and setting names of named destinations

2010-09-07 Thread Adam
Hesham, Okay, I was now able to duplicate your findings. Let's start with the input file and see how that's laid out. We'll start with the trailer and proceed from there: trailer <<6362876D55F64E4FAE2312BC1294000B>]/Prev 116 >> % next we go to the root node 19148 0 obj<> endobj % Note that

Re: Building a smaller distribution.

2010-09-07 Thread Andreas Lehmkühler
Hi, Gesendet: Fr, 03. Sep 2010 Von: Grant Overby > We're looking to use PDFBox in an applet; however, its large size isn't > appealing. We don't need many of the features or languages, so we're > thinking of building it with only what we need. > > Any pointers on what to remove? It depends on th

Clear bookmark children

2010-09-07 Thread Hesham G.
Hello , If I have a bookmark node that has many children ... Is there a way to empty it, so I can refill it again from the beginning or just clear some of those children ? Best regards , Hesham

Re: Tables using PDFBox

2010-09-07 Thread Andreas Lehmkühler
Hi, Gesendet: Mo, 06. Sep 2010 Von: John Emmanuel > Hi, > > Does PDFBox currently provide an API for rendering content in rows & > columns > (tables). If so, could somebody guide me to any examples. > If there are no examples, then could somebody just briefly guide me to the > classes that make