UNPKG

pdf2json

Version:

A PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js

4 lines 201 B
this.addScript('dom.js',['DOMImplementation','XMLSerializer']); this.addScript('dom-parser.js',['DOMHandler','DOMParser'], ['DOMImplementation','XMLReader']); this.addScript('sax.js','XMLReader');