Export multiple tables into ONE Pdf

Hi everyone,

reading the documentation about the pdf export, I wonder if it is possible to export multiple different webix elements into one pdf using some kind of page layout.

One of our clients has requested to print to pdf the several page layouts containing multiple webix elements (tables, charts, …).

Is this possible? How?

Thank you for your help,
Stefan

Unfortunately, for now it is possible to export only one dataset/component at a time.

But there’s also a possibility to gather the data from several datasets into the DataCollection and export the result: http://webix.com/snippet/c00f7241

Thanks for the reply and my late reaction on this.

Are there any plans to support this? We have seen the example you cited, but our need is to combine into one PDF the layout of our web pages. Our customer suddenly requested this near the end of the project.

As an example, our page can contain 3 different tables plus multiple cake diagrams.

Our webix.toPDF() method is based on the PDF.js.

It exports the data only and then renders the corresponding datatable regardless of the source view.

Therefore, toPDF() won’t work with layouts. The only thing we can consider for the future is the export for several datasets with rendering a table for each.