1.0.0 • Published 3 years ago

@luqh/node-terminal-base64-2-pdf-converter v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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.

1.0.0

3 years ago