Definition
nipdf://[ATTRIBUTES:VALUES]/path_to_file
Usage
Navigate to different PDFs or navigate to other PDF pages within the asset. Example usages include jumping to different sections of a asset that is split into different PDFs, or temporarily jumping to a reference paper that is a PDF, or even to a specific page in a reference paper.
Attributes
Attribute | Values | Details | Notes |
history | 0 1 |
History is disabled History is enabled |
If history is enabled, then the current page is pushed into the history stack that can be used by niback:// |
Sample
nipdf://example.pdf nipdf://references/example.pdf#2 nipdf://[history:1]reference.pdf#2 nipdf://self#2 nipdf://[history:1]self#3
NOTES:
- filename.pdf#3 – jump to page 3 of the specified file
- self – special filename which refers to the currently opened PDF
- If the history feature is not required, links to different pages can also be implemented using the standard page link feature from InDesign/Acrobat, rather than this specific tag.