How can I work with PDFs (Binary files)

Hi, I created a PDF using the “Convert to File” Node (Move Base64 String to File). The output is a PDF. I don’t know how I can use this PDF to send it via Mail. I don’t know the file path and can’t drag it to a field. How can I work with the Output-PDF / get to know the file path?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

So, as I believe it, is that Convert to File, does not actually save to a location, its stored in memory (accessible via previous node output) as binary format and accessible to other nodes via its output.

This is incomplete, and one of many solution ideas I had. But you could set something up like this.

  1. First create a folder on your drive account with shared permissions to all with link (or however you want to do it).
  2. Then just send the email with the link from uploading to drive:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.