|
| 1 | +[ |
| 2 | + { |
| 3 | + "title": "Cinematic Invoice", |
| 4 | + "description": "A polished invoice template with semantic sections, theme-driven layout, advanced tables, and totals.", |
| 5 | + "tags": ["Template", "Tables", "Theme"], |
| 6 | + "image": "assets/screenshots/invoice-v2.png", |
| 7 | + "pdf": "assets/pdf/invoice-v2.pdf", |
| 8 | + "code": "https://github.com/DemchaAV/GraphCompose/blob/main/examples/src/main/java/com/demcha/examples/InvoiceCinematicFileExample.java" |
| 9 | + }, |
| 10 | + { |
| 11 | + "title": "Business Proposal", |
| 12 | + "description": "A multi-section proposal layout using cinematic panels, typography, and reusable document structure.", |
| 13 | + "tags": ["Template", "Sections", "Layout"], |
| 14 | + "image": "assets/screenshots/proposal-v2.png", |
| 15 | + "pdf": "assets/pdf/proposal-v2.pdf", |
| 16 | + "code": "https://github.com/DemchaAV/GraphCompose/blob/main/examples/src/main/java/com/demcha/examples/ProposalCinematicFileExample.java" |
| 17 | + }, |
| 18 | + { |
| 19 | + "title": "CV Template", |
| 20 | + "description": "A compact CV render from the canonical template surface, driven by structured profile data.", |
| 21 | + "tags": ["Template", "CV", "Semantic Data"], |
| 22 | + "image": "assets/screenshots/cv-template.png", |
| 23 | + "pdf": "assets/pdf/cv-template.pdf", |
| 24 | + "code": "https://github.com/DemchaAV/GraphCompose/blob/main/examples/src/main/java/com/demcha/examples/CvFileExample.java" |
| 25 | + }, |
| 26 | + { |
| 27 | + "title": "Advanced Tables", |
| 28 | + "description": "Table rendering with row spans, repeating headers, zebra rows, totals, and structured layout behavior.", |
| 29 | + "tags": ["Tables", "Pagination", "PDF"], |
| 30 | + "image": "assets/screenshots/advanced-table.png", |
| 31 | + "pdf": "assets/pdf/advanced-table.pdf", |
| 32 | + "code": "https://github.com/DemchaAV/GraphCompose/blob/main/examples/src/main/java/com/demcha/examples/TableAdvancedExample.java" |
| 33 | + }, |
| 34 | + { |
| 35 | + "title": "Layers and Transforms", |
| 36 | + "description": "Layered visual composition with rotate, scale, z-index ordering, and PDFBox-backed rendering.", |
| 37 | + "tags": ["Layers", "Transforms", "Visual Layer"], |
| 38 | + "image": "assets/screenshots/layers-theme.png", |
| 39 | + "pdf": "assets/pdf/layers-theme.pdf", |
| 40 | + "code": "https://github.com/DemchaAV/GraphCompose/blob/main/examples/src/main/java/com/demcha/examples/TransformsExample.java" |
| 41 | + }, |
| 42 | + { |
| 43 | + "title": "Shape Containers", |
| 44 | + "description": "Visual containers with clipping behavior, rounded shapes, and layout-aware content composition.", |
| 45 | + "tags": ["Shapes", "Containers", "Visual Layer"], |
| 46 | + "image": "assets/screenshots/shape-container.png", |
| 47 | + "pdf": "assets/pdf/shape-container.pdf", |
| 48 | + "code": "https://github.com/DemchaAV/GraphCompose/blob/main/examples/src/main/java/com/demcha/examples/ShapeContainerExample.java" |
| 49 | + } |
| 50 | +] |
0 commit comments