1ODFUSERFIELD(1) User commands ODFUSERFIELD(1)
2
3
4
6 odfuserfield - List or change the user-field declarations in an ODF
7 file
8
10 odfuserfield [-l] [-L] [-x field...] [-X field...] [-s field:value...]
11 [-o path] path
12
14 Odfuserfield is a program that will list or change the user variable
15 declarations in an OpenDocument file. There are two kinds of variables
16 in OpenDocument. Simple variables can take different values at
17 different positions, throughout a document. User variables have the
18 same value throughout a document. Due to the latter´s global nature it
19 is safe to change them with an external application.
20
21 Use odfuserfield to fill out form letters before printing or giving to
22 the user.
23
24 “Path” is assumed to be an OpenDocument file of text, spreadsheet or
25 presentation type.
26
28 -l
29 List (extract) all known user-fields.
30
31 -L
32 List (extract) all known user-fields with type and value.
33
34 -x field
35 Extract the contents of this field from the file.
36
37 -X field
38 Same as -x, but also preserves/includes the field name and type.
39
40 -s field:value
41 Set the value of an existing user field. The field type will be the
42 same.
43
44 -o path
45 Filename to write modified ODT file to. If no -o option is
46 provided, the ODT file will be written to stdout.
47
49 odfuserfield -L odf-file
50
52 formail(1), id3tag(1)
53
55 Implement formulas. See OpenDocument v1.0 specification section 6.3.5.
56 This requires a different syntax for -s arguments.
57
59 Søren Roug
60 Original author
61
62 Michael Howitz
63 gocept gmbh & co. kg
64 Refactoring
65
66
67
68odfpy 03/15/2009 ODFUSERFIELD(1)