49
Views
2
Comments
[Ultimate PDF] How to extend WaitUntilReadyBeforeCapturing timeout?
ultimate-pdf
Reactive icon
Forge asset by Leonardo Fernandes
Application Type
Reactive

How can I extend the timeout of wait until ready client action of ultimate PDF?

2025-09-25 14-38-22
Lokesh Kumar Yadav
  • Open the Client Action:

    • Locate the "Wait Until Ready" Client Action in your application. It’s part of the Ultimate PDF module.
  • Modify the Timeout Parameter:

    • Check if the action has a Timeout parameter. The default timeout is usually 10 seconds or less.
    • Increase the timeout value based on your requirements (e.g., 30 or 60 seconds).
  • Try with this If it is not working then i will provide you OML 
2019-07-08 11-04-35
Leonardo Fernandes
 
MVP

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?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.