Page 1 of 1

Image Map PDF output

Posted: Tue Jul 25, 2017 12:07 pm
by namita
Hi Radu (assuming this goes to you),

I finally have Oxygen 19 with me and the feature is working superbly. I want to create a PDF with working image map. The Preview XHTML output works perfectly, but when I generate the PDF output, I can see only the image without the active hotspot links. Note, the XREFs in the body work perfectly, just the hyperlinks (hotspots) created through Image Map are missing. Is there any specific way to generate a PDF output for a DITA file having an Image Map?

Re: Image Map PDF output

Posted: Wed Jul 26, 2017 8:56 am
by Radu
Hi Namita,

Right now the default PDF output for DITA does not show hotspots for image maps:

https://github.com/dita-ot/dita-ot/issues/1458

As sometimes the PDF is intended for print this is a feature which may not be implemented.

Regards,
Radu

Re: Image Map PDF output

Posted: Fri Jul 28, 2017 10:30 am
by namita
Thank you very much for the clarification, Radu! :)

Re: Image Map PDF output

Posted: Wed Mar 27, 2019 5:00 pm
by Anne
Hi,

In PDFs, the descriptions and links of image map hotspots are displayed as a numbered list below the image.
Is there a way to suppress this and display nothing?

Thanks,
Anne

Re: Image Map PDF output

Posted: Thu Mar 28, 2019 9:27 am
by Radu
Hi Anne,

There is no setting for this, the XSLT stylesheet "OXYGEN_INSTALL_DIR/frameworks/dita/DITA-OT3.x/plugins/org.dita.pdf2/xsl/fo/ut-domain.xsl" has a template which matches the ut-d/imagemap and outputs the image and the list after it. Probably with a PDF customization plugin or folder you can override this template.
Or you can specify on each <area> element a deliveryTarget attribute:

Code: Select all

<area deliveryTarget="html">....
and have a DITAVAL filter file specifically for PDF which excludes elements based on that particular delivery target value.

Regards,
Radu

Re: Image Map PDF output

Posted: Thu Mar 28, 2019 3:13 pm
by Anne
Hi Radu,

Thanks for your response. I thought about profiling with deliveryTarget. But it is not recognized by the system automatically, and profiling needs to be done as with any other custom profiling attribute, right?
How can this be done with a PDF customization plugin?

Regards,
Anne

Re: Image Map PDF output

Posted: Wed May 06, 2020 2:35 pm
by NicoAMP
Radu wrote: Wed Jul 26, 2017 8:56 am Hi Namita,

Right now the default PDF output for DITA does not show hotspots for image maps:

https://github.com/dita-ot/dita-ot/issues/1458

As sometimes the PDF is intended for print this is a feature which may not be implemented.

Regards,
Radu
Hi Radu,

Now a plugin is available here to manage imagemap element in PDF with SVG : https://www.dita-ot.org/plugins#!com.am ... agemap-pdf

Re: Image Map PDF output

Posted: Wed May 06, 2020 5:37 pm
by Radu
Hi Nicolas,

This sounds great, I will take a look at it. Thanks for updating the forum thread.

Regards,
Radu

Re: Image Map PDF output

Posted: Fri Feb 25, 2022 12:34 pm
by Rob5624
Hi Radu,
Almost 2 years passed, is there any update?
The plugin seems to give issues with Fop 2.4, interested to see whether also with newer Fop versions...
Regards, Rob

Re: Image Map PDF output

Posted: Fri Feb 25, 2022 12:40 pm
by Radu
Hi,

If you publish DITA to PDF using our "DITA Map PDF - based on HTML5 & CSS" transformation scenario which uses our Chemistry engine to style the content using CSS, the image maps support should already work: https://www.oxygenxml.com/doc/versions/ ... mages.html
If you publish DITA to PDF using the XSL-FO based approach I'm afraid we do not have another solution for you, our main future improvement direction is the CSS-based PDF publishing.

Regards,
Radu