Member-only story

How to convert webpage to PDF?

Siva
1 min readDec 30, 2019

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

--

--

No responses yet