-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathexamples.json
More file actions
730 lines (730 loc) · 41.1 KB
/
Copy pathexamples.json
File metadata and controls
730 lines (730 loc) · 41.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
{
"categories": [
{
"id": "templates",
"label": "Templates",
"groups": [
{
"id": "cv",
"label": "CV / Resume",
"examples": [
{
"id": "cv-blue-banner-v2",
"title": "Blue Banner",
"description": "Light-blue full-width section bands with high-contrast headings.",
"tags": ["cv", "banner", "blue"],
"pdf": "showcase/pdf/templates/cv/cv-blue-banner-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-blue-banner-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvBlueBannerExample.java"
},
{
"id": "cv-boxed-sections-v2",
"title": "Boxed Sections",
"description": "Each section wrapped in a grey banner header — bold, structured feel.",
"tags": ["cv", "structured"],
"pdf": "showcase/pdf/templates/cv/cv-boxed-sections-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-boxed-sections-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvBoxedV2Example.java"
},
{
"id": "cv-centered-headline-v2",
"title": "Centered Headline",
"description": "Centered name + role with full-width accent rules between sections.",
"tags": ["cv", "centered"],
"pdf": "showcase/pdf/templates/cv/cv-centered-headline-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-centered-headline-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvCenteredHeadlineExample.java"
},
{
"id": "cv-classic-serif-v2",
"title": "Classic Serif",
"description": "Two-page editorial CV with Times-style serif headings and conservative grey rules.",
"tags": ["cv", "serif", "two-page"],
"pdf": "showcase/pdf/templates/cv/cv-classic-serif-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-classic-serif-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvClassicSerifExample.java"
},
{
"id": "cv-compact-mono-v2",
"title": "Compact Mono",
"description": "Single-column dense layout with monospace contact line — favourite for engineering roles.",
"tags": ["cv", "compact", "mono"],
"pdf": "showcase/pdf/templates/cv/cv-compact-mono-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-compact-mono-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvCompactMonoExample.java"
},
{
"id": "cv-editorial-blue-v2",
"title": "Editorial Blue",
"description": "Magazine-style editorial layout with two-column body and tinted skills table.",
"tags": ["cv", "editorial", "blue"],
"pdf": "showcase/pdf/templates/cv/cv-editorial-blue-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-editorial-blue-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvEditorialBlueExample.java"
},
{
"id": "cv-engineering-resume-v2",
"title": "Engineering Resume",
"description": "Tech-lead style layout with prominent skill matrix and stack tagging — was TechLead in v1.5.",
"tags": ["cv", "tech"],
"pdf": "showcase/pdf/templates/cv/cv-engineering-resume-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-engineering-resume-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvEngineeringResumeExample.java"
},
{
"id": "cv-executive-v2",
"title": "Executive",
"description": "Slate palette with prominent name banner, formal tone, and weighted section dividers.",
"tags": ["cv", "executive"],
"pdf": "showcase/pdf/templates/cv/cv-executive-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-executive-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvExecutiveExample.java"
},
{
"id": "cv-minimal-underlined-v2",
"title": "Minimal Underlined",
"description": "Single-column layout with underlined section titles and tight whitespace — minimalist reference shape.",
"tags": ["cv", "minimal"],
"pdf": "showcase/pdf/templates/cv/cv-minimal-underlined-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-minimal-underlined-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvMinimalUnderlinedExample.java"
},
{
"id": "cv-mint-editorial-v2",
"title": "Mint Editorial",
"description": "Magazine-style editorial CV with mint accent palette and two-column body.",
"tags": ["cv", "editorial", "mint"],
"pdf": "showcase/pdf/templates/cv/cv-mint-editorial-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-mint-editorial-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvMintEditorialExample.java"
},
{
"id": "cv-modern-professional-v2",
"title": "Modern Professional",
"description": "Clean two-column resume with right-aligned header, tinted profile panel, and uppercase section headings.",
"tags": ["cv", "minimal"],
"pdf": "showcase/pdf/templates/cv/cv-modern-professional-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-modern-professional-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvModernV2Example.java"
},
{
"id": "cv-monogram-sidebar-v2",
"title": "Monogram Sidebar",
"description": "Sidebar with monogram badge, accent rule, and structured contact + skills column.",
"tags": ["cv", "sidebar", "monogram"],
"pdf": "showcase/pdf/templates/cv/cv-monogram-sidebar-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-monogram-sidebar-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvMonogramSidebarExample.java"
},
{
"id": "cv-nordic-clean-v2",
"title": "Nordic Clean",
"description": "Sidebar layout with soft-tinted PROFILE panel, Nordic palette, and bullet skill list.",
"tags": ["cv", "sidebar"],
"pdf": "showcase/pdf/templates/cv/cv-nordic-clean-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-nordic-clean-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvNordicCleanExample.java"
},
{
"id": "cv-panel-v2",
"title": "Panel",
"description": "Soft-tinted panels per section, Product-Leader feel — was ProductLeader in v1.5.",
"tags": ["cv", "panel"],
"pdf": "showcase/pdf/templates/cv/cv-panel-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-panel-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvPanelExample.java"
},
{
"id": "cv-sidebar-portrait-v2",
"title": "Sidebar Portrait",
"description": "Edge-to-edge grey sidebar with portrait photo, contact stack, and skills.",
"tags": ["cv", "sidebar", "portrait"],
"pdf": "showcase/pdf/templates/cv/cv-sidebar-portrait-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-sidebar-portrait-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvSidebarPortraitExample.java"
},
{
"id": "cv-timeline-minimal-v2",
"title": "Timeline Minimal",
"description": "Vertical timeline of roles with bullet markers and tight whitespace.",
"tags": ["cv", "timeline"],
"pdf": "showcase/pdf/templates/cv/cv-timeline-minimal-v2.pdf",
"screenshot": "showcase/screenshots/templates/cv/cv-timeline-minimal-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/cv/v2/CvTimelineMinimalExample.java"
}
]
},
{
"id": "proposal",
"label": "Proposal",
"examples": [
{
"id": "project-proposal-cinematic",
"title": "Project Proposal (cinematic)",
"description": "End-to-end project proposal with mountain hero, scope panels, and pricing summary.",
"tags": ["proposal", "proposal", "cinematic"],
"pdf": "showcase/pdf/templates/proposal/project-proposal-cinematic.pdf",
"screenshot": "showcase/screenshots/templates/proposal/project-proposal-cinematic.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/proposal/CinematicProposalFileExample.java"
},
{
"id": "proposal",
"title": "Proposal (canonical)",
"description": "Multi-section proposal with cover, scope, deliverables, and pricing — ProposalTemplateV1.",
"tags": ["proposal", "proposal"],
"pdf": "showcase/pdf/templates/proposal/proposal.pdf",
"screenshot": "showcase/screenshots/templates/proposal/proposal.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/proposal/ProposalFileExample.java"
},
{
"id": "proposal-cinematic",
"title": "Cinematic Proposal",
"description": "Cinematic V2 proposal layout with cover panel, hero spread, and rich typography.",
"tags": ["proposal", "proposal", "cinematic"],
"pdf": "showcase/pdf/templates/proposal/proposal-cinematic.pdf",
"screenshot": "showcase/screenshots/templates/proposal/proposal-cinematic.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/proposal/ProposalCinematicFileExample.java"
}
]
},
{
"id": "invoice",
"label": "Invoice",
"examples": [
{
"id": "invoice",
"title": "Invoice (canonical)",
"description": "Single-page invoice with line items, totals, and structured chrome — InvoiceTemplateV1.",
"tags": ["invoice", "invoice"],
"pdf": "showcase/pdf/templates/invoice/invoice.pdf",
"screenshot": "showcase/screenshots/templates/invoice/invoice.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/invoice/InvoiceFileExample.java"
},
{
"id": "invoice-cinematic",
"title": "Cinematic Invoice",
"description": "Polished V2 invoice template with theme-driven layout, advanced tables, and totals.",
"tags": ["invoice", "invoice", "cinematic"],
"pdf": "showcase/pdf/templates/invoice/invoice-cinematic.pdf",
"screenshot": "showcase/screenshots/templates/invoice/invoice-cinematic.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/invoice/InvoiceCinematicFileExample.java"
}
]
},
{
"id": "schedule",
"label": "Schedule",
"examples": [
{
"id": "weekly-schedule",
"title": "Weekly Schedule",
"description": "Multi-day weekly schedule with shift assignments, category fills, and repeated header.",
"tags": ["schedule", "schedule", "table"],
"pdf": "showcase/pdf/templates/schedule/weekly-schedule.pdf",
"screenshot": "showcase/screenshots/templates/schedule/weekly-schedule.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/schedule/WeeklyScheduleFileExample.java"
}
]
},
{
"id": "coverletter",
"label": "Cover Letter",
"examples": [
{
"id": "cover-letter-blue-banner-v2",
"title": "Blue Banner letter",
"description": "Letter paired with Blue Banner CV.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-blue-banner-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-blue-banner-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvBlueBannerLetterV2Example.java"
},
{
"id": "cover-letter-boxed-sections-v2",
"title": "Boxed Sections letter",
"description": "Letter with grey-banner section headings.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-boxed-sections-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-boxed-sections-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvBoxedSectionsLetterV2Example.java"
},
{
"id": "cover-letter-centered-headline-v2",
"title": "Centered Headline letter",
"description": "Letter with centered name + accent rules.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-centered-headline-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-centered-headline-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvCenteredHeadlineLetterV2Example.java"
},
{
"id": "cover-letter-classic-serif-v2",
"title": "Classic Serif letter",
"description": "Letter with Times-style serif typography.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-classic-serif-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-classic-serif-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvClassicSerifLetterV2Example.java"
},
{
"id": "cover-letter-compact-mono-v2",
"title": "Compact Mono letter",
"description": "Letter with mono accent and compact spacing.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-compact-mono-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-compact-mono-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvCompactMonoLetterV2Example.java"
},
{
"id": "cover-letter-editorial-blue-v2",
"title": "Editorial Blue letter",
"description": "Editorial-magazine letter paired with Editorial Blue CV.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-editorial-blue-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-editorial-blue-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvEditorialBlueLetterV2Example.java"
},
{
"id": "cover-letter-engineering-resume-v2",
"title": "Engineering letter",
"description": "Letter paired with EngineeringResume palette.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-engineering-resume-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-engineering-resume-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvEngineeringResumeLetterV2Example.java"
},
{
"id": "cover-letter-executive-v2",
"title": "Executive letter",
"description": "Slate-palette executive letter.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-executive-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-executive-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvExecutiveLetterV2Example.java"
},
{
"id": "cover-letter-mint-editorial-v2",
"title": "Mint Editorial letter",
"description": "Letter paired with Mint Editorial CV — magazine-style mint accent.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-mint-editorial-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-mint-editorial-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvMintEditorialLetterV2Example.java"
},
{
"id": "cover-letter-modern-professional-v2",
"title": "Modern Professional letter",
"description": "Letter paired with the Modern Professional CV palette.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-modern-professional-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-modern-professional-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvModernProfessionalLetterV2Example.java"
},
{
"id": "cover-letter-monogram-sidebar-v2",
"title": "Monogram Sidebar letter",
"description": "Letter paired with Monogram Sidebar CV.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-monogram-sidebar-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-monogram-sidebar-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvMonogramSidebarLetterV2Example.java"
},
{
"id": "cover-letter-nordic-clean-v2",
"title": "Nordic Clean letter",
"description": "Letter paired with the Nordic Clean CV palette.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-nordic-clean-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-nordic-clean-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvNordicCleanLetterV2Example.java"
},
{
"id": "cover-letter-panel-v2",
"title": "Panel letter",
"description": "Letter paired with Panel CV soft-tinted panels.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-panel-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-panel-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvPanelLetterV2Example.java"
},
{
"id": "cover-letter-sidebar-portrait-v2",
"title": "Sidebar Portrait letter",
"description": "Letter paired with Sidebar Portrait CV.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-sidebar-portrait-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-sidebar-portrait-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvSidebarPortraitLetterV2Example.java"
},
{
"id": "cover-letter-timeline-minimal-v2",
"title": "Timeline Minimal letter",
"description": "Letter with timeline-style minimal accents.",
"tags": ["letter"],
"pdf": "showcase/pdf/templates/coverletter/cover-letter-timeline-minimal-v2.pdf",
"screenshot": "showcase/screenshots/templates/coverletter/cover-letter-timeline-minimal-v2.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/templates/coverletter/v2/CvTimelineMinimalLetterV2Example.java"
}
]
}
]
},
{
"id": "features",
"label": "Features",
"groups": [
{
"id": "canvas",
"label": "Canvas / Free Placement",
"examples": [
{
"id": "canvas-layer-showcase",
"title": "Canvas Layer (free-canvas)",
"description": "CanvasLayerNode — pixel-precise (x,y) placement of children inside a fixed bounding box.",
"tags": ["canvas", "canvas", "v1.6", "absolute"],
"pdf": "showcase/pdf/features/canvas/canvas-layer-showcase.pdf",
"screenshot": "showcase/screenshots/features/canvas/canvas-layer-showcase.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/canvas/CanvasLayerExample.java"
}
]
},
{
"id": "tables",
"label": "Tables",
"examples": [
{
"id": "composed-table-cell-showcase",
"title": "Composed Table Cells",
"description": "DocumentTableCell.node(DocumentNode) — paragraphs, lists, sub-tables inside cells with two-pass measurement.",
"tags": ["tables", "tables", "v1.6"],
"pdf": "showcase/pdf/features/tables/composed-table-cell-showcase.pdf",
"screenshot": "showcase/screenshots/features/tables/composed-table-cell-showcase.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/tables/ComposedTableCellExample.java"
},
{
"id": "table-advanced",
"title": "Advanced Tables",
"description": "Row span, column span, zebra rows, total rows, and repeating headers across page breaks.",
"tags": ["tables", "tables", "pagination"],
"pdf": "showcase/pdf/features/tables/table-advanced.pdf",
"screenshot": "showcase/screenshots/features/tables/table-advanced.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/tables/TableAdvancedExample.java"
}
]
},
{
"id": "lists",
"label": "Lists & Bullets",
"examples": [
{
"id": "nested-list-showcase",
"title": "Nested Lists",
"description": "ListBuilder.addItem(label, Consumer) — depth cascade, per-depth markers, mixed flat / nested authoring.",
"tags": ["lists", "lists", "v1.6"],
"pdf": "showcase/pdf/features/lists/nested-list-showcase.pdf",
"screenshot": "showcase/screenshots/features/lists/nested-list-showcase.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/lists/NestedListExample.java"
}
]
},
{
"id": "shapes",
"label": "Shapes & Containers",
"examples": [
{
"id": "photo-clip",
"title": "Photo Clip (silhouette)",
"description": "A raster photo clipped to a free-form silhouette — circle, SVG heart, star — via ShapeContainer.path(...) + ClipPolicy.CLIP_PATH; the image COVER-fills each box so the native-curve outline crops it crisply at any zoom.",
"tags": ["shapes", "shapes", "clip", "v1.8"],
"pdf": "showcase/pdf/features/shapes/photo-clip.pdf",
"screenshot": "showcase/screenshots/features/shapes/photo-clip.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/shapes/PhotoClipExample.java"
},
{
"id": "shape-container",
"title": "Shape-as-Container",
"description": "Rounded rect, ellipse, circle containers with ClipPolicy and layered children.",
"tags": ["shapes", "shapes", "clip"],
"pdf": "showcase/pdf/features/shapes/shape-container.pdf",
"screenshot": "showcase/screenshots/features/shapes/shape-container.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/shapes/ShapeContainerExample.java"
},
{
"id": "vector-path",
"title": "Vector Paths (Bézier)",
"description": "addPath(...) — free-form design shapes with native cubic Bézier curves: stroked waves, filled blobs, mixed line/curve ribbons. No tessellation.",
"tags": ["shapes", "shapes", "bezier", "v1.8"],
"pdf": "showcase/pdf/features/shapes/vector-path.pdf",
"screenshot": "showcase/screenshots/features/shapes/vector-path.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/shapes/ShapeContainerExample.java"
}
]
},
{
"id": "transforms",
"label": "Transforms & Layers",
"examples": [
{
"id": "transforms",
"title": "Layers + Transforms",
"description": "rotate / scale on every leaf builder + LayerStack with explicit z-index.",
"tags": ["transforms", "transforms", "layers"],
"pdf": "showcase/pdf/features/transforms/transforms.pdf",
"screenshot": "showcase/screenshots/features/transforms/transforms.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/transforms/TransformsExample.java"
}
]
},
{
"id": "text",
"label": "Rich Text",
"examples": [
{
"id": "inline-shapes",
"title": "Inline Shapes",
"description": "Generated showcase for features / text.",
"tags": ["features", "text"],
"pdf": "showcase/pdf/features/text/inline-shapes.pdf",
"screenshot": "showcase/screenshots/features/text/inline-shapes.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples"
},
{
"id": "rich-text-showcase",
"title": "Rich Text",
"description": "Inline runs with bold / italic / colour / link options, markdown parsing.",
"tags": ["text", "text", "rich"],
"pdf": "showcase/pdf/features/text/rich-text-showcase.pdf",
"screenshot": "showcase/screenshots/features/text/rich-text-showcase.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/text/RichTextShowcaseExample.java"
},
{
"id": "section-presets",
"title": "Section Presets",
"description": "Pre-baked section bands, accent strips, soft panels for templates.",
"tags": ["text", "text", "sections"],
"pdf": "showcase/pdf/features/text/section-presets.pdf",
"screenshot": "showcase/screenshots/features/text/section-presets.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/text/SectionPresetsExample.java"
}
]
},
{
"id": "themes",
"label": "Themes",
"examples": [
{
"id": "invoice-custom-theme",
"title": "Custom BusinessTheme",
"description": "Authoring a custom palette + typography scale and feeding it through templates.",
"tags": ["themes", "themes"],
"pdf": "showcase/pdf/features/themes/invoice-custom-theme.pdf",
"screenshot": "showcase/screenshots/features/themes/invoice-custom-theme.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/themes/CustomBusinessThemeExample.java"
}
]
},
{
"id": "barcodes",
"label": "Barcodes & QR",
"examples": [
{
"id": "barcode-showcase",
"title": "Barcodes & QR",
"description": "QR code, Code128, EAN-13, PDF417 — every supported barcode + per-barcode styling.",
"tags": ["barcodes", "barcodes", "qr"],
"pdf": "showcase/pdf/features/barcodes/barcode-showcase.pdf",
"screenshot": "showcase/screenshots/features/barcodes/barcode-showcase.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/barcodes/BarcodeShowcaseExample.java"
}
]
},
{
"id": "chrome",
"label": "PDF Chrome (header / footer / watermark)",
"examples": [
{
"id": "pdf-chrome",
"title": "PDF Chrome",
"description": "Headers, footers, watermarks, metadata, document protection / encryption.",
"tags": ["chrome", "chrome", "metadata", "watermark"],
"pdf": "showcase/pdf/features/chrome/pdf-chrome.pdf",
"screenshot": "showcase/screenshots/features/chrome/pdf-chrome.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/chrome/PdfChromeExample.java"
}
]
},
{
"id": "streaming",
"label": "Streaming & I/O",
"examples": [
{
"id": "invoice-http-stream",
"title": "HTTP Streaming",
"description": "Stream PDF directly to a Servlet response with no buffering.",
"tags": ["streaming", "streaming", "http"],
"pdf": "showcase/pdf/features/streaming/invoice-http-stream.pdf",
"screenshot": "showcase/screenshots/features/streaming/invoice-http-stream.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/streaming/HttpStreamingExample.java"
}
]
},
{
"id": "snapshots",
"label": "Snapshot Testing",
"examples": [
{
"id": "invoice-snapshot-regression",
"title": "Layout Snapshots",
"description": "How LayoutSnapshotAssertions captures the resolved layout graph for regression testing.",
"tags": ["snapshots", "snapshots", "testing"],
"pdf": "showcase/pdf/features/snapshots/invoice-snapshot-regression.pdf",
"screenshot": "showcase/screenshots/features/snapshots/invoice-snapshot-regression.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/snapshots/LayoutSnapshotRegressionExample.java"
}
]
},
{
"id": "charts",
"label": "Charts",
"examples": [
{
"id": "chart-showcase",
"title": "Chart Showcase",
"description": "Generated showcase for features / charts.",
"tags": ["features", "charts"],
"pdf": "showcase/pdf/features/charts/chart-showcase.pdf",
"screenshot": "showcase/screenshots/features/charts/chart-showcase.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples"
}
]
},
{
"id": "debug",
"label": "Debug & Diagnostics",
"examples": [
{
"id": "debug-overlay",
"title": "Debug Overlay",
"description": "DocumentDebugOptions — guide lines plus semantic node-path labels on the rendered sheet; trace any misplaced block back to the builder call that authored it.",
"tags": ["debug", "debug", "labels", "v1.8"],
"pdf": "showcase/pdf/features/debug/debug-overlay.pdf",
"screenshot": "showcase/screenshots/features/debug/debug-overlay.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/debug/Debug Overlay"
}
]
},
{
"id": "docx",
"label": "Docx",
"examples": [
{
"id": "word-export-companion",
"title": "Word Export (DOCX)",
"description": "DocxSemanticBackend — the same document as a fixed-layout PDF and an editable Word file; charts fall back to their data table.",
"tags": ["docx", "docx", "word", "export"],
"pdf": "showcase/pdf/features/docx/word-export-companion.pdf",
"screenshot": "showcase/screenshots/features/docx/word-export-companion.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/docx/WordExportExample.java"
}
]
},
{
"id": "layout",
"label": "Layout & Alignment",
"examples": [
{
"id": "block-align",
"title": "Block Alignment",
"description": "addAligned(align, node) / addSvgIcon(icon, w, align) — seat any fixed-size node left / centre / right across the content width.",
"tags": ["layout", "layout", "align", "v1.8"],
"pdf": "showcase/pdf/features/layout/block-align.pdf",
"screenshot": "showcase/screenshots/features/layout/block-align.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/layout/Block Align"
}
]
},
{
"id": "svg",
"label": "SVG Import",
"examples": [
{
"id": "svg-icon-gallery",
"title": "SVG Icon Gallery",
"description": "34 real-world multicolour svgrepo icons through SvgIcon.parse — native vector layers, the whole set 156 KB of sources.",
"tags": ["svg", "svg", "icons", "v1.8"],
"pdf": "showcase/pdf/features/svg/svg-icon-gallery.pdf",
"screenshot": "showcase/screenshots/features/svg/svg-icon-gallery.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/features/svg/Svg Icon Gallery"
}
]
}
]
},
{
"id": "flagships",
"label": "Flagship Examples",
"groups": [
{
"id": "default",
"label": "Flagship Demos",
"examples": [
{
"id": "business-report",
"title": "Business Report Cover",
"description": "Flagship cover page with hero panel, KPI table, and accent strip — ready-to-ship template.",
"tags": ["flagship", "showcase", "cover"],
"pdf": "showcase/pdf/flagships/default/business-report.pdf",
"screenshot": "showcase/screenshots/flagships/default/business-report.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/flagships/BusinessReportExample.java"
},
{
"id": "engine-deck",
"title": "Engine Deck",
"description": "Generated showcase for flagships / default.",
"tags": ["flagships", "default"],
"pdf": "showcase/pdf/flagships/default/engine-deck.pdf",
"screenshot": "showcase/screenshots/flagships/default/engine-deck.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples"
},
{
"id": "feature-catalog",
"title": "Feature Catalog",
"description": "Generated showcase for flagships / default.",
"tags": ["flagships", "default"],
"pdf": "showcase/pdf/flagships/default/feature-catalog.pdf",
"screenshot": "showcase/screenshots/flagships/default/feature-catalog.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples"
},
{
"id": "financial-report",
"title": "Financial Report",
"description": "Generated showcase for flagships / default.",
"tags": ["flagships", "default"],
"pdf": "showcase/pdf/flagships/default/financial-report.pdf",
"screenshot": "showcase/screenshots/flagships/default/financial-report.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples"
},
{
"id": "master-showcase",
"title": "Master Showcase",
"description": "Kitchen-sink demo combining every primitive into a single document — the full GraphCompose surface.",
"tags": ["flagship", "showcase"],
"pdf": "showcase/pdf/flagships/default/master-showcase.pdf",
"screenshot": "showcase/screenshots/flagships/default/master-showcase.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/flagships/MasterShowcaseExample.java"
},
{
"id": "module-first-profile",
"title": "Module-First Authoring",
"description": "Authoring style focused on declaring data modules first, layout second.",
"tags": ["flagship", "authoring"],
"pdf": "showcase/pdf/flagships/default/module-first-profile.pdf",
"screenshot": "showcase/screenshots/flagships/default/module-first-profile.png",
"code": "https://github.com/DemchaAV/GraphCompose/blob/develop/examples/src/main/java/com/demcha/examples/flagships/ModuleFirstFileExample.java"
}
]
}
]
}
]
}