diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-02 01:47:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-02 01:47:27 +0000 |
commit | 99a2a9d13c13afe14558e291f845839f6ac0131e (patch) | |
tree | 4fbf0672bfea8db47a78a77a9a2ecc4aebd7e786 /print/Makefile | |
parent | f4e0de85b800de2b77e3bfabfc76e518dc0ad9c9 (diff) | |
download | ports-99a2a9d13c13afe14558e291f845839f6ac0131e.tar.gz ports-99a2a9d13c13afe14558e291f845839f6ac0131e.zip |
Add pdftk, a simple tool for doing everyday things with PDF documents.
Keep one in the top drawer of your desktop and use it to:
Merge PDF Documents
Split PDF Pages into a New Document
Decrypt Input as Necessary (Password Required)
Encrypt Output as Desired
Burst a PDF Document into Single Pages
Report on PDF Metrics, including Metadata and Bookmarks
Uncompress and Re-Compress Page Streams
Repair Corrupted PDF (Where Possible)
PR: ports/64555
Submitted by: Patrick Dung <patrick_dkt@yahoo.com.hk>
Notes
Notes:
svn path=/head/; revision=105924
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 25c5606c16ef..ba8f7af3d324 100644 --- a/print/Makefile +++ b/print/Makefile @@ -152,6 +152,7 @@ SUBDIR += pclprint SUBDIR += pdflib SUBDIR += pdflib-perl + SUBDIR += pdftk SUBDIR += pdq SUBDIR += perlftlib SUBDIR += pfaedit |