p3x-html-pdf 2025.4.159 → 2025.4.161
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 +3 -3
- package/package.json +1 -1
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.161
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -119,7 +119,7 @@ const path = require('path');
|
|
|
119
119
|
try {
|
|
120
120
|
await generate(options);
|
|
121
121
|
console.log('✅ PDF generated successfully!');
|
|
122
|
-
// or options.save = false
|
|
122
|
+
// or options.settings.save = false
|
|
123
123
|
const buffer = await generate(options);
|
|
124
124
|
} catch (err) {
|
|
125
125
|
console.error('❌ Error generating PDF:', err);
|
|
@@ -518,7 +518,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
|
|
|
518
518
|
---
|
|
519
519
|
|
|
520
520
|
|
|
521
|
-
[**P3X-HTML-PDF**](https://corifeus.com/html-pdf) Build v2025.4.
|
|
521
|
+
[**P3X-HTML-PDF**](https://corifeus.com/html-pdf) Build v2025.4.161
|
|
522
522
|
|
|
523
523
|
[](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)
|
|
524
524
|
|