Download the PHP package rospdf/pdf-php without Composer
On this page you can find all versions of the php package rospdf/pdf-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rospdf/pdf-php
More information about rospdf/pdf-php
Files in rospdf/pdf-php
Package pdf-php
Short Description The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.
License MIT
Homepage https://github.com/rospdf/pdf-php
Informations about the package pdf-php
ROS PHP Pdf creation class
This is the official GIT clone from the R&OS PHP Pdf class previously stored on sourceforge.net/projects/pdf-php. Development will take place here now.
The R&OS Pdf class is used to generate PDF Documents using PHP without installing any additional modules or extensions It comes with a base class called "Cpdf.php" plus a helper class "Cezpdf.php" to generate tables, add backgrounds and provide paging.
Features
- Quick and easy to use
- Support for extension classes
- Unicode and ANSI formatted text
- Custom TTF fonts and font subsetting (version >= 0.11.8)
- Auto page and line breaks
- Text alignments (left, right, center, justified)
- Linked XObjects
- Internal and external links
- Compression by using gzcompress
- Encryption 40bit, 128bit since PDF 1.4
- Image support for JPEG, PNG and GIF (partly)
- Template support
Installation
Manual Download
Open the RELEASE page and pick the latest version to download.
Extract the archive into your project directory
Clone via git
You can also use git to install it using:
git clone https://github.com/rospdf/pdf-php.git
git checkout <latest-version>
Installation via composer
This library is also available on the dependency manager composer
- https://packagist.org/packages/rospdf/pdf-php
Please follow the steps here to install. Once this is done one simple command will get all dependencies for the package rospdf/pdf-php
./composer.phar require rospdf/pdf-php
For more details on how to use composer
please refer to the documentation - https://getcomposer.org/doc/
Example
Contributors
ole1986 is lead developer.
See the full list of contributors.