UNPKG

n8n-nodes-pdforge

Version:

pdf noodle (previously pdforge) automates PDF Generation in minutes using AI.Create custom PDF templates in seconds using our AI Agents, fine tune the design with our PDF builder and automate the PDF delivery with our native pdforge node inside n8n. No co

32 lines 916 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pdfOperations = void 0; exports.pdfOperations = [ { displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource: ['pdf'], }, }, options: [ { name: 'Generate Syncronously', value: 'sync', description: 'Generate PDF syncronously', action: 'Generate PDF syncronously', }, { name: 'Generate Asynchronously', value: 'async', description: 'Generate PDF asynchronously', action: 'Generate PDF asynchronously', }, ], default: 'sync', }, ]; //# sourceMappingURL=PdfDescription.js.map