Lexmark C792 Manual page 31

Lexmark document distributor sdk guide
Hide thumbs Also See for C792:
Table of Contents

Advertisement

Developing workflow solutions
}
function myEndDocFunction(fileName)
{
try
{
//Actions to take after input from a single form is completed
//and the resulting PDF is rendered
...
}
catch(e)
{
//Logging and other exception handling
...
throw e;
}
}
function myEndDataSetFunction(fileName)
{
try
{
//Actions to take after input from a single form is completed
//and the resulting dataset is generated
...
}
catch(e)
{
//Logging and other exception handling
...
throw e;
}
}
function myEndDataFunction()
{
try
{
//Actions to take after all input data is read
...
}
catch(e)
{
//Logging and other exception handling
...
throw e;
}
}
function myEndJobFunction(files)
{
try
{
//Actions to take after all PDFs included
//in the job have been rendered
...
}
catch(e)
{
//Logging and other exception handling
...
31

Advertisement

Table of Contents
loading

This manual is also suitable for:

C925X792X925Document distributor 4.6.02

Table of Contents