PDF to Google Docs? Hepl me converting PDF from Google Drive to DOC format in n8n without external services

Hello n8n community,

I’m trying to create a workflow in n8n that takes a PDF file from Google Drive and converts it to a DOC file without using any third-party conversion services. I’ve been encountering errors with every approach I’ve tried.

My current setup:

  • I have a Google Drive node that successfully identifies my PDF file
  • I’m trying to convert this PDF to DOC format within n8n
  • I want to avoid external conversion APIs if possible

I’ve tried:

  1. Using Google Drive + Google Docs nodes combination
  2. Different parameter configurations in the HTTP Request node
  3. Various approaches suggested online

Each attempt results in errors or doesn’t perform the conversion correctly. When I seek help from AI assistants, they often suggest fields or options that don’t exist in the actual n8n interface.

Could someone please provide a step-by-step guide on how to accomplish this PDF to DOC conversion within n8n? Specific node configurations and parameters would be extremely helpful.

Has anyone successfully done this type of conversion without external services?

Thank you in advance for your help!

n8n setup
1.7
localhost, npm, win11

1 Like

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:

in google drive you can klick on the pdf then klick on the 3 dots → open with → google docs so you get a docx from the pdf.

Yes, but you have to do it automatically with the n8n

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