diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2011-12-11 11:51:47 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-11 11:51:47 -0200 |
commit | 6b10a71e8d2ab4a2d98d950412fe4ec37d070856 (patch) | |
tree | 2ca94476b72ba7b9958fbd1e5929ecdf46720bb2 /office/qpdf/README | |
parent | b44744c2895bdd260ad95bcbc9e35c669afee8b6 (diff) | |
download | slackbuilds-6b10a71e8d2ab4a2d98d950412fe4ec37d070856.tar.gz |
office/qpdf: Added (tools for transforming PDF files)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/qpdf/README')
-rw-r--r-- | office/qpdf/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/office/qpdf/README b/office/qpdf/README new file mode 100644 index 0000000000..02efdffb38 --- /dev/null +++ b/office/qpdf/README @@ -0,0 +1,12 @@ +QPDF is a program that does structural, content-preserving +transformations on PDF files. It could have been called something +like pdf-to-pdf. It also provides many useful capabilities to +developers of PDF-producing software or for people who just want to +look at the innards of a PDF file to learn more about how they work. + +QPDF offers many capabilities such as linearization (web +optimization), encrypt, and decription of PDF files. Note that QPDF +does not have the capability to create PDF files from scratch; it is +only used to create PDF files with special characteristics starting +from other PDF files or to inspect or extract information from +existing PDF files. |