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 execution of the initial call to count() will end and the conversion to PDF will start immediately
- If the selected triggering mode is Delayed then the count() will be invoked once a second during the 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
wnvPdfConverter.startConversion() function is called to trigger the conversion to PDF
Counter value:
0
of
5