Skip to content

Commit 9e63267

Browse files
committed
docs: 暂时下线 PDF 输出相关表述
文档与 CLI 描述仅保留 PPTX/PNG,避免对外宣传尚未提供的 PDF 转换。
1 parent 5660cb4 commit 9e63267

24 files changed

Lines changed: 39 additions & 65 deletions

README.de.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Sprachen:** [English](./README.md) · [简体中文](./README.zh-CN.md) · [繁體中文](./README.zh-TW.md) · [Français](./README.fr.md) · **Deutsch** · [Español](./README.es.md) · [日本語](./README.ja.md) · [한국어](./README.ko.md)
44

5-
Konvertieren Sie HTML-Dateien, stdin oder URLs im Terminal in PPTX-, PDF- oder PNG-Präsentationen.
5+
Konvertieren Sie HTML-Dateien, stdin oder URLs im Terminal in PPTX- oder PNG-Präsentationen.
66

77
## Schnellstart
88

@@ -57,11 +57,9 @@ deckhtml https://example.com/deck.html -o deck.pptx
5757
| Format | Beschreibung |
5858
| --- | --- |
5959
| `pptx` | PowerPoint-Präsentation (Standard) |
60-
| `pdf` | PDF-Export |
6160
| `png` | PNG-Bildausgabe |
6261

6362
```bash
64-
deckhtml index.html --format pdf -o deck.pdf
6563
deckhtml index.html --format png -o frames
6664
```
6765

@@ -141,7 +139,7 @@ Anmeldedaten werden lokal unter `~/.deckflow/credentials` gespeichert.
141139
| `--report` | Konvertierungsbericht erzeugen | Aus |
142140
| `--mode <mode>` | `auto`, `local` oder `cloud` | `auto` |
143141
| `--render-wait <seconds>` | Wartezeit vor Seitenaufnahme | `3` |
144-
| `--format <format>` | `pptx`, `pdf` oder `png` | `pptx` |
142+
| `--format <format>` | `pptx` oder `png` | `pptx` |
145143
| `--webhook <url>` | Cloud-Callback-URL | Config |
146144
| `--retention-hours <n>` | Cloud-Aufbewahrung (Stunden) | Config |
147145

README.es.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Idiomas:** [English](./README.md) · [简体中文](./README.zh-CN.md) · [繁體中文](./README.zh-TW.md) · [Français](./README.fr.md) · [Deutsch](./README.de.md) · **Español** · [日本語](./README.ja.md) · [한국어](./README.ko.md)
44

5-
Convierte archivos HTML, entrada estándar o URL en presentaciones PPTX, PDF o PNG desde la terminal.
5+
Convierte archivos HTML, entrada estándar o URL en presentaciones PPTX o PNG desde la terminal.
66

77
## Inicio rápido
88

@@ -57,11 +57,9 @@ deckhtml https://example.com/deck.html -o deck.pptx
5757
| Formato | Descripción |
5858
| --- | --- |
5959
| `pptx` | Presentación PowerPoint (predeterminado) |
60-
| `pdf` | Exportación PDF |
6160
| `png` | Salida en fotogramas PNG |
6261

6362
```bash
64-
deckhtml index.html --format pdf -o deck.pdf
6563
deckhtml index.html --format png -o frames
6664
```
6765

@@ -141,7 +139,7 @@ Las credenciales se guardan localmente en `~/.deckflow/credentials`.
141139
| `--report` | Generar informe de conversión | Desactivado |
142140
| `--mode <mode>` | `auto`, `local` o `cloud` | `auto` |
143141
| `--render-wait <seconds>` | Espera antes de capturar cada página | `3` |
144-
| `--format <format>` | `pptx`, `pdf` o `png` | `pptx` |
142+
| `--format <format>` | `pptx` o `png` | `pptx` |
145143
| `--webhook <url>` | URL de callback en la nube | Config |
146144
| `--retention-hours <n>` | Retención en la nube (horas) | Config |
147145

README.fr.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Langues :** [English](./README.md) · [简体中文](./README.zh-CN.md) · [繁體中文](./README.zh-TW.md) · **Français** · [Deutsch](./README.de.md) · [Español](./README.es.md) · [日本語](./README.ja.md) · [한국어](./README.ko.md)
44

5-
Convertissez des fichiers HTML, l'entrée standard ou des URL en présentations PPTX, PDF ou PNG depuis votre terminal.
5+
Convertissez des fichiers HTML, l'entrée standard ou des URL en présentations PPTX ou PNG depuis votre terminal.
66

77
## Démarrage rapide
88

@@ -57,11 +57,9 @@ deckhtml https://example.com/deck.html -o deck.pptx
5757
| Format | Description |
5858
| --- | --- |
5959
| `pptx` | Présentation PowerPoint (par défaut) |
60-
| `pdf` | Export PDF |
6160
| `png` | Export en images PNG |
6261

6362
```bash
64-
deckhtml index.html --format pdf -o deck.pdf
6563
deckhtml index.html --format png -o frames
6664
```
6765

@@ -141,7 +139,7 @@ Les identifiants sont stockés localement dans `~/.deckflow/credentials`.
141139
| `--report` | Générer un rapport de conversion | Désactivé |
142140
| `--mode <mode>` | `auto`, `local` ou `cloud` | `auto` |
143141
| `--render-wait <seconds>` | Attente avant capture de chaque page | `3` |
144-
| `--format <format>` | `pptx`, `pdf` ou `png` | `pptx` |
142+
| `--format <format>` | `pptx` ou `png` | `pptx` |
145143
| `--webhook <url>` | URL de rappel cloud | Config |
146144
| `--retention-hours <n>` | Rétention cloud (heures) | Config |
147145

README.ja.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**言語:** [English](./README.md) · [简体中文](./README.zh-CN.md) · [繁體中文](./README.zh-TW.md) · [Français](./README.fr.md) · [Deutsch](./README.de.md) · [Español](./README.es.md) · **日本語** · [한국어](./README.ko.md)
44

5-
ターミナルから HTML ファイル、標準入力、または URL を PPTX、PDF、PNG プレゼンテーションに変換します。
5+
ターミナルから HTML ファイル、標準入力、または URL を PPTX または PNG プレゼンテーションに変換します。
66

77
## クイックスタート
88

@@ -57,11 +57,9 @@ deckhtml https://example.com/deck.html -o deck.pptx
5757
| 形式 | 説明 |
5858
| --- | --- |
5959
| `pptx` | PowerPoint プレゼンテーション(デフォルト) |
60-
| `pdf` | PDF エクスポート |
6160
| `png` | PNG フレーム出力 |
6261

6362
```bash
64-
deckhtml index.html --format pdf -o deck.pdf
6563
deckhtml index.html --format png -o frames
6664
```
6765

@@ -141,7 +139,7 @@ export DECKHTML_API_KEY=your-api-key
141139
| `--report` | 変換レポートを生成 | オフ |
142140
| `--mode <mode>` | `auto``local` または `cloud` | `auto` |
143141
| `--render-wait <seconds>` | 各ページキャプチャ前の待機秒数 | `3` |
144-
| `--format <format>` | `pptx``pdf` または `png` | `pptx` |
142+
| `--format <format>` | `pptx` または `png` | `pptx` |
145143
| `--webhook <url>` | クラウドコールバック URL | 設定 |
146144
| `--retention-hours <n>` | クラウドファイル保持時間(時間) | 設定 |
147145

README.ko.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**언어:** [English](./README.md) · [简体中文](./README.zh-CN.md) · [繁體中文](./README.zh-TW.md) · [Français](./README.fr.md) · [Deutsch](./README.de.md) · [Español](./README.es.md) · [日本語](./README.ja.md) · **한국어**
44

5-
터미널에서 HTML 파일, 표준 입력 또는 URL을 PPTX, PDF, PNG 프레젠테이션으로 변환합니다.
5+
터미널에서 HTML 파일, 표준 입력 또는 URL을 PPTX 또는 PNG 프레젠테이션으로 변환합니다.
66

77
## 빠른 시작
88

@@ -57,11 +57,9 @@ deckhtml https://example.com/deck.html -o deck.pptx
5757
| 형식 | 설명 |
5858
| --- | --- |
5959
| `pptx` | PowerPoint 프레젠테이션(기본값) |
60-
| `pdf` | PDF 내보내기 |
6160
| `png` | PNG 프레임 출력 |
6261

6362
```bash
64-
deckhtml index.html --format pdf -o deck.pdf
6563
deckhtml index.html --format png -o frames
6664
```
6765

@@ -141,7 +139,7 @@ export DECKHTML_API_KEY=your-api-key
141139
| `--report` | 변환 보고서 생성 ||
142140
| `--mode <mode>` | `auto`, `local` 또는 `cloud` | `auto` |
143141
| `--render-wait <seconds>` | 각 페이지 캡처 전 대기 시간(초) | `3` |
144-
| `--format <format>` | `pptx`, `pdf` 또는 `png` | `pptx` |
142+
| `--format <format>` | `pptx` 또는 `png` | `pptx` |
145143
| `--webhook <url>` | 클라우드 콜백 URL | 설정 |
146144
| `--retention-hours <n>` | 클라우드 파일 보존 시간(시간) | 설정 |
147145

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Languages:** **English** · [简体中文](./README.zh-CN.md) · [繁體中文](./README.zh-TW.md) · [Français](./README.fr.md) · [Deutsch](./README.de.md) · [Español](./README.es.md) · [日本語](./README.ja.md) · [한국어](./README.ko.md)
44

5-
Convert HTML files, stdin, or URLs into PPTX, PDF, or PNG presentations from your terminal.
5+
Convert HTML files, stdin, or URLs into PPTX or PNG presentations from your terminal.
66

77
## Quick Start
88

@@ -57,11 +57,9 @@ deckhtml https://example.com/deck.html -o deck.pptx
5757
| Format | Description |
5858
| --- | --- |
5959
| `pptx` | PowerPoint deck output (default) |
60-
| `pdf` | PDF export |
6160
| `png` | PNG frame output |
6261

6362
```bash
64-
deckhtml index.html --format pdf -o deck.pdf
6563
deckhtml index.html --format png -o frames
6664
```
6765

@@ -141,7 +139,7 @@ Credentials are stored locally at `~/.deckflow/credentials`.
141139
| `--report` | Generate a conversion report | Off |
142140
| `--mode <mode>` | `auto`, `local`, or `cloud` | `auto` |
143141
| `--render-wait <seconds>` | Wait before capturing each page | `3` |
144-
| `--format <format>` | `pptx`, `pdf`, or `png` | `pptx` |
142+
| `--format <format>` | `pptx` or `png` | `pptx` |
145143
| `--webhook <url>` | Cloud callback URL | Config |
146144
| `--retention-hours <n>` | Cloud file retention (hours) | Config |
147145

README.zh-CN.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**语言:** [English](./README.md) · **简体中文** · [繁體中文](./README.zh-TW.md) · [Français](./README.fr.md) · [Deutsch](./README.de.md) · [Español](./README.es.md) · [日本語](./README.ja.md) · [한국어](./README.ko.md)
44

5-
在终端中将 HTML 文件、标准输入或 URL 转换为 PPTX、PDF 或 PNG 演示文稿。
5+
在终端中将 HTML 文件、标准输入或 URL 转换为 PPTX 或 PNG 演示文稿。
66

77
## 快速开始
88

@@ -57,11 +57,9 @@ deckhtml https://example.com/deck.html -o deck.pptx
5757
| 格式 | 说明 |
5858
| --- | --- |
5959
| `pptx` | PowerPoint 演示文稿(默认) |
60-
| `pdf` | PDF 导出 |
6160
| `png` | PNG 帧输出 |
6261

6362
```bash
64-
deckhtml index.html --format pdf -o deck.pdf
6563
deckhtml index.html --format png -o frames
6664
```
6765

@@ -141,7 +139,7 @@ export DECKHTML_API_KEY=your-api-key
141139
| `--report` | 生成转换报告 | 关闭 |
142140
| `--mode <mode>` | `auto``local``cloud` | `auto` |
143141
| `--render-wait <seconds>` | 每页捕获前等待秒数 | `3` |
144-
| `--format <format>` | `pptx``pdf``png` | `pptx` |
142+
| `--format <format>` | `pptx``png` | `pptx` |
145143
| `--webhook <url>` | 云端回调地址 | 配置项 |
146144
| `--retention-hours <n>` | 云端文件保留时长(小时) | 配置项 |
147145

README.zh-TW.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**語言:** [English](./README.md) · [简体中文](./README.zh-CN.md) · **繁體中文** · [Français](./README.fr.md) · [Deutsch](./README.de.md) · [Español](./README.es.md) · [日本語](./README.ja.md) · [한국어](./README.ko.md)
44

5-
在終端機中將 HTML 檔案、標準輸入或 URL 轉換為 PPTX、PDF 或 PNG 簡報。
5+
在終端機中將 HTML 檔案、標準輸入或 URL 轉換為 PPTX 或 PNG 簡報。
66

77
## 快速開始
88

@@ -57,11 +57,9 @@ deckhtml https://example.com/deck.html -o deck.pptx
5757
| 格式 | 說明 |
5858
| --- | --- |
5959
| `pptx` | PowerPoint 簡報(預設) |
60-
| `pdf` | PDF 匯出 |
6160
| `png` | PNG 影格輸出 |
6261

6362
```bash
64-
deckhtml index.html --format pdf -o deck.pdf
6563
deckhtml index.html --format png -o frames
6664
```
6765

@@ -141,7 +139,7 @@ export DECKHTML_API_KEY=your-api-key
141139
| `--report` | 產生轉換報告 | 關閉 |
142140
| `--mode <mode>` | `auto``local``cloud` | `auto` |
143141
| `--render-wait <seconds>` | 每頁擷取前等待秒數 | `3` |
144-
| `--format <format>` | `pptx``pdf``png` | `pptx` |
142+
| `--format <format>` | `pptx``png` | `pptx` |
145143
| `--webhook <url>` | 雲端回呼 URL | 設定項 |
146144
| `--retention-hours <n>` | 雲端檔案保留時間(小時) | 設定項 |
147145

docs/cli/commands.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Convert HTML input into a presentation artifact.
4040
| `--rebuild-chart` | Rebuild chart objects. Cloud only. | Off |
4141
| `--embed-fonts` | Embed fonts. Cloud only. | Off |
4242
| `--map-motion` | Map animations. Cloud only. | Off |
43-
| `--format <format>` | Choose `pptx`, `pdf`, or `png`. | `pptx` |
43+
| `--format <format>` | Choose `pptx` or `png`. | `pptx` |
4444
| `--webhook <url>` | Callback URL for cloud conversion events. | Config |
4545
| `--retention-hours <n>` | Cloud file retention time in hours. | Config |
4646

@@ -102,7 +102,6 @@ Persistent settings are managed with `deckhtml config set`.
102102
| Format | Example | Description |
103103
| --- | --- | --- |
104104
| `pptx` | `deckhtml index.html --format pptx -o deck.pptx` | PowerPoint deck output. Default. |
105-
| `pdf` | `deckhtml index.html --format pdf -o deck.pdf` | PDF export. |
106105
| `png` | `deckhtml index.html --format png -o frames` | PNG frame output. |
107106

108107
## Install
@@ -127,7 +126,6 @@ deckhtml index.html -o deck.pptx
127126
cat index.html | deckhtml - -o deck.pptx
128127
deckhtml page1.html page2.html page3.html -o deck.pptx
129128
deckhtml https://example.com/deck.html -o deck.pptx --render-wait 9
130-
deckhtml index.html --format pdf -o deck.pdf
131129
deckhtml index.html --mode cloud --embed-fonts -o deck.pptx
132130
deckhtml index.html -o deck.pptx --json
133131
deckhtml index.html -o deck.pptx --report

docs/cli/examples.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,7 @@ deckhtml https://example.com/deck.html -o deck.pptx --render-wait 9
7979

8080
***
8181

82-
## Generate PDF or PNG Output
83-
84-
Generate a PDF:
85-
86-
```bash
87-
deckhtml index.html --format pdf -o deck.pdf
88-
```
82+
## Generate PNG Output
8983

9084
Generate PNG frames from one HTML file:
9185

0 commit comments

Comments
 (0)