File: control

package info (click to toggle)
php-fpdf 3%3A1.8.4.dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 772 kB
  • sloc: php: 3,254; makefile: 45; sh: 5
file content (29 lines) | stat: -rw-r--r-- 968 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: php-fpdf
Section: php
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.7.0
Homepage: http://www.fpdf.org/
Vcs-Browser: https://salsa.debian.org/debian/php-fpdf
Vcs-Git: https://salsa.debian.org/debian/php-fpdf.git

Package: php-fpdf
Architecture: all
Depends: php | php-cli | php-common | php7.4 | php7.4-cli,
         ${misc:Depends},
Suggests: ttf2pt1,
Description: PHP class to generate PDF files
 FPDF is a PHP class that allow generating PDF files with pure PHP,
 that is to say without using the PDFlib library.  FPDF provides
 high-level functions and has the following main features:
 .
  - Choice of measure unit, page format, and margins
  - Page header and footer management
  - Automatic page break
  - Automatic line break and text justification
  - Image support (JPEG and PNG)
  - Colors
  - Links
  - TrueType, Type1, and encoding support
  - Page compression