File: README.md

package info (click to toggle)
origami-pdf 2.1.0-1~exp2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,444 kB
  • sloc: ruby: 17,883; makefile: 8
file content (34 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (4)
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
# Origami samples

## ``attachments``

Adding a file attachment to a PDF document.

## ``javascript``

Adding JavaScript to a document and emulating it.

## ``encryption``

PDF encryption (supports RC4 40-128 bits, and AES128).
Create a new encrypted document.

## ``signature``

PDF digital signatures. Create a new document and signs it.

## ``flash``

Create a document with an embedded SWF file.

## ``loop``

Create a looping document using ``GoTo`` and ``Named``  actions.

## ``events``

Create a document running JavaScript on various events.

## ``uri``

Various methods for connecting to a remote URL.