Commit cce59ff
authored
fix(examples): the engine deck stops calling a shipped backend planned (#510)
Its first page listed PPTX as "Planned" beside a version badge reading v2.1.0 —
the release that shipped it, and the release whose own copy of this deck is
published as a .pptx. Three more sentences dated from when PDF was the only
output: the library described as generating "structured business PDF documents",
the pipeline ending at "PDFBox writes the bytes", and page two headed "From one
Java file to a designed PDF".
PPTX is now the live @beta backend it is, ordered ahead of the semantic-only
DOCX export, and the prose covers both formats.
The layout baseline moves with it. The only structural change is the backend
cards reordering — Backend_PPTX shifts one position, the node count is
unchanged — plus the tagline growing from one line to two and the sections below
shifting by that height.1 parent 5fe9a62 commit cce59ff
5 files changed
Lines changed: 370 additions & 360 deletions
File tree
- assets/readme/examples
- examples/src
- main/java/com/demcha/examples/flagships
- test/resources/layout-snapshots/flagships
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
244 | 252 | | |
245 | 253 | | |
246 | 254 | | |
| |||
Binary file not shown.
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
| 277 | + | |
277 | 278 | | |
278 | 279 | | |
279 | 280 | | |
| |||
375 | 376 | | |
376 | 377 | | |
377 | 378 | | |
378 | | - | |
| 379 | + | |
| 380 | + | |
379 | 381 | | |
380 | 382 | | |
381 | 383 | | |
| |||
0 commit comments