epub-to-pdf-cli 1.1.4 → 1.1.10
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 +11 -6
- package/package.json +1 -1
- package/scripts/prepublish.js +1 -1
package/README.md
CHANGED
|
@@ -1,16 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-

|
|
4
|
-

|
|
1
|
+
<h2 align="center">📘 EPUB to PDF CLI – Node.js EPUB to PDF Converter using Calibre
|
|
2
|
+
<p align="center">
|
|
5
3
|
|
|
6
|
-
|
|
4
|
+

|
|
5
|
+

|
|
6
|
+

|
|
7
|
+

|
|
8
|
+
</p>
|
|
9
|
+
</h2>
|
|
7
10
|
|
|
8
11
|
|
|
12
|
+

|
|
13
|
+
|
|
14
|
+
---
|
|
9
15
|
**epub-to-pdf-cli** is a fast and reliable **Node.js command-line tool** to convert **EPUB files to PDF** using **Calibre**.
|
|
10
16
|
|
|
11
17
|
It supports CLI usage, automation scripts, CI pipelines, and programmatic Node.js integration.
|
|
12
18
|
|
|
13
|
-
|
|
14
19
|
This tool is ideal for:
|
|
15
20
|
|
|
16
21
|
- Developers
|
package/package.json
CHANGED
package/scripts/prepublish.js
CHANGED