diff options
author | Romain Tartière <romain@FreeBSD.org> | 2010-09-30 20:57:21 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2010-09-30 20:57:21 +0000 |
commit | 4d7a1c8d566e481119cf417a7c86d4d3cfab6283 (patch) | |
tree | 791e7443547d983e65e8e19a6527b4f504dc1e84 /print/Makefile | |
parent | 7bc589787c9097ee0222c8f26db0cd0c417e99a2 (diff) |
PDF Mod can rotate, extract, and remove pages, and supports reordering pages
via drag and drop. You can edit the title, subject, author, and keywords, and
you can combine documents via drag and drop.
WWW: http://live.gnome.org/PdfMod
Notes
Notes:
svn path=/head/; revision=262210
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 8ae527b1a400..3cd446c0c6c9 100644 --- a/print/Makefile +++ b/print/Makefile @@ -221,6 +221,7 @@ SUBDIR += pdflib SUBDIR += pdflib-perl SUBDIR += pdfmerge + SUBDIR += pdfmod SUBDIR += pdftk SUBDIR += pdq SUBDIR += pear-File_PDF |