@appcorp/app-corp-vista 0.3.94 → 0.3.96

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.96",
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 schoolAdmissionTemplateV1: Template;
@@ -0,0 +1,1001 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.schoolAdmissionTemplateV1 = void 0;
4
+ var common_1 = require("@pdfme/common");
5
+ exports.schoolAdmissionTemplateV1 = {
6
+ basePdf: common_1.BLANK_A4_PDF,
7
+ schemas: [
8
+ [
9
+ {
10
+ name: 'logo',
11
+ type: 'image',
12
+ content: '',
13
+ position: {
14
+ x: 10,
15
+ y: 20,
16
+ },
17
+ width: 40,
18
+ height: 40,
19
+ rotate: 0,
20
+ opacity: 1,
21
+ required: true,
22
+ readOnly: false,
23
+ },
24
+ {
25
+ name: 'schoolName',
26
+ type: 'text',
27
+ content: '',
28
+ position: {
29
+ x: 50,
30
+ y: 20,
31
+ },
32
+ width: 150,
33
+ height: 10,
34
+ rotate: 0,
35
+ alignment: 'center',
36
+ verticalAlignment: 'top',
37
+ fontSize: 20,
38
+ lineHeight: 1,
39
+ characterSpacing: 0,
40
+ dynamicFontSize: {
41
+ min: 12,
42
+ max: 20,
43
+ fit: 'horizontal',
44
+ },
45
+ fontColor: '#000000',
46
+ fontName: 'Roboto',
47
+ backgroundColor: '',
48
+ opacity: 1,
49
+ strikethrough: false,
50
+ underline: false,
51
+ required: true,
52
+ readOnly: false,
53
+ },
54
+ {
55
+ name: 'schoolAddress',
56
+ type: 'text',
57
+ content: '',
58
+ position: {
59
+ x: 50,
60
+ y: 30,
61
+ },
62
+ width: 150,
63
+ height: 10,
64
+ rotate: 0,
65
+ alignment: 'center',
66
+ verticalAlignment: 'top',
67
+ fontSize: 20,
68
+ lineHeight: 1,
69
+ characterSpacing: 0,
70
+ dynamicFontSize: {
71
+ min: 12,
72
+ max: 15,
73
+ fit: 'horizontal',
74
+ },
75
+ fontColor: '#000000',
76
+ fontName: 'Roboto',
77
+ backgroundColor: '',
78
+ opacity: 1,
79
+ strikethrough: false,
80
+ underline: false,
81
+ required: true,
82
+ readOnly: false,
83
+ },
84
+ {
85
+ name: 'formHeading',
86
+ type: 'text',
87
+ content: 'Type Something...',
88
+ position: {
89
+ x: 50,
90
+ y: 50,
91
+ },
92
+ width: 150,
93
+ height: 10,
94
+ rotate: 0,
95
+ alignment: 'center',
96
+ verticalAlignment: 'top',
97
+ fontSize: 20,
98
+ lineHeight: 1,
99
+ characterSpacing: 0,
100
+ dynamicFontSize: {
101
+ min: 12,
102
+ max: 16,
103
+ fit: 'horizontal',
104
+ },
105
+ fontColor: '#000000',
106
+ fontName: 'Roboto',
107
+ backgroundColor: '',
108
+ opacity: 1,
109
+ strikethrough: false,
110
+ underline: false,
111
+ required: true,
112
+ readOnly: false,
113
+ },
114
+ {
115
+ name: 'registration',
116
+ type: 'text',
117
+ content: 'Registration:',
118
+ position: {
119
+ x: 10,
120
+ y: 63,
121
+ },
122
+ width: 70,
123
+ height: 7.67,
124
+ rotate: 0,
125
+ alignment: 'left',
126
+ verticalAlignment: 'top',
127
+ fontSize: 20,
128
+ lineHeight: 1,
129
+ characterSpacing: 0,
130
+ dynamicFontSize: {
131
+ min: 12,
132
+ max: 13,
133
+ fit: 'horizontal',
134
+ },
135
+ fontColor: '#000000',
136
+ fontName: 'Roboto',
137
+ backgroundColor: '',
138
+ opacity: 1,
139
+ strikethrough: false,
140
+ underline: false,
141
+ required: true,
142
+ readOnly: false,
143
+ },
144
+ {
145
+ name: 'date',
146
+ type: 'text',
147
+ content: 'Date:',
148
+ position: {
149
+ x: 130,
150
+ y: 63,
151
+ },
152
+ width: 70,
153
+ height: 7.67,
154
+ rotate: 0,
155
+ alignment: 'right',
156
+ verticalAlignment: 'top',
157
+ fontSize: 20,
158
+ lineHeight: 1,
159
+ characterSpacing: 0,
160
+ dynamicFontSize: {
161
+ min: 12,
162
+ max: 13,
163
+ fit: 'horizontal',
164
+ },
165
+ fontColor: '#000000',
166
+ fontName: 'Roboto',
167
+ backgroundColor: '',
168
+ opacity: 1,
169
+ strikethrough: false,
170
+ underline: false,
171
+ required: true,
172
+ readOnly: false,
173
+ },
174
+ {
175
+ name: 'studentDetails',
176
+ type: 'text',
177
+ content: 'Student Details',
178
+ position: {
179
+ x: 10.78,
180
+ y: 73.95,
181
+ },
182
+ width: 70,
183
+ height: 7.67,
184
+ rotate: 0,
185
+ alignment: 'left',
186
+ verticalAlignment: 'top',
187
+ fontSize: 20,
188
+ lineHeight: 1,
189
+ characterSpacing: 0,
190
+ dynamicFontSize: {
191
+ min: 12,
192
+ max: 15,
193
+ fit: 'horizontal',
194
+ },
195
+ fontColor: '#000000',
196
+ fontName: 'Roboto',
197
+ backgroundColor: '',
198
+ opacity: 1,
199
+ strikethrough: false,
200
+ underline: false,
201
+ required: false,
202
+ readOnly: true,
203
+ },
204
+ {
205
+ name: 'studentDetailsLine',
206
+ type: 'line',
207
+ position: {
208
+ x: 50,
209
+ y: 76.66,
210
+ },
211
+ width: 150,
212
+ height: 0.5,
213
+ rotate: 0,
214
+ opacity: 1,
215
+ readOnly: true,
216
+ color: '#000000',
217
+ required: false,
218
+ },
219
+ {
220
+ name: 'studentName',
221
+ type: 'text',
222
+ content: 'Name:',
223
+ position: {
224
+ x: 10.26,
225
+ y: 83.65,
226
+ },
227
+ width: 70,
228
+ height: 7.67,
229
+ rotate: 0,
230
+ alignment: 'left',
231
+ verticalAlignment: 'top',
232
+ fontSize: 20,
233
+ lineHeight: 1,
234
+ characterSpacing: 0,
235
+ dynamicFontSize: {
236
+ min: 12,
237
+ max: 13,
238
+ fit: 'horizontal',
239
+ },
240
+ fontColor: '#000000',
241
+ fontName: 'Roboto',
242
+ backgroundColor: '',
243
+ opacity: 1,
244
+ strikethrough: false,
245
+ underline: false,
246
+ required: true,
247
+ readOnly: false,
248
+ },
249
+ {
250
+ name: 'classToBeAdmitted',
251
+ type: 'text',
252
+ content: 'Class To be Admitted:',
253
+ position: {
254
+ x: 130,
255
+ y: 83.65,
256
+ },
257
+ width: 70,
258
+ height: 7.67,
259
+ rotate: 0,
260
+ alignment: 'right',
261
+ verticalAlignment: 'top',
262
+ fontSize: 20,
263
+ lineHeight: 1,
264
+ characterSpacing: 0,
265
+ dynamicFontSize: {
266
+ min: 12,
267
+ max: 13,
268
+ fit: 'horizontal',
269
+ },
270
+ fontColor: '#000000',
271
+ fontName: 'Roboto',
272
+ backgroundColor: '',
273
+ opacity: 1,
274
+ strikethrough: false,
275
+ underline: false,
276
+ required: true,
277
+ readOnly: false,
278
+ },
279
+ {
280
+ name: 'bForm',
281
+ type: 'text',
282
+ content: 'B Form:',
283
+ position: {
284
+ x: 10.26,
285
+ y: 93.66,
286
+ },
287
+ width: 70,
288
+ height: 7.67,
289
+ rotate: 0,
290
+ alignment: 'left',
291
+ verticalAlignment: 'top',
292
+ fontSize: 20,
293
+ lineHeight: 1,
294
+ characterSpacing: 0,
295
+ dynamicFontSize: {
296
+ min: 12,
297
+ max: 13,
298
+ fit: 'horizontal',
299
+ },
300
+ fontColor: '#000000',
301
+ fontName: 'Roboto',
302
+ backgroundColor: '',
303
+ opacity: 1,
304
+ strikethrough: false,
305
+ underline: false,
306
+ required: true,
307
+ readOnly: false,
308
+ },
309
+ {
310
+ name: 'gender',
311
+ type: 'text',
312
+ content: 'Gender:',
313
+ position: {
314
+ x: 130,
315
+ y: 93.66,
316
+ },
317
+ width: 70,
318
+ height: 7.67,
319
+ rotate: 0,
320
+ alignment: 'right',
321
+ verticalAlignment: 'top',
322
+ fontSize: 20,
323
+ lineHeight: 1,
324
+ characterSpacing: 0,
325
+ dynamicFontSize: {
326
+ min: 12,
327
+ max: 13,
328
+ fit: 'horizontal',
329
+ },
330
+ fontColor: '#000000',
331
+ fontName: 'Roboto',
332
+ backgroundColor: '',
333
+ opacity: 1,
334
+ strikethrough: false,
335
+ underline: false,
336
+ required: true,
337
+ readOnly: false,
338
+ },
339
+ {
340
+ name: 'dob',
341
+ type: 'text',
342
+ content: 'DoB:',
343
+ position: {
344
+ x: 82.76,
345
+ y: 93.66,
346
+ },
347
+ width: 45,
348
+ height: 7.67,
349
+ rotate: 0,
350
+ alignment: 'center',
351
+ verticalAlignment: 'top',
352
+ fontSize: 20,
353
+ lineHeight: 1,
354
+ characterSpacing: 0,
355
+ dynamicFontSize: {
356
+ min: 12,
357
+ max: 13,
358
+ fit: 'horizontal',
359
+ },
360
+ fontColor: '#000000',
361
+ fontName: 'Roboto',
362
+ backgroundColor: '',
363
+ opacity: 1,
364
+ strikethrough: false,
365
+ underline: false,
366
+ required: true,
367
+ readOnly: false,
368
+ },
369
+ {
370
+ name: 'parentDetails',
371
+ type: 'text',
372
+ content: 'Parent Details',
373
+ position: {
374
+ x: 10.53,
375
+ y: 105.38,
376
+ },
377
+ width: 70,
378
+ height: 7.67,
379
+ rotate: 0,
380
+ alignment: 'left',
381
+ verticalAlignment: 'top',
382
+ fontSize: 20,
383
+ lineHeight: 1,
384
+ characterSpacing: 0,
385
+ dynamicFontSize: {
386
+ min: 12,
387
+ max: 15,
388
+ fit: 'horizontal',
389
+ },
390
+ fontColor: '#000000',
391
+ fontName: 'Roboto',
392
+ backgroundColor: '',
393
+ opacity: 1,
394
+ strikethrough: false,
395
+ underline: false,
396
+ required: false,
397
+ readOnly: true,
398
+ },
399
+ {
400
+ name: 'parentDetailsLine',
401
+ type: 'line',
402
+ position: {
403
+ x: 49.69,
404
+ y: 108.08,
405
+ },
406
+ width: 150,
407
+ height: 0.5,
408
+ rotate: 0,
409
+ opacity: 1,
410
+ readOnly: true,
411
+ color: '#000000',
412
+ required: false,
413
+ },
414
+ {
415
+ name: 'fatherName',
416
+ type: 'text',
417
+ content: 'Father Name:',
418
+ position: {
419
+ x: 10.53,
420
+ y: 114.39,
421
+ },
422
+ width: 70,
423
+ height: 7.67,
424
+ rotate: 0,
425
+ alignment: 'left',
426
+ verticalAlignment: 'top',
427
+ fontSize: 20,
428
+ lineHeight: 1,
429
+ characterSpacing: 0,
430
+ dynamicFontSize: {
431
+ min: 12,
432
+ max: 13,
433
+ fit: 'horizontal',
434
+ },
435
+ fontColor: '#000000',
436
+ fontName: 'Roboto',
437
+ backgroundColor: '',
438
+ opacity: 1,
439
+ strikethrough: false,
440
+ underline: false,
441
+ required: true,
442
+ readOnly: false,
443
+ },
444
+ {
445
+ name: 'fatherCNIC',
446
+ type: 'text',
447
+ content: 'Father CNIC:',
448
+ position: {
449
+ x: 129.74,
450
+ y: 114.39,
451
+ },
452
+ width: 70,
453
+ height: 7.67,
454
+ rotate: 0,
455
+ alignment: 'right',
456
+ verticalAlignment: 'top',
457
+ fontSize: 20,
458
+ lineHeight: 1,
459
+ characterSpacing: 0,
460
+ dynamicFontSize: {
461
+ min: 12,
462
+ max: 13,
463
+ fit: 'horizontal',
464
+ },
465
+ fontColor: '#000000',
466
+ fontName: 'Roboto',
467
+ backgroundColor: '',
468
+ opacity: 1,
469
+ strikethrough: false,
470
+ underline: false,
471
+ required: true,
472
+ readOnly: false,
473
+ },
474
+ {
475
+ name: 'fatherOccupation',
476
+ type: 'text',
477
+ content: 'Father Occupation:',
478
+ position: {
479
+ x: 10.53,
480
+ y: 124.66,
481
+ },
482
+ width: 70,
483
+ height: 7.67,
484
+ rotate: 0,
485
+ alignment: 'left',
486
+ verticalAlignment: 'top',
487
+ fontSize: 20,
488
+ lineHeight: 1,
489
+ characterSpacing: 0,
490
+ dynamicFontSize: {
491
+ min: 12,
492
+ max: 13,
493
+ fit: 'horizontal',
494
+ },
495
+ fontColor: '#000000',
496
+ fontName: 'Roboto',
497
+ backgroundColor: '',
498
+ opacity: 1,
499
+ strikethrough: false,
500
+ underline: false,
501
+ required: true,
502
+ readOnly: false,
503
+ },
504
+ {
505
+ name: 'fatherOrganization',
506
+ type: 'text',
507
+ content: 'Father Organization:',
508
+ position: {
509
+ x: 129.74,
510
+ y: 124.39,
511
+ },
512
+ width: 70,
513
+ height: 7.67,
514
+ rotate: 0,
515
+ alignment: 'right',
516
+ verticalAlignment: 'top',
517
+ fontSize: 20,
518
+ lineHeight: 1,
519
+ characterSpacing: 0,
520
+ dynamicFontSize: {
521
+ min: 12,
522
+ max: 13,
523
+ fit: 'horizontal',
524
+ },
525
+ fontColor: '#000000',
526
+ fontName: 'Roboto',
527
+ backgroundColor: '',
528
+ opacity: 1,
529
+ strikethrough: false,
530
+ underline: false,
531
+ required: true,
532
+ readOnly: false,
533
+ },
534
+ {
535
+ name: 'fatherMobile',
536
+ type: 'text',
537
+ content: 'Father Mobile:',
538
+ position: {
539
+ x: 10.53,
540
+ y: 134.4,
541
+ },
542
+ width: 70,
543
+ height: 7.67,
544
+ rotate: 0,
545
+ alignment: 'left',
546
+ verticalAlignment: 'top',
547
+ fontSize: 20,
548
+ lineHeight: 1,
549
+ characterSpacing: 0,
550
+ dynamicFontSize: {
551
+ min: 12,
552
+ max: 13,
553
+ fit: 'horizontal',
554
+ },
555
+ fontColor: '#000000',
556
+ fontName: 'Roboto',
557
+ backgroundColor: '',
558
+ opacity: 1,
559
+ strikethrough: false,
560
+ underline: false,
561
+ required: true,
562
+ readOnly: false,
563
+ },
564
+ {
565
+ name: 'motherName',
566
+ type: 'text',
567
+ content: 'Mother Name:',
568
+ position: {
569
+ x: 10.53,
570
+ y: 144.4,
571
+ },
572
+ width: 70,
573
+ height: 7.67,
574
+ rotate: 0,
575
+ alignment: 'left',
576
+ verticalAlignment: 'top',
577
+ fontSize: 20,
578
+ lineHeight: 1,
579
+ characterSpacing: 0,
580
+ dynamicFontSize: {
581
+ min: 12,
582
+ max: 13,
583
+ fit: 'horizontal',
584
+ },
585
+ fontColor: '#000000',
586
+ fontName: 'Roboto',
587
+ backgroundColor: '',
588
+ opacity: 1,
589
+ strikethrough: false,
590
+ underline: false,
591
+ required: true,
592
+ readOnly: false,
593
+ },
594
+ {
595
+ name: 'motherCNIC',
596
+ type: 'text',
597
+ content: 'Mother CNIC:',
598
+ position: {
599
+ x: 129.74,
600
+ y: 144.4,
601
+ },
602
+ width: 70,
603
+ height: 7.67,
604
+ rotate: 0,
605
+ alignment: 'right',
606
+ verticalAlignment: 'top',
607
+ fontSize: 20,
608
+ lineHeight: 1,
609
+ characterSpacing: 0,
610
+ dynamicFontSize: {
611
+ min: 12,
612
+ max: 13,
613
+ fit: 'horizontal',
614
+ },
615
+ fontColor: '#000000',
616
+ fontName: 'Roboto',
617
+ backgroundColor: '',
618
+ opacity: 1,
619
+ strikethrough: false,
620
+ underline: false,
621
+ required: true,
622
+ readOnly: false,
623
+ },
624
+ {
625
+ name: 'motherMobile',
626
+ type: 'text',
627
+ content: 'Mother Mobile:',
628
+ position: {
629
+ x: 10.53,
630
+ y: 154.39,
631
+ },
632
+ width: 70,
633
+ height: 7.67,
634
+ rotate: 0,
635
+ alignment: 'left',
636
+ verticalAlignment: 'top',
637
+ fontSize: 20,
638
+ lineHeight: 1,
639
+ characterSpacing: 0,
640
+ dynamicFontSize: {
641
+ min: 12,
642
+ max: 13,
643
+ fit: 'horizontal',
644
+ },
645
+ fontColor: '#000000',
646
+ fontName: 'Roboto',
647
+ backgroundColor: '',
648
+ opacity: 1,
649
+ strikethrough: false,
650
+ underline: false,
651
+ required: true,
652
+ readOnly: false,
653
+ },
654
+ {
655
+ name: 'homeAddress',
656
+ type: 'text',
657
+ content: 'Home Address:',
658
+ position: {
659
+ x: 10.53,
660
+ y: 164.39,
661
+ },
662
+ width: 70,
663
+ height: 7.67,
664
+ rotate: 0,
665
+ alignment: 'left',
666
+ verticalAlignment: 'top',
667
+ fontSize: 20,
668
+ lineHeight: 1,
669
+ characterSpacing: 0,
670
+ dynamicFontSize: {
671
+ min: 12,
672
+ max: 13,
673
+ fit: 'horizontal',
674
+ },
675
+ fontColor: '#000000',
676
+ fontName: 'Roboto',
677
+ backgroundColor: '',
678
+ opacity: 1,
679
+ strikethrough: false,
680
+ underline: false,
681
+ required: true,
682
+ readOnly: false,
683
+ },
684
+ {
685
+ name: 'emergencyDetails',
686
+ type: 'text',
687
+ content: 'Emergency Details',
688
+ position: {
689
+ x: 10,
690
+ y: 175.17,
691
+ },
692
+ width: 70,
693
+ height: 7.67,
694
+ rotate: 0,
695
+ alignment: 'left',
696
+ verticalAlignment: 'top',
697
+ fontSize: 20,
698
+ lineHeight: 1,
699
+ characterSpacing: 0,
700
+ dynamicFontSize: {
701
+ min: 12,
702
+ max: 15,
703
+ fit: 'horizontal',
704
+ },
705
+ fontColor: '#000000',
706
+ fontName: 'Roboto',
707
+ backgroundColor: '',
708
+ opacity: 1,
709
+ strikethrough: false,
710
+ underline: false,
711
+ required: false,
712
+ readOnly: true,
713
+ },
714
+ {
715
+ name: 'emergencyDetailsLine',
716
+ type: 'line',
717
+ position: {
718
+ x: 60.83,
719
+ y: 177.87,
720
+ },
721
+ width: 138.38,
722
+ height: 0.53,
723
+ rotate: 0,
724
+ opacity: 1,
725
+ readOnly: true,
726
+ color: '#000000',
727
+ required: false,
728
+ },
729
+ {
730
+ name: 'relation',
731
+ type: 'text',
732
+ content: 'Relation:',
733
+ position: {
734
+ x: 10,
735
+ y: 182.8,
736
+ },
737
+ width: 70,
738
+ height: 7.67,
739
+ rotate: 0,
740
+ alignment: 'left',
741
+ verticalAlignment: 'top',
742
+ fontSize: 20,
743
+ lineHeight: 1,
744
+ characterSpacing: 0,
745
+ dynamicFontSize: {
746
+ min: 12,
747
+ max: 13,
748
+ fit: 'horizontal',
749
+ },
750
+ fontColor: '#000000',
751
+ fontName: 'Roboto',
752
+ backgroundColor: '',
753
+ opacity: 1,
754
+ strikethrough: false,
755
+ underline: false,
756
+ required: true,
757
+ readOnly: false,
758
+ },
759
+ {
760
+ name: 'notes',
761
+ type: 'text',
762
+ content: 'Notes:',
763
+ position: {
764
+ x: 10,
765
+ y: 192.8,
766
+ },
767
+ width: 189.71,
768
+ height: 15.61,
769
+ rotate: 0,
770
+ alignment: 'left',
771
+ verticalAlignment: 'top',
772
+ fontSize: 20,
773
+ lineHeight: 1,
774
+ characterSpacing: 0,
775
+ dynamicFontSize: {
776
+ min: 12,
777
+ max: 13,
778
+ fit: 'horizontal',
779
+ },
780
+ fontColor: '#000000',
781
+ fontName: 'Roboto',
782
+ backgroundColor: '',
783
+ opacity: 1,
784
+ strikethrough: false,
785
+ underline: false,
786
+ required: true,
787
+ readOnly: false,
788
+ },
789
+ {
790
+ name: 'terms',
791
+ type: 'text',
792
+ 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.\nA STUDENT’S LAWFUL GUARDIAN MAY SIGN THIS FORM ONLY WHEN THE FATHER IS NOT ALIVE. ',
793
+ position: {
794
+ x: 10,
795
+ y: 229.44,
796
+ },
797
+ width: 190,
798
+ height: 17.99,
799
+ rotate: 0,
800
+ alignment: 'center',
801
+ verticalAlignment: 'top',
802
+ fontSize: 10,
803
+ lineHeight: 1,
804
+ characterSpacing: 0,
805
+ fontColor: '#000000',
806
+ fontName: 'Roboto',
807
+ backgroundColor: '',
808
+ opacity: 1,
809
+ strikethrough: false,
810
+ underline: false,
811
+ required: false,
812
+ readOnly: true,
813
+ },
814
+ {
815
+ name: 'principal',
816
+ type: 'text',
817
+ content: 'PRINCIPAL',
818
+ position: {
819
+ x: 10,
820
+ y: 272.24,
821
+ },
822
+ width: 39.69,
823
+ height: 4.759999999999991,
824
+ rotate: 0,
825
+ alignment: 'center',
826
+ verticalAlignment: 'top',
827
+ fontSize: 11,
828
+ lineHeight: 1,
829
+ characterSpacing: 0,
830
+ fontColor: '#000000',
831
+ fontName: 'Roboto',
832
+ backgroundColor: '',
833
+ opacity: 1,
834
+ strikethrough: false,
835
+ underline: false,
836
+ required: false,
837
+ readOnly: true,
838
+ },
839
+ {
840
+ name: 'signature',
841
+ type: 'text',
842
+ content: 'SIGNATURE OF PARENT/GUARDIAN\n(Cross out whichever is not applicable)',
843
+ position: {
844
+ x: 102.37,
845
+ y: 268.27,
846
+ },
847
+ width: 97.63,
848
+ height: 8.73,
849
+ rotate: 0,
850
+ alignment: 'center',
851
+ verticalAlignment: 'top',
852
+ fontSize: 11,
853
+ lineHeight: 1,
854
+ characterSpacing: 0,
855
+ fontColor: '#000000',
856
+ fontName: 'Roboto',
857
+ backgroundColor: '',
858
+ opacity: 1,
859
+ strikethrough: false,
860
+ underline: false,
861
+ required: false,
862
+ readOnly: true,
863
+ },
864
+ {
865
+ name: 'admissionDetails',
866
+ type: 'text',
867
+ content: 'Admission Details',
868
+ position: {
869
+ x: 10,
870
+ y: 210.83,
871
+ },
872
+ width: 70,
873
+ height: 7.67,
874
+ rotate: 0,
875
+ alignment: 'left',
876
+ verticalAlignment: 'top',
877
+ fontSize: 20,
878
+ lineHeight: 1,
879
+ characterSpacing: 0,
880
+ dynamicFontSize: {
881
+ min: 12,
882
+ max: 15,
883
+ fit: 'horizontal',
884
+ },
885
+ fontColor: '#000000',
886
+ fontName: 'Roboto',
887
+ backgroundColor: '',
888
+ opacity: 1,
889
+ strikethrough: false,
890
+ underline: false,
891
+ required: false,
892
+ readOnly: true,
893
+ },
894
+ {
895
+ name: 'admissionDetailsLine',
896
+ type: 'line',
897
+ position: {
898
+ x: 60.51,
899
+ y: 213.53,
900
+ },
901
+ width: 138.38,
902
+ height: 0.53,
903
+ rotate: 0,
904
+ opacity: 1,
905
+ readOnly: true,
906
+ color: '#000000',
907
+ required: false,
908
+ },
909
+ {
910
+ name: 'student',
911
+ type: 'text',
912
+ content: 'Student:',
913
+ position: {
914
+ x: 10.21,
915
+ y: 218.22,
916
+ },
917
+ width: 70,
918
+ height: 7.67,
919
+ rotate: 0,
920
+ alignment: 'left',
921
+ verticalAlignment: 'top',
922
+ fontSize: 20,
923
+ lineHeight: 1,
924
+ characterSpacing: 0,
925
+ dynamicFontSize: {
926
+ min: 12,
927
+ max: 13,
928
+ fit: 'horizontal',
929
+ },
930
+ fontColor: '#000000',
931
+ fontName: 'Roboto',
932
+ backgroundColor: '',
933
+ opacity: 1,
934
+ strikethrough: false,
935
+ underline: false,
936
+ required: true,
937
+ readOnly: false,
938
+ },
939
+ {
940
+ name: 'startDate',
941
+ type: 'text',
942
+ content: 'Start Date:',
943
+ position: {
944
+ x: 129.69,
945
+ y: 218.22,
946
+ },
947
+ width: 70,
948
+ height: 7.67,
949
+ rotate: 0,
950
+ alignment: 'right',
951
+ verticalAlignment: 'top',
952
+ fontSize: 20,
953
+ lineHeight: 1,
954
+ characterSpacing: 0,
955
+ dynamicFontSize: {
956
+ min: 12,
957
+ max: 13,
958
+ fit: 'horizontal',
959
+ },
960
+ fontColor: '#000000',
961
+ fontName: 'Roboto',
962
+ backgroundColor: '',
963
+ opacity: 1,
964
+ strikethrough: false,
965
+ underline: false,
966
+ required: true,
967
+ readOnly: false,
968
+ },
969
+ {
970
+ name: 'section',
971
+ type: 'text',
972
+ content: 'Section:',
973
+ position: {
974
+ x: 82.71,
975
+ y: 218.22,
976
+ },
977
+ width: 45,
978
+ height: 7.67,
979
+ rotate: 0,
980
+ alignment: 'center',
981
+ verticalAlignment: 'top',
982
+ fontSize: 20,
983
+ lineHeight: 1,
984
+ characterSpacing: 0,
985
+ dynamicFontSize: {
986
+ min: 12,
987
+ max: 13,
988
+ fit: 'horizontal',
989
+ },
990
+ fontColor: '#000000',
991
+ fontName: 'Roboto',
992
+ backgroundColor: '',
993
+ opacity: 1,
994
+ strikethrough: false,
995
+ underline: false,
996
+ required: true,
997
+ readOnly: false,
998
+ },
999
+ ],
1000
+ ],
1001
+ };