Download the PHP package appoly/document-generator without Composer
On this page you can find all versions of the php package appoly/document-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download appoly/document-generator
More information about appoly/document-generator
Files in appoly/document-generator
Download appoly/document-generator
More information about appoly/document-generator
Files in appoly/document-generator
Vendor appoly
Package document-generator
Short Description A package to generate pdfs and pngs from urls or html sent to a lambda function
License MIT
Package document-generator
Short Description A package to generate pdfs and pngs from urls or html sent to a lambda function
License MIT
Please rate this library. Is it a good library?
Informations about the package document-generator
Appoly Document Generator
This package will generate PDFs and PNGs from websites.
Installation
Usage
Options
Option | Description |
---|---|
->pdf() |
sets the file to .pdf |
->png() |
sets the file to .png |
->url($url) |
sets the url that will be rendered |
->html($html) |
sets the html that will be rendered |
->height($h) |
sets the files height |
->width($w) |
sets the files width |
->showBackground($i = true) |
when rendering a PDF, Set to true to print background graphics |
->filename($name) |
sets the file name - defaults to random.filetype |
API Key
A api key is required. This can be defined in your .env
DOCUMENT_GENERATOR_API_KEY
All versions of document-generator with dependencies
PHP Build Version
Package Version
The package appoly/document-generator contains the following files
Loading the files please wait ....