Jean28518 / invoice-creator-german

Invoice creator for linux written in flutter, and python. Generator uses chromium and html.
https://www.linuxguides.de/rechnungs-assistent/
GNU General Public License v3.0
18 stars 2 forks source link

Alternative PDF Generator (from html) #9

Closed Jean28518 closed 1 year ago

Jean28518 commented 1 year ago

wkhtmltopdf --enable-local-file-access ./file.html file.pdf

Works quite good. But we have to build manually our html file.

Jean28518 commented 1 year ago

Done :)