take fonts path from path to template
This commit is contained in:
@@ -135,7 +135,7 @@ def main():
|
||||
print('Generating invoice...')
|
||||
invoice_pdf = Path(invoice_data.Id).with_suffix('.pdf')
|
||||
print(f'Invoice PDF: {invoice_pdf}')
|
||||
html_generator.HtmlTemplate.convert_html_to_pdf(template, invoice_pdf)
|
||||
generator.convert_html_to_pdf(template, invoice_pdf)
|
||||
except Exception as e:
|
||||
print(f'Error: {e}')
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user