pdf2json : A PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js. You can installing pdf2json npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install pdf2json $ sudo npm install -g pdf2json
If want to update the pdf2json package execute the command as below,
$ sudo npm update pdf2json
Update package globally,
$ npm install -g pdf2json
$ sudo git clone https://github.com/rektide/pdf2json.git
$ sudo npm install -g ./pdf2json
pdf2json@1.1.7 /usr/lib/node_modules/pdf2json
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pdf2json
| Package Name | pdf2json |
| Version | 1.1.7 |
| Description | A PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js |
| Released Date | 2016-09-11T17:36:20.188Z |
| Published by | modesty |
| How to Learn | https://www.npmjs.com/package/pdf2json/tutorial |