HTMLConfig
This method provides a way to configure options prior to document conversion. Currently, the function is used to specify a PDF reader. For more information, see Convert PDF Files to Raster Images.
HTM
.HTMLConfig(nType, nValue, p)
where:
nType
is a symbolic constant defined inkvhtml.h
and used to configure options. Currently, you can set this toKVCFG_SETHIFIPDF
. This option specifies that the graphic-based PDF reader (kppdfrdr
) is used to convert PDF documents. See Convert PDF Files to Raster Images.nValue
is an integer value defined for the above type.p
is reserved, and must beNULL
.
The comsamp
sample program demonstrates how to use this method. See comsamp.