PDF API

Categories

Component ID

2117169

Component name

PDF API

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Provides an API for defining PDF generators (e.g. WKHTMLTOPDF, DOMPDF etc.) with a common interface for interacting with them.

Installation (Temporary Solution)

Add the following to the require section of the composer.json:

"mikehaertl/phpwkhtmltopdf": "1.1.*",
"h4cc/wkhtmltopdf-amd64": "*@dev"

and then run composer update to download the new dependencies.

@see hardcopy module - https://drupal.org/sandbox/splatio/2110621