Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
lino.modlib.wkhtmltopdf¶
This plugins installs a build method for generating printable documents using django-wkhtmltopdf
This plugin is deprecated. We recommend to use either
lino.modlib.weasyprint
or lino_xl.lib.appypod
for
producing .pdf documents.
Note that django-wkhtmltopdf is not installed automatically. So before you to print something using this method, you need to run:
$ pip install django-wkhtmltopdf
Choicelists for lino.modlib.wkhtmltopdf. |
|
The |
Classes
|
See More about plugins. |
- class lino.modlib.wkhtmltopdf.Plugin(site, app_label, app_name, app_module, needed_by, configs: dict)¶
Bases:
Plugin
See More about plugins.