You can edit the supplied templates to change the appearance of the HTML output. Some basic configuration parameters are discussed in this section. All available sections and parameters are fully described in the KeyView HTML Export SDK C and COM Programming Guide. These are advanced parameters that can improve the fidelity and accuracy of the HTML output. They are for users who are already familiar with using template files.
Open the template file that you want to update, or create a new template file with any other options that you want to use.
Add a [KVHTMLConfig]
configuration section.
Add the parameters that you require (the parameters are described in the following sections). For example:
[KVHTMLConfig] KVCFG_INCLREVISIONMARK=True KVCFG_LOGICALPDF=LPDF_RTL KVCFG_SETTEXTROTATE=True KVCFG_BLANKPICTURE=True
Save and close the template file.
To use the template, send a View
action with ViewTemplate
set to the name of the template file with these modifications. For example:
action=View&Reference=C:\PDFs\report.pdf&NoACI=True&ViewTemplate=MyTemplate.ini