it it possible that to make PDF of any webpage using any command in Terminal
Asked
Active
Viewed 1,502 times
1 Answers
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