1FLPSED(1) BSD General Commands Manual FLPSED(1)
2
4 flpsed — annotate PostScript and PDF files
5
7 flpsed [-bdh] [-t tag=value] [-z zoom] [infile] [outfile]
8
10 The flpsed utility allows to annotate Postscript files. PDF files can be
11 imported using the pdftops and exported using the ps2pdf utility. If the
12 document was saved in Postscript format, added text can be reedited
13 later. flpsed is useful for filling in forms or adding short comments.
14 Batch mode can be used to automate form filling.
15
16 The options are as follows:
17
18 -b Batch mode (no GUI). In batch mode flpsed reads from stdin, if no
19 infile is specified. Batch mode is useful in combination with the
20 file ... -t option.
21
22 -d Dump tags and values from a document to stdout (implies -b ).
23
24 -h Show short help text.
25
26 -t tag=value
27 Set text to value where tag is tag Multiple -t options are
28 allowed.
29
30 -z zoom
31 Set initial zoom value in percent.
32
33 -geometry WxH+X+Y
34 Set initial geometry.
35
36 -iconic
37 Start iconified.
38
39 -scheme string
40 Use fltk scheme string Currently fltk supports "plastic" and
41 "gtk+".
42
44 The flpsed utility exits 0 on success, and >0 if an error occurs.
45
47 The command:
48
49 flpsed file1
50
51 will start flpsed and load file1 for interactive editing.
52
53 The command:
54
55 flpsed -b -t foo=bar file1 file2
56
57 will set the text of all text fields in file1 carrying the tag "foo" to
58 "bar" and write the resulting Postscript document to file2
59
61 pdftops(1), ps2pdf(1)
62
64 Johannes Hofmann <Johannes.Hofmann@gmx.de>
65
66BSD July 18 2007 BSD