abstract-document 6.3.1 → 6.5.1

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 (175) hide show
  1. package/CHANGELOG.md +25 -7
  2. package/lib/abstract-document/section-elements/table.d.ts +2 -0
  3. package/lib/abstract-document/section-elements/table.d.ts.map +1 -1
  4. package/lib/abstract-document/section-elements/table.js +2 -2
  5. package/lib/abstract-document/section-elements/table.js.map +1 -1
  6. package/lib/abstract-document-exporters/__tests__/{docx2/test-defs/table-of-content-separator.d.ts → pdf/test-defs/page-break-table-with-header.d.ts} +1 -1
  7. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header.d.ts.map +1 -0
  8. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header.js +1529 -0
  9. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header.js.map +1 -0
  10. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/{group.d.ts → page-break-table-with-header2.d.ts} +1 -1
  11. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header2.d.ts.map +1 -0
  12. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header2.js +783 -0
  13. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header2.js.map +1 -0
  14. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.d.ts +3 -0
  15. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.d.ts.map +1 -0
  16. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.js +423 -0
  17. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.js.map +1 -0
  18. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.d.ts +3 -0
  19. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.d.ts.map +1 -0
  20. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.js +331 -0
  21. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.js.map +1 -0
  22. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/{simple-table.d.ts → page-break-table-with-margin-top.d.ts} +1 -1
  23. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.d.ts.map +1 -0
  24. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.js +423 -0
  25. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.js.map +1 -0
  26. package/lib/abstract-document-exporters/__tests__/{docx2/test-defs/simple-table copy.d.ts → pdf/test-defs/simple-table-with-header.d.ts} +1 -1
  27. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.d.ts.map +1 -0
  28. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.js +460 -0
  29. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.js.map +1 -0
  30. package/lib/{abstract-document/__tests__/markdown/test-defs/markdown.d.ts → abstract-document-exporters/__tests__/pdf/test-defs/single-figure.d.ts} +1 -1
  31. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-figure.d.ts.map +1 -0
  32. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-figure.js +238 -0
  33. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-figure.js.map +1 -0
  34. package/lib/abstract-document-exporters/docx2/render-image.js +2 -2
  35. package/lib/abstract-document-exporters/docx2/render-image.js.map +1 -1
  36. package/lib/abstract-document-exporters/pdf/font.d.ts +2 -1
  37. package/lib/abstract-document-exporters/pdf/font.d.ts.map +1 -1
  38. package/lib/abstract-document-exporters/pdf/font.js +16 -12
  39. package/lib/abstract-document-exporters/pdf/font.js.map +1 -1
  40. package/lib/abstract-document-exporters/pdf/measure.js +4 -3
  41. package/lib/abstract-document-exporters/pdf/measure.js.map +1 -1
  42. package/lib/abstract-document-exporters/pdf/paginate.js +46 -29
  43. package/lib/abstract-document-exporters/pdf/paginate.js.map +1 -1
  44. package/lib/abstract-document-exporters/pdf/pre-process.js +8 -0
  45. package/lib/abstract-document-exporters/pdf/pre-process.js.map +1 -1
  46. package/lib/abstract-document-exporters/pdf/render-image.js +4 -3
  47. package/lib/abstract-document-exporters/pdf/render-image.js.map +1 -1
  48. package/lib/abstract-document-exporters/pdf/render.js +7 -8
  49. package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
  50. package/package.json +3 -3
  51. package/src/abstract-document/section-elements/table.ts +6 -11
  52. package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
  53. 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
  54. 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
  55. 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
  56. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
  57. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
  58. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
  59. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
  60. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  61. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
  62. package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
  63. 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
  64. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
  65. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
  66. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
  67. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
  68. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  69. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
  70. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  71. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
  72. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  73. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
  74. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
  75. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
  76. package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
  77. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header.tsx +1555 -0
  78. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header2.tsx +824 -0
  79. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.tsx +455 -0
  80. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.tsx +354 -0
  81. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.tsx +455 -0
  82. package/src/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.tsx +482 -0
  83. package/src/abstract-document-exporters/__tests__/pdf/test-defs/single-figure.tsx +323 -0
  84. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
  85. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
  86. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +2 -2
  87. package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
  88. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
  89. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
  90. package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
  91. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
  92. 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
  93. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
  94. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
  95. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
  96. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
  97. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
  98. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
  99. package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
  100. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +2 -2
  101. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +2 -2
  102. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +2 -2
  103. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +676 -0
  104. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +3833 -0
  105. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +404 -0
  106. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +336 -0
  107. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +404 -0
  108. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin.pdf +404 -0
  109. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
  110. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
  111. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
  112. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
  113. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
  114. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
  115. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
  116. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
  117. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +2 -2
  118. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
  119. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
  120. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
  121. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
  122. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
  123. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
  124. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
  125. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +409 -0
  126. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
  127. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
  128. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +14 -14
  129. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +204 -0
  130. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
  131. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
  132. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
  133. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
  134. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
  135. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
  136. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
  137. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
  138. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
  139. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
  140. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
  141. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
  142. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
  143. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
  144. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
  145. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
  146. package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
  147. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
  148. package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
  149. package/src/abstract-document-exporters/docx2/render-image.ts +2 -2
  150. package/src/abstract-document-exporters/pdf/font.ts +18 -9
  151. package/src/abstract-document-exporters/pdf/measure.ts +5 -5
  152. package/src/abstract-document-exporters/pdf/paginate.ts +88 -38
  153. package/src/abstract-document-exporters/pdf/pre-process.ts +8 -0
  154. package/src/abstract-document-exporters/pdf/render-image.ts +10 -4
  155. package/src/abstract-document-exporters/pdf/render.ts +8 -9
  156. package/lib/abstract-document/__tests__/markdown/test-defs/markdown.d.ts.map +0 -1
  157. package/lib/abstract-document/__tests__/markdown/test-defs/markdown.js +0 -14
  158. package/lib/abstract-document/__tests__/markdown/test-defs/markdown.js.map +0 -1
  159. package/lib/abstract-document/primitives/layout-foundation.js copy.map +0 -1
  160. package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table copy.d.ts.map +0 -1
  161. package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table copy.js +0 -195
  162. package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table copy.js.map +0 -1
  163. package/lib/abstract-document-exporters/__tests__/docx2/test-defs/table-of-content-separator.d.ts.map +0 -1
  164. package/lib/abstract-document-exporters/__tests__/docx2/test-defs/table-of-content-separator.js +0 -18
  165. package/lib/abstract-document-exporters/__tests__/docx2/test-defs/table-of-content-separator.js.map +0 -1
  166. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group.d.ts.map +0 -1
  167. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group.js +0 -83
  168. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group.js.map +0 -1
  169. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table.d.ts.map +0 -1
  170. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table.js +0 -104
  171. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table.js.map +0 -1
  172. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-date.d.ts +0 -1
  173. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-date.d.ts.map +0 -1
  174. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-date.js +0 -70
  175. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-date.js.map +0 -1
@@ -0,0 +1,409 @@
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 2925
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 5 829.82 Tm
32
+ /F1 10 Tf
33
+ [<4865616465722031> 0] TJ
34
+ ET
35
+ Q
36
+ 2 w
37
+ 5 16.56 m
38
+ 105 16.56 l
39
+ /DeviceRGB CS
40
+ 0 0 0 SCN
41
+ S
42
+ 2 w
43
+ 105 5 m
44
+ 105 16.86 l
45
+ /DeviceRGB CS
46
+ 0 0 0 SCN
47
+ S
48
+ 2 w
49
+ 5.7 5 m
50
+ 5.7 16.86 l
51
+ /DeviceRGB CS
52
+ 0 0 0 SCN
53
+ S
54
+ 2 w
55
+ 4.7 5.7 m
56
+ 105.3 5.7 l
57
+ /DeviceRGB CS
58
+ 0 0 0 SCN
59
+ S
60
+ /DeviceRGB cs
61
+ 0 0 0 scn
62
+ q
63
+ 1 0 0 -1 0 842 cm
64
+ BT
65
+ 1 0 0 1 105 829.82 Tm
66
+ /F1 10 Tf
67
+ [<4865616465722032> 0] TJ
68
+ ET
69
+ Q
70
+ 2 w
71
+ 105 16.56 m
72
+ 205 16.56 l
73
+ /DeviceRGB CS
74
+ 0 0 0 SCN
75
+ S
76
+ 2 w
77
+ 205 5 m
78
+ 205 16.86 l
79
+ /DeviceRGB CS
80
+ 0 0 0 SCN
81
+ S
82
+ 2 w
83
+ 105 5 m
84
+ 105 16.86 l
85
+ /DeviceRGB CS
86
+ 0 0 0 SCN
87
+ S
88
+ 2 w
89
+ 104 5.7 m
90
+ 205.3 5.7 l
91
+ /DeviceRGB CS
92
+ 0 0 0 SCN
93
+ S
94
+ /DeviceRGB cs
95
+ 0 0 0 scn
96
+ q
97
+ 1 0 0 -1 0 842 cm
98
+ BT
99
+ 1 0 0 1 205 829.82 Tm
100
+ /F1 10 Tf
101
+ [<4865616465722033> 0] TJ
102
+ ET
103
+ Q
104
+ 2 w
105
+ 205 16.56 m
106
+ 305 16.56 l
107
+ /DeviceRGB CS
108
+ 0 0 0 SCN
109
+ S
110
+ 2 w
111
+ 304.3 5 m
112
+ 304.3 16.86 l
113
+ /DeviceRGB CS
114
+ 0 0 0 SCN
115
+ S
116
+ 2 w
117
+ 205 5 m
118
+ 205 16.86 l
119
+ /DeviceRGB CS
120
+ 0 0 0 SCN
121
+ S
122
+ 2 w
123
+ 204 5.7 m
124
+ 305.3 5.7 l
125
+ /DeviceRGB CS
126
+ 0 0 0 SCN
127
+ S
128
+ /DeviceRGB cs
129
+ 0 0 0 scn
130
+ q
131
+ 1 0 0 -1 0 842 cm
132
+ BT
133
+ 1 0 0 1 5 818.26 Tm
134
+ /F1 10 Tf
135
+ [<4865616465722031> 0] TJ
136
+ ET
137
+ Q
138
+ 2 w
139
+ 5 28.12 m
140
+ 105 28.12 l
141
+ /DeviceRGB CS
142
+ 0 0 0 SCN
143
+ S
144
+ 2 w
145
+ 105 16.56 m
146
+ 105 28.42 l
147
+ /DeviceRGB CS
148
+ 0 0 0 SCN
149
+ S
150
+ 2 w
151
+ 5.7 16.56 m
152
+ 5.7 28.42 l
153
+ /DeviceRGB CS
154
+ 0 0 0 SCN
155
+ S
156
+ 2 w
157
+ 4.7 16.56 m
158
+ 105.3 16.56 l
159
+ /DeviceRGB CS
160
+ 0 0 0 SCN
161
+ S
162
+ /DeviceRGB cs
163
+ 0 0 0 scn
164
+ q
165
+ 1 0 0 -1 0 842 cm
166
+ BT
167
+ 1 0 0 1 105 818.26 Tm
168
+ /F1 10 Tf
169
+ [<4865616465722032> 0] TJ
170
+ ET
171
+ Q
172
+ 2 w
173
+ 105 28.12 m
174
+ 205 28.12 l
175
+ /DeviceRGB CS
176
+ 0 0 0 SCN
177
+ S
178
+ 2 w
179
+ 205 16.56 m
180
+ 205 28.42 l
181
+ /DeviceRGB CS
182
+ 0 0 0 SCN
183
+ S
184
+ 2 w
185
+ 105 16.56 m
186
+ 105 28.42 l
187
+ /DeviceRGB CS
188
+ 0 0 0 SCN
189
+ S
190
+ 2 w
191
+ 104 16.56 m
192
+ 205.3 16.56 l
193
+ /DeviceRGB CS
194
+ 0 0 0 SCN
195
+ S
196
+ /DeviceRGB cs
197
+ 0 0 0 scn
198
+ q
199
+ 1 0 0 -1 0 842 cm
200
+ BT
201
+ 1 0 0 1 205 818.26 Tm
202
+ /F1 10 Tf
203
+ [<4865616465722033> 0] TJ
204
+ ET
205
+ Q
206
+ 2 w
207
+ 205 28.12 m
208
+ 305 28.12 l
209
+ /DeviceRGB CS
210
+ 0 0 0 SCN
211
+ S
212
+ 2 w
213
+ 304.3 16.56 m
214
+ 304.3 28.42 l
215
+ /DeviceRGB CS
216
+ 0 0 0 SCN
217
+ S
218
+ 2 w
219
+ 205 16.56 m
220
+ 205 28.42 l
221
+ /DeviceRGB CS
222
+ 0 0 0 SCN
223
+ S
224
+ 2 w
225
+ 204 16.56 m
226
+ 305.3 16.56 l
227
+ /DeviceRGB CS
228
+ 0 0 0 SCN
229
+ S
230
+ /DeviceRGB cs
231
+ 0 0 0 scn
232
+ q
233
+ 1 0 0 -1 0 842 cm
234
+ BT
235
+ 1 0 0 1 5 806.7 Tm
236
+ /F1 10 Tf
237
+ [<4368696c642031> 0] TJ
238
+ ET
239
+ Q
240
+ 2 w
241
+ 5 38.98 m
242
+ 105 38.98 l
243
+ /DeviceRGB CS
244
+ 0 0 0 SCN
245
+ S
246
+ 2 w
247
+ 105 28.12 m
248
+ 105 39.98 l
249
+ /DeviceRGB CS
250
+ 0 0 0 SCN
251
+ S
252
+ 2 w
253
+ 5.7 28.12 m
254
+ 5.7 39.98 l
255
+ /DeviceRGB CS
256
+ 0 0 0 SCN
257
+ S
258
+ 2 w
259
+ 4.7 28.12 m
260
+ 105.3 28.12 l
261
+ /DeviceRGB CS
262
+ 0 0 0 SCN
263
+ S
264
+ /DeviceRGB cs
265
+ 0 0 0 scn
266
+ q
267
+ 1 0 0 -1 0 842 cm
268
+ BT
269
+ 1 0 0 1 105 806.7 Tm
270
+ /F1 10 Tf
271
+ [<4368696c642032> 0] TJ
272
+ ET
273
+ Q
274
+ 2 w
275
+ 105 38.98 m
276
+ 205 38.98 l
277
+ /DeviceRGB CS
278
+ 0 0 0 SCN
279
+ S
280
+ 2 w
281
+ 205 28.12 m
282
+ 205 39.98 l
283
+ /DeviceRGB CS
284
+ 0 0 0 SCN
285
+ S
286
+ 2 w
287
+ 105 28.12 m
288
+ 105 39.98 l
289
+ /DeviceRGB CS
290
+ 0 0 0 SCN
291
+ S
292
+ 2 w
293
+ 104 28.12 m
294
+ 205.3 28.12 l
295
+ /DeviceRGB CS
296
+ 0 0 0 SCN
297
+ S
298
+ /DeviceRGB cs
299
+ 0 0 0 scn
300
+ q
301
+ 1 0 0 -1 0 842 cm
302
+ BT
303
+ 1 0 0 1 205 806.7 Tm
304
+ /F1 10 Tf
305
+ [<4368696c642033> 0] TJ
306
+ ET
307
+ Q
308
+ 2 w
309
+ 205 38.98 m
310
+ 305 38.98 l
311
+ /DeviceRGB CS
312
+ 0 0 0 SCN
313
+ S
314
+ 2 w
315
+ 304.3 28.12 m
316
+ 304.3 39.98 l
317
+ /DeviceRGB CS
318
+ 0 0 0 SCN
319
+ S
320
+ 2 w
321
+ 205 28.12 m
322
+ 205 39.98 l
323
+ /DeviceRGB CS
324
+ 0 0 0 SCN
325
+ S
326
+ 2 w
327
+ 204 28.12 m
328
+ 305.3 28.12 l
329
+ /DeviceRGB CS
330
+ 0 0 0 SCN
331
+ S
332
+
333
+ endstream
334
+ endobj
335
+ 10 0 obj
336
+ (PDFKit)
337
+ endobj
338
+ 11 0 obj
339
+ (PDFKit)
340
+ endobj
341
+ 12 0 obj
342
+ (D:20220105141307Z)
343
+ endobj
344
+ 9 0 obj
345
+ <<
346
+ /Producer 10 0 R
347
+ /Creator 11 0 R
348
+ /CreationDate 12 0 R
349
+ >>
350
+ endobj
351
+ 8 0 obj
352
+ <<
353
+ /Type /Font
354
+ /BaseFont /Helvetica
355
+ /Subtype /Type1
356
+ /Encoding /WinAnsiEncoding
357
+ >>
358
+ endobj
359
+ 4 0 obj
360
+ <<
361
+ >>
362
+ endobj
363
+ 3 0 obj
364
+ <<
365
+ /Type /Catalog
366
+ /Pages 1 0 R
367
+ /Names 2 0 R
368
+ >>
369
+ endobj
370
+ 1 0 obj
371
+ <<
372
+ /Type /Pages
373
+ /Count 1
374
+ /Kids [7 0 R]
375
+ >>
376
+ endobj
377
+ 2 0 obj
378
+ <<
379
+ /Dests <<
380
+ /Names [
381
+ ]
382
+ >>
383
+ >>
384
+ endobj
385
+ xref
386
+ 0 13
387
+ 0000000000 65535 f
388
+ 0000003526 00000 n
389
+ 0000003583 00000 n
390
+ 0000003464 00000 n
391
+ 0000003443 00000 n
392
+ 0000000208 00000 n
393
+ 0000000119 00000 n
394
+ 0000000015 00000 n
395
+ 0000003346 00000 n
396
+ 0000003271 00000 n
397
+ 0000003185 00000 n
398
+ 0000003210 00000 n
399
+ 0000003235 00000 n
400
+ trailer
401
+ <<
402
+ /Size 13
403
+ /Root 3 0 R
404
+ /Info 9 0 R
405
+ /ID [<606ebe4fcf89b1cab8d434361b577430> <606ebe4fcf89b1cab8d434361b577430>]
406
+ >>
407
+ startxref
408
+ 3630
409
+ %%EOF
@@ -147,7 +147,7 @@ endobj
147
147
  (PDFKit)
148
148
  endobj
149
149
  12 0 obj
150
- (D:20211115110806Z)
150
+ (D:20220105141307Z)
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 [<0be82d429b679209c3e54228fde5ee8a> <0be82d429b679209c3e54228fde5ee8a>]
213
+ /ID [<e3ef9678edb0b0c420dda06e64f7a099> <e3ef9678edb0b0c420dda06e64f7a099>]
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:20211115110806Z)
150
+ (D:20220105141307Z)
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 [<ccc933d24aa4055b5ffd7efd051f9efe> <ccc933d24aa4055b5ffd7efd051f9efe>]
213
+ /ID [<557f3de35560597846b0376bf4edfb51> <557f3de35560597846b0376bf4edfb51>]
214
214
  >>
215
215
  startxref
216
216
  1822
@@ -19,7 +19,7 @@ endobj
19
19
  endobj
20
20
  5 0 obj
21
21
  <<
22
- /Length 146
22
+ /Length 152
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
- [<4d6f6e204e6f> 15 <762031352032303231> 0] TJ
33
+ [<57> 30 <6564204a> 20 <616e2030352032303232> 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:20211115110804Z)
46
+ (D:20220105141306Z)
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
+ 0000000752 00000 n
93
+ 0000000809 00000 n
94
+ 0000000690 00000 n
95
+ 0000000669 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
+ 0000000572 00000 n
100
+ 0000000497 00000 n
101
+ 0000000411 00000 n
102
+ 0000000436 00000 n
103
+ 0000000461 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 [<645aa62f189b6f1c27ddcc4f25b45c3b> <645aa62f189b6f1c27ddcc4f25b45c3b>]
109
+ /ID [<46c073ab9ebb71a45a4b50da923d32eb> <46c073ab9ebb71a45a4b50da923d32eb>]
110
110
  >>
111
111
  startxref
112
- 850
112
+ 856
113
113
  %%EOF
@@ -0,0 +1,204 @@
1
+ %PDF-1.3
2
+ %����
3
+ 8 0 obj
4
+ <<
5
+ /Type /ExtGState
6
+ /CA 1
7
+ >>
8
+ endobj
9
+ 7 0 obj
10
+ <<
11
+ /Type /Page
12
+ /Parent 1 0 R
13
+ /MediaBox [0 0 595 842]
14
+ /Contents 5 0 R
15
+ /Resources 6 0 R
16
+ >>
17
+ endobj
18
+ 6 0 obj
19
+ <<
20
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
21
+ /ExtGState <<
22
+ /Gs1 8 0 R
23
+ >>
24
+ /Font <<
25
+ /F1 9 0 R
26
+ >>
27
+ >>
28
+ endobj
29
+ 5 0 obj
30
+ <<
31
+ /Length 984
32
+ >>
33
+ stream
34
+ 1 0 0 -1 0 842 cm
35
+ q
36
+ 1 0 0 1 0 0 cm
37
+ 1 0 0 1 0 0 cm
38
+ 3 w
39
+ 10 15 m
40
+ 30 15 l
41
+ /Gs1 gs
42
+ /DeviceRGB CS
43
+ 1 1 0 SCN
44
+ S
45
+ /DeviceRGB cs
46
+ 0 0 0 scn
47
+ q
48
+ 1 0 0 -1 0 842 cm
49
+ BT
50
+ 1 0 0 1 10 823.384 Tm
51
+ /F1 12 Tf
52
+ [<426f6c64> 0] TJ
53
+ ET
54
+ Q
55
+ /DeviceRGB cs
56
+ 0 0 0 scn
57
+ q
58
+ 1 0 0 -1 0 842 cm
59
+ BT
60
+ 1 0 0 1 10 813.384 Tm
61
+ /F1 12 Tf
62
+ [<4d656469756d20626f6c64> 0] TJ
63
+ ET
64
+ Q
65
+ /DeviceRGB cs
66
+ 0 0 0 scn
67
+ q
68
+ 1 0 0 -1 0 842 cm
69
+ BT
70
+ 1 0 0 1 10 803.384 Tm
71
+ /F1 12 Tf
72
+ [<6e6f72> -25 <6d616c> 0] TJ
73
+ ET
74
+ Q
75
+ /DeviceRGB cs
76
+ 0 0 0 scn
77
+ q
78
+ 1 0 0 -1 0 842 cm
79
+ BT
80
+ 1 0 0 1 10 793.384 Tm
81
+ /F1 12 Tf
82
+ [<6e6f72> -25 <6d616c> 0] TJ
83
+ ET
84
+ Q
85
+ /DeviceRGB cs
86
+ 0 0 0 scn
87
+ q
88
+ 1 0 0 -1 0 842 cm
89
+ BT
90
+ 1 0 0 1 10 783.384 Tm
91
+ /F1 12 Tf
92
+ [<6974616c6963> 0] TJ
93
+ ET
94
+ Q
95
+ /DeviceRGB cs
96
+ 0 0 0 scn
97
+ q
98
+ 1 0 0 -1 0 842 cm
99
+ BT
100
+ 1 0 0 1 10 773.384 Tm
101
+ /F1 12 Tf
102
+ [<626f6c64206974616c6963> 0] TJ
103
+ ET
104
+ Q
105
+ /DeviceRGB cs
106
+ 0 0 0 scn
107
+ q
108
+ 1 0 0 -1 0 842 cm
109
+ BT
110
+ 1 0 0 1 10 763.384 Tm
111
+ /F1 12 Tf
112
+ [<6d656469756d20626f6c64206974616c6963> 0] TJ
113
+ ET
114
+ Q
115
+ 30 30 m
116
+ 100 30 l
117
+ 100 100 l
118
+ 30 100 l
119
+ 30 30 l
120
+ 2 w
121
+ /Gs1 gs
122
+ /DeviceRGB CS
123
+ 0 0 0 SCN
124
+ S
125
+ Q
126
+
127
+ endstream
128
+ endobj
129
+ 11 0 obj
130
+ (PDFKit)
131
+ endobj
132
+ 12 0 obj
133
+ (PDFKit)
134
+ endobj
135
+ 13 0 obj
136
+ (D:20220105141307Z)
137
+ endobj
138
+ 10 0 obj
139
+ <<
140
+ /Producer 11 0 R
141
+ /Creator 12 0 R
142
+ /CreationDate 13 0 R
143
+ >>
144
+ endobj
145
+ 9 0 obj
146
+ <<
147
+ /Type /Font
148
+ /BaseFont /Helvetica
149
+ /Subtype /Type1
150
+ /Encoding /WinAnsiEncoding
151
+ >>
152
+ endobj
153
+ 4 0 obj
154
+ <<
155
+ >>
156
+ endobj
157
+ 3 0 obj
158
+ <<
159
+ /Type /Catalog
160
+ /Pages 1 0 R
161
+ /Names 2 0 R
162
+ >>
163
+ endobj
164
+ 1 0 obj
165
+ <<
166
+ /Type /Pages
167
+ /Count 1
168
+ /Kids [7 0 R]
169
+ >>
170
+ endobj
171
+ 2 0 obj
172
+ <<
173
+ /Dests <<
174
+ /Names [
175
+ ]
176
+ >>
177
+ >>
178
+ endobj
179
+ xref
180
+ 0 14
181
+ 0000000000 65535 f
182
+ 0000001657 00000 n
183
+ 0000001714 00000 n
184
+ 0000001595 00000 n
185
+ 0000001574 00000 n
186
+ 0000000280 00000 n
187
+ 0000000163 00000 n
188
+ 0000000059 00000 n
189
+ 0000000015 00000 n
190
+ 0000001477 00000 n
191
+ 0000001401 00000 n
192
+ 0000001315 00000 n
193
+ 0000001340 00000 n
194
+ 0000001365 00000 n
195
+ trailer
196
+ <<
197
+ /Size 14
198
+ /Root 3 0 R
199
+ /Info 10 0 R
200
+ /ID [<db0e9317edd5001838c618aa4309c452> <db0e9317edd5001838c618aa4309c452>]
201
+ >>
202
+ startxref
203
+ 1761
204
+ %%EOF
@@ -73,7 +73,7 @@ endobj
73
73
  (PDFKit)
74
74
  endobj
75
75
  15 0 obj
76
- (D:20211115110806Z)
76
+ (D:20220105141307Z)
77
77
  endobj
78
78
  12 0 obj
79
79
  <<
@@ -139,7 +139,7 @@ trailer
139
139
  /Size 16
140
140
  /Root 3 0 R
141
141
  /Info 12 0 R
142
- /ID [<4e63ef48fc358ccb8715c8bcc59804da> <4e63ef48fc358ccb8715c8bcc59804da>]
142
+ /ID [<fe6f55fa5afaa376102f8c3796dbe172> <fe6f55fa5afaa376102f8c3796dbe172>]
143
143
  >>
144
144
  startxref
145
145
  1242