Kanban Board Printing and Export

What is the best way to print a Kanban Board? Ideally the output should preserve the styling and show only visible columns. I have successfully used the webix.toPDF() function to export in tabular format with desired columns but would prefer the output in the Kanban format. Thanks!

Hello,

Webix allows exporting data only in the tabular format, which is implemented in webix.toPDF() and webix.toExcel() methods. They export only data without any style settings.

The closest option for your needs is exporting to PNG (webix.toPNG()).