Skip to content

Commit 4aff3b6

Browse files
committed
Add QR code and ZXing barcode control package documentation
1 parent e4bffe8 commit 4aff3b6

38 files changed

Lines changed: 284 additions & 196 deletions

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
Papercraft is a template-driven document rendering engine for XML templates in .NET.
1010
The current default backend renders through SkiaSharp and supports PDF output, raster output,
11-
and built-in controls for text, borders, images, lines, tables, page numbers and charts.
11+
and built-in controls for text, rich text, borders, images, lines, tables, lists, page numbers,
12+
charts and related layout elements.
1213

1314
The existing `X39.Solutions.PdfTemplate` package remains the compatibility bridge during the
1415
Papercraft migration. Existing users can keep `services.AddPdfTemplateService()` and `Generator`;
@@ -60,6 +61,8 @@ The source tree now follows this partial Papercraft package split:
6061
| `X39.Solutions.Papercraft` | Batteries-included facade for normal PDF users. |
6162
| `X39.Solutions.Papercraft.Core` | Renderer-neutral contracts plus the current shared parsing, layout, control, data and validation runtime. |
6263
| `X39.Solutions.Papercraft.Rendering.SkiaSharp` | SkiaSharp PDF/raster renderer and runtime services. |
64+
| `X39.Solutions.Papercraft.Controls.QrCode` | Optional QR code control package backed by `Net.Codecrete.QrCodeGenerator`. |
65+
| `X39.Solutions.Papercraft.Controls.ZXing` | Optional general barcode control package backed by `ZXing.Net`. |
6366
| `X39.Solutions.PdfTemplate` | Compatibility bridge for existing users and package metadata during the migration. |
6467

6568
## Project READMEs

docs/_data/navigation.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,6 @@
1818
url: /manual/controls.html
1919
- title: Control concepts
2020
url: /manual/controls-concepts.html
21-
- title: Text control
22-
url: /manual/controls-text.html
23-
- title: Border control
24-
url: /manual/controls-border.html
25-
- title: Image control
26-
url: /manual/controls-image.html
27-
- title: Line control
28-
url: /manual/controls-line.html
29-
- title: Page number control
30-
url: /manual/controls-page-number.html
31-
- title: Table control
32-
url: /manual/controls-table.html
33-
- title: Chart controls
34-
url: /manual/controls-chart.html
35-
- title: Optional barcode controls
36-
url: /manual/controls-barcode.html
3721
- title: Transformers
3822
url: /manual/transformers.html
3923
- title: Template language
-2 Bytes
Loading
-2 Bytes
Loading
1 Byte
Loading
2 Bytes
Loading
3 Bytes
Loading
-1 Bytes
Loading
6 Bytes
Loading
-2 Bytes
Loading

0 commit comments

Comments
 (0)