Best way to transform a large sentiment analysis output into HTML and PDF in n8n?

Hi everyone,

I’m building a sentiment analysis workflow in n8n that produces around 50 different variables per run. My goal is to turn that raw output into a clean, well-structured HTML page and then export it as a PDF report. I’d like the final report to look attractive and be easy to read.

What I have so far:

  • Sentiment analysis node generating ~50 data points.
  • Currently dumping everything in JSON, but it’s too messy.

What I’m looking for:

  • Recommendations for n8n nodes or approaches to transform the data into HTML (templates, styling, etc.).
  • Best practices or external tools that integrate smoothly with n8n for PDF generation.
  • Any sample workflows or code snippets that handle a large number of variables elegantly.

Thanks in advance for any tips or examples!
Cheers,
Rogério Rêga

Same here we have report in markdown need to be converted to pdf
If anyone have idea kindly post please

1 Like

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