Support for PPTX and DOCX File Handling

Hi all,

I’d like to request a feature to enhance n8n’s support for PPTX and DOCX file handling. Currently, working with these formats in n8n is somewhat limited, and having built-in nodes or improved functionality to read, modify, and generate DOCX/PPTX files would be extremely valuable for automation workflows.

Use Cases:

  1. Document Automation: Extract text, replace placeholders, or generate DOCX files dynamically.
  2. Presentation Generation: Automate PPTX creation for reports, slides, and dynamic content.
  3. Parsing & Processing: Extract data from DOCX/PPTX files for further use in workflows.
  4. Integration with Other Tools: Enable seamless processing of office documents with cloud storage, email automation, or reporting tools.

I’d love to hear if this is something the team is considering or if there are any workarounds available for now. Thanks in advance for your feedback!

Looking forward to your thoughts!

Hi @benvoi

do not forget to vote yourself.

I published a ndoe that (partially) does your first usecase. N8n Community node for DocX template -> Report

2 Likes

Has anyone found alternatives for extracting data from ppts? I am currently working with an api in the background to convert ppts to pdf and then trying to use that for my rag setup

1 Like

It will be great if this feature is under consideration.

Any good options here that doesn’t include another paid subscription? I’m going to try to use MS Graph and have it export pptx as a pdf and then try to extract the text from there. I think MS’s base MS365 subscription includes this ability but I’m not 100% sure on this yet.

I was able to get data from xlsx and docx into a vector data base using existing nodes - it’s cumbersome but doable. Not much out there on how to make that happen - almost exclusively Google Docs…