@custom-js/n8n-nodes-pdf-toolkit 1.14.0 → 1.16.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 CHANGED
@@ -98,3 +98,16 @@ Add your Api Key and store securely
98
98
  - Enable or disable debug mode to control error handling for missing elements.
99
99
  - Execute the workflow to scrape the website and receive the desired output.
100
100
 
101
+ ### "Markdown to HTML" node
102
+
103
+ - Add the **Markdown to HTML** node to your workflow.
104
+ - Configure your CustomJS API credentials.
105
+ - Input the Markdown content you want to convert to HTML.
106
+ - Execute the workflow to get the converted HTML content.
107
+
108
+ ### "HTML to Docx (Word)" node
109
+
110
+ - Add the **HTML to Docx (Word)** node to your workflow.
111
+ - Configure your CustomJS API credentials.
112
+ - Input the HTML content you want to convert to Docx (Word).
113
+ - Execute the workflow to get the converted Docx (Word) file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@custom-js/n8n-nodes-pdf-toolkit",
3
- "version": "1.14.0",
3
+ "version": "1.16.0",
4
4
  "description": "This is official node for interacting with APIs from customjs.space",
5
5
  "keywords": [
6
6
  "customjs",
@@ -31,7 +31,9 @@
31
31
  "dist/nodes/PdfToText/PdfToText.node.js",
32
32
  "dist/nodes/PdfToPng/PdfToPng.node.js",
33
33
  "dist/nodes/ExtractPages/ExtractPages.node.js",
34
- "dist/nodes/CompressPDF/CompressPDF.node.js"
34
+ "dist/nodes/CompressPDF/CompressPDF.node.js",
35
+ "dist/nodes/Markdown2Html/Markdown2Html.node.js",
36
+ "dist/nodes/Html2Docx/Html2Docx.node.js"
35
37
  ]
36
38
  },
37
39
  "devDependencies": {