A collection of cooking and baking recipes
-
Generate the pdf version of the collection
make pdf
-
Generate the html version of the collection
make html
-
Transforming html file to asciidoc
pandoc -f html -t asciidoc <filename>
-
Compress the pdf
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook \ -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf book.pdf