[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2022-07-03 Thread Gilad Denneboom (Jira)


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

Gilad Denneboom commented on PDFBOX-4117:
-

See: https://issues.apache.org/jira/browse/PDFBOX-5470

 

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Fix For: 2.0.9, 3.0.0 PDFBox
>
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2022-07-02 Thread Tilman Hausherr (Jira)


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

Tilman Hausherr commented on PDFBOX-4117:
-

Please create a new issue, this one is closed; include the stack trace.

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Fix For: 2.0.9, 3.0.0 PDFBox
>
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2022-07-02 Thread Gilad Denneboom (Jira)


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

Gilad Denneboom commented on PDFBOX-4117:
-

I'm back to this class and am having issues using it to link to a specific page 
of an embedded PDF file.

When I try to use setPageNumber on the PDDestination object I get the following 
error message:

 java.lang.IllegalArgumentException: Destination of a GoToE action must be a 
page dictionary object

However, I don't see a way to get a reference to the PDPage object for the 
target page so I could use it with setPage.

I think the implementation of this class needs to be adjusted to allow 
specifying only a page number, not a Page object.

Acrobat does that when you create such links manually. The COSArray under D 
contains a page number reference in the first item, not a page reference.

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Fix For: 2.0.9, 3.0.0 PDFBox
>
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-25 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on PDFBOX-4117:
-

Commit 1825290 from [~tilman] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1825290 ]

PDFBOX-4117: remove deprecated

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Fix For: 2.0.9, 3.0.0 PDFBox
>
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-24 Thread Gilad Denneboom (JIRA)

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

Gilad Denneboom commented on PDFBOX-4117:
-

Will do, and thanks again!

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Fix For: 2.0.9, 3.0.0 PDFBox
>
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-24 Thread Tilman Hausherr (JIRA)

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

Tilman Hausherr commented on PDFBOX-4117:
-

It's now available for the 2.0.9 snapshot
https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/2.0.9-SNAPSHOT/
and the missing items have been implemented as well. Please test and give any 
feedback in this issue if it comes up before the 2.0.9 release.

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Fix For: 2.0.9, 3.0.0 PDFBox
>
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-24 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on PDFBOX-4117:
-

Commit 1825256 from [~tilman] in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1825256 ]

PDFBOX-4117: support /A and /P entries

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-24 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on PDFBOX-4117:
-

Commit 1825255 from [~tilman] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1825255 ]

PDFBOX-4117: support /A and /P entries

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-24 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on PDFBOX-4117:
-

Commit 1825251 from [~tilman] in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1825251 ]

PDFBOX-4117: add GoToE action, use new enum type for NewWindow of other classes

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-24 Thread Gilad Denneboom (JIRA)

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

Gilad Denneboom commented on PDFBOX-4117:
-

Everything looks good to me!

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-24 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on PDFBOX-4117:
-

Commit 1825241 from [~tilman] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1825241 ]

PDFBOX-4117: use new enum type for NewWindow

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-24 Thread Gilad Denneboom (JIRA)

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

Gilad Denneboom commented on PDFBOX-4117:
-

Can the same enum be used for PDActionRemoteGoTo and PDActionLaunch as well? 
The NewWindow key should work the same there.

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-24 Thread Tilman Hausherr (JIRA)

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

Tilman Hausherr commented on PDFBOX-4117:
-

Good idea. I'll do that.

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-23 Thread Maruan Sahyoun (JIRA)

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

Maruan Sahyoun commented on PDFBOX-4117:


How about using an Enum similar to similar to {{PageMode}}?

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-23 Thread Tilman Hausherr (JIRA)

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

Tilman Hausherr commented on PDFBOX-4117:
-

As expected, Sonar doesn't like it and here's the reason: "While null is 
technically a valid Boolean value, that fact, and the distinction between 
Boolean and boolean is easy to forget. So returning null from a Boolean method 
is likely to cause problems with callers' code."

And yes, a developer who calls {{shouldOpenInNewWindow()}} without looking at 
the javadoc would get an NPE soon.

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-23 Thread Tilman Hausherr (JIRA)

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

Tilman Hausherr commented on PDFBOX-4117:
-

Done; please test the snapshot again and give feedback. Note that target 
directory /P and /A are not yet implemented.

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on PDFBOX-4117:
-

Commit 1825163 from [~tilman] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1825163 ]

PDFBOX-4117: used (boxed) Boolean because missing parameter has a special 
meaning

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on PDFBOX-4117:
-

Commit 1825161 from [~tilman] in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1825161 ]

PDFBOX-4117: add COSName

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on PDFBOX-4117:
-

Commit 1825162 from [~tilman] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1825162 ]

PDFBOX-4117: add COSName

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-23 Thread Gilad Denneboom (JIRA)

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

Gilad Denneboom commented on PDFBOX-4117:
-

Ah, I see. Sounds good to me!

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-23 Thread Tilman Hausherr (JIRA)

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

Tilman Hausherr commented on PDFBOX-4117:
-

What I mean is that the parameter/result would be a (boxed) Boolean. If that is 
null in the setter, I would remove the item. In the getter, I would return null 
if the entry is missing.

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-23 Thread Gilad Denneboom (JIRA)

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

Gilad Denneboom commented on PDFBOX-4117:
-

I thought about that. The question is whether assigning null to it will have 
the same effect (in Acrobat) as removing it entirely. It can be tested, I'm 
sure.

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-23 Thread Tilman Hausherr (JIRA)

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

Tilman Hausherr commented on PDFBOX-4117:
-

Yes this will be added a 2.* version. I just want to be sure that it is good to 
use because I wouldn't be able to change the 2.* API after release.

Re the NewWindow, would it help you if I return & set not a boolean, but a 
Boolean? (Not sure if I will really do it, I suspect that it is a bad practice)

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on PDFBOX-4117:
-

Commit 1825141 from [~tilman] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1825141 ]

PDFBOX-4117: check for /P and /C (was a typo)

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-23 Thread Gilad Denneboom (JIRA)

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

Gilad Denneboom commented on PDFBOX-4117:
-

One thing that might be missing is the open to remove the NewWindow COK-key, so 
that it defaults to the preference set in the application.

Here's the description in the ISO:
{noformat}
NewWindow – boolean 
– (Optional) If true, the destination document should be opened in a new 
window; if false, the destination document should replace the current document 
in the same window. If this entry is absent, the conforming reader should act 
according to its preference.{noformat}

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-23 Thread Gilad Denneboom (JIRA)

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

Gilad Denneboom commented on PDFBOX-4117:
-

Seems to be working great! Any chance of implementing it in the older versions 
as well?

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-22 Thread Tilman Hausherr (JIRA)

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

Tilman Hausherr commented on PDFBOX-4117:
-

https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/3.0.0-SNAPSHOT/

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allows a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-22 Thread Gilad Denneboom (JIRA)

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

Gilad Denneboom commented on PDFBOX-4117:
-

Wow, thanks a lot for the quick turnaround, Tilman!

Is it available in any current snapshot I can download and integrate into my 
project?

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allow a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-22 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on PDFBOX-4117:
-

Commit 1825082 from [~tilman] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1825082 ]

PDFBOX-4117: add GoToE action

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allow a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-22 Thread Tilman Hausherr (JIRA)

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

Tilman Hausherr commented on PDFBOX-4117:
-

[~giladd] can you test whatever you want to do with the trunk? Is the API what 
you had in mind? It has all except /P and /A of the target directory.

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Assignee: Tilman Hausherr
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allow a link to open an 
> attached file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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



[jira] [Commented] (PDFBOX-4117) Implement GoToE action-type

2018-02-20 Thread Gilad Denneboom (JIRA)

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

Gilad Denneboom commented on PDFBOX-4117:
-

Added a sample file with a GoToE link on the first page, for testing purposes.

> Implement GoToE action-type
> ---
>
> Key: PDFBOX-4117
> URL: https://issues.apache.org/jira/browse/PDFBOX-4117
> Project: PDFBox
>  Issue Type: New Feature
>  Components: AcroForm
>Affects Versions: 1.8.13, 2.0.8
>Reporter: Gilad Denneboom
>Priority: Major
> Attachments: Sample GoToE Link.pdf
>
>
> One of the major Action Types is not implemented in any version of PDFBox, 
> and I believe it should be. I'm referring to "Embedded Go-To Actions" 
> (defined under 12.6.4.4 in PDF 32000-1:2008), which allow a link to open an 
> attache file. Currently, such "GoToE" actions are interpreted as "null" by 
> PDFBox, which is not ideal.



--
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