p3x-html-pdf 2025.4.116 → 2025.4.117
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 +6 -5
- package/package.json +1 -1
- package/work/README.md +0 -34
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.117
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -162,9 +162,10 @@ For detailed documentation, visit the [npm page](https://www.npmjs.com/package/p
|
|
|
162
162
|
|
|
163
163
|
---
|
|
164
164
|
|
|
165
|
-
ARM64 Support
|
|
166
|
-
|
|
167
|
-
https://github.com/houseoftech/wkhtmltopdf-arm64/raw/refs/heads/master/bin/wkhtmltopdf-arm64
|
|
165
|
+
## ARM64 Support
|
|
166
|
+
If os.arch() === 'arm64', it automatically sets the wkhtmltopdf path to `/usr/local/bin/wkhtmltopdf-arm64`.
|
|
167
|
+
[You can download and place at that place](https://github.com/houseoftech/wkhtmltopdf-arm64/raw/refs/heads/master/bin/wkhtmltopdf-arm64)
|
|
168
|
+
|
|
168
169
|
|
|
169
170
|
|
|
170
171
|
[//]: #@corifeus-footer
|
|
@@ -217,7 +218,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](ht
|
|
|
217
218
|
---
|
|
218
219
|
|
|
219
220
|
|
|
220
|
-
[**P3X-HTML-PDF**](https://corifeus.com/html-pdf) Build v2025.4.
|
|
221
|
+
[**P3X-HTML-PDF**](https://corifeus.com/html-pdf) Build v2025.4.117
|
|
221
222
|
|
|
222
223
|
[](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)
|
|
223
224
|
|
package/package.json
CHANGED
package/work/README.md
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
[//]: #@corifeus-header
|
|
2
|
-
[AIN](https://img.shields.io/npm/vp/p3x-html-pdf.svg)](https://www.npmjs.com/package/p3x-html-pdf)
|
|
3
|
-
[AIN](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://paypal.me/patrikh3)
|
|
4
|
-
[AIN]{(https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
|
|
5
|
-
[AIN](https://img.shields.k
|
|
6
|
-
>.badge/Facebook-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
|
|
7
|
-
[AIN]{(https://img.shields.io/uptimerobot/ratio/m780749701-41bcade28c1ea8154eda7cca.svg?ext=")](https://stats.uptimerobot.com/9ggnzcWrw)
|
|
8
|
-
|
|
9
|
-
Heading 13:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<!-- # @corifeus-header:end -->
|
|
13
|
-
|
|
14
|
-
[](https://www.npmjs.com/package/p3x-html-pdf)
|
|
15
|
-
[](https://github.com/patrikx3/html-pdf/blob/master/LICENSE)
|
|
16
|
-
[](https://www.npmjs.com/package/p3x-html-pdf)
|
|
17
|
-
|
|
18
|
-
## “’ Overview
|
|
19
|
-
|
|
20
|
-
**p3x-html-pdf** is a Node.js package that generates PDFs from HTML with custom headers and footers using **wkhtmltopdf**. It is a robust tool for creating professional-grade PDFs with features like:
|
|
21
|
-
|
|
22
|
-
- **\� Snxr4 Dynamic"** Add placeholders for page numbers, dates, and more. -
|
|
23
|
-
* ** ☍ Customizable Layouts**: Configure margins, formatting, orientation, and paper size.-
|
|
24
|
-
* ** ❂ Async/Await Support**: Modern JavaScript compatibility for efficient workflows. --
|
|
25
|
-
* ** ➠ Dynamic Content**: Render data-driven tables and content dynamically.
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## “’ Installation
|
|
30
|
-
|
|
31
|
-
Install via yarn:
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
``bash
|