Hello everyone!
I have the following challenge. I need to open the pdf attached to a workflow in a popup. I successfully managed to do so using the base64 encoded string and some javascript. Now the problem is that the pdfs are larger than expected. Some of them are 5MB and even more. For those large pdfs the script is not working, nor is effective to try make it work.
I can go the Python way, create a server-side endpoint that would serve the PDF to, e.g. PDF.js. But I was wondering if there is any other solution, maybe something based on the scripts included in Webcon?
Any help would be much appreciated.
Cheers,
Martin