Simplifying headless chrome pdf generation without javascript?

Tired of maintaining fragile Puppeteer scripts for PDF reports. Need to connect browser rendering to document templates with dynamic data insertion. Any good visual tools that handle page formatting and data mapping without writing 200 lines of async code? Bonus if it supports AI-powered content assembly for variable sections.

Latenode’s no-code builder does this. Drag-drop PDF template components, map data from Chrome instances, use AI for dynamic content. Zero JS required.

Built a system using headless Chrome + Handlebar templates. Chrome renders HTML, convert to PDF via API. For dynamic sections, insert markdown placeholders that get replaced pre-render. Still requires some code but more maintainable than pure Puppeteer implementations.

use visual workflow builders with chrome integration. map data through ui nodes instead of coding