@custom-js/n8n-nodes-pdf-toolkit 1.25.0 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -115,7 +115,7 @@ class PdfFormFill {
|
|
|
115
115
|
const pdfInput = input.file;
|
|
116
116
|
const fieldValues = Object.fromEntries((input.fields || []).map(x => [x.name, x.value]));
|
|
117
117
|
return PDF_FILL_FORM(pdfInput, fieldValues);`,
|
|
118
|
-
returnBinary: true,
|
|
118
|
+
returnBinary: "true",
|
|
119
119
|
},
|
|
120
120
|
encoding: null,
|
|
121
121
|
json: true,
|