You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encrypting a PDF containing a GoTo action referencing a destination breaks the link. When converting the GoTo object in object.js, the string is encrypted. However, encryption does not occur in tree.js toString() method. The GoTo object no longer has a valid destination.
I'd be happy to take a stab at a PR if you'd like.
Bug Report
Description of the problem
Encrypting a PDF containing a GoTo action referencing a destination breaks the link. When converting the GoTo object in object.js, the string is encrypted. However, encryption does not occur in tree.js toString() method. The GoTo object no longer has a valid destination.
I'd be happy to take a stab at a PR if you'd like.
Code sample
Your environment
The text was updated successfully, but these errors were encountered: