epub-to-pdf-cli 1.1.10 → 1.1.12
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 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,16 +8,18 @@
|
|
|
8
8
|
</p>
|
|
9
9
|
</h2>
|
|
10
10
|
|
|
11
|
+
📘 EPUB to PDF CLI is a fast, reliable **Node.js EPUB to PDF converter**
|
|
12
|
+
built on top of **Calibre’s ebook-convert** tool.
|
|
13
|
+
|
|
14
|
+
Convert `.epub` ebooks to `.pdf` from the command line or inside Node.js
|
|
15
|
+
applications with a simple, cross-platform CLI.
|
|
11
16
|
|
|
12
|
-

|
|
13
17
|
|
|
18
|
+

|
|
14
19
|
---
|
|
15
|
-
**epub-to-pdf-cli** is a fast and reliable **Node.js command-line tool** to convert **EPUB files to PDF** using **Calibre**.
|
|
16
20
|
|
|
17
|
-
It supports CLI usage, automation scripts, CI pipelines, and programmatic Node.js integration.
|
|
18
21
|
|
|
19
22
|
This tool is ideal for:
|
|
20
|
-
|
|
21
23
|
- Developers
|
|
22
24
|
- Automation pipelines
|
|
23
25
|
- Ebook processing
|