summaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-Create/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-PDF-Create/DESCR')
-rw-r--r--textproc/p5-PDF-Create/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/p5-PDF-Create/DESCR b/textproc/p5-PDF-Create/DESCR
new file mode 100644
index 00000000000..8c661df82fe
--- /dev/null
+++ b/textproc/p5-PDF-Create/DESCR
@@ -0,0 +1,10 @@
+PDF::Create allows you to create PDF documents using a large number of
+primitives, and emit the result as a PDF file or stream. PDF stands for
+Portable Document Format.
+
+Documents can have several pages, a table of content, an information
+section and many other PDF elements. More functionalities will be added as
+needs arise.
+
+Documents are constructed on the fly so the memory foot-print is not tied to
+the size of the pages but only to their number.