diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-11-25 08:24:06 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-11-25 08:24:06 +0000 |
commit | a78b72618f29fd6a16e92ed53783841adcef108e (patch) | |
tree | ae512e2c318f26ccc457a71f7494e662ab027162 /print/Makefile | |
parent | fd4c1e4938285c82fb5d34dd411cc675dc22b532 (diff) |
The PDF Renderer is an open source, all Java library which renders
PDF documents to the screen using Java2D.
Some features:
* view PDFs in your own app
* print-preview before exporting PDF files
* render PDFs to PNGs in a server-side web application
* view PDFs in a 3D scene
* draw on top of PDFs and annotate them in a networked viewer
WWW: https://pdf-renderer.dev.java.net/
Notes
Notes:
svn path=/head/; revision=223360
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 a92be3704072..bd379ccd21cf 100644 --- a/print/Makefile +++ b/print/Makefile @@ -206,6 +206,7 @@ SUBDIR += passivetex SUBDIR += pcal SUBDIR += pclprint + SUBDIR += pdf-renderer SUBDIR += pdfcube SUBDIR += pdfjam SUBDIR += pdflib |