PZ
Size: a a a
PZ
tv
К
tn
tn
F
К
BB
BB
BB
tn
К
BB
html = get_template('consent/index.html')
html_content = html.render(data)
options = {'encoding': "UTF-8", 'page-size': 'A4', 'margin-top': '0mm', 'margin-bottom': '0mm',
'margin-left': '0mm', 'margin-right': '0mm', '--page-width': '240mm'}
pdf = pdfkit.from_string(html_content, False, options=options)
VB
BB
VB
VB
BB
BB