Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
Patch
Description
When processing a document with encryption and using with tag:
<fo:basic-link external-destination="embedded-file:some.pdf">The link to some file
</fo:basic-link>
The output pdf link doesn't work.
The same input, without encryption works as expected.
About the Patch:
- This is related to
FOP-916, applied the same fix but to PDFJavaScriptLaunchAction instead of PDFUri and extracted the common method into the parent class PDFAction. - The extracted method implementation, is still very similar to 'encodeString' from PDFObject, just adds a 'getDocument() != null' condition (wich seems to be required for PDFActions)