pdf-password-protector
Version:
A Node.js package to password protect PDF files using Java PDFBox
40 lines (39 loc) • 865 B
JSON
{
"name": "pdf-password-protector",
"version": "1.1.0",
"description": "A Node.js package to password protect PDF files using Java PDFBox",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"pdf",
"password",
"protection",
"encrypt",
"secure",
"pdfbox"
],
"author": "Gaurav Pasi",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Gaurav-pasi/pdf-password-protector.git"
},
"bugs": {
"url": "https://github.com/Gaurav-pasi/pdf-password-protector/issues"
},
"homepage": "https://github.com/Gaurav-pasi/pdf-password-protector#readme",
"files": [
"index.js",
"lib/",
"README.md",
"LICENSE"
],
"dependencies": {
"java-bridge": "^2.7.0"
}
}