No description
Find a file
2025-05-22 17:02:12 -04:00
sandbox-repair-day track sandbox repair day files 2025-05-22 17:02:12 -04:00
template track sandbox repair day files 2025-05-22 17:02:12 -04:00
.gitignore ignore all pdf outputs 2025-05-22 17:01:52 -04:00
README.md add readme outlining process 2025-05-22 17:01:29 -04:00

HTML5 based fliers

Generating existing fliers

Make sure chromium is installed, in my case (on debian 13) I ran:

sudo apt intall chromium

Once you've verified the installation completed successfully, run a command like the one below to generate a pdf from the html files:

chromium --headless --disable-gpu --print-to-pdf="output.pdf" file:////home/<user>/git/html-fliers/<flier-folder>/index.html