How to print the text in a web page?

How to efficiently print a webpage? E.g. I want to only print the text for some pages but with figures for some other pages. I tried to copy the webpage to a document, but the format turns to be just terrible.

One good tool that I use is PrinterFriendly which can convert a webpage to a printer friendly version. This tools is not perfect but works well for most webpages.

You can also simply implement it on your website by linking to:

http://www.printfriendly.com/print/?url=YOUR_WEBPAGE_URL

where YOUR_WEBPAGE_URL

For example, for this page https://www.systutorials.com/b/linux/366/set-up-git-server-through-ssh-connection/ the printer friendly page is http://www.printfriendly.com/print/?url=https://www.systutorials.com/b/linux/366/ .

Leave a Reply

Your email address will not be published. Required fields are marked *