summaryrefslogtreecommitdiff
path: root/macros/luatex/optex/pdfextra/README.md
blob: c47262b1f58dd8fa276f3d501b8ed69fcf99cc8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# PDF Extra

PDF Extra provides extra PDF features for OpTeX.

As a minimalistic package OpTeX doesn't support "advanced" features of PDF file
format in the base. This third party package aims to provide them. Summary of
supported features:

 - insertion of multimedia (audio, video, 3D);
 - hyperlinks and other actions,
 - trigger events;
 - transitions;
 - attachments.

The repository of PDF Extra is at https://github.com/vlasakm/pdfextra.

# Documentation

See `pdfextra-doc.pdf` for documentation. It contains user documentation as
well as technical documentation interleaved with source code.

# Installation instructions

Put `pdfextra.opm` where `optex` can find it.

Or just copy paste anything you want.

# Usage

In OpTex do: `\load [pdfextra]`.

# License

This package is available under the Zero-Clause BSD license. See `LICENSE` for
more information.