1pdfedit(1) PDFedit pdfedit(1)
2
3
4
6 pdfedit - Editor for PDF files
7
9 pdfedit [file(s)] [--help] [--version] [-d (n)] [-console] [-script
10 (filename)] [-run (filename)] [-eval (code)] [-s (filename)] [--]
11
13 --help Print brief help about commandline options to STDOUT and exit
14
15 --version
16 Print version of editor to STDOUT and exit
17
18 -d (n) Set verbosity of debugging messages reported by editor. Only
19 messages below or equal level specified in parameter will be
20 shown, default is debugging level 1. Also, any of symbolic con‐
21 stants defined below (case insensitive), or starting part of
22 them may be given instead of corresponding number.
23
24 Explanation of debugging levels
25
26 0 PANIC Critical errors
27
28 1 CRITICAL Critical errors, but at least the program can exit
29 somewhat gracefully
30
31 2 ERROR Usual errors
32
33 3 WARNING Comments about some unusual behavior
34
35 4 INFO Information about some internal behavior
36
37 5 DEBUG Debugging messages
38
39 Setting this to -1 mean no debug messages will be shown at all,
40 not even the most critical ones. Debugging messages are sent to
41 STDERR.
42
43 -console
44 Run in commandline mode. No editor windows are opened and com‐
45 mandline init script is executed.
46
47 -script (filename)
48 Run script with given filename. Look for the script in script
49 path. If not found, look for the script in current directory.
50
51 -run (filename)
52 Run script with given filename, but unlike -script option,
53 script path is not searched.
54
55 -eval (code)
56 Evaluate given script code
57
58 -s (filename)
59 This is just shortcut for -console -script (filename)
60
61 -- Stop processing options. Any further parameters after this one
62 are treated as filenames. This can be useful if you want to open
63 file, that have name beginning with a dash.
64
66 You can specify any number of filenames as parameters on commandline.
67 One window will be opened for each file specified. If no file is speci‐
68 fied on commandline, editor will be loaded initially empty.
69 Name of files can be mixed with options (parameter that begin with a
70 dash). Invalid option on commandline will cause editor to abort with
71 error message. Names of options are case sensitive.
72 Options which require a parameter can be specified in "short form",
73 like -d1 or "long form", like -d 1 , both of these mean option -d with
74 parameter 1
75 Use -script , -eval and -run options to run any script besides the
76 init script. These parameters are run/evaluated in the order they are
77 specified on commandline and may be specified multiple times. If these
78 parameters are specified in GUI mode, they are used in each window
79 opened on program start, in commandline mode (console mode) they are
80 used after commandline init script. After these scripts finish execu‐
81 tion, the editor terminates.
82
84 PDF Editor is run in english language by default, but by setting envi‐
85 ronment variable LANG before launching the program, you can tell PDF
86 Editor to look for specific language file. If the localization you
87 requested is not available, english will be used instead.
88 Aside default english, these localizations are available:
89
90 cs - Czech
91
92 de - German
93
94 es - Spanish
95
96 ru - Russian
97
98 fr - French
99
100 zh_TW - Chinese (traditional)
101
102
103
104
105
106PDFedit 0.4.5 pdfedit(1)