Pdfedit
From MEPIS Documentation Wiki
Contents |
Note
This package is now available from the Community Repo. Using whatever means you like (e.g., Synaptic), add the following repository:
deb http://teharris.net/mepis/ 7.0 main contrib non-free
Then reload and install the package.
Introduction
Ever had a PDF form that you wanted an easy way to fill out while looking professional? The are tutorials on the web for using The Gimp to do this, but it can be a bit awkward and can degrade the quality. PDFedit is a program that can solve your problem and more. A description from their site:
Free editor for PDF documents. Complete editing of PDF documents is possible with PDFedit. You can change raw pdf objects (for advanced users) or use many gui functions. Functionality can be easily extended using a scripting language (ECMAScript).
It's not in the default repos, but we can install it from the Community Repo (see above) or we can compile it.
Install Prerequisites
apt-get install libqt3-mt-dev libboost-dev libboost-iostreams-dev xlibs-dev
Download and unpack
Download the latest version of pdfedit from their sourceforge site: http://sourceforge.net/projects/pdfedit
cd to the directory where the file was downloaded and untar the file.
Compile and install
cd pdfedit-* export QMAKESPEC=linux-g++ ./configure make su make install exit
It also makes documentation that can be found at pdfedit-*/doc/user/user_doc.html.
Fire it up
pdfedit

