Bulk and combined PDF exports
Layerre now supports bulk variant generation. Set up multiple variation rules, hit generate once, and get every output back in a single request, in the app or via API.
You can also merge PDF outputs into one multi-page file. That covers exporting every page of a multi-page Canva design together, or combining multiple personalized variations into a single deliverable.

Bulk variants
Add as many variation rules as you need and generate them all at once. Each rule produces its own variant, billed as one credit per successful output. No need to send a separate API call for every row in a spreadsheet or every name in a list.
Via API, use POST /v1/template/{id}/variant/bulk with an items array. Each item can include overrides and a page_number for multi-page templates. Zapier and n8n support bulk create as well.
Combined PDFs
Set export format to PDF and open the PDF settings panel below the generate button. From there you can:
- Include all template pages: export every page of a multi-page design in one PDF. Use the page dropdown above to configure layer rules on each page before generating.
- Combine variations into one PDF: when you are generating multiple variations on the same page, merge all outputs into a single file instead of separate downloads.

Via API, add combine_pdf=true to a bulk PDF request. You get the merged file URL and a saved variant you can list, download, or delete like any other export.
Try it
Open any template and add multiple variation rules to try bulk generation. Switch to PDF export and use the PDF settings panel to combine pages or variations into one file.


