1PODOFOENCRYPT(1) podofoencrypt PODOFOENCRYPT(1)
2
3
4
6 podofoencrypt - encrypt PDF files and set PDF security settings
7
9 podofoencrypt [--rc4v1] [--rc4v2] [--aes] [-u <userpassword>] -o <own‐
10 erpassword> <inputfile> <outputfile>
11
13 podofoencrypt is one of the command line tools from the PoDoFo library
14 that provide several useful operations to work with PDF files. It can
15 encrypt PDF files using RC4 or AES encoding and can set PDF security
16 settings.
17
19 --help
20 Display the help text
21
22 Algorithm:
23
24 --rc4v1
25 Use rc4v1 encryption
26
27 --rc4v2
28 Use rc4v2 encryption (Default value)
29
30 --aes
31 Use aes encryption (currently not supported)
32
33 Passwords:
34
35 -u <password>
36 An optional user password
37
38 -o <password>
39 The required owner password
40
41 Permissions:
42
43 --print
44
45 Allow printing the document
46
47 --edit
48
49 Allow modification of the document besides annotations,
50 form fields or changing pages
51
52 --copy
53
54 Allow extraction of text and graphics
55
56 --editnotes
57
58 Add or modify text annotations or form fields (if ePdf‐
59 Permissions_Edit is set also allow the creation of inter‐
60 active form fields including signature)
61
62 --fillandsign
63
64 Fill in existing form or signature fields
65
66 --accessible
67
68 Extract text and graphics to support user with disabilli‐
69 ties
70
71 --assemble
72
73 Assemble the document: insert, create, rotate delete
74 pages or add bookmarks
75
76 --highprint
77
78 Print a high resolution version of the document
79
81 podofobox(1), podofocolor(1), podofocountpages(1), podofocrop(1), pod‐
82 ofogc(1), podofoimg2pdf(1), podofoimgextract(1), podofoincrementalup‐
83 dates(1), podofoimpose(1), podofomerge(1), podofopages(1), pod‐
84 ofopdfinfo(1), podofotxt2pdf(1), podofotxtextract(1), podofouncom‐
85 press(1), podofoxmp(1)
86
88 PoDoFo is written by Dominik Seichter <domseichter@web.de> and others.
89
90 This manual page was written by Oleksandr Moskalenko <malex@debian.org>
91 for the Debian Project (but may be used by others).
92
93
94
95PoDoFo 2010-12-09 PODOFOENCRYPT(1)