3

it it possible that to make PDF of any webpage using any command in Terminal

OmiPenguin
  • 2,322

1 Answers1

5

Consider using wkhtmltopdf utility.

Example:

wkhtmltopdf http://www.google.com google.pdf

And yes, it's not installed by default, so you'll need to:

sudo apt-get install wkhtmltopdf