Member-only story
There are ample ways to convert webpage to PDF. In this post, we’ll be using Webkit HTML to PDF converter.
Follow the below instruction to install wkhtmltopdf
sudo apt-get install wkhtmltopdf
Use below command to generate PDF from HTML or URL.
wkhtmltopdf --no-pdf-compression --no-collate --background https://wkhtmltopdf.org/usage/wkhtmltopdf.txt wkhtmltopdf.pdf