Page 1 of 1

Getting related links to display in PDF output

Posted: Mon Mar 18, 2013 8:36 pm
by jciroli
Hello,

I recently migrated to oXygen 14.2 and can no longer get my PDF transform to include the related links authored in the dita source files.

I tried duplicating the PDF transform and adding the disableRelatedLinks=no parameter (what worked for me in previous releases), and tried duplicating the PDF transform and adding the args.fo.include.rellinks=yes parameter.

Neither worked. Can you please advise on how to generate the related links in a PDF document? My students are not using reltables; instead they are using the <related-links> element within a topic.

Many thanks.

Re: Getting related links to display in PDF output

Posted: Mon Mar 18, 2013 10:58 pm
by ionela
Hello,

In order to have the related links displayed in the PDF output you need to edit DITA to PDF transformation scenario (duplicate it and edit the copy) and set the value of args.rellinks parameter to "all" (args.rellinks=all).
The args.fo.include.rellinks parameter is deprecated in favor of args.rellinks.

Let us know if you need further assistance.

Regards,
Ionela

Re: Getting related links to display in PDF output

Posted: Tue Mar 19, 2013 12:25 am
by jciroli
Thank you! That worked perfectly. I am having an unrelated issue that I'll post about separately.