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 CHANGED
@@ -1,16 +1,21 @@
1
- ![npm](https://img.shields.io/npm/v/epub-to-pdf-cli)
2
- ![npm](https://img.shields.io/npm/dt/epub-to-pdf-cli)
3
- ![license](https://img.shields.io/npm/l/epub-to-pdf-cli)
4
- ![node](https://img.shields.io/node/v/epub-to-pdf-cli)
1
+ <h2 align="center">📘 EPUB to PDF CLI – Node.js EPUB to PDF Converter using Calibre
2
+ <p align="center">
5
3
 
6
- # # 📘 EPUB to PDF CLI – Node.js EPUB to PDF Converter using Calibre
4
+ ![npm](https://img.shields.io/npm/v/epub-to-pdf-cli)
5
+ ![npm](https://img.shields.io/npm/dt/epub-to-pdf-cli)
6
+ ![license](https://img.shields.io/npm/l/epub-to-pdf-cli)
7
+ ![node](https://img.shields.io/node/v/epub-to-pdf-cli)
8
+ </p>
9
+ </h2>
7
10
 
8
11
 
12
+ ![EPUB to PDF CLI](https://raw.githubusercontent.com/surajsutar7/epub-to-pdf-cli/main/assets/epub-to-pdf-cli-og.png)
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epub-to-pdf-cli",
3
- "version": "1.1.4",
3
+ "version": "1.1.10",
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": {
@@ -7,7 +7,7 @@ if (process.env.CI === 'true') {
7
7
 
8
8
  try {
9
9
  execSync('ebook-convert --version', { stdio: 'ignore' });
10
- console.log('✅ Calibre found');
10
+ console.log('✅ Calibre found.');
11
11
  } catch {
12
12
  console.error(`
13
13
  ❌ Calibre is required but not installed.