# HTML to PDF Takes webpages or local html files and renders them to pdf. For some reason this is harder than it needs to be. ## Usage 1. Run the setup script on a debian machine (tested on a debian 13 LXC container) 2. You need to set the parameters in the gen.sh file to match your environmnet. 3. Use either of the following syntax: ```bash ./gen.sh my-file.html ``` ``` ./gen.sh oliveratkinson.net ```