You can use the HTML or RTF files LabVIEW generates to create your own compiled help files.
Complete the following steps to create a compiled help file.
Generate HTML or RTF files from the VI documentation:
Windows Generate HTML files if you want to create a compiled HTML Help file.
Generate RTF files if you want to create a Windows WinHelp, Macintosh QuickHelp, or UNIX HyperHelp file.
Compile the source HTML or RTF documents into one file. You can use one of the following third-party utilities to compile the documents, but several utilities are available:
Windows You can use Microsoft HTML Help Workshop to compile HTML Help files and use Microsoft Help Workshop to compile WinHelp files.
Macintosh You can use the QuickHelp compiler from Altura Software Incorporated to compile QuickHelp files.
UNIX You can use the HyperHelp compiler from Bristol Technology Incorporated to compile QuickHelp files.
If you want to create an HTML-based help file for multiple platforms, you can use a compiled HTML Help file on Windows and use uncompiled HTML files on Macintosh and UNIX. If you want to create an RTF-based help file for multiple platforms, you must compile the help file separately on each platform.