| Server IP : 20.75.53.88 / Your IP : 216.73.217.72 [ Web Server : Apache System : Linux VMRALP-3 4.4.0-256-generic #290~14.04.1-Ubuntu SMP Thu Jun 20 09:24:50 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29+esm15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Domains : 3 Domains MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/siac/dev/admin/components/htmldoc-master/doc/ |
Upload File : |
<HTML> <BODY> <!-- FOOTER RIGHT "B-$CHAPTERPAGE" --> <DIV ALIGN="justify"> <H1 ALIGN="RIGHT"><A NAME="BOOKFORMAT">Appendix B - Book File Format</A></H1> <P>This appendix describes the HTMLDOC <VAR>.book</VAR> file format. <H2>Introduction</H2> <P>The HTMLDOC <VAR>.book</VAR> file format is a simple text format that provides the command-line options and files that are part of the document. These files can be used from the GUI interface or from the command-line using the <CODE>--batch</CODE> option: <PRE> htmldoc filename.book htmldoc --batch filename.book </PRE> <P>The first form will load the book and display the GUI interface, if configured. Windows users should use <VAR>ghtmldoc.exe</VAR> executable to show the GUI and <VAR>htmldoc.exe</VAR> for the batch mode: <PRE> ghtmldoc.exe filename.book htmldoc.exe --batch filename.book </PRE> <H2>The Header</H2> <P>Each <VAR>.book</VAR> file starts with a line reading: <PRE> #HTMLDOC 1.9 </PRE> <P>The version number (1.9) is optional. <H2>The Options</H2> <P>Following the header is a line containing the options for the book. You can use any valid command-line option on this line: <PRE> -f htmldoc.pdf --titleimage htmldoc.png --duplex --compression=9 --jpeg=90 </PRE> <P>Long option lines can be broken using a trailing backslash (<TT>\</TT>) on the end of each continuation line:</P> <PRE> -f htmldoc.pdf --titleimage htmldoc.png --duplex \ --compression=9 --jpeg=90 </PRE> <H2>The Files</H2> <P>Following the options are a list of files or URLs to include in the document: <PRE> 1-intro.html 2-using.html 3-cmdref.html 4-htmlref.html 5-mdref.html a-license.html b-book.html </PRE> <H2>Putting It All Together</H2> <P>The following is the complete book file needed to generate this documentation: <PRE> #HTMLDOC 1.9 -f htmldoc.pdf --titleimage htmldoc.png --duplex --compression=9 --jpeg=90 1-intro.html 2-using.html 3-cmdref.html 4-htmlref.html 5-mdref.html a-license.html b-book.html </PRE> </DIV> </BODY> </HTML>