logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

flpsed — annotate PostScript and PDF files

Author

       Johannes Hofmann <Johannes.Hofmann@gmx.de>

Debian                                            July 18 2007                                         FLPSED(1)

Description

       The  flpsed utility allows one to annotate Postscript files.  PDF files can be imported using the pdftops
       and exported using the ps2pdf utility.  If the document was saved in Postscript format, added text can be
       reedited later.  flpsed is useful for filling in forms or adding short comments.  Batch mode can be  used
       to automate form filling.

       The options are as follows:

       -b      Batch mode (no GUI). In batch mode flpsed reads from stdin, if no infile is specified. Batch mode
               is useful in combination with the file...-t option.

       -d      Dump tags and values from a document to stdout (implies -b ).

       -h      Show short help text.

       -ttag=value
               Set text to value where tag is tag Multiple -t options are allowed.

       -zzoom
               Set initial zoom value in percent.

       -geometryWxH+X+Y
               Set initial geometry.

       -iconic
               Start iconified.

       -schemestring
               Use fltk scheme string Currently fltk supports "plastic" and "gtk+".

Examples

       The command:

             flpsedfile1

       will start flpsed and load file1 for interactive editing.

       The command:

             flpsed-b-tfoo=barfile1file2

       will  set  the  text  of all text fields in file1 carrying the tag "foo" to "bar" and write the resulting
       Postscript document to file2

Exit Status

       The flpsed utility exits 0 on success, and >0 if an error occurs.

Name

       flpsed — annotate PostScript and PDF files

See Also

pdftops(1), ps2pdf(1)

Synopsis

flpsed [-bdh] [-ttag=value] [-zzoom] [infile] [outfile]

See Also