A command-line tool to turn web pages into beautifully formatted PDFs
Installation percollate needs Node.js version 8.6.0 or later, as it uses new(ish) JavaScript syntax. If you get SyntaxError: Unexpected token errors, check your Node version with node --version . You can install percollate globally: # using npm npm install -g percollate # using yarn yarn global add percollate To keep the package up-to-date, you can run: # using npm, upgrading is the same command as installing npm install -g percollate # yarn has a separate command yarn global upgrade --latest percollate Usage Run percollate --help for a list of available commands. For a particular command, percollate <command> --help lists all available options. Available commands Command What it does percollate pdf Bundles one or more web pages into a PDF percollate epub Not implemented yet percollate html Not implemented yet Available options The pdf ,...