UNPKG

n8n-nodes-pdforge

Version:

Pdforge Automate PDF Generation in minutes using AI.Create custom PDF templates in seconds using our AI Agents, fine tune the design with our no-code builder and automate the PDF delivery with our native pdforge node inside n8n. No code or design experien

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