node-pdftotext
Version:
A npm module wrapping the `pdftotext` utitility software
64 lines • 1.19 kB
JSON
{
"layout": {
"switch": "-layout",
"type": "boolean"
},
"table": {
"switch": "-table",
"type": "boolean"
},
"simple": {
"switch": "-simple",
"type": "boolean"
},
"lineprinter": {
"switch": "-lineprinter",
"type": "boolean"
},
"raw": {
"switch": "-raw",
"type": "boolean"
},
"clip": {
"switch": "-clip",
"type": "boolean"
},
"noDiagnolText": {
"switch": "-nodiag",
"type": "boolean"
},
"noPageBreak": {
"switch": "-nopgbrk",
"type": "boolean"
},
"first": {
"switch": "-f",
"type": "int"
},
"last": {
"switch": "-l",
"type": "int"
},
"fixed": {
"switch": "-fixed",
"type": "number"
},
"linespacing": {
"switch": "-linespacing",
"type": "number"
},
"pdfPath": {
"type": "string"
},
"txtPath": {
"type": "string"
},
"ownerPassword": {
"switch": "-opw",
"type": "string"
},
"userPassword": {
"switch": "-upw",
"type": "string"
}
}