[ 
https://issues.apache.org/jira/browse/PDFBOX-4190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439725#comment-16439725
 ] 

Tilman Hausherr edited comment on PDFBOX-4190 at 4/16/18 5:09 PM:
------------------------------------------------------------------

Why not just set your own open Action?

 
{code:java}
                PDPageDestination dest = new PDPageDestination();
                dest.setPage(page);
                PDActionGoTo action = new PDActionGoTo();
                action.setDestination(dest);
                document.getDocumentCatalog().setOpenAction(action);{code}
 


was (Author: tilman):
Why not just set your own open action?

> Allow caller to control openAction on merged documents
> ------------------------------------------------------
>
>                 Key: PDFBOX-4190
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4190
>             Project: PDFBox
>          Issue Type: Improvement
>    Affects Versions: 2.0.9, 3.0.0 PDFBox
>            Reporter: Gary Potagal
>            Priority: Major
>
> It would be great if openAction behavior was configurable. When documents are 
> merged, we are required to open on the first page.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to