diff options
author | agc <agc@pkgsrc.org> | 2007-02-23 21:32:07 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2007-02-23 21:32:07 +0000 |
commit | f42288f1487f96211d659c8f824b7f8f66c7eda2 (patch) | |
tree | cc5ed5e2183288ee297b46f6aa33241e2cb078df /print/flpsed/DESCR | |
parent | 8f6782424fba4bd7379cf7b61466e5c7232abb1e (diff) | |
download | pkgsrc-f42288f1487f96211d659c8f824b7f8f66c7eda2.tar.gz |
Initial import of flpsed-0.3.9 into the Packages Collection. With thanks to
Perry Metzger for the nudge.
flpsed is a WYSIWYG PostScript2 annotator. You can't remove or modify
existing elements of a document, but flpsed lets you add arbitrary
text lines to existing PostScript 2 documents. Added lines can later
be re-edited with flpsed. Using pdftops, which is part of xpdf one can
convert PDF documents to PostScript and also add text to them. flpsed
is useful for filling in forms, adding notes etc. GsWidget is now
part of flpsed. flpsed is released under the GPL.
Features:
* Add arbitrary text to existing PostScript documents.
* Reedit text, that has been added with flpsed.
* The overall structure of the PostScript document is not
modified. flpsed only adds the additional text.
* Batch processing (no X11 required) to modify tagged text lines
that have been entered interactively with flpsed before. This
is very useful for repeatedly filling in forms.
* Text lines can be imported from other flpsed-modified documents.
* Import and export PDF. Therefore it can be used as a PDF editor as well.
Diffstat (limited to 'print/flpsed/DESCR')
-rw-r--r-- | print/flpsed/DESCR | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/print/flpsed/DESCR b/print/flpsed/DESCR new file mode 100644 index 00000000000..fd4efeee85c --- /dev/null +++ b/print/flpsed/DESCR @@ -0,0 +1,18 @@ +flpsed is a WYSIWYG PostScript2 annotator. You can't remove or modify +existing elements of a document, but flpsed lets you add arbitrary +text lines to existing PostScript 2 documents. Added lines can later +be re-edited with flpsed. Using pdftops, which is part of xpdf one can +convert PDF documents to PostScript and also add text to them. flpsed +is useful for filling in forms, adding notes etc. GsWidget is now +part of flpsed. flpsed is released under the GPL. + +Features: + * Add arbitrary text to existing PostScript documents. + * Reedit text, that has been added with flpsed. + * The overall structure of the PostScript document is not + modified. flpsed only adds the additional text. + * Batch processing (no X11 required) to modify tagged text lines + that have been entered interactively with flpsed before. This + is very useful for repeatedly filling in forms. + * Text lines can be imported from other flpsed-modified documents. + * Import and export PDF. Therefore it can be used as a PDF editor as well. |