[
https://issues.apache.org/jira/browse/PDFBOX-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286506#comment-14286506
]
ASF subversion and git services commented on PDFBOX-2620:
---------------------------------------------------------
Commit 1653693 from [~tilman] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1653693 ]
PDFBOX-2620: support named actions
PDFBOX-2576: make class with private constructor final
> 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)