Hi,
I’m trying to upload file directly from my PC to my N8N. I’m running the latest self hosted version of n8n on Hetzner (VPS) using docker compose.
Hi,
I’m trying to upload file directly from my PC to my N8N. I’m running the latest self hosted version of n8n on Hetzner (VPS) using docker compose.
It looks like your topic is missing some important information. Could you provide the following if applicable.
Update I installed a local version of N8N to my PC and I’ve uploaded the file.
This is my workflow
However, when I try to convert the pdf to text using “Convert to File”
There is an issue:
Hi @Vasislav ,
it looks like you managed to read the file from disk and it appears to be a pdf file. You want to work with the “Extract from File” node (turns binary into JSON) instead of the “Convert to File” node (turns JSON into binary).
Greets, Ingo
Hey @Ingo thanks for that. It worked!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.