summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9f6564f)
raw | patch | inline | side by side (parent: 9f6564f)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 26 Jan 2011 10:38:48 +0000 (11:38 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 26 Jan 2011 10:41:45 +0000 (11:41 +0100) |
debian/control | patch | blob | history |
diff --git a/debian/control b/debian/control
index d2c7e999edc5cd004c37e3043c3328686a9a961a..47f9b3e8d182dc5acf6006d462ca7a053522bf4e 100644 (file)
--- a/debian/control
+++ b/debian/control
Package: libfpdi-php
Architecture: all
Depends: ${misc:Depends}, php5, libfpdf-tpl-php
-Description: Import existing PDF documents into FPDF
- FPDI is a collection of PHP classes facilitating developers to read pages from
- existing PDF documents and use them as templates in FPDF, which was developed
- by Olivier Plathey. Apart from a copy of FPDF, FPDI does not require any
- special PHP extensions.
+Description: PHP library for importing existing PDF documents into FPDF
+ FPDI is a collection of PHP classes facilitating developers to read
+ pages from existing PDF documents and use them as templates in FPDF.
+ This allows for dynamic generation of PDF files.