Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I save a web page with embedded images

Tags:

html

image

I know how to embed images in a web page inline. That's not my question.

My question is for a web page that has images included the normal way, as links to a distinct jpg file, how can I save it where it creates a single html file where the images are converted to embedded images inline in the html?

like image 690
David Thielen Avatar asked Nov 06 '22 18:11

David Thielen


1 Answers

You can use SingleFile for this (I'm the author). It can be run as an extension or from the command line, more info here: https://github.com/gildas-lormeau/SingleFile.

like image 116
check_ca Avatar answered Nov 15 '22 07:11

check_ca