Page 1 of 1

PDF Crossbook References to topic

Posted: Thu Jul 03, 2025 9:35 am
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

Re: PDF Crossbook References to topic

Posted: Wed Jul 16, 2025 12:43 pm
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