diff options
author | pav <pav@FreeBSD.org> | 2005-03-19 05:56:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-19 05:56:50 +0800 |
commit | 27d42e638b48a497f8b8c3175f3786c27d92298d (patch) | |
tree | 115c051ffc1c8aa8d1442eab3c670dc9dafac0f9 /print/Makefile | |
parent | b4a1a4a23a1cea76ebc06296a3980bb0b0880508 (diff) | |
download | freebsd-ports-gnome-27d42e638b48a497f8b8c3175f3786c27d92298d.tar.gz freebsd-ports-gnome-27d42e638b48a497f8b8c3175f3786c27d92298d.tar.zst freebsd-ports-gnome-27d42e638b48a497f8b8c3175f3786c27d92298d.zip |
A small tool to merge several PDF files into one PDF file
(based on Ghostscript).
It has the following features:
* Add/Remove PDF files;
* Adjust the order of the PDF files;
* Merge the PDF file based on ps2pdf.
PR: ports/78895
Submitted by: Nicola Vitale <nivit@email.it>
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 bfd04ace09a1..446e3be0f6e8 100644 --- a/print/Makefile +++ b/print/Makefile @@ -165,6 +165,7 @@ SUBDIR += pclprint SUBDIR += pdflib SUBDIR += pdflib-perl + SUBDIR += pdfmerge SUBDIR += pdftk SUBDIR += pdq SUBDIR += pecl-panda |