diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-07-03 08:29:09 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-07-03 08:29:09 +0000 |
commit | eb0687485a63fff9e04ef4da09660d108f1e2e37 (patch) | |
tree | d1346699efce6802bb8de3ab807b91323a7cd774 /print/Makefile | |
parent | 06b97b4ce50a325da44f10255d738f1b32353b09 (diff) |
Apache PDFBox is an open source Java PDF library for working with PDF
documents. This project allows creation of new PDF documents, manipulation of
existing documents and the ability to extract content from documents. Apache
PDFBox also includes a command line utility.
Features
* PDF to text extraction
* Merge PDF Documents
* PDF Document Encryption/Decryption
* Lucene Search Engine Integration
* Fill in form data FDF and XFDF
* Create a PDF from a text file
* Create images from PDF pages
* Print a PDF
WWW: http://pdfbox.apache.org/
PR: ports/158601
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Notes
Notes:
svn path=/head/; revision=276966
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 fa5ba5e5e2ab..17d9c8f1177e 100644 --- a/print/Makefile +++ b/print/Makefile @@ -207,6 +207,7 @@ SUBDIR += passivetex SUBDIR += pcal SUBDIR += pdf-renderer + SUBDIR += pdfbox SUBDIR += pdfcube SUBDIR += pdfjam SUBDIR += pdflib |