That appears to be for creating links inside the document that point to an external document, no? I'm wanting to create a hyperlink from an external excel file that opens to a particular point (page, named destination, it doesn't matter) inside the pdf document I'm generating. Is this possible? I'm not having much luck. Perhaps if I attach the xsl it'll help? (I want an externally-accessible bookmark of some sort for each page created with the xsl:for-each starting on line 162)
Thanks for the help, ~Brian ----------------------------- Brian Trezise IntelliData, Inc. Staff Software Engineer [email protected] t: 720.524.4864 m: 303.809.9782 -----Original Message----- From: Andreas Delmelle [mailto:[email protected]] Sent: Wednesday, August 19, 2009 14:32 To: [email protected] Subject: Re: Auto-generate table of contents On 19 Aug 2009, at 22:28, Andreas Delmelle wrote: > On 19 Aug 2009, at 22:22, Brian Trezise wrote: > > Hi Brian > >> How do you put bookmarks or page markings into the pdf so that you >> can use >> (hyperlink)#page=XXX to open the document to a specific page? > > See: http://xmlgraphics.apache.org/fop/0.95/extensions.html#named-destinations Just noticed: to open the document at a specific /page/, you should be able to do that using a regular fo:external-link, without having to do anything special in the target FO document. Anchors/named destinations are useful if you can figure out an identifier for the part you're referring to, but have no idea on which page it resides (because maybe the document has not been rendered yet?). Regards Andreas Delmelle mailto:andreas.delmelle.AT.telenet.be jabber: [email protected] skype: adlm0608 ---
intellispec-catalog.xsl
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
