Tilman Hausherr created PDFBOX-2620:
---------------------------------------
Summary: Support named actions
Key: PDFBOX-2620
URL: https://issues.apache.org/jira/browse/PDFBOX-2620
Project: PDFBox
Issue Type: Bug
Components: Parsing, PDModel
Affects Versions: 1.8.8, 1.8.9, 2.0.0
Reporter: Tilman Hausherr
Assignee: Tilman Hausherr
PDFBox does not support named actions, see this question:
https://stackoverflow.com/questions/28060866/
The user has this code
{code}
<< /Type /Annot /Subtype /Link /Rect [0.0 0.0 100.0 100.0] /H /P /BS 1049 0 R
/A 1050 0 R >>
1050 0 obj <</N /GoBack /S /Named>>
{code}
The solution is to derive a new class from PDAction and also to change to
PDActionFactory.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)