summaryrefslogtreecommitdiff
path: root/print/Makefile
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2017-08-12 05:43:46 +0000
committerBen Woods <woodsb02@FreeBSD.org>2017-08-12 05:43:46 +0000
commit1c71b4f0384a4df9dc74cf40e9efcf3d3886c0dc (patch)
treef3ee9726aeaef2b36bf82a122cdbb15194be6233 /print/Makefile
parentwww/firefox: unbreak on big-endians (e.g. powerpc*, sparc64) (diff)
Add new port print/py-stapler
Stapler is a pure Python alternative to PDFtk, a tool for manipulating PDF documents from the command line. Like pdftk, stapler is a command-line tool. With the select command, you can cherry-pick pages from pdfs and concatenate them into a new pdf file. The delete command works almost exactly the same as select, but inverse. It uses the pages and ranges which you didn't specify. The split command splits the specified pdf files into their single pages and writes each page into it's own pdf file. With the zip command, you can cherry-pick pages from pdfs (like select). The pages from each pdf are merged together in an interleaving manner. This can be used to collate a pdf with odd pages and a pdf with even pages into a single file. The info command shows information on the metadata stored inside a PDF file. WWW: https://github.com/hellerbarde/stapler
Notes
Notes: svn path=/head/; revision=447816
Diffstat (limited to 'print/Makefile')
-rw-r--r--print/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index ce5be0683681..9d2d751d07f6 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -201,6 +201,7 @@
SUBDIR += py-reportlab
SUBDIR += py-reportlab1
SUBDIR += py-rtf
+ SUBDIR += py-stapler
SUBDIR += py-trml2pdf
SUBDIR += py3-fonttools
SUBDIR += py3-pycups