Commands for application (tcfw=...), View tiff files (viewtifffile=...) – Kofax Communication Server 9.1 User Manual

Page 164

Advertising
background image

Client Applications

Administrator‘s Manual Version 5.32.00

©Kofax, Inc.

164/203

displayed y must be set to about 150 (=150 mm).
The factor of 100 (what means 1/1) is defined by the
command ZOMMREFERENCE. The maximum zoom
factor is reached if one fax dot is represented by one
screen pixel.

IMAGEVIEW,REFRESH

Refreshes the main image window. Should be used after
‗IMAGEVIEW,x,y,factor‘ - image mode only

IMAGEVIEWZOOM,REFRESH

Refreshes the zoom window. Should be used after
‗IMAGEVIEW,x,y,factor‘ (image mode only).

IMAGESAVE,p,f,o

Saves the pages specified by p (e.g. ‗1;2;5-7‘) in the
format f. (e.g. TIFFG3, TIFFG4..) in the output file o.(e.g.
c:\temp\test.tif)
Valid formats: BMP, TIFFG32, TIFFG33, TIFFG4, TIFFU,
TIFFP,

PCX,

DCX,

TCI,

MODCA1,

MODCA2.

Only the formats TIFFxxx, DCX and MODCAx support
multiple pages in one output file. If another format is
chosen and multiple pages are specified for conversion
only

the

first

page

is

converted.

In the case the output file already exists, it will be
overwritten.
This command returns ―Ok‖ on success or ―NOk‖ in any
other case.

FILENAME

Returns the KCS filename of the viewed message (e.g.
‗ATF00333‘)

NUMBEROFPAGES

Returns the number of pages of the message

RECEPTIONDATE

Returns the reception date of the message in the format
YYMMDD.

RECEPTIONTIME

Returns the reception time of the message in the format
HHMMSS.

ORIGINATOR

Returns the originator of the message. In case of an
incoming fax the fax number of the originator is returned.
This is the TCSI object TS_ORIGINATOR_INFO.

16.4.2 Commands for Application (TCFW=...)

All application related DDE commands have t

o begin with ‗TCFW=‘ followed by the command

keyword. (E.g. TCFW=DISTRIBUTE,ON)

Command

Description

DISTRIBUTE,ON

sets the distribution mode to on

DISTRIBUTE,OFF

sets the distribution mode to off

QUIT

Terminates the TCfW application

16.4.3 View Tiff Files (VIEWTIFFFILE=...)

This command starts a new message window with the indicated file. The file is converted by
TCIMGIO.DLL to TCI code. The conversion is done automatically by TCIMGIO.DLL and is
independent of the file extension. In the case TCIMGIO.DLL was able to convert the file to TCI
code the message window opens. There is no DDE-response sent to the calling application.

VIEWTIFFFILE=c:\temp\test.tif

VIEWTIFFFILE=c:\autoexec.bat

Advertising