@custom-js/n8n-nodes-pdf-toolkit 1.27.0 → 1.28.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.
Files changed (2) hide show
  1. package/README.md +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -111,3 +111,19 @@ Add your Api Key and store securely
111
111
  - Configure your CustomJS API credentials.
112
112
  - Input the HTML content you want to convert to Docx (Word).
113
113
  - Execute the workflow to get the converted Docx (Word) file.
114
+
115
+
116
+ ### "PDF Form Fill" node
117
+
118
+ - Add the **PDF Form Fill** node to your workflow.
119
+ - Configure your CustomJS API credentials.
120
+ - Input the PDF file you want to fill out.
121
+ - Define the form fields and their values.
122
+ - Execute the workflow to get the filled-out PDF file.
123
+
124
+ ### "Get PDF Form Field Names" node
125
+
126
+ - Add the **Get PDF Form Field Names** node to your workflow.
127
+ - Configure your CustomJS API credentials.
128
+ - Input the PDF file you want to get form field names from.
129
+ - Execute the workflow to get the form field names.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@custom-js/n8n-nodes-pdf-toolkit",
3
- "version": "1.27.0",
3
+ "version": "1.28.0",
4
4
  "description": "This is official node for interacting with APIs from customjs.space",
5
5
  "keywords": [
6
6
  "customjs",