summaryrefslogtreecommitdiff
path: root/print/pdflib/pkg-descr
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-01-20 14:49:13 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-01-20 14:49:13 +0000
commit5be2f6ee905b6764d4bdcbba68b0bb6331ec7e7a (patch)
treeabe95ef1cfa56b7578c1716f2a70965f20decf98 /print/pdflib/pkg-descr
parentModify ${PREFIX}/bin/md5 (= ${PREFIX}/bin/ssleay) output string. (diff)
pdflib v0.6 - a C library for dynamically generating PDF
Notes
Notes: svn path=/head/; revision=16202
Diffstat (limited to 'print/pdflib/pkg-descr')
-rw-r--r--print/pdflib/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/pdflib/pkg-descr b/print/pdflib/pkg-descr
new file mode 100644
index 000000000000..4c26d480b161
--- /dev/null
+++ b/print/pdflib/pkg-descr
@@ -0,0 +1,12 @@
+PDFlib is a library of C routines which allow you to programmatically
+generate files in Adobe's Portable Document Format PDF. PDFlib
+acts as a backend processor to your own programs. While you (the
+programmer) are responsible for retrieving or maintaining the data
+to be processed, PDFlib takes over the task of generating the PDF
+code which graphically represents your data. While you must still
+format and arrange your text and graphical objects, PDFlib frees
+you from the internals and intricacies of PDF. Although being far
+from complete, PDFlib already offers many useful functions for
+creating text, graphics, images and hypertext elements in PDF files.
+
+ http://www.ifconnection.de/~tm/software/pdflib/