claroline / pdf-generator-bundle
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 0
Type:claroline-plugin
Requires
- php: >=5.5
- claroline/core-bundle: ~6.0
- knplabs/knp-snappy-bundle: 1.3
This package is auto-updated.
Last update: 2024-10-13 21:31:50 UTC
README
DEVELOPMENT HAS MOVED TO claroline/Distribution. THIS REPOSITORY IS NO LONGER MAINTAINED.
This bundle requires wkhtmltopdf (http://wkhtmltopdf.org/downloads.html)
Don't forget to install the fonts (or the install won't work). sudo apt-get install xfonts-75dpi
whereis wkhtmltopdf then set the output of this command in you platform_options file at the knp_pdf_binary_path parameter.
Please store your pdf in the directory speficied in the claroline.param.pdf_directory parameter ($container->getParameter('...');)