Actions Tab
Remove HTML comments - when checked, the
program will delete all comments of the type <! ... -->. Remove SGML comments and DOCTYPE
declaration - when checked, the program will delete also all
comments of the type <! ... -->.
HTML DOCTYPE declaration has the same syntax. Remove unnecessary spaces in HTML - when
checked, the program will delete all extraneous neighboured spaces
in (X)HTML content. Remove also unnecessary CRLF in HTML -
when checked, the program will also delete all extraneous CRLF
characters from the (X)HTML content. This will further reduce file
size, but can decrease readability of (X)HTML code. Remove unnecessary quotation marks within
tags - when checked, the program will remove all extra
quotation marks surrounding tag attribute values. Remove unnecessary quotation marks within
tags - when checked, the program will remove all extra
spaces between tag attributes. Execute
command after end of processing - enter in the text field
below command you want to execute after processing will be done.
For example, to view source code of generated document, you can use
notepad.exe !.! command. !.! substring will be replaced by DocToHtml with
actual name of output file. You can also use !-! substring to represent output document file name
in short old 8.3 format for compatibility with old programs that
you may wish to use. |