@appcorp/app-corp-vista 0.3.94 → 0.3.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/app-corp-vista",
3
- "version": "0.3.94",
3
+ "version": "0.3.95",
4
4
  "scripts": {
5
5
  "build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib && cp yarn.lock lib",
6
6
  "build:next": "next build",
@@ -0,0 +1,2 @@
1
+ import { Template } from '@pdfme/common';
2
+ export declare const lggsPortalTemplateV1: Template;
@@ -0,0 +1,1040 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.lggsPortalTemplateV1 = void 0;
4
+ var common_1 = require("@pdfme/common");
5
+ exports.lggsPortalTemplateV1 = {
6
+ basePdf: common_1.BLANK_A4_PDF,
7
+ schemas: [
8
+ [
9
+ // School Header
10
+ {
11
+ name: 'schoolName',
12
+ type: 'text',
13
+ position: { x: 50, y: 20 },
14
+ content: 'LAHORE GARRISON GRAMMAR SCHOOL',
15
+ width: 120,
16
+ height: 15,
17
+ rotate: 0,
18
+ alignment: 'center',
19
+ verticalAlignment: 'middle',
20
+ fontSize: 16,
21
+ lineHeight: 1,
22
+ characterSpacing: 0,
23
+ fontColor: '#2C3139',
24
+ backgroundColor: '',
25
+ opacity: 1,
26
+ dynamicFontSize: { min: 10, max: 20, fit: 'vertical' },
27
+ fontName: 'font_bold',
28
+ readOnly: false,
29
+ },
30
+ {
31
+ name: 'schoolAddress',
32
+ type: 'text',
33
+ position: { x: 50, y: 40 },
34
+ content: 'AWAN TOWN, MULTAN ROAD, LAHORE',
35
+ width: 120,
36
+ height: 10,
37
+ rotate: 0,
38
+ alignment: 'center',
39
+ verticalAlignment: 'middle',
40
+ fontSize: 10,
41
+ lineHeight: 1,
42
+ characterSpacing: 0,
43
+ fontColor: '#909E98',
44
+ backgroundColor: '',
45
+ opacity: 1,
46
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
47
+ fontName: 'font_regular',
48
+ readOnly: false,
49
+ },
50
+ {
51
+ name: 'formTitle',
52
+ type: 'text',
53
+ position: { x: 50, y: 60 },
54
+ content: 'APPLICATION FORM FOR ADMISSION',
55
+ width: 120,
56
+ height: 12,
57
+ rotate: 0,
58
+ alignment: 'center',
59
+ verticalAlignment: 'middle',
60
+ fontSize: 14,
61
+ lineHeight: 1,
62
+ characterSpacing: 0,
63
+ fontColor: '#2C3139',
64
+ backgroundColor: '',
65
+ opacity: 1,
66
+ dynamicFontSize: { min: 10, max: 16, fit: 'vertical' },
67
+ fontName: 'font_bold',
68
+ readOnly: false,
69
+ },
70
+ // Registration Details
71
+ {
72
+ name: 'registrationLabel',
73
+ type: 'text',
74
+ position: { x: 20, y: 90 },
75
+ content: 'Registration #:',
76
+ width: 40,
77
+ height: 8,
78
+ rotate: 0,
79
+ alignment: 'left',
80
+ verticalAlignment: 'middle',
81
+ fontSize: 10,
82
+ lineHeight: 1,
83
+ characterSpacing: 0,
84
+ fontColor: '#2C3139',
85
+ backgroundColor: '',
86
+ opacity: 1,
87
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
88
+ fontName: 'font_bold',
89
+ readOnly: false,
90
+ },
91
+ {
92
+ name: 'registrationValue',
93
+ type: 'text',
94
+ position: { x: 65, y: 90 },
95
+ content: '',
96
+ width: 60,
97
+ height: 8,
98
+ rotate: 0,
99
+ alignment: 'left',
100
+ verticalAlignment: 'middle',
101
+ fontSize: 10,
102
+ lineHeight: 1,
103
+ characterSpacing: 0,
104
+ fontColor: '#909E98',
105
+ backgroundColor: '',
106
+ opacity: 1,
107
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
108
+ fontName: 'font_regular',
109
+ readOnly: false,
110
+ },
111
+ {
112
+ name: 'registrationDateLabel',
113
+ type: 'text',
114
+ position: { x: 130, y: 90 },
115
+ content: 'Registration Date:',
116
+ width: 40,
117
+ height: 8,
118
+ rotate: 0,
119
+ alignment: 'left',
120
+ verticalAlignment: 'middle',
121
+ fontSize: 10,
122
+ lineHeight: 1,
123
+ characterSpacing: 0,
124
+ fontColor: '#2C3139',
125
+ backgroundColor: '',
126
+ opacity: 1,
127
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
128
+ fontName: 'font_bold',
129
+ readOnly: false,
130
+ },
131
+ {
132
+ name: 'registrationDateValue',
133
+ type: 'text',
134
+ position: { x: 175, y: 90 },
135
+ content: '',
136
+ width: 35,
137
+ height: 8,
138
+ rotate: 0,
139
+ alignment: 'left',
140
+ verticalAlignment: 'middle',
141
+ fontSize: 10,
142
+ lineHeight: 1,
143
+ characterSpacing: 0,
144
+ fontColor: '#909E98',
145
+ backgroundColor: '',
146
+ opacity: 1,
147
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
148
+ fontName: 'font_regular',
149
+ readOnly: false,
150
+ },
151
+ // Student Information
152
+ {
153
+ name: 'nameLabel',
154
+ type: 'text',
155
+ position: { x: 20, y: 110 },
156
+ content: 'Name:',
157
+ width: 25,
158
+ height: 8,
159
+ rotate: 0,
160
+ alignment: 'left',
161
+ verticalAlignment: 'middle',
162
+ fontSize: 10,
163
+ lineHeight: 1,
164
+ characterSpacing: 0,
165
+ fontColor: '#2C3139',
166
+ backgroundColor: '',
167
+ opacity: 1,
168
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
169
+ fontName: 'font_bold',
170
+ readOnly: false,
171
+ },
172
+ {
173
+ name: 'nameValue',
174
+ type: 'text',
175
+ position: { x: 50, y: 110 },
176
+ content: '',
177
+ width: 80,
178
+ height: 8,
179
+ rotate: 0,
180
+ alignment: 'left',
181
+ verticalAlignment: 'middle',
182
+ fontSize: 10,
183
+ lineHeight: 1,
184
+ characterSpacing: 0,
185
+ fontColor: '#909E98',
186
+ backgroundColor: '',
187
+ opacity: 1,
188
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
189
+ fontName: 'font_regular',
190
+ readOnly: false,
191
+ },
192
+ {
193
+ name: 'classLabel',
194
+ type: 'text',
195
+ position: { x: 20, y: 125 },
196
+ content: 'Class to be Admitted:',
197
+ width: 50,
198
+ height: 8,
199
+ rotate: 0,
200
+ alignment: 'left',
201
+ verticalAlignment: 'middle',
202
+ fontSize: 10,
203
+ lineHeight: 1,
204
+ characterSpacing: 0,
205
+ fontColor: '#2C3139',
206
+ backgroundColor: '',
207
+ opacity: 1,
208
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
209
+ fontName: 'font_bold',
210
+ readOnly: false,
211
+ },
212
+ {
213
+ name: 'classValue',
214
+ type: 'text',
215
+ position: { x: 75, y: 125 },
216
+ content: '',
217
+ width: 55,
218
+ height: 8,
219
+ rotate: 0,
220
+ alignment: 'left',
221
+ verticalAlignment: 'middle',
222
+ fontSize: 10,
223
+ lineHeight: 1,
224
+ characterSpacing: 0,
225
+ fontColor: '#909E98',
226
+ backgroundColor: '',
227
+ opacity: 1,
228
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
229
+ fontName: 'font_regular',
230
+ readOnly: false,
231
+ },
232
+ {
233
+ name: 'formLabel',
234
+ type: 'text',
235
+ position: { x: 140, y: 125 },
236
+ content: 'Form #:',
237
+ width: 20,
238
+ height: 8,
239
+ rotate: 0,
240
+ alignment: 'left',
241
+ verticalAlignment: 'middle',
242
+ fontSize: 10,
243
+ lineHeight: 1,
244
+ characterSpacing: 0,
245
+ fontColor: '#2C3139',
246
+ backgroundColor: '',
247
+ opacity: 1,
248
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
249
+ fontName: 'font_bold',
250
+ readOnly: false,
251
+ },
252
+ {
253
+ name: 'formValue',
254
+ type: 'text',
255
+ position: { x: 165, y: 125 },
256
+ content: '',
257
+ width: 25,
258
+ height: 8,
259
+ rotate: 0,
260
+ alignment: 'left',
261
+ verticalAlignment: 'middle',
262
+ fontSize: 10,
263
+ lineHeight: 1,
264
+ characterSpacing: 0,
265
+ fontColor: '#909E98',
266
+ backgroundColor: '',
267
+ opacity: 1,
268
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
269
+ fontName: 'font_regular',
270
+ readOnly: false,
271
+ },
272
+ {
273
+ name: 'dobLabel',
274
+ type: 'text',
275
+ position: { x: 20, y: 140 },
276
+ content: 'Date of Birth:',
277
+ width: 35,
278
+ height: 8,
279
+ rotate: 0,
280
+ alignment: 'left',
281
+ verticalAlignment: 'middle',
282
+ fontSize: 10,
283
+ lineHeight: 1,
284
+ characterSpacing: 0,
285
+ fontColor: '#2C3139',
286
+ backgroundColor: '',
287
+ opacity: 1,
288
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
289
+ fontName: 'font_bold',
290
+ readOnly: false,
291
+ },
292
+ {
293
+ name: 'dobValue',
294
+ type: 'text',
295
+ position: { x: 60, y: 140 },
296
+ content: '',
297
+ width: 40,
298
+ height: 8,
299
+ rotate: 0,
300
+ alignment: 'left',
301
+ verticalAlignment: 'middle',
302
+ fontSize: 10,
303
+ lineHeight: 1,
304
+ characterSpacing: 0,
305
+ fontColor: '#909E98',
306
+ backgroundColor: '',
307
+ opacity: 1,
308
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
309
+ fontName: 'font_regular',
310
+ readOnly: false,
311
+ },
312
+ {
313
+ name: 'genderLabel',
314
+ type: 'text',
315
+ position: { x: 110, y: 140 },
316
+ content: 'Gender:',
317
+ width: 25,
318
+ height: 8,
319
+ rotate: 0,
320
+ alignment: 'left',
321
+ verticalAlignment: 'middle',
322
+ fontSize: 10,
323
+ lineHeight: 1,
324
+ characterSpacing: 0,
325
+ fontColor: '#2C3139',
326
+ backgroundColor: '',
327
+ opacity: 1,
328
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
329
+ fontName: 'font_bold',
330
+ readOnly: false,
331
+ },
332
+ {
333
+ name: 'genderValue',
334
+ type: 'text',
335
+ position: { x: 140, y: 140 },
336
+ content: '',
337
+ width: 30,
338
+ height: 8,
339
+ rotate: 0,
340
+ alignment: 'left',
341
+ verticalAlignment: 'middle',
342
+ fontSize: 10,
343
+ lineHeight: 1,
344
+ characterSpacing: 0,
345
+ fontColor: '#909E98',
346
+ backgroundColor: '',
347
+ opacity: 1,
348
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
349
+ fontName: 'font_regular',
350
+ readOnly: false,
351
+ },
352
+ // Parent Details Section
353
+ {
354
+ name: 'parentDetailsTitle',
355
+ type: 'text',
356
+ position: { x: 20, y: 165 },
357
+ content: 'Parent Details',
358
+ width: 50,
359
+ height: 10,
360
+ rotate: 0,
361
+ alignment: 'left',
362
+ verticalAlignment: 'middle',
363
+ fontSize: 12,
364
+ lineHeight: 1,
365
+ characterSpacing: 0,
366
+ fontColor: '#2C3139',
367
+ backgroundColor: '',
368
+ opacity: 1,
369
+ dynamicFontSize: { min: 10, max: 14, fit: 'vertical' },
370
+ fontName: 'font_bold',
371
+ readOnly: false,
372
+ },
373
+ {
374
+ name: 'parentNameLabel',
375
+ type: 'text',
376
+ position: { x: 20, y: 180 },
377
+ content: 'Name:',
378
+ width: 25,
379
+ height: 8,
380
+ rotate: 0,
381
+ alignment: 'left',
382
+ verticalAlignment: 'middle',
383
+ fontSize: 10,
384
+ lineHeight: 1,
385
+ characterSpacing: 0,
386
+ fontColor: '#2C3139',
387
+ backgroundColor: '',
388
+ opacity: 1,
389
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
390
+ fontName: 'font_bold',
391
+ readOnly: false,
392
+ },
393
+ {
394
+ name: 'parentNameValue',
395
+ type: 'text',
396
+ position: { x: 50, y: 180 },
397
+ content: '',
398
+ width: 80,
399
+ height: 8,
400
+ rotate: 0,
401
+ alignment: 'left',
402
+ verticalAlignment: 'middle',
403
+ fontSize: 10,
404
+ lineHeight: 1,
405
+ characterSpacing: 0,
406
+ fontColor: '#909E98',
407
+ backgroundColor: '',
408
+ opacity: 1,
409
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
410
+ fontName: 'font_regular',
411
+ readOnly: false,
412
+ },
413
+ {
414
+ name: 'cnicLabel',
415
+ type: 'text',
416
+ position: { x: 20, y: 195 },
417
+ content: 'CNIC:',
418
+ width: 20,
419
+ height: 8,
420
+ rotate: 0,
421
+ alignment: 'left',
422
+ verticalAlignment: 'middle',
423
+ fontSize: 10,
424
+ lineHeight: 1,
425
+ characterSpacing: 0,
426
+ fontColor: '#2C3139',
427
+ backgroundColor: '',
428
+ opacity: 1,
429
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
430
+ fontName: 'font_bold',
431
+ readOnly: false,
432
+ },
433
+ {
434
+ name: 'cnicValue',
435
+ type: 'text',
436
+ position: { x: 45, y: 195 },
437
+ content: '',
438
+ width: 55,
439
+ height: 8,
440
+ rotate: 0,
441
+ alignment: 'left',
442
+ verticalAlignment: 'middle',
443
+ fontSize: 10,
444
+ lineHeight: 1,
445
+ characterSpacing: 0,
446
+ fontColor: '#909E98',
447
+ backgroundColor: '',
448
+ opacity: 1,
449
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
450
+ fontName: 'font_regular',
451
+ readOnly: false,
452
+ },
453
+ {
454
+ name: 'fatherMobileLabel',
455
+ type: 'text',
456
+ position: { x: 110, y: 195 },
457
+ content: 'Father Mobile:',
458
+ width: 35,
459
+ height: 8,
460
+ rotate: 0,
461
+ alignment: 'left',
462
+ verticalAlignment: 'middle',
463
+ fontSize: 10,
464
+ lineHeight: 1,
465
+ characterSpacing: 0,
466
+ fontColor: '#2C3139',
467
+ backgroundColor: '',
468
+ opacity: 1,
469
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
470
+ fontName: 'font_bold',
471
+ readOnly: false,
472
+ },
473
+ {
474
+ name: 'fatherMobileValue',
475
+ type: 'text',
476
+ position: { x: 150, y: 195 },
477
+ content: '',
478
+ width: 40,
479
+ height: 8,
480
+ rotate: 0,
481
+ alignment: 'left',
482
+ verticalAlignment: 'middle',
483
+ fontSize: 10,
484
+ lineHeight: 1,
485
+ characterSpacing: 0,
486
+ fontColor: '#909E98',
487
+ backgroundColor: '',
488
+ opacity: 1,
489
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
490
+ fontName: 'font_regular',
491
+ readOnly: false,
492
+ },
493
+ {
494
+ name: 'motherMobileLabel',
495
+ type: 'text',
496
+ position: { x: 20, y: 210 },
497
+ content: 'Mother Mobile:',
498
+ width: 35,
499
+ height: 8,
500
+ rotate: 0,
501
+ alignment: 'left',
502
+ verticalAlignment: 'middle',
503
+ fontSize: 10,
504
+ lineHeight: 1,
505
+ characterSpacing: 0,
506
+ fontColor: '#2C3139',
507
+ backgroundColor: '',
508
+ opacity: 1,
509
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
510
+ fontName: 'font_bold',
511
+ readOnly: false,
512
+ },
513
+ {
514
+ name: 'motherMobileValue',
515
+ type: 'text',
516
+ position: { x: 60, y: 210 },
517
+ content: '',
518
+ width: 40,
519
+ height: 8,
520
+ rotate: 0,
521
+ alignment: 'left',
522
+ verticalAlignment: 'middle',
523
+ fontSize: 10,
524
+ lineHeight: 1,
525
+ characterSpacing: 0,
526
+ fontColor: '#909E98',
527
+ backgroundColor: '',
528
+ opacity: 1,
529
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
530
+ fontName: 'font_regular',
531
+ readOnly: false,
532
+ },
533
+ {
534
+ name: 'occupationLabel',
535
+ type: 'text',
536
+ position: { x: 110, y: 210 },
537
+ content: 'Occupation/Designation:',
538
+ width: 50,
539
+ height: 8,
540
+ rotate: 0,
541
+ alignment: 'left',
542
+ verticalAlignment: 'middle',
543
+ fontSize: 10,
544
+ lineHeight: 1,
545
+ characterSpacing: 0,
546
+ fontColor: '#2C3139',
547
+ backgroundColor: '',
548
+ opacity: 1,
549
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
550
+ fontName: 'font_bold',
551
+ readOnly: false,
552
+ },
553
+ {
554
+ name: 'occupationValue',
555
+ type: 'text',
556
+ position: { x: 165, y: 210 },
557
+ content: '',
558
+ width: 35,
559
+ height: 8,
560
+ rotate: 0,
561
+ alignment: 'left',
562
+ verticalAlignment: 'middle',
563
+ fontSize: 10,
564
+ lineHeight: 1,
565
+ characterSpacing: 0,
566
+ fontColor: '#909E98',
567
+ backgroundColor: '',
568
+ opacity: 1,
569
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
570
+ fontName: 'font_regular',
571
+ readOnly: false,
572
+ },
573
+ {
574
+ name: 'organizationLabel',
575
+ type: 'text',
576
+ position: { x: 20, y: 225 },
577
+ content: 'Organization:',
578
+ width: 35,
579
+ height: 8,
580
+ rotate: 0,
581
+ alignment: 'left',
582
+ verticalAlignment: 'middle',
583
+ fontSize: 10,
584
+ lineHeight: 1,
585
+ characterSpacing: 0,
586
+ fontColor: '#2C3139',
587
+ backgroundColor: '',
588
+ opacity: 1,
589
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
590
+ fontName: 'font_bold',
591
+ readOnly: false,
592
+ },
593
+ {
594
+ name: 'organizationValue',
595
+ type: 'text',
596
+ position: { x: 60, y: 225 },
597
+ content: '',
598
+ width: 80,
599
+ height: 8,
600
+ rotate: 0,
601
+ alignment: 'left',
602
+ verticalAlignment: 'middle',
603
+ fontSize: 10,
604
+ lineHeight: 1,
605
+ characterSpacing: 0,
606
+ fontColor: '#909E98',
607
+ backgroundColor: '',
608
+ opacity: 1,
609
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
610
+ fontName: 'font_regular',
611
+ readOnly: false,
612
+ },
613
+ {
614
+ name: 'homeAddressLabel',
615
+ type: 'text',
616
+ position: { x: 20, y: 240 },
617
+ content: 'Home Address:',
618
+ width: 40,
619
+ height: 8,
620
+ rotate: 0,
621
+ alignment: 'left',
622
+ verticalAlignment: 'middle',
623
+ fontSize: 10,
624
+ lineHeight: 1,
625
+ characterSpacing: 0,
626
+ fontColor: '#2C3139',
627
+ backgroundColor: '',
628
+ opacity: 1,
629
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
630
+ fontName: 'font_bold',
631
+ readOnly: false,
632
+ },
633
+ {
634
+ name: 'homeAddressValue',
635
+ type: 'text',
636
+ position: { x: 65, y: 240 },
637
+ content: '',
638
+ width: 125,
639
+ height: 12,
640
+ rotate: 0,
641
+ alignment: 'left',
642
+ verticalAlignment: 'top',
643
+ fontSize: 10,
644
+ lineHeight: 1.2,
645
+ characterSpacing: 0,
646
+ fontColor: '#909E98',
647
+ backgroundColor: '',
648
+ opacity: 1,
649
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
650
+ fontName: 'font_regular',
651
+ readOnly: false,
652
+ },
653
+ // Emergency Details Section
654
+ {
655
+ name: 'emergencyDetailsTitle',
656
+ type: 'text',
657
+ position: { x: 20, y: 265 },
658
+ content: 'Emergency Details',
659
+ width: 50,
660
+ height: 10,
661
+ rotate: 0,
662
+ alignment: 'left',
663
+ verticalAlignment: 'middle',
664
+ fontSize: 12,
665
+ lineHeight: 1,
666
+ characterSpacing: 0,
667
+ fontColor: '#2C3139',
668
+ backgroundColor: '',
669
+ opacity: 1,
670
+ dynamicFontSize: { min: 10, max: 14, fit: 'vertical' },
671
+ fontName: 'font_bold',
672
+ readOnly: false,
673
+ },
674
+ {
675
+ name: 'emergencyRelationLabel',
676
+ type: 'text',
677
+ position: { x: 20, y: 280 },
678
+ content: 'Relation:',
679
+ width: 25,
680
+ height: 8,
681
+ rotate: 0,
682
+ alignment: 'left',
683
+ verticalAlignment: 'middle',
684
+ fontSize: 10,
685
+ lineHeight: 1,
686
+ characterSpacing: 0,
687
+ fontColor: '#2C3139',
688
+ backgroundColor: '',
689
+ opacity: 1,
690
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
691
+ fontName: 'font_bold',
692
+ readOnly: false,
693
+ },
694
+ {
695
+ name: 'emergencyRelationValue',
696
+ type: 'text',
697
+ position: { x: 50, y: 280 },
698
+ content: '',
699
+ width: 40,
700
+ height: 8,
701
+ rotate: 0,
702
+ alignment: 'left',
703
+ verticalAlignment: 'middle',
704
+ fontSize: 10,
705
+ lineHeight: 1,
706
+ characterSpacing: 0,
707
+ fontColor: '#909E98',
708
+ backgroundColor: '',
709
+ opacity: 1,
710
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
711
+ fontName: 'font_regular',
712
+ readOnly: false,
713
+ },
714
+ {
715
+ name: 'emergencyContactLabel',
716
+ type: 'text',
717
+ position: { x: 100, y: 280 },
718
+ content: 'Contact Number:',
719
+ width: 40,
720
+ height: 8,
721
+ rotate: 0,
722
+ alignment: 'left',
723
+ verticalAlignment: 'middle',
724
+ fontSize: 10,
725
+ lineHeight: 1,
726
+ characterSpacing: 0,
727
+ fontColor: '#2C3139',
728
+ backgroundColor: '',
729
+ opacity: 1,
730
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
731
+ fontName: 'font_bold',
732
+ readOnly: false,
733
+ },
734
+ {
735
+ name: 'emergencyContactValue',
736
+ type: 'text',
737
+ position: { x: 145, y: 280 },
738
+ content: '',
739
+ width: 45,
740
+ height: 8,
741
+ rotate: 0,
742
+ alignment: 'left',
743
+ verticalAlignment: 'middle',
744
+ fontSize: 10,
745
+ lineHeight: 1,
746
+ characterSpacing: 0,
747
+ fontColor: '#909E98',
748
+ backgroundColor: '',
749
+ opacity: 1,
750
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
751
+ fontName: 'font_regular',
752
+ readOnly: false,
753
+ },
754
+ // Medical Notes
755
+ {
756
+ name: 'medicalNotesLabel',
757
+ type: 'text',
758
+ position: { x: 20, y: 295 },
759
+ content: 'Medical Notes:',
760
+ width: 35,
761
+ height: 8,
762
+ rotate: 0,
763
+ alignment: 'left',
764
+ verticalAlignment: 'middle',
765
+ fontSize: 10,
766
+ lineHeight: 1,
767
+ characterSpacing: 0,
768
+ fontColor: '#2C3139',
769
+ backgroundColor: '',
770
+ opacity: 1,
771
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
772
+ fontName: 'font_bold',
773
+ readOnly: false,
774
+ },
775
+ {
776
+ name: 'medicalNotesValue',
777
+ type: 'text',
778
+ position: { x: 60, y: 295 },
779
+ content: '',
780
+ width: 130,
781
+ height: 12,
782
+ rotate: 0,
783
+ alignment: 'left',
784
+ verticalAlignment: 'top',
785
+ fontSize: 10,
786
+ lineHeight: 1.2,
787
+ characterSpacing: 0,
788
+ fontColor: '#909E98',
789
+ backgroundColor: '',
790
+ opacity: 1,
791
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
792
+ fontName: 'font_regular',
793
+ readOnly: false,
794
+ },
795
+ // Admission Details Section
796
+ {
797
+ name: 'admissionDetailsTitle',
798
+ type: 'text',
799
+ position: { x: 20, y: 320 },
800
+ content: 'Admission Details',
801
+ width: 50,
802
+ height: 10,
803
+ rotate: 0,
804
+ alignment: 'left',
805
+ verticalAlignment: 'middle',
806
+ fontSize: 12,
807
+ lineHeight: 1,
808
+ characterSpacing: 0,
809
+ fontColor: '#2C3139',
810
+ backgroundColor: '',
811
+ opacity: 1,
812
+ dynamicFontSize: { min: 10, max: 14, fit: 'vertical' },
813
+ fontName: 'font_bold',
814
+ readOnly: false,
815
+ },
816
+ {
817
+ name: 'studentNumberLabel',
818
+ type: 'text',
819
+ position: { x: 20, y: 335 },
820
+ content: 'Student#:',
821
+ width: 25,
822
+ height: 8,
823
+ rotate: 0,
824
+ alignment: 'left',
825
+ verticalAlignment: 'middle',
826
+ fontSize: 10,
827
+ lineHeight: 1,
828
+ characterSpacing: 0,
829
+ fontColor: '#2C3139',
830
+ backgroundColor: '',
831
+ opacity: 1,
832
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
833
+ fontName: 'font_bold',
834
+ readOnly: false,
835
+ },
836
+ {
837
+ name: 'studentNumberValue',
838
+ type: 'text',
839
+ position: { x: 50, y: 335 },
840
+ content: '',
841
+ width: 40,
842
+ height: 8,
843
+ rotate: 0,
844
+ alignment: 'left',
845
+ verticalAlignment: 'middle',
846
+ fontSize: 10,
847
+ lineHeight: 1,
848
+ characterSpacing: 0,
849
+ fontColor: '#909E98',
850
+ backgroundColor: '',
851
+ opacity: 1,
852
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
853
+ fontName: 'font_regular',
854
+ readOnly: false,
855
+ },
856
+ {
857
+ name: 'sectionLabel',
858
+ type: 'text',
859
+ position: { x: 100, y: 335 },
860
+ content: 'Section:',
861
+ width: 20,
862
+ height: 8,
863
+ rotate: 0,
864
+ alignment: 'left',
865
+ verticalAlignment: 'middle',
866
+ fontSize: 10,
867
+ lineHeight: 1,
868
+ characterSpacing: 0,
869
+ fontColor: '#2C3139',
870
+ backgroundColor: '',
871
+ opacity: 1,
872
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
873
+ fontName: 'font_bold',
874
+ readOnly: false,
875
+ },
876
+ {
877
+ name: 'sectionValue',
878
+ type: 'text',
879
+ position: { x: 125, y: 335 },
880
+ content: '',
881
+ width: 30,
882
+ height: 8,
883
+ rotate: 0,
884
+ alignment: 'left',
885
+ verticalAlignment: 'middle',
886
+ fontSize: 10,
887
+ lineHeight: 1,
888
+ characterSpacing: 0,
889
+ fontColor: '#909E98',
890
+ backgroundColor: '',
891
+ opacity: 1,
892
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
893
+ fontName: 'font_regular',
894
+ readOnly: false,
895
+ },
896
+ {
897
+ name: 'startDateLabel',
898
+ type: 'text',
899
+ position: { x: 160, y: 335 },
900
+ content: 'Start Date:',
901
+ width: 25,
902
+ height: 8,
903
+ rotate: 0,
904
+ alignment: 'left',
905
+ verticalAlignment: 'middle',
906
+ fontSize: 10,
907
+ lineHeight: 1,
908
+ characterSpacing: 0,
909
+ fontColor: '#2C3139',
910
+ backgroundColor: '',
911
+ opacity: 1,
912
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
913
+ fontName: 'font_bold',
914
+ readOnly: false,
915
+ },
916
+ {
917
+ name: 'startDateValue',
918
+ type: 'text',
919
+ position: { x: 190, y: 335 },
920
+ content: '',
921
+ width: 30,
922
+ height: 8,
923
+ rotate: 0,
924
+ alignment: 'left',
925
+ verticalAlignment: 'middle',
926
+ fontSize: 10,
927
+ lineHeight: 1,
928
+ characterSpacing: 0,
929
+ fontColor: '#909E98',
930
+ backgroundColor: '',
931
+ opacity: 1,
932
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
933
+ fontName: 'font_regular',
934
+ readOnly: false,
935
+ },
936
+ // Certification Text
937
+ {
938
+ name: 'certificationText',
939
+ type: 'text',
940
+ position: { x: 20, y: 360 },
941
+ content: "I, the undersigned, certify that the above mentioned particulars are correct to the best of my knowledge. I also agree that any decision of the Principal or Staff Council regarding result, demotion or promotion etc. would be considered final by the undersigned. A STUDENT'S LAWFUL GUARDIAN MAY SIGN THIS FORM ONLY WHEN THE FATHER IS NOT ALIVE.",
942
+ width: 170,
943
+ height: 25,
944
+ rotate: 0,
945
+ alignment: 'left',
946
+ verticalAlignment: 'top',
947
+ fontSize: 9,
948
+ lineHeight: 1.2,
949
+ characterSpacing: 0,
950
+ fontColor: '#2C3139',
951
+ backgroundColor: '',
952
+ opacity: 1,
953
+ dynamicFontSize: { min: 7, max: 10, fit: 'vertical' },
954
+ fontName: 'font_regular',
955
+ readOnly: false,
956
+ },
957
+ // Signature Lines
958
+ {
959
+ name: 'principalSignatureLabel',
960
+ type: 'text',
961
+ position: { x: 20, y: 395 },
962
+ content: 'PRINCIPAL',
963
+ width: 40,
964
+ height: 8,
965
+ rotate: 0,
966
+ alignment: 'left',
967
+ verticalAlignment: 'middle',
968
+ fontSize: 10,
969
+ lineHeight: 1,
970
+ characterSpacing: 0,
971
+ fontColor: '#2C3139',
972
+ backgroundColor: '',
973
+ opacity: 1,
974
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
975
+ fontName: 'font_bold',
976
+ readOnly: false,
977
+ },
978
+ {
979
+ name: 'principalSignatureLine',
980
+ type: 'line',
981
+ position: { x: 20, y: 410 },
982
+ width: 60,
983
+ height: 1,
984
+ rotate: 0,
985
+ opacity: 1,
986
+ readOnly: false,
987
+ },
988
+ {
989
+ name: 'guardianSignatureLabel',
990
+ type: 'text',
991
+ position: { x: 120, y: 395 },
992
+ content: 'SIGNATURE OF PARENT/GUARDIAN',
993
+ width: 70,
994
+ height: 8,
995
+ rotate: 0,
996
+ alignment: 'left',
997
+ verticalAlignment: 'middle',
998
+ fontSize: 10,
999
+ lineHeight: 1,
1000
+ characterSpacing: 0,
1001
+ fontColor: '#2C3139',
1002
+ backgroundColor: '',
1003
+ opacity: 1,
1004
+ dynamicFontSize: { min: 8, max: 12, fit: 'vertical' },
1005
+ fontName: 'font_bold',
1006
+ readOnly: false,
1007
+ },
1008
+ {
1009
+ name: 'guardianSignatureLine',
1010
+ type: 'line',
1011
+ position: { x: 120, y: 410 },
1012
+ width: 70,
1013
+ height: 1,
1014
+ rotate: 0,
1015
+ opacity: 1,
1016
+ readOnly: false,
1017
+ },
1018
+ {
1019
+ name: 'noteText',
1020
+ type: 'text',
1021
+ position: { x: 20, y: 420 },
1022
+ content: '(Cross out whichever is not applicable)',
1023
+ width: 80,
1024
+ height: 6,
1025
+ rotate: 0,
1026
+ alignment: 'left',
1027
+ verticalAlignment: 'middle',
1028
+ fontSize: 8,
1029
+ lineHeight: 1,
1030
+ characterSpacing: 0,
1031
+ fontColor: '#909E98',
1032
+ backgroundColor: '',
1033
+ opacity: 1,
1034
+ dynamicFontSize: { min: 6, max: 9, fit: 'vertical' },
1035
+ fontName: 'font_regular',
1036
+ readOnly: false,
1037
+ },
1038
+ ],
1039
+ ],
1040
+ };