Example

PDF Generation (Chromium)

We have a custom function in our CustomJS make.com module to generate PDF files from an HTML string or URL. We use a real headless Chromium browser in the background. This feature is ideal for automating the conversion of web pages or document templates into high-quality PDFs, streamlining Make.com workflows that require document generation. In this example, an HTML string is converted to a PDF and uploaded to Google Drive.

HTML Code

<h1>Hello World</h1>

URL

 

Output-Field

Binary File Buffer

You can directly accessing input field values using the 'input' JavaScript variable, or construct JSON objects for complex cases, detailed in our tutorial on the example page for JSON Parameter.

Make.com Integromat PDF Generation
Make.com Integromat PDF Generation #2
Make.com Integromat PDF Generation #3
?