Put another way, here's my web page:
/usr/bin/curl --cookie ~/.cookies 'http://somewhere.com'
And I'm looking for a command that goes something like
/usr/bin/curl --cookie ~/.cookies 'http://somewhere.com' | render_raw_html_to_image | lpr
|
Put another way, here's my web page:
And I'm looking for a command that goes something like
| |||
feedback
|
|
You can use firefox with the Command Line Print extension.
| |||
|
feedback
|
|
You could try using wkhtmltopdf, which uses the webkit engine to render an HTML page into a PDF file. Then you can print the PDF. | |||
|
feedback
|
|
http://htmldoc.org/ may help. | |||
|
feedback
|
|
You can use links with the dump switch:
And the same with lynx:
And yet again, the same with w3m:
| |||
feedback
|