UNPKG

pdf2html

Version:

PDF to HTML or Text conversion using Apache Tika. Also generate PDF thumbnail using Apache PDFBox.

23 lines 331 B
{ "compilerOptions": { "noEmit": true, "esModuleInterop": true, "target": "ES2018", "module": "commonjs", "lib": [ "ES2018" ], "types": [ "node" ], "baseUrl": ".", "paths": { "pdf2html": [ "../index.d.ts" ] } }, "include": [ "type-test.ts" ] }