chm/pdf alternative based on html5+js and opened with the user's web browser [closed]

StackOverflow https://stackoverflow.com/questions/13427292

  •  29-11-2021
  •  | 
  •  

Вопрос

I've read tons of similar questions in the Web, but found nothing that is acceptable for me. So, I'm looking for an html5+css+js solution for an offline use that looks similar to chm/pdf. My requirements:
1. All resources are stored in one single file, and I want to edit the source code directly and easily.
2. It's javascript-enabled and opened by the browser.
3. I don't need a built-in index/search functionality.
I tried to write something on my own, but it can't get rid of a serious memory leak...

Это было полезно?

Решение

MHTML would be an alternative. Here are some examples:

Another alternative would be SVG with data-uris to embed images and markup. Here are some examples:

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top