Download the PHP package kekos/booya-pdf without Composer
On this page you can find all versions of the php package kekos/booya-pdf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kekos/booya-pdf
More information about kekos/booya-pdf
Files in kekos/booya-pdf
Download kekos/booya-pdf
More information about kekos/booya-pdf
Files in kekos/booya-pdf
Vendor kekos
Package booya-pdf
Short Description PDF response class for Booya framework
License MIT
Homepage https://github.com/Kekos/booya-pdf
Package booya-pdf
Short Description PDF response class for Booya framework
License MIT
Homepage https://github.com/Kekos/booya-pdf
Please rate this library. Is it a good library?
Informations about the package booya-pdf
PDF response class for Booya PHP framework
Create PDF documents with help from Booya templates with DOMPDF.
Install
You can install Booya PDF via Composer:
API
__construct($paper_size, $orientation, $public_dir)
Constructor
$paper_size
(string, default is 'A4') - Paper size$orientation
(string, default is 'portrait') - Paper orientation$paper_size
(string, default is 'public') - Directory where Dompdf should look for public assets
setStyleSheetPath($path)
Sets the path to CSS stylesheet to use. Set $path
to NULL
if no stylesheet
should be used.
$path (string)
- Absolute path to stylesheet
addTemplate($template)
Adds template to current PDF document.
$template
(\Booya\Template) - Template
render($filename)
Render the PDF to output buffer.
$filename
(string, default is to use DOMPDF's default) - Filename without ".pdf" extension
renderToFile($filepath)
Render the PDF to file.
$filepath
(string, mandatory) - Absolute path to store current PDF at
Bugs and improvements
Report bugs in GitHub issues or feel free to make a pull request :-)
License
MIT
All versions of booya-pdf with dependencies
PHP Build Version
Package Version
The package kekos/booya-pdf contains the following files
Loading the files please wait ....