Is there a C # library or any free tool that can convert an html file with many reference resources into a single all-in-one html file?
The main task is to have only one file, which means that I need to include
- External Javascript Files - This Probably Means Replacing All Tags
- CSS files
- Maybe I forgot something :)
This HTML file must be readable in all browsers, so I cannot use the MHT file format (unreadable in Safari, iPad ...)
source share