I m using the Adobe PDF Embed Api to show a PDF inside a page in node.js.
I wrap the script in a function, that will start once the S3 download component returned the S3 address.
The only problem is that I cannot insert the address from the S3 download component inside of the script.
Have you tried downloading the file from S3 to your server first, and only then sending its path to Adobe? In this case, you need to receive the file using a server-side extension and pass the path to it to the front
IF I put the S3 Keyname, it works correctly.
The problem is that I need it being dynamic so I must use a variable and cannot understand how to put a variable there.
How do you get the url value before writing it to the var1 variable and at what point do you write it there, based on what event? Maybe the value doesn’t have time to get there?