forked from coolwanglu/pdf2htmlEX
-
Notifications
You must be signed in to change notification settings - Fork 0
Browser Requirements
coolwanglu edited this page Jan 31, 2013
·
7 revisions
A few features are required for a browser to show HTML files generated by pdf2htmlEX correctly
- HTML5: A basic support is enough, especially the DOCTYPE.
- Advanced features like etc are NOT required.
- CSS: Essential functional part.
- @font-face, supports TrueType at least
- data URI
- absolute positioning
- Javascript: only required by the default UI, which is optional
- see also the requirements of jQuery. The default UI relies on a few functions of jQuery.