PDF Crossbook References to topic

Post here questions and problems related to editing and publishing DITA content.
sudhe
Posts: 4
Joined: Sun Oct 13, 2024 6:31 pm

PDF Crossbook References to topic

Post by sudhe »

Hi Folks,

We have scenarios that to provide the links to the topics in other ditamap. This works perfectly fine in WebHelp transformation where we have included both the ditamaps in wrapper ditamaps.
But, in case of PDF publishing, As PDFs generated in seperate transformation, we use the <xref scope="external" href="filename.pdf#topicid" /> and it takes first page of the target pdf.
Is there any xsl hack for this to make target topic link works smoothly?

Thansk & Regards,
Sudhe
julien_lacour
Posts: 685
Joined: Wed Oct 16, 2019 3:47 pm

Re: PDF Crossbook References to topic

Post by julien_lacour »

Hello,

The problem seems related to the PDF Reader, not the processor used to generate the PDF.
Do you have any example you can send to support@oxygenxml.com where a crossbook link works?

From what I've tested using page number is a good workaround: <xref href="path/to/target.pdf#page=3" format="pdf" scope="local">

Regards,
Julien
Post Reply