In order to provide self-contained presentations, an inlining tool would be helpful. It should provide the following features:
- embed all stylesheets and script files directly into the HTML file
- resolve any external resources (image files etc.) and create base64 encoded versions
- embded the external resources into the HTML file using data-URIs
Possible solution:
node.js-based script using jsdom for accessing and manipulating the HTML5 DOM.
In order to provide self-contained presentations, an inlining tool would be helpful. It should provide the following features:
Possible solution:
node.js-based script using jsdom for accessing and manipulating the HTML5 DOM.