Export PDF

Trigger Event #

Now that the editor is set up in your application and users are creating content, it's time to export PDF. Here's how you can export PDF.
mailui.exportPdf(function (data) { const json = data.json; console.log(json); });

Callback Parameters #

PropertyDescriptionType
jsonThis is the JSON of the designJSON

Explore Our Email Builder