Vote count:
0
I would like to know if there a command line tool (which can run on Linux) that given a HTML file with many external references can output a single HTML with the external resources embedded on itself, via datauri for instance.
I know that some tools (like pandoc) can generate this sort of standalone HTML from markdown. However, I would like to do this from an already existing HTML file.
Example: <img src="cat.png"> would become <img src=" data:image/png;base64,iVBORw0KGgo...>
asked 1 min ago
Tool for generating standalone HTML
Aucun commentaire:
Enregistrer un commentaire