Command/useexternaldocument

From Wiki
< Command
Revision as of 00:01, 15 March 2012 by Jannis (talk | contribs) (Text replace - "[[Category:Commands|" to "== ConTeXt-Forum == {{Forum|{{SUBPAGENAME}}}} [[Category:Commands|")
Jump to navigation Jump to search

\useexternaldocument

Syntax

\useexternaldocument[...][...][...]
[...] name
[...] file
[...] text


Description

Example

Assuming that the file « intermezzo.pdf » is present in the same directory as the document you are typesetting, the following allows you to open the file upon clicking on the link

\setupinteraction[state=start]
\setupcolors[state=start]

\useexternaldocument[intermezzo.pdf]

\starttext
As one may see in the example \goto{ open the file intermezzo}[file(intermezzo.pdf)].

\stoptext

As a matter of fact many other file formats are recognized. It is also possible to give the path of the file to be opened.

See also

ConTeXt-Forum