p3x-html-pdf 2025.4.163 → 2025.4.164
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 +5 -5
- package/package.json +2 -2
- package/src/base.html +1 -1
- package/test/test.js +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
# 📃 Generates PDF from HTML with custom headers and footers with wkhtmltopdf v2025.4.
|
|
9
|
+
# 📃 Generates PDF from HTML with custom headers and footers with wkhtmltopdf v2025.4.164
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
### 🛠️ Built on NodeJs version
|
|
23
23
|
|
|
24
24
|
```txt
|
|
25
|
-
v22.13.
|
|
25
|
+
v22.13.1
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
|
|
@@ -158,7 +158,7 @@ const path = require('path');
|
|
|
158
158
|
</tr>
|
|
159
159
|
</table>
|
|
160
160
|
</div>
|
|
161
|
-
<div class="
|
|
161
|
+
<div class="p3x-template-page-break"></div>
|
|
162
162
|
<div>
|
|
163
163
|
<h2 style="color: #222;">Additional Information</h2>
|
|
164
164
|
<p style="font-size: 14px; color: #555;">This page provides further details about the invoice, payment methods, and terms. Below is a breakdown of important notes:</p>
|
|
@@ -169,7 +169,7 @@ const path = require('path');
|
|
|
169
169
|
</ul>
|
|
170
170
|
<p style="font-size: 14px; color: #555;">If you have any questions, feel free to contact our support team at <a href="mailto:support@patrikx3.com">support@patrikx3.com</a>.</p>
|
|
171
171
|
</div>
|
|
172
|
-
<div class="
|
|
172
|
+
<div class="np3x-template-page-break"></div>
|
|
173
173
|
<div>
|
|
174
174
|
<p style="font-size: 14px; color: #555;">Thank you for your business! We hope to work with you again in the future. Stay tuned for updates on our services and offerings by visiting our website or subscribing to our newsletter.</p>
|
|
175
175
|
</div>
|
|
@@ -582,7 +582,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
|
|
|
582
582
|
---
|
|
583
583
|
|
|
584
584
|
|
|
585
|
-
[**P3X-HTML-PDF**](https://corifeus.com/html-pdf) Build v2025.4.
|
|
585
|
+
[**P3X-HTML-PDF**](https://corifeus.com/html-pdf) Build v2025.4.164
|
|
586
586
|
|
|
587
587
|
[](https://www.npmjs.com/package/p3x-html-pdf) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software)
|
|
588
588
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "p3x-html-pdf",
|
|
3
|
-
"version": "2025.4.
|
|
3
|
+
"version": "2025.4.164",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"prefix": "p3x-",
|
|
6
6
|
"publish": true,
|
|
7
7
|
"type": "p3x",
|
|
8
8
|
"code": "Venture",
|
|
9
|
-
"nodejs": "v22.13.
|
|
9
|
+
"nodejs": "v22.13.1",
|
|
10
10
|
"opencollective": false,
|
|
11
11
|
"reponame": "html-pdf",
|
|
12
12
|
"build": true
|
package/src/base.html
CHANGED
package/test/test.js
CHANGED
|
@@ -104,7 +104,7 @@ const fs = require('fs');
|
|
|
104
104
|
</tr>
|
|
105
105
|
</table>
|
|
106
106
|
</div>
|
|
107
|
-
<div class="
|
|
107
|
+
<div class="p3x-template-page-break"></div>
|
|
108
108
|
<div>
|
|
109
109
|
<h2 style="color: #222;">Additional Information</h2>
|
|
110
110
|
<p style="font-size: 14px; color: #555;">This page provides further details about the invoice, payment methods, and terms. Below is a breakdown of important notes:</p>
|
|
@@ -115,7 +115,7 @@ const fs = require('fs');
|
|
|
115
115
|
</ul>
|
|
116
116
|
<p style="font-size: 14px; color: #555;">If you have any questions, feel free to contact our support team at <a href="mailto:support@patrikx3.com">support@patrikx3.com</a>.</p>
|
|
117
117
|
</div>
|
|
118
|
-
<div class="
|
|
118
|
+
<div class="p3x-template-page-break"></div>
|
|
119
119
|
<div>
|
|
120
120
|
<p style="font-size: 14px; color: #555;">Thank you for your business! We hope to work with you again in the future. Stay tuned for updates on our services and offerings by visiting our website or subscribing to our newsletter.</p>
|
|
121
121
|
</div>
|