@custom-js/n8n-nodes-pdf-toolkit 1.55.0 → 1.57.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.
- package/README.md +19 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
# @custom-js/n8n-nodes-pdf-toolkit
|
|
4
4
|
|
|
5
|
+
> [!CAUTION]
|
|
6
|
+
> **DEPRECATED**: This package is deprecated and will no longer receive updates.
|
|
7
|
+
> Please use the new and improved [**@custom-js/n8n-nodes-pdf-toolkit-v2**](https://www.npmjs.com/package/@custom-js/n8n-nodes-pdf-toolkit-v2) which consolidates all functionality into a single, more efficient node.
|
|
8
|
+
|
|
5
9
|
This is an n8n community node. It lets interact with official API of [customJS API](https://www.customjs.space/)
|
|
6
10
|
|
|
7
11
|
This package contains nodes to help you generate PDF from HTML, merge multiple PDF files, take a screenshot of specific website using URL, convert PDF to PNG, convert PDF to Text and extract pages from PDF.
|
|
@@ -137,3 +141,18 @@ Add your Api Key and store securely
|
|
|
137
141
|
- Fill in the issuer, payment, recipient, and billing information.
|
|
138
142
|
- Add items to the invoice.
|
|
139
143
|
- Execute the workflow to generate the PDF invoice.
|
|
144
|
+
|
|
145
|
+
### "JSON to TOON" node
|
|
146
|
+
|
|
147
|
+
- Add the **JSON to TOON** node to your workflow.
|
|
148
|
+
- Configure your CustomJS API credentials.
|
|
149
|
+
- Input your JSON data.
|
|
150
|
+
- Execute the workflow to convert JSON to TOON format.
|
|
151
|
+
- TOON format can reduce AI tokenization by 40% to 60% when working with language models.
|
|
152
|
+
|
|
153
|
+
### "TOON to JSON" node
|
|
154
|
+
|
|
155
|
+
- Add the **TOON to JSON** node to your workflow.
|
|
156
|
+
- Configure your CustomJS API credentials.
|
|
157
|
+
- Input your TOON data.
|
|
158
|
+
- Execute the workflow to convert TOON to JSON format.
|