GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FLPSED(1) FreeBSD General Commands Manual FLPSED(1)

flpsed
annotate PostScript and PDF files

flpsed [-bdh] [-t tag=value] [-z zoom] [infile] [outfile]

The flpsed utility allows 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:

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.
Dump tags and values from a document to stdout (implies -b ).
Show short help text.
tag=value
Set text to value where tag is tag Multiple -t options are allowed.
zoom
Set initial zoom value in percent.
WxH+X+Y
Set initial geometry.
Start iconified.
string
Use fltk scheme string Currently fltk supports "plastic" and "gtk+".

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

The command:

flpsed file1

will start flpsed and load file1 for interactive editing.

The command:

flpsed -b -t foo=bar file1 file2

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

pdftops(1), ps2pdf(1)

Johannes Hofmann <Johannes.Hofmann@gmx.de>
July 18 2007 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.