You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the plugin which look great but why is it mandatory to install wkhtmlpdf.
Actually apt get install wkhtmlpdf require GNOME which is something i can t understand
While waiting. To avoid you can install sudo apt-get install fontconfig xfonts-75dpi xfonts-base
And after install the locally the package.
This avoid the full install
For the latest version of wkhtmltopdf need to add
knp_snappy:
pdf:
enabled: true
binary: '%env(WKHTMLTOPDF_PATH)%'
options:
allow: '%kernel.project_dir%'
Hello @disvroian! Sorry for the very late response, wkhtmltopdf is mandatory in this plugin as it is the only library for generating PDF files that is needed to meet the functionality expectations. In the nearest future, there is no plan to extend the possibility to decide which library can be used, but I encourage you to make a PR with such a contribution.
I installed the plugin which look great but why is it mandatory to install wkhtmlpdf.
Actually apt get install wkhtmlpdf require GNOME which is something i can t understand
Why can't we use an easy
https://github.com/spipu/html2pdf
https://github.com/dompdf/dompdf
Or even let people decide and make it not mandatory.
The text was updated successfully, but these errors were encountered: