Hi,
I'm using ultimate pdf to convert some of my web screen to pdf.
When I call the screen page which I want to convert, an error occurred said "Cannot assign a JavaScript undefined with value undefined to an output parameter of type Boolean. Check the JavaScript node 'CheckExecutedOnApplicationReady' of the action 'ScreenToPDF_HasExecutedOnApplicationReady'"
Any clue how to fix this?
Thanks.
If you are calling in client side you neede this in your application:
After in the screen itself in OnInitialize you need this the action: ScreenToPDF_OnInitialize
Hi Paulo,
Thank you for your solution.
Your answer solve the problem.
Great š