How can I extend the timeout of wait until ready client action of ultimate PDF?
Open the Client Action:
Modify the Timeout Parameter:
Hi Alexander.
This timeout will only happen if you invoke the action WaitUntilReadyBeforeCapturing during the load of the screen. This will block the PDF capture until the IsReadyForCapture action is called. If you fail to call IsReadyForCapture, then the timeout will apply.
Note that this mechanism is typically not needed, because Ultimate PDF will already wait for all data to be fetched via network.
At the moment, you cannot override the timeout of 30 seconds, which means you need to invoke IsReadyForCapture at most 30 seconds after invoking WaitUntilReadyBeforeCapturing.
Do you need more time between these two calls? Or was this timeout due to a misunderstanding of how these two actions work?