Storing a HTML file in LocalStorage

Since localstorage is capable of storing huge content. Is it possible to store a HTML file or a PDF file in local storage.

I know it only accepts String. Is it possible to stringify HTML file and store it in Local Storage and meanwhile retreive it as a HTML.

Thanks.