Page 1 of 1
Docbook Imagemap PDF
Posted: Thu Jul 30, 2020 7:02 am
by Christian_B97
Hey,
I created an Imagemap on a SVG Image and linked to Sections. I want to Output a PDF but it seems the Rectangles i defined are not clickable. Is this Feature not supported with Docbook PDF?
Thanks in advance.
Chris
Re: Docbook Imagemap PDF
Posted: Thu Jul 30, 2020 7:37 am
by Radu
Hi Chris,
The DocBook to PDF transformation indeed does not seem to support image hotspots in PDFs. Maybe you can write on the docbook-apps users list:
https://docbook.org/help
There may be people there who have implemented such a solution.
For example for DITA XML to PDF, the publishing again does not support out of the box hotspots in PDF but there is an extra publishing plugin which adds this support by dynamically creating an SVG image which shows the original image plus the hotspots over it:
https://github.com/Amplexor/com.amplexor.imagemap-pdf
Regards,
Radu
Re: Docbook Imagemap PDF
Posted: Sun Aug 02, 2020 4:29 pm
by Christian_B97
Thank you very much!
I will take a look.
Best Regards,
Chris