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.
|