RE: How to generate PDF bookmarks

2011-05-04 Thread Eduard Tibet
l.com] Sent: Wednesday, May 04, 2011 2:13 PM To: fop-users@xmlgraphics.apache.org Subject: How to generate PDF bookmarks Hi Friends, Could you please share the experience to generate bookmarks in PDF file? Just like the attached snapshot. In addition, Table not works well for "*.rtf" o

Re: How to generate PDF bookmarks

2011-05-04 Thread Pascal Sancho
Hi Bruce, Le 04/05/2011 12:12, Bruce Wen a écrit : > Hi Friends, > > Could you please share the experience to generate bookmarks in PDF file? > Just like the attached snapshot. This is what [Formatting Objects for Bookmarks] do (see XSL-FO $6.11 at [1]). See also FOP compliance page (at [2]), th

How to generate PDF bookmarks

2011-05-04 Thread Bruce Wen
Hi Friends, Could you please share the experience to generate bookmarks in PDF file? Just like the attached snapshot. In addition, Table not works well for "*.rtf" output in my own experience. Is there a defect on this? Bruce Wen (GuangMing) <> --

Re: PDF bookmarks behaviour

2009-11-03 Thread Venkat Reddy
Hi, You can may be try this property 'starting-state' on the , has values 'show' and 'hide'. For more information... http://www.w3.org/TR/xsl11/#starting-state Thanks, Venkat. Dongsheng Song wrote: When I make pdf output, the bookmarks is expanded, how can I I make it collapsed ? Regards, D

PDF bookmarks behaviour

2009-11-03 Thread Dongsheng Song
When I make pdf output, the bookmarks is expanded, how can I I make it collapsed ? Regards, Dongsheng Song - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xml

Re: PDF Bookmarks

2009-05-30 Thread Andreas Delmelle
On May 19, 2009, at 19:31, Tobias Anstett [k15t.com] wrote: Hi Tobias we use (DocBook to) FO to PDF transformations. In the exported PDF the bookmarks doesn't work as expected. Although each bookmarks points to the correct page they don't jump to the correct section on that page always pointing

Re: PDF Bookmarks

2009-05-20 Thread Tobias Anstett [k15t.com]
Maybe I found the problem, I have another xmlgraphics-commons in version 1.2 in the classpath. Have to find the Maven Dependency where the old one is included... Will let you know if this solved my problem. Cheers, Tobias On Wed, May 20, 2009 at 5:30 PM, Tobias Anstett [k15t.com] wrote: > Hi V

Re: PDF Bookmarks

2009-05-20 Thread Tobias Anstett [k15t.com]
Hi Vincent, I already included this package by org.apache.xmlgraphics xmlgraphics-commons 1.3.1 Is 1.3.1 an outdated one? Haven't found a newer in the repositories. Cheers, Tobias On Wed, May 20, 2009 at 5:22 PM, Vincent Hennebert wrote: > Hi Tobias, > > Tobias Anstett [k15t.com] wrote:

Re: PDF Bookmarks

2009-05-20 Thread Vincent Hennebert
Hi Tobias, Tobias Anstett [k15t.com] wrote: > Hi Vincent, > > I finally switched to 0.95 but can't get it working out of the box. I > am receiving: > java.lang.NoClassDefFoundError: > org/apache/xmlgraphics/image/loader/ImageContext > > I already googled the mailinglist and found a solution for

Re: PDF Bookmarks

2009-05-20 Thread Tobias Anstett [k15t.com]
Hi Vincent, I finally switched to 0.95 but can't get it working out of the box. I am receiving: java.lang.NoClassDefFoundError: org/apache/xmlgraphics/image/loader/ImageContext I already googled the mailinglist and found a solution form Barry: "I found that it was a problem with the permissions o

Re: PDF Bookmarks

2009-05-20 Thread Vincent Hennebert
Hi Tobias, This is a revision between 0.92 and 0.93. It is really old and unless you have very strong reasons to keep it you should definitely update to the latest 0.95 version. At any rate that explains why PDF links aren’t working properly. Vincent Tobias Anstett [k15t.com] wrote: > Hi Vincen

Re: PDF Bookmarks

2009-05-20 Thread Tobias Anstett [k15t.com]
Hi Vincent, do you know which version of FO corresponds to trunk version 534713 ? Because this is the one I have installed. Cheers, Tobias On Wed, May 20, 2009 at 12:25 PM, Vincent Hennebert wrote: > Hi Tobias, > > Tobias Anstett [k15t.com] wrote: >> Hi, >> >> we use (DocBook to) FO to PDF tra

Re: PDF Bookmarks

2009-05-20 Thread Vincent Hennebert
Hi Tobias, Tobias Anstett [k15t.com] wrote: > Hi, > > we use (DocBook to) FO to PDF transformations. In the exported PDF the > bookmarks doesn't work as expected. Although each bookmarks points to > the correct page they don't jump to the correct section on that page - > always pointing to the be

PDF Bookmarks

2009-05-19 Thread Tobias Anstett [k15t.com]
Hi, we use (DocBook to) FO to PDF transformations. In the exported PDF the bookmarks doesn't work as expected. Although each bookmarks points to the correct page they don't jump to the correct section on that page - > always pointing to the beginning. Is this a known issue with Apache FO? -- Che

Re: PDF bookmarks

2009-03-30 Thread Jeremias Maerki
Take a look at the fo:bookmarks formatting object: http://www.w3.org/TR/xsl11/#d0e14206 An example can be found here: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/examples/fo/basic/pdfoutline.fo?view=markup On 30.03.2009 07:12:42 Ajaynath Pydimarri Lakshmi Narayana wrote: > Hi , >

PDF bookmarks

2009-03-29 Thread Ajaynath Pydimarri Lakshmi Narayana
Hi , we are using xmetal tool for creating PDF from xml.For implementing security properties to PDF by using apache fop batch files.In that way now I want to create bookmarks in pdf.How far it is possible.can you please provide some references to do this.thank you very much for suppo

Re: collapsing PDF bookmarks

2007-07-06 Thread Andreas L Delmelle
On Jul 7, 2007, at 00:38, Paul Vinkenoog wrote: Interesting. I haven't needed the feature myself, so was unaware that this was implemented. Just one question: is this already true for FOP 0.93, or only for Trunk? I just gave it a try with 0.93 and it's fully functional in that version. OK,

Re: collapsing PDF bookmarks

2007-07-06 Thread Paul Vinkenoog
Hello Andreas, >> Home, checked, yes: FOP fully supports the starting-state attribute >> ("show" or omit to expand, "hide" to collapse). > Interesting. I haven't needed the feature myself, so was unaware > that this was implemented. Just one question: is this already true > for FOP 0.93, or only

RE: collapsing PDF bookmarks

2007-07-06 Thread Jeff Powanda
Thanks, Paul. You were right. I updated my DocBook stylesheet so that fo:bookmark sets the starting-state="hide" attribute. When I open the resulting PDF, bookmarks are collapsed. Thanks for your help. Regards, Jeff Powanda -Original Message- From: Paul Vinkenoog [mai

Re: collapsing PDF bookmarks

2007-07-06 Thread Andreas L Delmelle
On Jul 6, 2007, at 03:01, Paul Vinkenoog wrote: Hi Paul (http://xmlgraphics.apache.org/fop/faq.html#pdf-bookmark- display), it says that FOP doesn't currently allow you to control bookmark display. I'm not so sure if that's still correct (not home right now, so I can't check). I think if y

Re: collapsing PDF bookmarks

2007-07-05 Thread Paul Vinkenoog
Hi again, >> (http://xmlgraphics.apache.org/fop/faq.html#pdf-bookmark-display), it >> says that FOP doesn't currently allow you to control bookmark display. > > I'm not so sure if that's still correct (not home right now, so I > can't check). I think if you set the starting-state="hide" attribute

Re: collapsing PDF bookmarks

2007-07-05 Thread Paul Vinkenoog
Hi Jeff, > By default, when you use FOP to generate a PDF file, the bookmarks > in the file are expanded. I'd like to collapse the bookmarks. > In the FOP FAQ > (http://xmlgraphics.apache.org/fop/faq.html#pdf-bookmark-display), it > says that FOP doesn't currently allow you to control bookmark di

Re: collapsing PDF bookmarks

2007-07-05 Thread Andreas L Delmelle
On Jul 5, 2007, at 19:51, Jeff Powanda wrote: Hi Jeff In the FOP FAQ (http://xmlgraphics.apache.org/fop/faq.html#pdf- bookmark-display), it says that FOP doesn’t currently allow you to control bookmark display. However, it does mention that you could use PDF post-processing to control bookma

collapsing PDF bookmarks

2007-07-05 Thread Jeff Powanda
By default, when you use FOP to generate a PDF file, the bookmarks in the file are expanded. I'd like to collapse the bookmarks. In the FOP FAQ (http://xmlgraphics.apache.org/fop/faq.html#pdf-bookmark-display), it says that FOP doesn't currently allow you to control bookmark display. However,

Re: TR: PDF-bookmarks

2007-06-11 Thread Thomas Zastrow
Pascal Sancho schrieb: Hi Tom, As said in upgrading page (from FOP 0.20.x to 0.9x) [1], fox:outline mechanism is replaced with the XSL-FO 1.1 (6.11) Formatting Objects for Bookmarks [2] [1] http://xmlgraphics.apache.org/fop/0.93/upgrading.html [2] http://www.w3.org/TR/xsl11/#fo_bookmark-tree

TR: PDF-bookmarks

2007-06-11 Thread Pascal Sancho
-Message d'origine- De : Thomas Zastrow [mailto:[EMAIL PROTECTED] Envoyé : samedi 9 juin 2007 23:55 Hi there, I'm a little bit confused when it comes to PDF-bookmarks. I found the example Running FOP Prerequisites on the homepage, but when I put this cod

PDF-bookmarks

2007-06-09 Thread Thomas Zastrow
Hi there, I'm a little bit confused when it comes to PDF-bookmarks. I found the example Running FOP Prerequisites on the homepage, but when I put this code into the fo:root - element, I just get errors. I also found something on the internet that this method is ob

Re: FOP 0.93 - PDF Bookmarks

2007-01-08 Thread Jay Bryant
Message - From: "offi83" <[EMAIL PROTECTED]> To: Sent: Monday, January 08, 2007 4:15 AM Subject: FOP 0.93 - PDF Bookmarks I upgraded my FOP installation today and after a bit of work with my xsl-stylesheets nearly everything works fine. My only problem is the generation of t

Re: FOP 0.93 - PDF Bookmarks

2007-01-08 Thread offi83
Thanks! Know everything INCLUDING the pdf bookmarks is fine. Comparing to the stylesheet version 1.69.x I get less failures in the output of fop than before. Andrea -- View this message in context: http://www.nabble.com/FOP-0.93---PDF-Bookmarks-tf2938422.html#a8225475 Sent from the FOP - Users

RE: FOP 0.93 - PDF Bookmarks

2007-01-08 Thread Kai Mutz
> Behalf Of offi83 > Sent: Monday, January 08, 2007 4:00 PM > To: fop-users@xmlgraphics.apache.org > Subject: Re: FOP 0.93 - PDF Bookmarks > > > > Yes, I'm using docbook. Maybe it'll help me, if someone could post a > pdf-bookmark-example in fo. My proble

Re: FOP 0.93 - PDF Bookmarks

2007-01-08 Thread offi83
Yes, I'm using docbook. Maybe it'll help me, if someone could post a pdf-bookmark-example in fo. My problem is that I don't really understand the using of the fo:bookmark element. Andrea -- View this message in context: http://www.nabble.com/FOP-0.93---PDF-Bookmarks-tf293842

Re: FOP 0.93 - PDF Bookmarks

2007-01-08 Thread Chris Bowditch
offi83 wrote: I upgraded my FOP installation today and after a bit of work with my xsl-stylesheets nearly everything works fine. My only problem is the generation of the pdf-bookmarks. I've read about the new bookmark feature the developers integrated in FOP 0.93, but I don't really k

FOP 0.93 - PDF Bookmarks

2007-01-08 Thread offi83
I upgraded my FOP installation today and after a bit of work with my xsl-stylesheets nearly everything works fine. My only problem is the generation of the pdf-bookmarks. I've read about the new bookmark feature the developers integrated in FOP 0.93, but I don't really know how to use

Re: pdf bookmarks - instructions/example?

2006-08-16 Thread paul
And here's an example, for other dummies (like me) who like to copy things. The result is a Bookmark-Tree in the pdf-document like this Data Element_nr1 Element_nr2 Element_nr3 etc. ** (...) Data

Re: pdf bookmarks - instructions/example?

2006-08-16 Thread paul
thank you very much, that should get me through... and sorry for posting in the wrong place. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: pdf bookmarks - instructions/example?

2006-08-16 Thread Chris Bowditch
paul wrote: But I now would like to automate this process for variably many elements. The elements are read from a XML-file. As I understand, I can automatically create ID's for the elements with the generate-id() method. But it is not clear to me, how I can reference those ID's in advance in

Re: pdf bookmarks - instructions/example?

2006-08-16 Thread paul
Thanks Jeremias I'd been looking at these examples for 0.92 beta before, but they don't help me with the automatic id-generation. In a first test, I've created a bookmark-tree, and assigned the same ID to one of the blocks (...) Hello_Bookmark (...)

Re: pdf bookmarks - instructions/example?

2006-08-15 Thread Jeremias Maerki
Depends on the FOP version you're using. Two examples found in the distribution: FOP 0.92 and later: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/examples/fo/basic/pdfoutline.fo?view=markup Docs: http://www.w3.org/TR/xsl11/#fo_bookmark-tree FOP 0.20.5: http://svn.apache.org/viewvc/xmlgraphi

pdf bookmarks - instructions/example?

2006-08-15 Thread paul
Hello all I am new at FOP and currently I am trying to add the bookmarks-feature in my fop-produced pdf-documents. Can someone point me out a good place where I can see how this is done? My otherwise very useful book leaves me alone here, and the example that comes with the fop distribution I find

Re: PDF Bookmarks detail

2006-04-21 Thread Glen Mazza
Jeremias Maerki wrote: Slow and unreliable server you have there. Anyway, I've managed to track down the feature andsurprise, it's implemented: Just add starting-state="hide" to the fo:bookmark. :-) Learn something new every day... Also, you will need to add "hide" to *every* bookmark you

Re: PDF Bookmarks detail

2006-04-20 Thread kralik
Oh, thanks a lot :-) Pavel Tyl Btw. some people have problems with this server. But some have never. -- View this message in context: http://www.nabble.com/PDF-Bookmarks-detail-t1477057.html#a4016642 Sent from the FOP - Users forum at Nabble.com

Re: PDF Bookmarks detail

2006-04-20 Thread Web Maestro Clay
d by default in Acrobat Reader. On 19.04.2006 23:39:09 kralik wrote: Hello! I have a question related to FOP Trunk and PDF bookmarks. All bookmarks, I wanted to do, are OK, but all the chapters, subchapters etc. are "unpacked". Mark "minus" (-) is everywhere. Is there any res

Re: PDF Bookmarks detail

2006-04-20 Thread Jeremias Maerki
Slow and unreliable server you have there. Anyway, I've managed to track down the feature andsurprise, it's implemented: Just add starting-state="hide" to the fo:bookmark. :-) Learn something new every day... On 20.04.2006 17:41:46 kralik wrote: > > Here is link to the file with collapsed boo

Re: PDF Bookmarks detail

2006-04-20 Thread kralik
Here is link to the file with collapsed bookmarks: http://o4c.wz.cz/diplomka/Karel.pdf View this message in context: Re: PDF Bookmarks detail Sent from the FOP - Users forum at Nabble.com.

Re: PDF Bookmarks detail

2006-04-20 Thread Jeremias Maerki
Send me an example of such a PDF. I can try to find out what causes the bookmarks to be collapsed. On 20.04.2006 17:12:09 kralik wrote: > > Yes, it's not such serious problem, of course :-) > But LaTEX PDF bokmarks are collapsed. > Nevermind. Jeremias Maerki --

Re: PDF Bookmarks detail

2006-04-20 Thread kralik
Yes, it's not such serious problem, of course :-) But LaTEX PDF bokmarks are collapsed. Nevermind. Pavel Tyl -- View this message in context: http://www.nabble.com/PDF-Bookmarks-detail-t1477057.html#a4009269 Sent from the FOP - Users forum at Nabbl

Re: PDF Bookmarks detail

2006-04-19 Thread Jeremias Maerki
09 kralik wrote: > > Hello! > I have a question related to FOP Trunk and PDF bookmarks. > All bookmarks, I wanted to do, are OK, but all the chapters, subchapters > etc. are "unpacked". Mark "minus" (-) is everywhere. > Is there any resolution, how to get a docu

PDF Bookmarks detail

2006-04-19 Thread kralik
Hello! I have a question related to FOP Trunk and PDF bookmarks. All bookmarks, I wanted to do, are OK, but all the chapters, subchapters etc. are "unpacked". Mark "minus" (-) is everywhere. Is there any resolution, how to get a document with packed levels of chap

PDF Bookmarks detail

2006-04-19 Thread kralik
Hello! I have a question related to FOP Trunk and PDF bookmarks. All bookmarks, I wanted to do, are OK, but all the chapters, subchapters etc. are "unpacked". Mark "minus" (-) is everywhere. Is there any resolution, how to get a document with packed levels of chap