Skip to content

Commit fcd7654

Browse files
authored
Merge pull request #1 from AuntXue/docs/render-value
docs: highlight DeckRender workflow value
2 parents 051303f + 303964a commit fcd7654

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Render PPTX, PDF, DOCX, Keynote, HTML and Markdown into images, PDF or video.
44
5-
DeckRender is a pure render engine. Give it a document, get back pixels — images, a PDF, or a video. Nothing else.
5+
DeckRender turns supported document and web inputs into images, PDFs, or videos through one predictable CLI and TypeScript contract. Use it to move visual document work out of one-off desktop steps and into repeatable software workflows.
66

77
It renders what the DeckFlow cloud can convert, which is a real list rather than "anything": run `deckrender formats`, or read [the matrix](#supported-formats) below.
88

@@ -14,6 +14,17 @@ deckrender deck.pptx -o deck.mp4
1414

1515
It is to documents what `ffmpeg` is to media: one command, a small set of flags, predictable output. It deliberately does **not** parse content, extract text, or edit files — those belong to other tools in the [DeckFlow](https://github.com/deckflow) family.
1616

17+
## Where it creates value
18+
19+
- **Product previews and delivery** — turn document pages and slides into visual
20+
artifacts that web and mobile products can display.
21+
- **AI vision pipelines** — create page or slide images for multimodal models
22+
and document-understanding workflows.
23+
- **Automated publishing** — generate images, PDFs, or videos from scripts and
24+
CI when the selected input/output route supports them.
25+
- **Review handoffs** — produce concrete visual artifacts that people or agents
26+
can inspect before downstream delivery.
27+
1728
## Install
1829

1930
```bash

0 commit comments

Comments
 (0)