cheatsheets devlog search

2022-03-15

Using Wkhtmltopdf

---
Title: Using Wkhtmltopdf
Date: 2022-03-15
Sequence: 
Tags: []
---

One of my favourite pieces of software as its a binary that runs basically anywhere that can generate pdfs from html. Super useful! It doesn't have support for proxies so, I can't use vue3 on it but vue2 does work so I'm going to take a stab at getting PDFs working a little bit better by using vue to do the templating instead of raw javascript.