summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8d07722)
raw | patch | inline | side by side (parent: 8d07722)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 26 Jan 2011 16:23:25 +0000 (17:23 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 26 Jan 2011 16:23:25 +0000 (17:23 +0100) |
debian/control | patch | blob | history |
diff --git a/debian/control b/debian/control
index 56c3db0ffc459f4b6c8bc95a8cc279176f91ecb7..60595d96f693869c9edaeb2c0b1e39e746af9821 100644 (file)
--- a/debian/control
+++ b/debian/control
Package: libfpdf-tpl-php
Architecture: all
Depends: ${misc:Depends}, php5, php-fpdf
-Description: Use PDF templates with FPDF
+Description: PHP library to use PDF templates with FPDF
This script adds the possibility to use PDF templates in a PDF document as
- explained in the PDF specifications 1.3 (4.9 Form XObjects). It is the basis
- for FPDI.
+ explained in the PDF specifications 1.3 (4.9 Form XObjects). This allows for
+ dynamic creation of PDF files. It supports recursive templates.