epub-to-pdf-cli 1.1.11 → 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.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. 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
- ![EPUB to PDF CLI](https://raw.githubusercontent.com/surajsutar7/epub-to-pdf-cli/main/assets/epub-to-pdf-cli-og.png)
13
17
 
18
+ ![EPUB to PDF CLI](https://raw.githubusercontent.com/surajsutar7/epub-to-pdf-cli/main/assets/epub-to-pdf-cli-og.png)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epub-to-pdf-cli",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "CLI tool to convert EPUB to PDF using Calibre. Works with npx and global install.",
5
5
  "type": "module",
6
6
  "bin": {