Cloud editor overview

Integrate editor into your app. We provide several wrappers for the most popular JavaScript frameworks. Under the hood they all use the same <iframe> editor.

Frameworks

Notes

Where is data stored?

There are two ways for embedded editor to access report data:

  1. Report data is stored on PantherPDF database. You specify an access token (reportSecret) which is used to load and update a report. Access token can be generated manually using online editor or programatically using API.
  2. Report data is stored on customer's database. You provide report data when rendering page.

Which option to choose? Data stored on PantherPDF database is automatically kept in sync with the latest editor version. Generating PDF is more performant since you only specify report ID to generate instead of sending whole document. It is also easier to integrate when using small number of reports. Data stored on customer's database on the other hand allows more granular access control.