PDF action resolve a uniform resource identifier (web link).
It is an Immutable.Record and thus
can be updated using set(key, value), for example: action.set("uri", "https://www.nutrient.io");.
A URI action contains an URI. When executing this annotation, we use window.open to create a
new browser tab. We also clear the opener as a security measurement to avoid the target page to
have access to your PDF state.
Please refer to the individual browser documentations for a lists of supported URI protocols. The
most used protocols (http, https and mailto) are supported in all supported browsers.
PDF action resolve a uniform resource identifier (web link).
It is an Immutable.Record and thus can be updated using
set(key, value), for example:action.set("uri", "https://www.nutrient.io");.A URI action contains an URI. When executing this annotation, we use
window.opento create a new browser tab. We also clear the opener as a security measurement to avoid the target page to have access to your PDF state.Learn more about the security problems when using
_blankin this article from JitBit.Please refer to the individual browser documentations for a lists of supported URI protocols. The most used protocols (
http,httpsandmailto) are supported in all supported browsers.Example
Create a new URIAction