Webix uses PDFJS library for creating PDF documents on the client side, which is not very quick. If they introduce streaming API in future, then it will be a great breakthrough in speed.
On the positive side, webix.toPDF() method returns a promise that resolves after export is complete, so you can code like: webix.toPDF(data).then(function(){..}).