The count() function is called immediately after the HTML page was loaded as a handler of the onload event of the body element. The
count() function increments the counter and schedules a new call to the same function to occur after 1 second if the counter did not reach the value 5 yet.
-
If the selected triggering mode is Auto then the count() will be invoked once a second during the given delay interval and after that the conversion to PDF will start
-
If the selected triggering mode is Manual then the count() will be invoked once a second until the counter reached the value 5. When the counter reached this value the
evoPdfConverter_startConversion() function is called to trigger the conversion to PDF
Counter value:
0