@luqh/node-terminal-base64-2-pdf-converter
v1.0.0
Published
Create PDF from base64
Downloads
4
Readme
Convert Base64 to PDF
Installation
Just run the command bellow
npm install -g node-terminal-base64-2-pdf-converter
Usage
convert-base64-pdf base64.txt
OR
convert-base64-pdf base64.txt converted-filename.pdf
OR
convert-base64-pdf YOUR_BASE64_STRING
OR
convert-base64-pdf YOUR_BASE64_STRING converted-filename
All converted files will be placed in the same folder that you ran command. On this first version you can't put complete URI from file, you will need to navigate with 'cd' command to file location or using string base64 instead.