|
Add-on modules reference - main list Method Convert |
rc = CnvDocObj.Convert( Source, Target, Timeout )
Using the FaxChange, converts the common document into the TIFF image suitable for faxing.
Source is the source filename (full path).
Target is the output TIFF filename.
Timeout is maximum time the conversion may take. After timeout conversion is interrupted.
True
, when successfull in converting;False
, when converting failed. (unsupported file format, timeout, etc).