Skip to content

Instantly share code, notes, and snippets.

@RemLampa
Forked from YizYah/sample-json.js
Last active February 7, 2019 14:44
Show Gist options
  • Save RemLampa/ba2dc92ff6ec6dd49595c9aa6c9bde1e to your computer and use it in GitHub Desktop.
Save RemLampa/ba2dc92ff6ec6dd49595c9aa6c9bde1e to your computer and use it in GitHub Desktop.
Sample JSON for Generating PDF
{
"pageMeta": {
"fileName": "<neighborhood>_<season>.pdf",
"margins": {
"left": "2.54cm",
"right": "2.54cm",
"top": "2.54cm",
"bottom": "2.54cm"
},
"font": "calibri",
"textDirection": "rtl"
},
"pageContents": [
{
"type": "span",
"style": {
"topPadding": "0.25cm",
"bottomPadding": "0.25cm"
},
"rightJustified": "בס\"ד",
"leftJustified": "2019-2-1"
},
{
"type": "title",
"style": {
"topPadding": "0.25cm",
"bottomPadding": "0.25cm"
},
"text": "Some Title Text"
},
{
"type": "image",
"style": {
"height": "2cm"
},
"src": "https://www.zmanenu.com/static/media/mapOfTopMezritch.f2c23efd.png"
},
{
"type": "columns",
"style": {
"numberOfColumns": 3,
"columnWidth": "5cm",
"columnHeight": "10cm",
"headerFontSize": "12pt",
"itemFontSize": "11pt"
},
"contents": [
[
{
"type": "header",
"text": "שחרית - ימות חול"
},
{
"type": "item",
"text": " 6:50 [ר\"ח ובה\"ב - 6:30] בני הישיבות",
"color": "#00b050"
},
{
"type": "item",
"text": "7:00 הודו (ר\"ח 6:45) בית יהודה",
"color": "#0070c0"
},
{
"type": "item",
"text": "7:30 בודפסט",
"color": "#ff0000"
},
{
"type": "item",
"text": "8:05 בני הישיבות",
"color": "#00b050"
},
{
"type": "item",
"text": "8:30 [רק יום ו'] בני הישיבות",
"color": "#00b050"
},
{
"type": "header",
"text": "מנחה - ימות חול"
},
{
"type": "item",
"text": "15:40 בני הישיבות",
"color": "#00b050"
},
{
"type": "item",
"text": "15 דק' לפני השקיעה בית יהודה",
"color": "#0070c0"
},
{
"type": "item",
"text": "10 דקות לפני השקיעה בודפסט",
"color": "#ff0000"
},
{
"type": "header",
"text": "מעריב - ימות חול"
},
{
"type": "item",
"text": "סמוך למנחה בית יהודה",
"color": "#0070c0"
},
{
"type": "item",
"text": "20 דקות אחרי השקיעה בודפסט",
"color": "#ff0000"
},
{
"type": "item",
"text": "19:00 בני הישיבות",
"color": "#00b050"
},
{
"type": "item",
"text": "20:20 בני הישיבות",
"color": "#00b050"
},
{
"type": "item",
"text": "21:30 אמשינוב",
"color": "#ff9900"
},
{
"type": "item",
"text": "22:00 בודפסט",
"color": "#ff0000"
},
{
"type": "item",
"text": "22:45 בני הישיבות",
"color": "#00b050"
},
{
"type": "header",
"text": "מנחה - ערב שבת"
},
{
"type": "item",
"text": "12:30 בני הישיבות",
"color": "#00b050"
},
{
"type": "item",
"text": "20 דקות לפני השקיעה בני הישיבות",
"color": "#00b050"
}
],
[
{
"type": "item",
"text": "20 דק' לפני השקיעה בית יהודה",
"color": "#0070c0"
},
{
"type": "item",
"text": "10 דקות לפני השקיעה בודפסט",
"color": "#ff0000"
},
{
"type": "item",
"text": "10 דקות לפני השקיעה הרב ריין",
"color": "#00ff00"
},
{
"type": "item",
"text": "20 דק לפני זמן רבינו תם אמשינוב",
"color": "#ff9900"
},
{
"type": "header",
"text": "מעריב - שבת קודש"
},
{
"type": "item",
"text": "20 דק' אחרי השקיעה בית יהודה",
"color": "#0070c0"
},
{
"type": "item",
"text": "20 דקות אחרי השקיעה בני הישיבות",
"color": "#00b050"
},
{
"type": "item",
"text": "30 דקות לאחר השקיעה הרב ריין",
"color": "#00ff00"
},
{
"type": "item",
"text": "בזמן רבינו תם אמשינוב",
"color": "#ff9900"
},
{
"type": "header",
"text": "שחרית - שבת קודש"
},
{
"type": "item",
"text": "7:45 (נשמת 8:15) בית יהודה",
"color": "#0070c0"
},
{
"type": "item",
"text": "7:45 (שוכן עד 8:25) בני הישיבות",
"color": "#00b050"
},
{
"type": "item",
"text": "8 וחצי הרב ריין",
"color": "#00ff00"
},
{
"type": "item",
"text": "8:30(9:15-שוכן עד) בודפסט",
"color": "#ff0000"
},
{
"type": "item",
"text": "שעה לפני סוף זמן תפילה לשיטת הרב אמשינוב",
"color": "#ff9900"
},
{
"type": "header",
"text": "מנחה - שבת קודש"
},
{
"type": "item",
"text": "12:15 בית יהודה",
"color": "#0070c0"
},
{
"type": "item",
"text": "12 וחצי הרב ריין",
"color": "#00ff00"
},
{
"type": "item",
"text": "16:00 בית יהודה",
"color": "#0070c0"
},
{
"type": "item",
"text": "40 דקות לפני השקיעה בני הישיבות",
"color": "#00b050"
},
{
"type": "item",
"text": "10 דקות אחרי זמן הדלקת נרות בודפסט",
"color": "#ff0000"
}
],
[
{
"type": "item",
"text": "40 דק' לפני זמן רבינו תם אמשינוב",
"color": "#ff9900"
},
{
"type": "header",
"text": "מעריב - מוצאי שבת"
},
{
"type": "item",
"text": "שעתיים לאחר תחילת השקיעה אמשינוב",
"color": "#ff9900"
},
{
"type": "item",
"text": "בזמן צאת שבת בני הישיבות",
"color": "#00b050"
},
{
"type": "item",
"text": "10 דקות אחרי צאת השבת בני הישיבות",
"color": "#00b050"
},
{
"type": "item",
"text": "10 דקות לאחר צאת השבת בלובי הרב ריין",
"color": "#00ff00"
},
{
"type": "item",
"text": "20 דק' אחרי צאת השבת בני הישיבות",
"color": "#00b050"
},
{
"type": "item",
"text": "30 דק' אחרי צאת השבת בני הישיבות",
"color": "#00b050"
},
{
"type": "item",
"text": "35 דק' אחרי השקיעה בית יהודה",
"color": "#0070c0"
},
{
"type": "item",
"text": "רבינו תם בודפסט",
"color": "#ff0000"
},
{
"type": "header",
"text": "אבות ובנים"
},
{
"type": "item",
"text": "אחרי מעריב של מוצאי שבת בית יהודה",
"color": "#0070c0"
},
{
"type": "item",
"text": "18:30 במוצאי שבת בני הישיבות",
"color": "#00b050"
},
{
"type": "header",
"text": "שיעורים/לימוד - שבת"
},
{
"type": "item",
"text": "21:50-22:30 בודפסט",
"color": "#ff0000"
},
{
"type": "header",
"text": "שיעורים - ימות החול"
},
{
"type": "item",
"text": "9:30-11:00-כולל אחוות תורה בודפסט",
"color": "#ff0000"
},
{
"type": "item",
"text": "11:00-11:15 \"שער הביטחון\" בודפסט",
"color": "#ff0000"
},
{
"type": "item",
"text": "21:00 שיעור דף היומי בודפסט",
"color": "#ff0000"
}
]
]
},
{
"type": "centeredTextAndImage",
"style": {
"topPadding": "0.25cm",
"bottomPadding": "0.25cm"
},
"text": "www.zmanenu.com",
"imageSrc": "https://www.zmanenu.com/static/media/logo.64c53fcb.jpg"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment