summaryrefslogtreecommitdiff
path: root/print/pdflib/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'print/pdflib/DESCR')
-rw-r--r--print/pdflib/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/print/pdflib/DESCR b/print/pdflib/DESCR
new file mode 100644
index 00000000000..b9a45a42e40
--- /dev/null
+++ b/print/pdflib/DESCR
@@ -0,0 +1,6 @@
+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.