======= flpsed ======= flpsed is a pseudo PostScript editor. Pseudo, because you can't actually edit existing PostScript documents, but you can add arbitrary text lines to existing documents. It is useful for filling in forms etc. Usage: - open an existing PostScript document. - click anywhere on the document and type a text line. - the frame around the text shows, which text line has the focus. - remove text, by hitting BackSpace. - click on the lower left corner of a text line, to focus it. - navigate within the document with the Page->Next or Page->First menu buttons. - save your document and preview it with ghostview or something similar. - if you reopen the document with flpsed, you can edit the added text lines. 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. Restrictions: - flpsed probably does not work on all existing PostScript documents. You simply have to test it for your documents. - flpsed is alpha software, so please backup your files, before trying to modify them. Building: - flpsed only works on X11-based systems. - you need to have ghostscript installed. - you need to have fltk-1.1.x from www.fltk.org installed. - unpack the tarball and type "make".