Advanced Options |
Data Optimization
File compression: Strong compression algorithms are used in HTML Executable (superior to the standard Zip method used in HTML Executable 3.1). Although these algorithms are pretty fast, compressed source files may take some time before they can be displayed in publications. That's why you can define the level of file compression: it determines how hard the compression algorithms will try to compress your source files. You can select between three levels: Minimum, Default and Best. The last level is "Disable": in this case there is no compression (files are just stored, uncompressed). The "Best" level will compress the slowest, but the compression ratio will be the highest. It is up to you to choose the most suitable compression level according to the source files you are going to compile, the configuration of the publication's target computers, etc... Note: you can disable compression for specific files (especially for compact files like MP3 sounds or zip archives) via the File Properties.
Runtime Module
Code signing
Map IDs
Instead of specifying the HTML page's filename of the help topic you want to display, you can pass a numeric ID to the API or the command line. In fact, HTML Executable automatically associates a unique ID (page ID) to each HTML page it compiles into a publication. The list of all of these IDs is called a map. You can configure HTML Executable to export the map to a file (called MAP file) that can be directly integrated into your application's project.
The map file is automatically created in the same folder as the output file (if the option is enabled).
You can also add your own custom page IDs (like HTML anchors, HEScript commands) if you want to work with map IDs or the HTML Executable API SDK. They will be automatically exported in the map file. To add a custom page ID, click Add and enter its target. To remove a custom page ID, select it and click Remove.
|