abstract-document 6.14.1 → 6.15.0

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.
Files changed (143) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/lib/abstract-document-exporters/pdf/render.d.ts +6 -2
  3. package/lib/abstract-document-exporters/pdf/render.d.ts.map +1 -1
  4. package/lib/abstract-document-exporters/pdf/render.js +5 -8
  5. package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
  6. package/package.json +2 -2
  7. package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
  8. package/src/abstract-document-exporters/__tests__/docx2/tmp/Header and footer.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Header → footer.docx +0 -0
  9. package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed hyperlink and textrun.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed hyperlink → textrun.docx +0 -0
  10. package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed textrun and images.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed textrun → images.docx +0 -0
  11. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
  12. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
  13. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
  14. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
  15. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  16. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
  17. package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
  18. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table colSpan and rowSpan.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table colSpan → rowSpan.docx +0 -0
  19. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
  20. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
  21. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
  22. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
  23. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  24. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
  25. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  26. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
  27. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  28. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
  29. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
  30. package/src/abstract-document-exporters/__tests__/docx2/tmp/Table of content separator.docx +0 -0
  31. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello with Arial font.docx +0 -0
  32. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
  33. package/src/abstract-document-exporters/__tests__/docx2/tmp/letter-dimensions.docx +0 -0
  34. package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-landscape.docx +0 -0
  35. package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-portrait.docx +0 -0
  36. package/src/abstract-document-exporters/__tests__/docx2/tmp/tocSeparator.docx +0 -0
  37. package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
  38. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +2 -2
  39. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +2 -2
  40. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +2 -2
  41. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +2 -2
  42. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +2 -2
  43. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +2 -2
  44. package/src/abstract-document-exporters/__tests__/pdf/tmp/Empty Paragraph.pdf +91 -0
  45. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
  46. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
  47. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +2 -2
  48. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +2 -2
  49. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group.pdf +123 -0
  50. package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
  51. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
  52. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
  53. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line break.pdf +2 -2
  54. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf +2 -2
  55. package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
  56. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +2 -2
  57. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +2 -2
  58. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
  59. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun and images.pdf and b/package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun → images.pdf +0 -0
  60. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
  61. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
  62. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
  63. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
  64. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
  65. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
  66. package/src/abstract-document-exporters/__tests__/pdf/tmp/Named destination.pdf +1761 -0
  67. package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
  68. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +2 -2
  69. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +2 -2
  70. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +2 -2
  71. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +2 -2
  72. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +2 -2
  73. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +2 -2
  74. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +2 -2
  75. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +2 -2
  76. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin.pdf +404 -0
  77. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
  78. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
  79. package/src/abstract-document-exporters/__tests__/pdf/tmp/Paragraph numbering.pdf +143 -0
  80. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
  81. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
  82. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
  83. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
  84. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
  85. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
  86. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +2 -2
  87. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table minimal row height.pdf +2 -2
  88. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
  89. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
  90. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
  91. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
  92. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
  93. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
  94. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
  95. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +2 -2
  96. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
  97. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
  98. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table.pdf +133 -0
  99. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +14 -14
  100. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +2 -2
  101. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
  102. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +2 -2
  103. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
  104. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
  105. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image from URL.pdf +0 -0
  106. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
  107. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
  108. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
  109. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg dasharray.pdf +2 -2
  110. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
  111. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +2 -2
  112. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +2 -2
  113. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +2 -2
  114. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +2 -2
  115. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +2 -2
  116. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
  117. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
  118. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
  119. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
  120. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
  121. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
  122. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
  123. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with default alignment.pdf +113 -0
  124. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
  125. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
  126. package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
  127. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello with roman font.pdf +2 -2
  128. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
  129. package/src/abstract-document-exporters/__tests__/pdf/tmp/pagebreak.pdf +2 -2
  130. package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
  131. package/src/abstract-document-exporters/pdf/render.ts +15 -4
  132. package/lib/abstract-document-xml/__tests__/layer/export-test-def.d.ts +0 -13
  133. package/lib/abstract-document-xml/__tests__/layer/export-test-def.d.ts.map +0 -1
  134. package/lib/abstract-document-xml/__tests__/layer/export-test-def.js +0 -3
  135. package/lib/abstract-document-xml/__tests__/layer/export-test-def.js.map +0 -1
  136. package/lib/abstract-document-xml/__tests__/layer/export.test.d.ts +0 -3
  137. package/lib/abstract-document-xml/__tests__/layer/export.test.d.ts.map +0 -1
  138. package/lib/abstract-document-xml/__tests__/layer/export.test.js +0 -41
  139. package/lib/abstract-document-xml/__tests__/layer/export.test.js.map +0 -1
  140. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.d.ts +0 -3
  141. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.d.ts.map +0 -1
  142. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.js +0 -361
  143. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.js.map +0 -1
@@ -0,0 +1,143 @@
1
+ %PDF-1.3
2
+ %����
3
+ 7 0 obj
4
+ <<
5
+ /Type /Page
6
+ /Parent 1 0 R
7
+ /MediaBox [0 0 595 842]
8
+ /Contents 5 0 R
9
+ /Resources 6 0 R
10
+ >>
11
+ endobj
12
+ 6 0 obj
13
+ <<
14
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
15
+ /Font <<
16
+ /F1 8 0 R
17
+ >>
18
+ >>
19
+ endobj
20
+ 5 0 obj
21
+ <<
22
+ /Length 448
23
+ >>
24
+ stream
25
+ 1 0 0 -1 0 842 cm
26
+ /DeviceRGB cs
27
+ 0 0 0 scn
28
+ q
29
+ 1 0 0 -1 0 842 cm
30
+ BT
31
+ 1 0 0 1 0 834.82 Tm
32
+ /F1 10 Tf
33
+ [<31> 0] TJ
34
+ ET
35
+ Q
36
+ /DeviceRGB cs
37
+ 0 0 0 scn
38
+ q
39
+ 1 0 0 -1 0 842 cm
40
+ BT
41
+ 1 0 0 1 40 834.82 Tm
42
+ /F1 10 Tf
43
+ [<5468697320697320612074657374> 0] TJ
44
+ ET
45
+ Q
46
+ /DeviceRGB cs
47
+ 0 0 0 scn
48
+ q
49
+ 1 0 0 -1 0 842 cm
50
+ BT
51
+ 1 0 0 1 0 823.26 Tm
52
+ /F1 10 Tf
53
+ [<32> 0] TJ
54
+ ET
55
+ Q
56
+ /DeviceRGB cs
57
+ 0 0 0 scn
58
+ q
59
+ 1 0 0 -1 0 842 cm
60
+ BT
61
+ 1 0 0 1 40 823.26 Tm
62
+ /F1 10 Tf
63
+ [<5468697320697320612074657374> 0] TJ
64
+ ET
65
+ Q
66
+
67
+ endstream
68
+ endobj
69
+ 10 0 obj
70
+ (PDFKit)
71
+ endobj
72
+ 11 0 obj
73
+ (PDFKit)
74
+ endobj
75
+ 12 0 obj
76
+ (D:20211104145445Z)
77
+ endobj
78
+ 9 0 obj
79
+ <<
80
+ /Producer 10 0 R
81
+ /Creator 11 0 R
82
+ /CreationDate 12 0 R
83
+ >>
84
+ endobj
85
+ 8 0 obj
86
+ <<
87
+ /Type /Font
88
+ /BaseFont /Helvetica
89
+ /Subtype /Type1
90
+ /Encoding /WinAnsiEncoding
91
+ >>
92
+ endobj
93
+ 4 0 obj
94
+ <<
95
+ >>
96
+ endobj
97
+ 3 0 obj
98
+ <<
99
+ /Type /Catalog
100
+ /Pages 1 0 R
101
+ /Names 2 0 R
102
+ >>
103
+ endobj
104
+ 1 0 obj
105
+ <<
106
+ /Type /Pages
107
+ /Count 1
108
+ /Kids [7 0 R]
109
+ >>
110
+ endobj
111
+ 2 0 obj
112
+ <<
113
+ /Dests <<
114
+ /Names [
115
+ ]
116
+ >>
117
+ >>
118
+ endobj
119
+ xref
120
+ 0 13
121
+ 0000000000 65535 f
122
+ 0000001048 00000 n
123
+ 0000001105 00000 n
124
+ 0000000986 00000 n
125
+ 0000000965 00000 n
126
+ 0000000208 00000 n
127
+ 0000000119 00000 n
128
+ 0000000015 00000 n
129
+ 0000000868 00000 n
130
+ 0000000793 00000 n
131
+ 0000000707 00000 n
132
+ 0000000732 00000 n
133
+ 0000000757 00000 n
134
+ trailer
135
+ <<
136
+ /Size 13
137
+ /Root 3 0 R
138
+ /Info 9 0 R
139
+ /ID [<804843763a380810df7768456bb5967f> <804843763a380810df7768456bb5967f>]
140
+ >>
141
+ startxref
142
+ 1152
143
+ %%EOF
@@ -63,7 +63,7 @@ endobj
63
63
  (PDFKit)
64
64
  endobj
65
65
  12 0 obj
66
- (D:20240208152313Z)
66
+ (D:20240209110314Z)
67
67
  endobj
68
68
  9 0 obj
69
69
  <<
@@ -126,7 +126,7 @@ trailer
126
126
  /Size 13
127
127
  /Root 3 0 R
128
128
  /Info 9 0 R
129
- /ID [<491bd45a2d9438f7484c698c8c635768> <491bd45a2d9438f7484c698c8c635768>]
129
+ /ID [<75583b3b2f4cbbd59f37f3c2dbda3fe7> <75583b3b2f4cbbd59f37f3c2dbda3fe7>]
130
130
  >>
131
131
  startxref
132
132
  1070
@@ -63,7 +63,7 @@ endobj
63
63
  (PDFKit)
64
64
  endobj
65
65
  12 0 obj
66
- (D:20240208152313Z)
66
+ (D:20240209110314Z)
67
67
  endobj
68
68
  9 0 obj
69
69
  <<
@@ -126,7 +126,7 @@ trailer
126
126
  /Size 13
127
127
  /Root 3 0 R
128
128
  /Info 9 0 R
129
- /ID [<5df745b807182215218475f6cea4586c> <5df745b807182215218475f6cea4586c>]
129
+ /ID [<8d0a33326d8af28eaad4b9695f2a743c> <8d0a33326d8af28eaad4b9695f2a743c>]
130
130
  >>
131
131
  startxref
132
132
  1044
@@ -78,7 +78,7 @@ endobj
78
78
  (PDFKit)
79
79
  endobj
80
80
  11 0 obj
81
- (D:20240208152313Z)
81
+ (D:20240209110314Z)
82
82
  endobj
83
83
  8 0 obj
84
84
  <<
@@ -132,7 +132,7 @@ trailer
132
132
  /Size 12
133
133
  /Root 3 0 R
134
134
  /Info 8 0 R
135
- /ID [<61cabd91d10b19abc22e6d702b37b92d> <61cabd91d10b19abc22e6d702b37b92d>]
135
+ /ID [<984b63215b9daa0bb872700bfceadd07> <984b63215b9daa0bb872700bfceadd07>]
136
136
  >>
137
137
  startxref
138
138
  1086
@@ -237,7 +237,7 @@ endobj
237
237
  (PDFKit)
238
238
  endobj
239
239
  12 0 obj
240
- (D:20240208152313Z)
240
+ (D:20240209110314Z)
241
241
  endobj
242
242
  9 0 obj
243
243
  <<
@@ -300,7 +300,7 @@ trailer
300
300
  /Size 13
301
301
  /Root 3 0 R
302
302
  /Info 9 0 R
303
- /ID [<1100843a8e4d6ecc9919a881b83d871f> <1100843a8e4d6ecc9919a881b83d871f>]
303
+ /ID [<8a3a80ce0b06d34a12e53970dba96819> <8a3a80ce0b06d34a12e53970dba96819>]
304
304
  >>
305
305
  startxref
306
306
  2766
@@ -67,7 +67,7 @@ endobj
67
67
  (PDFKit)
68
68
  endobj
69
69
  12 0 obj
70
- (D:20240208152313Z)
70
+ (D:20240209110314Z)
71
71
  endobj
72
72
  9 0 obj
73
73
  <<
@@ -130,7 +130,7 @@ trailer
130
130
  /Size 13
131
131
  /Root 3 0 R
132
132
  /Info 9 0 R
133
- /ID [<3510d133467d6411fdcf8f314cfaf09a> <3510d133467d6411fdcf8f314cfaf09a>]
133
+ /ID [<6b94651a2066db56a24215b1583a573f> <6b94651a2066db56a24215b1583a573f>]
134
134
  >>
135
135
  startxref
136
136
  1082
@@ -305,7 +305,7 @@ endobj
305
305
  (PDFKit)
306
306
  endobj
307
307
  12 0 obj
308
- (D:20240208152313Z)
308
+ (D:20240209110314Z)
309
309
  endobj
310
310
  9 0 obj
311
311
  <<
@@ -368,7 +368,7 @@ trailer
368
368
  /Size 13
369
369
  /Root 3 0 R
370
370
  /Info 9 0 R
371
- /ID [<a1b2413a5059b9ab47bc96bacb1c54c7> <a1b2413a5059b9ab47bc96bacb1c54c7>]
371
+ /ID [<8803a79da5aa54e153a48a3019c485c4> <8803a79da5aa54e153a48a3019c485c4>]
372
372
  >>
373
373
  startxref
374
374
  3299
@@ -393,7 +393,7 @@ endobj
393
393
  (PDFKit)
394
394
  endobj
395
395
  12 0 obj
396
- (D:20240208152313Z)
396
+ (D:20240209110314Z)
397
397
  endobj
398
398
  9 0 obj
399
399
  <<
@@ -456,7 +456,7 @@ trailer
456
456
  /Size 13
457
457
  /Root 3 0 R
458
458
  /Info 9 0 R
459
- /ID [<7ede0f27cf4517f3532d4c146f1bedcc> <7ede0f27cf4517f3532d4c146f1bedcc>]
459
+ /ID [<dd86b56b8194e3754d5e92dce45a62bb> <dd86b56b8194e3754d5e92dce45a62bb>]
460
460
  >>
461
461
  startxref
462
462
  4623
@@ -63,7 +63,7 @@ endobj
63
63
  (PDFKit)
64
64
  endobj
65
65
  12 0 obj
66
- (D:20240208152313Z)
66
+ (D:20240209110314Z)
67
67
  endobj
68
68
  9 0 obj
69
69
  <<
@@ -126,7 +126,7 @@ trailer
126
126
  /Size 13
127
127
  /Root 3 0 R
128
128
  /Info 9 0 R
129
- /ID [<b3ec07e17b997d0a5f12b2309894e6c9> <b3ec07e17b997d0a5f12b2309894e6c9>]
129
+ /ID [<d907ab62ce10bef1233bb546c851cb0c> <d907ab62ce10bef1233bb546c851cb0c>]
130
130
  >>
131
131
  startxref
132
132
  1042
@@ -67,7 +67,7 @@ endobj
67
67
  (PDFKit)
68
68
  endobj
69
69
  12 0 obj
70
- (D:20240208152313Z)
70
+ (D:20240209110314Z)
71
71
  endobj
72
72
  9 0 obj
73
73
  <<
@@ -130,7 +130,7 @@ trailer
130
130
  /Size 13
131
131
  /Root 3 0 R
132
132
  /Info 9 0 R
133
- /ID [<75898dcc8c8c852dbde1aee887dd325b> <75898dcc8c8c852dbde1aee887dd325b>]
133
+ /ID [<6a4143b3d9f48c6b7efa30b8bee0fd89> <6a4143b3d9f48c6b7efa30b8bee0fd89>]
134
134
  >>
135
135
  startxref
136
136
  1063
@@ -67,7 +67,7 @@ endobj
67
67
  (PDFKit)
68
68
  endobj
69
69
  12 0 obj
70
- (D:20240208152313Z)
70
+ (D:20240209110314Z)
71
71
  endobj
72
72
  9 0 obj
73
73
  <<
@@ -130,7 +130,7 @@ trailer
130
130
  /Size 13
131
131
  /Root 3 0 R
132
132
  /Info 9 0 R
133
- /ID [<8cce9d9671a8ac6f76b23caba220cc29> <8cce9d9671a8ac6f76b23caba220cc29>]
133
+ /ID [<f6f9940ea4e04f56352839fb7c909b17> <f6f9940ea4e04f56352839fb7c909b17>]
134
134
  >>
135
135
  startxref
136
136
  1079
@@ -193,7 +193,7 @@ endobj
193
193
  (PDFKit)
194
194
  endobj
195
195
  12 0 obj
196
- (D:20240208152313Z)
196
+ (D:20240209110314Z)
197
197
  endobj
198
198
  9 0 obj
199
199
  <<
@@ -256,7 +256,7 @@ trailer
256
256
  /Size 13
257
257
  /Root 3 0 R
258
258
  /Info 9 0 R
259
- /ID [<3eea39e97659d28d360e6c54b72f934a> <3eea39e97659d28d360e6c54b72f934a>]
259
+ /ID [<ab53b477935ba098e9d01ba28460988c> <ab53b477935ba098e9d01ba28460988c>]
260
260
  >>
261
261
  startxref
262
262
  2334
@@ -241,7 +241,7 @@ endobj
241
241
  (PDFKit)
242
242
  endobj
243
243
  12 0 obj
244
- (D:20240208152313Z)
244
+ (D:20240209110314Z)
245
245
  endobj
246
246
  9 0 obj
247
247
  <<
@@ -304,7 +304,7 @@ trailer
304
304
  /Size 13
305
305
  /Root 3 0 R
306
306
  /Info 9 0 R
307
- /ID [<d84040054960f38f1be175f9a398ed25> <d84040054960f38f1be175f9a398ed25>]
307
+ /ID [<6b9adb692a590673159c0f2d865aa5d1> <6b9adb692a590673159c0f2d865aa5d1>]
308
308
  >>
309
309
  startxref
310
310
  3062
@@ -169,7 +169,7 @@ endobj
169
169
  (PDFKit)
170
170
  endobj
171
171
  12 0 obj
172
- (D:20240208152313Z)
172
+ (D:20240209110314Z)
173
173
  endobj
174
174
  9 0 obj
175
175
  <<
@@ -232,7 +232,7 @@ trailer
232
232
  /Size 13
233
233
  /Root 3 0 R
234
234
  /Info 9 0 R
235
- /ID [<dc799a08fd87c20b4a98ba84c536daae> <dc799a08fd87c20b4a98ba84c536daae>]
235
+ /ID [<141c9c9b2319dd6cae29c103ac161545> <141c9c9b2319dd6cae29c103ac161545>]
236
236
  >>
237
237
  startxref
238
238
  2084
@@ -147,7 +147,7 @@ endobj
147
147
  (PDFKit)
148
148
  endobj
149
149
  12 0 obj
150
- (D:20240208152313Z)
150
+ (D:20240209110314Z)
151
151
  endobj
152
152
  9 0 obj
153
153
  <<
@@ -210,7 +210,7 @@ trailer
210
210
  /Size 13
211
211
  /Root 3 0 R
212
212
  /Info 9 0 R
213
- /ID [<719fb93b2175db678e37391cd7ae2730> <719fb93b2175db678e37391cd7ae2730>]
213
+ /ID [<5250b1d09c0044f2ce3327608ae9f609> <5250b1d09c0044f2ce3327608ae9f609>]
214
214
  >>
215
215
  startxref
216
216
  1822
@@ -339,7 +339,7 @@ endobj
339
339
  (PDFKit)
340
340
  endobj
341
341
  12 0 obj
342
- (D:20240208152313Z)
342
+ (D:20240209110314Z)
343
343
  endobj
344
344
  9 0 obj
345
345
  <<
@@ -402,7 +402,7 @@ trailer
402
402
  /Size 13
403
403
  /Root 3 0 R
404
404
  /Info 9 0 R
405
- /ID [<a50042681c30ab589cf94e2d73f2a98c> <a50042681c30ab589cf94e2d73f2a98c>]
405
+ /ID [<31caffe77d59504d94cf65ef8984d4cd> <31caffe77d59504d94cf65ef8984d4cd>]
406
406
  >>
407
407
  startxref
408
408
  3630
@@ -147,7 +147,7 @@ endobj
147
147
  (PDFKit)
148
148
  endobj
149
149
  12 0 obj
150
- (D:20240208152313Z)
150
+ (D:20240209110314Z)
151
151
  endobj
152
152
  9 0 obj
153
153
  <<
@@ -210,7 +210,7 @@ trailer
210
210
  /Size 13
211
211
  /Root 3 0 R
212
212
  /Info 9 0 R
213
- /ID [<55ab779e0eaf1040b0ce5be70a4efc66> <55ab779e0eaf1040b0ce5be70a4efc66>]
213
+ /ID [<a0710443d886fccb0f5e8050c7bfc55d> <a0710443d886fccb0f5e8050c7bfc55d>]
214
214
  >>
215
215
  startxref
216
216
  1873
@@ -147,7 +147,7 @@ endobj
147
147
  (PDFKit)
148
148
  endobj
149
149
  12 0 obj
150
- (D:20240208152313Z)
150
+ (D:20240209110314Z)
151
151
  endobj
152
152
  9 0 obj
153
153
  <<
@@ -210,7 +210,7 @@ trailer
210
210
  /Size 13
211
211
  /Root 3 0 R
212
212
  /Info 9 0 R
213
- /ID [<f6fa0155809d99195e137a64cc5717d4> <f6fa0155809d99195e137a64cc5717d4>]
213
+ /ID [<747a0c893e00808bcb632ac171d4038c> <747a0c893e00808bcb632ac171d4038c>]
214
214
  >>
215
215
  startxref
216
216
  1822
@@ -0,0 +1,133 @@
1
+ %PDF-1.3
2
+ %����
3
+ 7 0 obj
4
+ <<
5
+ /Type /Page
6
+ /Parent 1 0 R
7
+ /MediaBox [0 0 595 842]
8
+ /Contents 5 0 R
9
+ /Resources 6 0 R
10
+ >>
11
+ endobj
12
+ 6 0 obj
13
+ <<
14
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
15
+ /Font <<
16
+ /F1 8 0 R
17
+ >>
18
+ >>
19
+ endobj
20
+ 5 0 obj
21
+ <<
22
+ /Length 340
23
+ >>
24
+ stream
25
+ 1 0 0 -1 0 842 cm
26
+ /DeviceRGB cs
27
+ 0 0 0 scn
28
+ q
29
+ 1 0 0 -1 0 842 cm
30
+ BT
31
+ 1 0 0 1 0 834.82 Tm
32
+ /F1 10 Tf
33
+ [<48656c6c6f2031> 0] TJ
34
+ ET
35
+ Q
36
+ /DeviceRGB cs
37
+ 0 0 0 scn
38
+ q
39
+ 1 0 0 -1 0 842 cm
40
+ BT
41
+ 1 0 0 1 150 834.82 Tm
42
+ /F1 10 Tf
43
+ [<48656c6c6f2032> 0] TJ
44
+ ET
45
+ Q
46
+ /DeviceRGB cs
47
+ 0 0 0 scn
48
+ q
49
+ 1 0 0 -1 0 842 cm
50
+ BT
51
+ 1 0 0 1 250 834.82 Tm
52
+ /F1 10 Tf
53
+ [<48656c6c6f2033> 0] TJ
54
+ ET
55
+ Q
56
+
57
+ endstream
58
+ endobj
59
+ 10 0 obj
60
+ (PDFKit)
61
+ endobj
62
+ 11 0 obj
63
+ (PDFKit)
64
+ endobj
65
+ 12 0 obj
66
+ (D:20210906095413Z)
67
+ endobj
68
+ 9 0 obj
69
+ <<
70
+ /Producer 10 0 R
71
+ /Creator 11 0 R
72
+ /CreationDate 12 0 R
73
+ >>
74
+ endobj
75
+ 8 0 obj
76
+ <<
77
+ /Type /Font
78
+ /BaseFont /Helvetica
79
+ /Subtype /Type1
80
+ /Encoding /WinAnsiEncoding
81
+ >>
82
+ endobj
83
+ 4 0 obj
84
+ <<
85
+ >>
86
+ endobj
87
+ 3 0 obj
88
+ <<
89
+ /Type /Catalog
90
+ /Pages 1 0 R
91
+ /Names 2 0 R
92
+ >>
93
+ endobj
94
+ 1 0 obj
95
+ <<
96
+ /Type /Pages
97
+ /Count 1
98
+ /Kids [7 0 R]
99
+ >>
100
+ endobj
101
+ 2 0 obj
102
+ <<
103
+ /Dests <<
104
+ /Names [
105
+ ]
106
+ >>
107
+ >>
108
+ endobj
109
+ xref
110
+ 0 13
111
+ 0000000000 65535 f
112
+ 0000000940 00000 n
113
+ 0000000997 00000 n
114
+ 0000000878 00000 n
115
+ 0000000857 00000 n
116
+ 0000000208 00000 n
117
+ 0000000119 00000 n
118
+ 0000000015 00000 n
119
+ 0000000760 00000 n
120
+ 0000000685 00000 n
121
+ 0000000599 00000 n
122
+ 0000000624 00000 n
123
+ 0000000649 00000 n
124
+ trailer
125
+ <<
126
+ /Size 13
127
+ /Root 3 0 R
128
+ /Info 9 0 R
129
+ /ID [<6fe7bdb9aa2701f7a68eda072d5cdb23> <6fe7bdb9aa2701f7a68eda072d5cdb23>]
130
+ >>
131
+ startxref
132
+ 1044
133
+ %%EOF
@@ -19,7 +19,7 @@ endobj
19
19
  endobj
20
20
  5 0 obj
21
21
  <<
22
- /Length 146
22
+ /Length 159
23
23
  >>
24
24
  stream
25
25
  1 0 0 -1 0 842 cm
@@ -30,7 +30,7 @@ q
30
30
  BT
31
31
  1 0 0 1 0 834.82 Tm
32
32
  /F1 10 Tf
33
- [<5468752046> 30 <65622030382032303234> 0] TJ
33
+ [<46> 45 <72> -15 <692046> 30 <65622030392032303234> 0] TJ
34
34
  ET
35
35
  Q
36
36
 
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20240208152312Z)
46
+ (D:20240209110313Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -89,25 +89,25 @@ endobj
89
89
  xref
90
90
  0 13
91
91
  0000000000 65535 f
92
- 0000000746 00000 n
93
- 0000000803 00000 n
94
- 0000000684 00000 n
95
- 0000000663 00000 n
92
+ 0000000759 00000 n
93
+ 0000000816 00000 n
94
+ 0000000697 00000 n
95
+ 0000000676 00000 n
96
96
  0000000208 00000 n
97
97
  0000000119 00000 n
98
98
  0000000015 00000 n
99
- 0000000566 00000 n
100
- 0000000491 00000 n
101
- 0000000405 00000 n
102
- 0000000430 00000 n
103
- 0000000455 00000 n
99
+ 0000000579 00000 n
100
+ 0000000504 00000 n
101
+ 0000000418 00000 n
102
+ 0000000443 00000 n
103
+ 0000000468 00000 n
104
104
  trailer
105
105
  <<
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<acc711161169a37e5a7b2b331d07f66d> <acc711161169a37e5a7b2b331d07f66d>]
109
+ /ID [<c1fa2a5688191c465188a56dbbeba20b> <c1fa2a5688191c465188a56dbbeba20b>]
110
110
  >>
111
111
  startxref
112
- 850
112
+ 863
113
113
  %%EOF
@@ -133,7 +133,7 @@ endobj
133
133
  (PDFKit)
134
134
  endobj
135
135
  13 0 obj
136
- (D:20240208152313Z)
136
+ (D:20240209110314Z)
137
137
  endobj
138
138
  10 0 obj
139
139
  <<
@@ -197,7 +197,7 @@ trailer
197
197
  /Size 14
198
198
  /Root 3 0 R
199
199
  /Info 10 0 R
200
- /ID [<0c9fc5bc7f33972b05a5dfd6607a2488> <0c9fc5bc7f33972b05a5dfd6607a2488>]
200
+ /ID [<c668d913a043dac049a13883e0d6b163> <c668d913a043dac049a13883e0d6b163>]
201
201
  >>
202
202
  startxref
203
203
  1761
@@ -60,7 +60,7 @@ endobj
60
60
  (PDFKit)
61
61
  endobj
62
62
  14 0 obj
63
- (D:20240208152313Z)
63
+ (D:20240209110314Z)
64
64
  endobj
65
65
  11 0 obj
66
66
  <<
@@ -125,7 +125,7 @@ trailer
125
125
  /Size 15
126
126
  /Root 3 0 R
127
127
  /Info 11 0 R
128
- /ID [<9acb233f0e76a52045af6a66d53f0394> <9acb233f0e76a52045af6a66d53f0394>]
128
+ /ID [<fddbb9cdd8e87c0ea4422d1de82fe220> <fddbb9cdd8e87c0ea4422d1de82fe220>]
129
129
  >>
130
130
  startxref
131
131
  1013