Skip to content

rodolfobarretoweb/php-pdf-filler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP PDF FILLER

PHP PDF FILLER is a simple library to import pdf files and write the content inside.


Credits


Requirements

Install with MAC

OR

Install with Linux

sudo apt-get install pdftk


EXAMPLE

# By default the path of the PDFTK and TMP directory is: /usr/local/bin/pdftk | /tmp/
$pdf = new PhpPdfFiller('pdf_base.pdf', 'path/to/pdftk', 'path/to/tmp/');

# Single file
$pdf->create(array('name' => 'value'));
$pdf->display();

# Multiple files
$pdf->create(array('name' => 'value1'));
$pdf->create(array('name' => 'value2'));
$pdf->display();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages