Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | 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

Choicelists for lino.modlib.wkhtmltopdf.

models

The models.py module for lino.modlib.wkhtmltopf.

Classes

Plugin(site, app_label, app_name, ...)

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.