HomeDobuDishInternal Links in pdf go to top of document

Internal Links in pdf go to top of document


Hi,

I am new to DobuDish but seems nice. I run a pdf and an javahelp process form the same docbook file, while the links in the javahelp file work they just go to the top of the document in the pdf version.

Any idea?

Cheers

Janko
Janko Jochimsen | email
September 2 2009, 07:07 PM
Hi Janko,

would you mind sending my the DobuDish directory that contains the sources for this document so I can try this here?

You can use this link to submit a request to me: http://helpdesk.agynamix.de/index.php?pg=request

Torsten.
Torsten Uhlmann | email
4 days, 16 hours since original post
You need to set an anchor in your document which will be the target of your "linkend" tag in the "link" element.

The anchor looks like:

<anchor id="example.anchor"/>


Then in your document you can reference it:

<link linkend="example.anchor">Reference to some very important part.</link>

Torsten.
Torsten Uhlmann | email
5 days, 16 hours since original post
This topic is closed