-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path02-a5-portrait.json
More file actions
20 lines (20 loc) · 929 Bytes
/
Copy path02-a5-portrait.json
File metadata and controls
20 lines (20 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"title": "A5 Portrait Booklet",
"blocks": [
{ "type": "heading", "text": "Compact Document Format", "level": 1 },
{ "type": "paragraph", "text": "This document is designed with compact formatting suitable for booklets, handouts, and portable references." },
{ "type": "spacer", "height": 10 },
{ "type": "heading", "text": "Content Reflow", "level": 2 },
{ "type": "paragraph", "text": "Smaller page formats provide excellent readability for concise content. Text and blocks automatically adapt to available width." },
{ "type": "spacer", "height": 8 },
{ "type": "list", "style": "bullet", "items": [
"Optimized for pocket guides",
"Ideal for printed flyers and brochures",
"Reduces paper consumption"
]}
],
"footerText": "Compact Format — pdfnative-cli",
"metadata": {
"subject": "Compact page format demonstration"
}
}