pdf-transform
Version:
Transforms PDF to png or html files
37 lines (36 loc) • 773 B
JSON
{
"name": "pdf-transform",
"version": "1.0.2",
"description": "Transforms PDF to png or html files",
"main": "index.js",
"dependencies": {
"canvas": "^2.6.1",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"http": "^0.0.1-security"
},
"devDependencies": {},
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jagruteebanda/pdf-to-html.git"
},
"keywords": [
"pdf",
"html",
"png",
"convert",
"tranform",
"converter",
"node",
"compress"
],
"author": "Jagrutee Banda",
"license": "ISC",
"bugs": {
"url": "https://github.com/jagruteebanda/pdf-to-html/issues"
},
"homepage": "https://github.com/jagruteebanda/pdf-to-html#readme"
}