PDF creation of pages

I need to create a PDF with data of some data tables and forms. The data is for screen display presented on several tabs. for PDF creation i need separated pages.
Did somebody realized this on an easy way together with webix already?
Server based? (PHP). Or javascript? Or … suggestions??
Thanks a lot…

Unfortunately I don’t see any way how you can convert webix view to pdf. DataTable has its own export logic, but it works only for one-table-per-document. There are many libs for server side and at least one lib for javascript that can be used to create pdf - but you will need to code them based on data from related controls, there is no way for direct export.