CustomJS provides powerful PDF generation capabilities that allow you to create professional PDF documents directly from your Make.com workflows. You can generate PDFs from HTML content, templates, or dynamic data.

The PDF generation module uses Chromium-based rendering for PDF generation, which means:
<h1>Hello World</h1>
The module returns a binary file buffer that can be directly used with other Make.com modules like Google Drive, Dropbox, or email attachments.
You can directly access input field values using the 'input' JavaScript variable, or construct JSON objects for complex cases, as detailed in our JSON Parameter guide.

