Download the PHP package staempfli/magento2-module-pdf without Composer
On this page you can find all versions of the php package staempfli/magento2-module-pdf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download staempfli/magento2-module-pdf
More information about staempfli/magento2-module-pdf
Files in staempfli/magento2-module-pdf
Package magento2-module-pdf
Short Description Staempfli PDF generator.
License OSL-3.0
Informations about the package magento2-module-pdf
Magento 2 PDF generator
Magento 2 module to ease the pdf generation using wkhtmltopdf features
Installation
Setup
Install wkhtmltopdf
This module needs wkhtmltopdf installed on your computer. You can download and install it from here:
NOTE: Do not install it using apt-get
on Linux systems. See troubleshooting section for more info.
Module configuration
Stores > Configuration > Advanced PDF Generation
Usage
This module can generate a PDF from any frontControllerAction
-
Create you Controller path with the correspinding Blocks and
.phtml
templates - Return pdf instance on Controller
Header and Footer
Header and footer html can be added as follows:
-
Create your
header.html
andfooter.html
files inside your Module template dir - Attach those files to the Controller pdf generation
NOTE: Only the header or only the footer as html
is not possible, either both or none. Otherwise top and bottom margins are ignored.
Troubleshooting
The switch --print-media, is not support using unpatched qt:
wkhtmltopdf
should not be installed via apt-get. See:
Tiny or very small output on Mac:
- It seems to be a bug on
wkhtmltopdf
version 0.12.4. It can be fixed by installing 0.12.3
Requirements
- PHP >= 7.0.*
- Magento >= 2.1.*
Support
If you have any issues with this extension, open an issue on GitHub.
Contribution
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Developer
Staempfli Webteam, Fabian Schmengler, integer_net and all other contributors
License
Open Software License ("OSL") v. 3.0
Copyright
(c) 2018, Stämpfli AG
All versions of magento2-module-pdf with dependencies
mikehaertl/phpwkhtmltopdf Version 2.1.0
magento/framework Version ~100.1.2|~101.0.0
magento/module-backend Version ^100.1.1