Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madmas/nativescript-pdf-experiment

Show of an example to create a PDF within a NativeScript app⚡️
https://github.com/madmas/nativescript-pdf-experiment

nativescript pdf pdfmake

Last synced: 7 days ago
JSON representation

Show of an example to create a PDF within a NativeScript app⚡️

Awesome Lists containing this project

README

        

# PDFmake on NativeScript

Sample to use PDFMake on Native Script.

Adopted some code from https://github.com/kumarandena/nativescript-pdf-generation in order to provide a working sample for current NativeScript version.

PDFmake docs: https://pdfmake.github.io/docs/0.3/

Had no luck with jsPDF due to some reference error when jsPDF tries to bin atob and btoa functions.

More references:

* https://medium.com/@kumarandena/pdf-generation-in-nativescript-using-javascript-libraries-864ecf4e9a3a