Skip to main content
CESDK/CE.SDK/Web Editor/Guides

Exporting Pages

Learn which export options CreativeEditor SDK offers and how to use them.

Exporting via the Export button#

When a user triggers an export by clicking the corresponding button, the editor will export the current page to a PDF or PNG image and notify the onExport callback if configured. The callback handler receives the encoded data as a Blob object along with the options used during export.

Besides the onExport callback, you have to enable the export button in the navigation bar. See the configuration of elements for further information.