{"_id":"pdfmake-unicode","_rev":"2-dd8cecae7903c0fe1d028949d003e3eb","name":"pdfmake-unicode","description":"Support Unicode Characters in PDFmake library.","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"pdfmake-unicode","version":"0.0.1","description":"Support Unicode Characters in PDFmake library.","main":"dist/pdfmake-unicode.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Landish/pdfmake-unicode.git"},"keywords":["pdf","pdfmake","unicode","font","utf-8"],"author":{"name":"Lado Lomidze"},"license":"MIT","bugs":{"url":"https://github.com/Landish/pdfmake-unicode/issues"},"homepage":"https://github.com/Landish/pdfmake-unicode#readme","devDependencies":{"gulp":"^3.9.1","gulp-clean":"^0.3.2","gulp-each":"^0.5.0","gulp-file-contents-to-json":"^0.2.1"},"dependencies":{"pdfmake":"^0.1.27"},"gitHead":"668f0f6c67bb37d2bb26084b9e14cd86661a6ea8","_id":"pdfmake-unicode@0.0.1","_shasum":"72a6b27f19cd3478dbd85bf027a00fa2ee7c1c74","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"landish","email":"lado.lomidze@gmail.com"},"dist":{"shasum":"72a6b27f19cd3478dbd85bf027a00fa2ee7c1c74","tarball":"https://registry.npmjs.org/pdfmake-unicode/-/pdfmake-unicode-0.0.1.tgz","integrity":"sha512-M4cdNU64+popJN8oELM5Qu3LrNH3Qa4xGRmiBLcWTb79ff1QJyhy5vtidmOHj3ArwFK3ARu3l1Tga6WhrjfbKg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGaBVn1+2f8n/B8u+5Bb1xMs3DuvuS1pk2ms3ygHieFmAiEAxhcvHPpGhE/i2gWY2dR+Y/vZFgx0Jc2PaSIlZ8tmJL8="}]},"maintainers":[{"name":"landish","email":"lado.lomidze@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/pdfmake-unicode-0.0.1.tgz_1494333059535_0.6066637791227549"}}},"readme":"# PDFMake Unicode\n\nSupport Unicode Characters in [PDFmake](https://github.com/bpampuch/pdfmake) library.\n\n\n## Getting Started\n\n> [pdfmake](https://github.com/bpampuch/pdfmake) is library for PDF printing in pure JavaScript.\n\nBy default pdfmake uses [Roboto](https://fonts.google.com/specimen/Roboto) font, which does not support Unicode characters.\n\nThis package is an extension for adding unicode character support. It comes with a [Arial GEO](http://fonts.ge/en/pack/28/Arial-GEO) font, which has 4 styles: Regular, **Bold**, *Italic* and ***Bold Italic***.\n\n## Installation\n\n\nInstall with [NPM](https://www.npmjs.com):\n\n```\n$ npm install pdfmake-unicode --save\n```\n\nInstall with [Yarn](https://yarnpkg.com/):\n\n```\n$ yarn add pdfmake-unicode\n```\n\nInstall with [Bower](https://bower.io/):\n\n```\n$ bower install pdfmake-unicode --save\n```\n\n## Usage\n\n> Note: You **don't** need to include `vfs_fonts.js` file from pdfmake library.\n\n```html\n<script src=\"pdfmake.min.js\"></script>\n<script src=\"build/pdfmake-unicode.js\"></script>\n<script>\n  var docDefinition = { content: 'Your unicode text will go here.' };\n  pdfMake.createPdf(docDefinition).download('filename.pdf');\n</script>\n\n```\n\n\n## Licence\n\nThe PDFMake Unicode is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).","maintainers":[{"name":"landish","email":"lado.lomidze@gmail.com"}],"time":{"modified":"2022-06-23T16:48:33.490Z","created":"2017-05-09T12:31:01.838Z","0.0.1":"2017-05-09T12:31:01.838Z"},"homepage":"https://github.com/Landish/pdfmake-unicode#readme","keywords":["pdf","pdfmake","unicode","font","utf-8"],"repository":{"type":"git","url":"git+https://github.com/Landish/pdfmake-unicode.git"},"author":{"name":"Lado Lomidze"},"bugs":{"url":"https://github.com/Landish/pdfmake-unicode/issues"},"license":"MIT","readmeFilename":"readme.md"}