Bug 57796 - [PATCH] Support hyperlink extraction when rendering slides
Summary: [PATCH] Support hyperlink extraction when rendering slides
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XSLF (show other bugs)
Version: 3.12-dev
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2015-04-07 10:38 UTC by Vittal Aithal
Modified: 2016-01-13 00:50 UTC (History)
0 users



Attachments
Adds a link attribute that can be attached to text fragments (4.15 KB, text/plain)
2015-04-07 10:38 UTC, Vittal Aithal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vittal Aithal 2015-04-07 10:38:55 UTC
Created attachment 32636 [details]
Adds a link attribute that can be attached to text fragments

I'm using Poi in conjunction with Batik to convert PPTX to SVG.

This all works fine for the graphics, but hyperlinks in slides are not available for batik to render.

I've used the attached patch to make hyperlinks on text fragments available as attributes which allow Batik to render the link.
Comment 1 Andreas Beeker 2016-01-13 00:50:48 UTC
Thank you for bringing the idea in.
Since Common SL, this also needs to be available in HSLF.
The hyperlink label is currently a tooltip in XSLF and an alternative form of 
the link in HSLF,
as the tooltip record is not yet supported there.

Applied via r1724338