Using PDF flow

Hey @Jorge_M,

You are very close, When n8n downloads a file it keeps it memory so unless you are writing the file to disk using the Write Binary node you don’t need to use the Read Binary node.

To get your workflow working just delete the Read Binary node and it will just work as the PDF file is kept in the data variable.

3 Likes