PHPackages                             rutorika/simplepdf - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. rutorika/simplepdf

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

rutorika/simplepdf
==================

A wrapper for generating simple PDF documents with template support. It is in a state of deep development.

0.1(6y ago)08MITPHP

Since Aug 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Rutorika/simplepdf)[ Packagist](https://packagist.org/packages/rutorika/simplepdf)[ RSS](/packages/rutorika-simplepdf/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

Rutorika Simplepdf
==================

[](#rutorika-simplepdf)

Requirements:

- **pdftk**

Install **pdftk** on the Alpine

```
apk add pdftk

```

Install **pdftk** on the Ubuntu

```
sudo add-apt-repository ppa:malteworld/ppa
sudo apt update
sudo apt install pdftk

```

Install package

```
composer require rutorika/simplepdf

```

Usage

```
