chevron_right Demos chevron_right Image Export
Discover More
Book a live Demo

See yFiles in action

30 min • Online • No install required


For developers, PMs & tech leads

  • Quick-start walkthrough + a real integration example
  • Live Q&A with next-step recommendations

Prefer another tool over Zoom? Just say so when you book.

Opens our scheduling page with Zoom's booking widget embedded. Using it shares your data with Zoom under its Privacy Policy.

See yFiles in action

30 min • Online • No install required


For developers, PMs & tech leads

Prefer another tool over Zoom? Just say so when you book.

Opens our scheduling page with Zoom's booking widget embedded. Using it shares your data with Zoom under its Privacy Policy.

Кирилица 平仮名

Export Options

Image Export Demo

This demo shows how to export the whole diagram or a part of it to a PNG image.

Things to Try

Details

The demo shows an approach that completely runs in the client's browser, as well as an approach for a server-side export. The client-side export is supported by the latest versions of all major browsers.

Server-side export

The server-side export is a minimal example of how to export the graph using an external service hosted on a server. It shows the export via a Node.js express server using headless Chrome/Puppeteer.

The server-side export button will be enabled, when the Node.js server is alive on loading time of the demo. To run the server, see the respective readme in ./node-server/. Note that this only works locally from your package, for the online version this functionality is disabled.