@custom-js/n8n-nodes-pdf-toolkit 1.56.0 → 1.58.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 +4 -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
|
+
> ⚠️
|
|
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.
|