I would like to know how it would be possible to export base64 from the `save` function when exporting from a component.
this.$refs.gridPdfExport.save(itemsToExport);
The default behavior is to just download a pdf, I dont want this functionality.
Thanks!
1 Answer, 1 is accepted
0
Vessy
Telerik team
answered on 24 Sep 2024, 09:42 AM
Hi, Sebastian,
Currently, getting the base64 string of the exported PDF is possible only when you are using directly the Kendo UI for Vue Drawing library (not gridPRDExport). You can see a sample demonstrating this approach in the following demo:
Thank you, this is what I've resorted to using, was hoping there would be a quick way to configure it just to spit out the base64 and pipe it somewhere else. My final solution: