n8n-nodes-pdf-page-split
Version:
n8n node to split PDF documents into individual pages
24 lines • 812 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PdfPageSplitApi = void 0;
class PdfPageSplitApi {
constructor() {
this.name = 'pdfPageSplitApi';
this.displayName = 'PDF Page Split API';
this.documentationUrl = 'https://github.com/username/n8n-nodes-pdf-page-split';
this.properties = [
{
displayName: 'API Key',
name: 'apiKey',
type: 'string',
default: '',
typeOptions: {
password: true,
},
description: 'API key for external PDF processing service (if needed)',
},
];
}
}
exports.PdfPageSplitApi = PdfPageSplitApi;
//# sourceMappingURL=PdfPageSplitApi.credentials.js.map