@custom-js/n8n-nodes-pdf-toolkit 1.25.0 → 1.27.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/dist/nodes/CompressPDF/CompressPDF.node.js +2 -2
- package/dist/nodes/ExtractPages/ExtractPages.node.js +2 -2
- package/dist/nodes/GetFormFieldNames/GetFormFieldNames.node.js +1 -1
- package/dist/nodes/Html2Docx/Html2Docx.node.js +2 -2
- package/dist/nodes/Html2Pdf/Html2Pdf.node.js +2 -2
- package/dist/nodes/Markdown2Html/Markdown2Html.node.js +2 -2
- package/dist/nodes/MergePdfs/MergePdfs.node.js +2 -2
- package/dist/nodes/PdfFormFill/PdfFormFill.node.js +2 -2
- package/dist/nodes/PdfToPng/PdfToPng.node.js +2 -2
- package/dist/nodes/PdfToText/PdfToText.node.js +2 -2
- package/dist/nodes/SSLChecker/SSLChecker.node.js +1 -1
- package/dist/nodes/Scraper/Scraper.node.js +2 -2
- package/dist/nodes/WebsiteScreenshot/WebsiteScreenshot.node.js +1 -1
- package/package.json +1 -1
|
@@ -4,12 +4,12 @@ exports.CompressPDF = void 0;
|
|
|
4
4
|
class CompressPDF {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
|
-
displayName: "Compress PDF (
|
|
7
|
+
displayName: "Compress PDF (CustomJS)",
|
|
8
8
|
name: "CompressPDF",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|
|
11
11
|
version: 1,
|
|
12
|
-
description: "
|
|
12
|
+
description: "Reduce the file size of PDFs without losing quality. Perfect for optimized storage, sharing, and automation in n8n.",
|
|
13
13
|
defaults: {
|
|
14
14
|
name: "Compress PDF file",
|
|
15
15
|
},
|
|
@@ -4,12 +4,12 @@ exports.ExtractPages = void 0;
|
|
|
4
4
|
class ExtractPages {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
|
-
displayName: "Extract Pages From PDF (
|
|
7
|
+
displayName: "Extract Pages From PDF (CustomJS)",
|
|
8
8
|
name: "ExtractPages",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|
|
11
11
|
version: 1,
|
|
12
|
-
description: "Extract
|
|
12
|
+
description: "Extract specific pages from a PDF and create a new PDF. Ideal for document automation and custom PDF workflows in n8n.",
|
|
13
13
|
defaults: {
|
|
14
14
|
name: "Extract Pages From PDF",
|
|
15
15
|
},
|
|
@@ -4,7 +4,7 @@ exports.GetFormFieldNames = void 0;
|
|
|
4
4
|
class GetFormFieldNames {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
|
-
displayName: "Get PDF Form Fields (
|
|
7
|
+
displayName: "Get PDF Form Fields (CustomJS)",
|
|
8
8
|
name: "GetFormFieldNames",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|
|
@@ -4,12 +4,12 @@ exports.Html2Docx = void 0;
|
|
|
4
4
|
class Html2Docx {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
|
-
displayName: "HTML to Docx (Word) (
|
|
7
|
+
displayName: "HTML to Docx (Word) (CustomJS)",
|
|
8
8
|
name: "Html2Docx",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|
|
11
11
|
version: 1,
|
|
12
|
-
description: "Convert HTML
|
|
12
|
+
description: "Convert any HTML content into a fully formatted Word (.docx) document. Ideal for generating reports, contracts, or templates directly from your Make.com scenarios.",
|
|
13
13
|
defaults: {
|
|
14
14
|
name: "HTML to Docx",
|
|
15
15
|
},
|
|
@@ -4,12 +4,12 @@ exports.Html2Pdf = void 0;
|
|
|
4
4
|
class Html2Pdf {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
|
-
displayName: "
|
|
7
|
+
displayName: "PDF Generator (from HTML) (CustomJS)",
|
|
8
8
|
name: "html2Pdf",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|
|
11
11
|
version: 1,
|
|
12
|
-
description: "
|
|
12
|
+
description: "Generate professional PDFs directly from HTML content. Perfect for reports, invoices, and templates in n8n.",
|
|
13
13
|
defaults: {
|
|
14
14
|
name: "HTML to PDF",
|
|
15
15
|
},
|
|
@@ -4,12 +4,12 @@ exports.Markdown2Html = void 0;
|
|
|
4
4
|
class Markdown2Html {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
|
-
displayName: "Markdown to HTML (
|
|
7
|
+
displayName: "Markdown to HTML Converter (CustomJS)",
|
|
8
8
|
name: "Markdown2Html",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|
|
11
11
|
version: 1,
|
|
12
|
-
description: "
|
|
12
|
+
description: "Instantly convert Markdown text into clean, styled HTML. Perfect for emails, web pages, or dynamic content generation inside n8n.",
|
|
13
13
|
defaults: {
|
|
14
14
|
name: "Markdown to HTML",
|
|
15
15
|
},
|
|
@@ -4,12 +4,12 @@ exports.MergePdfs = void 0;
|
|
|
4
4
|
class MergePdfs {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
|
-
displayName: "Merge PDFs (
|
|
7
|
+
displayName: "Merge PDFs (CustomJS)",
|
|
8
8
|
name: "mergePdfs",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|
|
11
11
|
version: 1,
|
|
12
|
-
description: "
|
|
12
|
+
description: "Combine multiple PDF files into a single PDF. Perfect for reports, contracts, and document automation in n8n.",
|
|
13
13
|
defaults: {
|
|
14
14
|
name: "Merge PDF",
|
|
15
15
|
},
|
|
@@ -4,7 +4,7 @@ exports.PdfFormFill = void 0;
|
|
|
4
4
|
class PdfFormFill {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
|
-
displayName: "PDF Form Fill (Fill PDF Fields) (
|
|
7
|
+
displayName: "PDF Form Fill (Fill PDF Fields) (CustomJS)",
|
|
8
8
|
name: "PdfFormFill",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|
|
@@ -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,
|
|
@@ -4,12 +4,12 @@ exports.PdfToPng = void 0;
|
|
|
4
4
|
class PdfToPng {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
|
-
displayName: "PDF To PNG (
|
|
7
|
+
displayName: "PDF To PNG (CustomJS)",
|
|
8
8
|
name: "PdfToPng",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|
|
11
11
|
version: 1,
|
|
12
|
-
description: "Convert PDF into PNG",
|
|
12
|
+
description: "Convert PDF pages into high-quality PNG images. Perfect for previews, thumbnails, or image-based workflows in n8n.",
|
|
13
13
|
defaults: {
|
|
14
14
|
name: "Convert PDF into PNG",
|
|
15
15
|
},
|
|
@@ -4,12 +4,12 @@ exports.PdfToText = void 0;
|
|
|
4
4
|
class PdfToText {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
|
-
displayName: "PDF To Text (
|
|
7
|
+
displayName: "PDF To Text (CustomJS)",
|
|
8
8
|
name: "PdfToText",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|
|
11
11
|
version: 1,
|
|
12
|
-
description: "
|
|
12
|
+
description: "Extract plain text from any PDF file. Ideal for automating data extraction and processing workflows in n8n.",
|
|
13
13
|
defaults: {
|
|
14
14
|
name: "Convert PDF into Text",
|
|
15
15
|
},
|
|
@@ -4,7 +4,7 @@ exports.SSLChecker = void 0;
|
|
|
4
4
|
class SSLChecker {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
|
-
displayName: "SSL Checker (SSL Certificate)",
|
|
7
|
+
displayName: "SSL Checker (SSL Certificate) (CustomJS)",
|
|
8
8
|
name: "sslChecker",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|
|
@@ -4,12 +4,12 @@ exports.Scraper = void 0;
|
|
|
4
4
|
class Scraper {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
|
-
displayName: "Scraper (
|
|
7
|
+
displayName: "Web Scraper for HTML Extraction and Screenshots (CustomJS)",
|
|
8
8
|
name: "scraper",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|
|
11
11
|
version: 1,
|
|
12
|
-
description: "A web scraper module to crawl websites and interact with page elements
|
|
12
|
+
description: "A web scraper module to crawl websites and interact with page elements (clicks, typing, etc.). The module returns raw HTML of the visited page.",
|
|
13
13
|
defaults: {
|
|
14
14
|
name: "Scraper",
|
|
15
15
|
},
|
|
@@ -4,7 +4,7 @@ exports.WebsiteScreenshot = void 0;
|
|
|
4
4
|
class WebsiteScreenshot {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
|
-
displayName: "Website Screenshot (
|
|
7
|
+
displayName: "Website Screenshot (Deprecated) (CustomJS)",
|
|
8
8
|
name: "websiteScreenshot",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|