From 6095da52830c1015c0110da3a8da6fd4a685e94b Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 22 May 2025 17:01:29 -0400 Subject: [PATCH] add readme outlining process --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ece07b --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +## 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//git/html-fliers//index.html +``` \ No newline at end of file