How can we show pdf file using Generate PDF/Image and File node?

How can we show pdf file using Generate PDF/Image and File node?
How can we show user pdf file which we received from url API response

Hey @helpgopik,

Lets assume that you have stored the response of “Generate PDF/Image” Node in an object variable called “pdf_response”.

If you want to display the generated PDF URL (from the “Generate PDF/Image” Node) in a text message to the user, then you can use the following code in Text Node:

{{{variables.pdf_response.file.url}}}

Feel free to let me know if you have any questions.