diff options
author | Christian Geisert <chrisg@apache.org> | 2002-10-16 17:01:56 +0000 |
---|---|---|
committer | Christian Geisert <chrisg@apache.org> | 2002-10-16 17:01:56 +0000 |
commit | 53a25ebdeeeee1b25ba459100590584d868f2b7a (patch) | |
tree | 7dc0aac73f094fe34adbb30ad85349f6fdd92d7f /docs | |
parent | 0cadd453fe88b6e94f5a535e6838fa8aca7aeac6 (diff) | |
download | xmlgraphics-fop-53a25ebdeeeee1b25ba459100590584d868f2b7a.tar.gz xmlgraphics-fop-53a25ebdeeeee1b25ba459100590584d868f2b7a.zip |
Addes Linking to a specific page and a named destinations of an
external PDF file (see www.adobe.com/products/acrobat/pdfs/c01acrotip.pdf)
Submitted by: Bernd Brandstetter <bbrand@freenet.de>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195332 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/fo/link.fo | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/examples/fo/link.fo b/docs/examples/fo/link.fo index 28ab1b31e..e44efcc27 100644 --- a/docs/examples/fo/link.fo +++ b/docs/examples/fo/link.fo @@ -114,6 +114,16 @@ go to <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link> </fo:block> + <!-- Normal text --> + <fo:block text-align="start" + space-before.optimum="6pt" + line-height="24pt" + font-family="serif" + padding-top="3pt" + > + 9. Linking to a specific page of an external: + <fo:basic-link external-destination="extensive.pdf#page=1">extensive.pdf, Page 2</fo:basic-link>. + </fo:block> <!-- Normal text --> <!-- <fo:block text-align="start" |