abstract-document 6.3.0 → 6.5.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 (169) hide show
  1. package/CHANGELOG.md +25 -7
  2. package/LICENSE +21 -0
  3. package/lib/abstract-document/section-elements/table.d.ts +2 -0
  4. package/lib/abstract-document/section-elements/table.d.ts.map +1 -1
  5. package/lib/abstract-document/section-elements/table.js +2 -2
  6. package/lib/abstract-document/section-elements/table.js.map +1 -1
  7. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.d.ts +3 -0
  8. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.d.ts.map +1 -0
  9. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.js +251 -0
  10. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.js.map +1 -0
  11. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.d.ts +3 -0
  12. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.d.ts.map +1 -0
  13. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.js +294 -0
  14. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.js.map +1 -0
  15. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.d.ts +3 -0
  16. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.d.ts.map +1 -0
  17. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.js +209 -0
  18. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.js.map +1 -0
  19. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header.d.ts +3 -0
  20. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header.d.ts.map +1 -0
  21. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header.js +1529 -0
  22. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header.js.map +1 -0
  23. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header2.d.ts +3 -0
  24. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header2.d.ts.map +1 -0
  25. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header2.js +783 -0
  26. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header2.js.map +1 -0
  27. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.d.ts +3 -0
  28. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.d.ts.map +1 -0
  29. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.js +423 -0
  30. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.js.map +1 -0
  31. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.d.ts +3 -0
  32. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.d.ts.map +1 -0
  33. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.js +331 -0
  34. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.js.map +1 -0
  35. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.d.ts +3 -0
  36. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.d.ts.map +1 -0
  37. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.js +423 -0
  38. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.js.map +1 -0
  39. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.d.ts +3 -0
  40. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.d.ts.map +1 -0
  41. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.js +56 -0
  42. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.js.map +1 -0
  43. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.d.ts +3 -0
  44. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.d.ts.map +1 -0
  45. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.js +460 -0
  46. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.js.map +1 -0
  47. package/lib/abstract-document-exporters/docx2/render-image.js +2 -2
  48. package/lib/abstract-document-exporters/docx2/render-image.js.map +1 -1
  49. package/lib/abstract-document-exporters/pdf/font.d.ts +2 -1
  50. package/lib/abstract-document-exporters/pdf/font.d.ts.map +1 -1
  51. package/lib/abstract-document-exporters/pdf/font.js +16 -12
  52. package/lib/abstract-document-exporters/pdf/font.js.map +1 -1
  53. package/lib/abstract-document-exporters/pdf/measure.js +4 -3
  54. package/lib/abstract-document-exporters/pdf/measure.js.map +1 -1
  55. package/lib/abstract-document-exporters/pdf/paginate.js +51 -19
  56. package/lib/abstract-document-exporters/pdf/paginate.js.map +1 -1
  57. package/lib/abstract-document-exporters/pdf/pre-process.js +8 -0
  58. package/lib/abstract-document-exporters/pdf/pre-process.js.map +1 -1
  59. package/lib/abstract-document-exporters/pdf/render-image.js +1 -1
  60. package/lib/abstract-document-exporters/pdf/render-image.js.map +1 -1
  61. package/lib/abstract-document-exporters/pdf/render.js +7 -8
  62. package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
  63. package/package.json +4 -3
  64. package/src/abstract-document/section-elements/table.ts +6 -11
  65. package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
  66. 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
  67. 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
  68. 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
  69. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
  70. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
  71. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
  72. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
  73. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  74. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
  75. package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
  76. 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
  77. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
  78. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
  79. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
  80. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
  81. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  82. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
  83. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  84. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
  85. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  86. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
  87. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
  88. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
  89. package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
  90. package/src/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.tsx +272 -0
  91. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.tsx +317 -0
  92. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.tsx +227 -0
  93. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header.tsx +1555 -0
  94. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-header2.tsx +824 -0
  95. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.tsx +455 -0
  96. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.tsx +354 -0
  97. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.tsx +455 -0
  98. package/src/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.tsx +482 -0
  99. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
  100. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
  101. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +268 -0
  102. package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
  103. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
  104. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
  105. package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
  106. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
  107. 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
  108. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
  109. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
  110. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
  111. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
  112. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
  113. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
  114. package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
  115. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +302 -0
  116. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +234 -0
  117. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +2 -2
  118. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +676 -0
  119. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +3833 -0
  120. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +404 -0
  121. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +336 -0
  122. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +404 -0
  123. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin.pdf +404 -0
  124. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
  125. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
  126. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
  127. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
  128. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
  129. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
  130. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
  131. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
  132. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +2 -2
  133. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
  134. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
  135. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
  136. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
  137. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
  138. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
  139. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
  140. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +409 -0
  141. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
  142. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
  143. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +14 -14
  144. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
  145. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
  146. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
  147. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
  148. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
  149. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
  150. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
  151. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
  152. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
  153. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
  154. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
  155. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
  156. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
  157. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
  158. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
  159. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
  160. package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
  161. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
  162. package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
  163. package/src/abstract-document-exporters/docx2/render-image.ts +2 -2
  164. package/src/abstract-document-exporters/pdf/font.ts +18 -9
  165. package/src/abstract-document-exporters/pdf/measure.ts +5 -5
  166. package/src/abstract-document-exporters/pdf/paginate.ts +93 -27
  167. package/src/abstract-document-exporters/pdf/pre-process.ts +8 -0
  168. package/src/abstract-document-exporters/pdf/render-image.ts +2 -2
  169. package/src/abstract-document-exporters/pdf/render.ts +8 -9
@@ -0,0 +1,302 @@
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 376
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
+ [<54> 120 <6162> 20 <6c6520646f> 15 <776e2062656c6f> 15 <77> 0] TJ
34
+ ET
35
+ Q
36
+ 1 w
37
+ 0 11.36 m
38
+ 150 11.36 l
39
+ /DeviceRGB CS
40
+ 0 0 0 SCN
41
+ S
42
+ 1 w
43
+ 149.8 0 m
44
+ 149.8 11.86 l
45
+ /DeviceRGB CS
46
+ 0 0 0 SCN
47
+ S
48
+ 1 w
49
+ 0.2 0 m
50
+ 0.2 11.86 l
51
+ /DeviceRGB CS
52
+ 0 0 0 SCN
53
+ S
54
+ 1 w
55
+ -0.3 0.2 m
56
+ 150.3 0.2 l
57
+ /DeviceRGB CS
58
+ 0 0 0 SCN
59
+ S
60
+
61
+ endstream
62
+ endobj
63
+ 11 0 obj
64
+ <<
65
+ /Type /Page
66
+ /Parent 1 0 R
67
+ /MediaBox [0 0 595 842]
68
+ /Contents 9 0 R
69
+ /Resources 10 0 R
70
+ >>
71
+ endobj
72
+ 10 0 obj
73
+ <<
74
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
75
+ /Font <<
76
+ /F1 8 0 R
77
+ >>
78
+ >>
79
+ endobj
80
+ 9 0 obj
81
+ <<
82
+ /Length 1328
83
+ >>
84
+ stream
85
+ 1 0 0 -1 0 842 cm
86
+ /DeviceRGB cs
87
+ 0 0 0 scn
88
+ q
89
+ 1 0 0 -1 0 842 cm
90
+ BT
91
+ 1 0 0 1 0 534.82 Tm
92
+ /F1 10 Tf
93
+ [<48656c6c6f2031> 0] TJ
94
+ ET
95
+ Q
96
+ 1 w
97
+ 0 611.56 m
98
+ 150 611.56 l
99
+ /DeviceRGB CS
100
+ 0 0 0 SCN
101
+ S
102
+ 1 w
103
+ 150 0 m
104
+ 150 611.86 l
105
+ /DeviceRGB CS
106
+ 0 0 0 SCN
107
+ S
108
+ 1 w
109
+ 0.2 0 m
110
+ 0.2 611.86 l
111
+ /DeviceRGB CS
112
+ 0 0 0 SCN
113
+ S
114
+ 1 w
115
+ -0.3 0.2 m
116
+ 150.3 0.2 l
117
+ /DeviceRGB CS
118
+ 0 0 0 SCN
119
+ S
120
+ /DeviceRGB cs
121
+ 0 0 0 scn
122
+ q
123
+ 1 0 0 -1 0 842 cm
124
+ BT
125
+ 1 0 0 1 150 534.82 Tm
126
+ /F1 10 Tf
127
+ [<48656c6c6f2032> 0] TJ
128
+ ET
129
+ Q
130
+ 1 w
131
+ 150 611.56 m
132
+ 250 611.56 l
133
+ /DeviceRGB CS
134
+ 0 0 0 SCN
135
+ S
136
+ 1 w
137
+ 249.8 0 m
138
+ 249.8 611.86 l
139
+ /DeviceRGB CS
140
+ 0 0 0 SCN
141
+ S
142
+ 1 w
143
+ 150 0 m
144
+ 150 611.86 l
145
+ /DeviceRGB CS
146
+ 0 0 0 SCN
147
+ S
148
+ 1 w
149
+ 149.5 0.2 m
150
+ 250.3 0.2 l
151
+ /DeviceRGB CS
152
+ 0 0 0 SCN
153
+ S
154
+ /DeviceRGB cs
155
+ 0 0 0 scn
156
+ q
157
+ 1 0 0 -1 0 842 cm
158
+ BT
159
+ 1 0 0 1 0 223.26 Tm
160
+ /F1 10 Tf
161
+ [<48656c6c6f2033> 0] TJ
162
+ ET
163
+ Q
164
+ 1 w
165
+ 0 622.92 m
166
+ 150 622.92 l
167
+ /DeviceRGB CS
168
+ 0 0 0 SCN
169
+ S
170
+ 1 w
171
+ 150 611.56 m
172
+ 150 623.42 l
173
+ /DeviceRGB CS
174
+ 0 0 0 SCN
175
+ S
176
+ 1 w
177
+ 0.2 611.56 m
178
+ 0.2 623.42 l
179
+ /DeviceRGB CS
180
+ 0 0 0 SCN
181
+ S
182
+ 1 w
183
+ -0.3 611.56 m
184
+ 150.3 611.56 l
185
+ /DeviceRGB CS
186
+ 0 0 0 SCN
187
+ S
188
+ /DeviceRGB cs
189
+ 0 0 0 scn
190
+ q
191
+ 1 0 0 -1 0 842 cm
192
+ BT
193
+ 1 0 0 1 150 223.26 Tm
194
+ /F1 10 Tf
195
+ [<48656c6c6f2034> 0] TJ
196
+ ET
197
+ Q
198
+ 1 w
199
+ 150 622.92 m
200
+ 250 622.92 l
201
+ /DeviceRGB CS
202
+ 0 0 0 SCN
203
+ S
204
+ 1 w
205
+ 249.8 611.56 m
206
+ 249.8 623.42 l
207
+ /DeviceRGB CS
208
+ 0 0 0 SCN
209
+ S
210
+ 1 w
211
+ 150 611.56 m
212
+ 150 623.42 l
213
+ /DeviceRGB CS
214
+ 0 0 0 SCN
215
+ S
216
+ 1 w
217
+ 149.5 611.56 m
218
+ 250.3 611.56 l
219
+ /DeviceRGB CS
220
+ 0 0 0 SCN
221
+ S
222
+
223
+ endstream
224
+ endobj
225
+ 13 0 obj
226
+ (PDFKit)
227
+ endobj
228
+ 14 0 obj
229
+ (PDFKit)
230
+ endobj
231
+ 15 0 obj
232
+ (D:20220105111758Z)
233
+ endobj
234
+ 12 0 obj
235
+ <<
236
+ /Producer 13 0 R
237
+ /Creator 14 0 R
238
+ /CreationDate 15 0 R
239
+ >>
240
+ endobj
241
+ 8 0 obj
242
+ <<
243
+ /Type /Font
244
+ /BaseFont /Helvetica
245
+ /Subtype /Type1
246
+ /Encoding /WinAnsiEncoding
247
+ >>
248
+ endobj
249
+ 4 0 obj
250
+ <<
251
+ >>
252
+ endobj
253
+ 3 0 obj
254
+ <<
255
+ /Type /Catalog
256
+ /Pages 1 0 R
257
+ /Names 2 0 R
258
+ >>
259
+ endobj
260
+ 1 0 obj
261
+ <<
262
+ /Type /Pages
263
+ /Count 2
264
+ /Kids [7 0 R 11 0 R]
265
+ >>
266
+ endobj
267
+ 2 0 obj
268
+ <<
269
+ /Dests <<
270
+ /Names [
271
+ ]
272
+ >>
273
+ >>
274
+ endobj
275
+ xref
276
+ 0 16
277
+ 0000000000 65535 f
278
+ 0000002553 00000 n
279
+ 0000002617 00000 n
280
+ 0000002491 00000 n
281
+ 0000002470 00000 n
282
+ 0000000208 00000 n
283
+ 0000000119 00000 n
284
+ 0000000015 00000 n
285
+ 0000002373 00000 n
286
+ 0000000831 00000 n
287
+ 0000000741 00000 n
288
+ 0000000635 00000 n
289
+ 0000002297 00000 n
290
+ 0000002211 00000 n
291
+ 0000002236 00000 n
292
+ 0000002261 00000 n
293
+ trailer
294
+ <<
295
+ /Size 16
296
+ /Root 3 0 R
297
+ /Info 12 0 R
298
+ /ID [<e2cfbbf48c0c20190fb18202f9705307> <e2cfbbf48c0c20190fb18202f9705307>]
299
+ >>
300
+ startxref
301
+ 2664
302
+ %%EOF
@@ -0,0 +1,234 @@
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 376
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
+ [<54> 120 <6162> 20 <6c6520646f> 15 <776e2062656c6f> 15 <77> 0] TJ
34
+ ET
35
+ Q
36
+ 1 w
37
+ 0 11.36 m
38
+ 150 11.36 l
39
+ /DeviceRGB CS
40
+ 0 0 0 SCN
41
+ S
42
+ 1 w
43
+ 149.8 0 m
44
+ 149.8 11.86 l
45
+ /DeviceRGB CS
46
+ 0 0 0 SCN
47
+ S
48
+ 1 w
49
+ 0.2 0 m
50
+ 0.2 11.86 l
51
+ /DeviceRGB CS
52
+ 0 0 0 SCN
53
+ S
54
+ 1 w
55
+ -0.3 0.2 m
56
+ 150.3 0.2 l
57
+ /DeviceRGB CS
58
+ 0 0 0 SCN
59
+ S
60
+
61
+ endstream
62
+ endobj
63
+ 11 0 obj
64
+ <<
65
+ /Type /Page
66
+ /Parent 1 0 R
67
+ /MediaBox [0 0 595 842]
68
+ /Contents 9 0 R
69
+ /Resources 10 0 R
70
+ >>
71
+ endobj
72
+ 10 0 obj
73
+ <<
74
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
75
+ /Font <<
76
+ /F1 8 0 R
77
+ >>
78
+ >>
79
+ endobj
80
+ 9 0 obj
81
+ <<
82
+ /Length 649
83
+ >>
84
+ stream
85
+ 1 0 0 -1 0 842 cm
86
+ /DeviceRGB cs
87
+ 0 0 0 scn
88
+ q
89
+ 1 0 0 -1 0 842 cm
90
+ BT
91
+ 1 0 0 1 0 814.82 Tm
92
+ /F1 10 Tf
93
+ [<48656c6c6f2031> 0] TJ
94
+ ET
95
+ Q
96
+ 1 w
97
+ 0 51.36 m
98
+ 150 51.36 l
99
+ /DeviceRGB CS
100
+ 0 0 0 SCN
101
+ S
102
+ 1 w
103
+ 150 0 m
104
+ 150 51.86 l
105
+ /DeviceRGB CS
106
+ 0 0 0 SCN
107
+ S
108
+ 1 w
109
+ 0.2 0 m
110
+ 0.2 51.86 l
111
+ /DeviceRGB CS
112
+ 0 0 0 SCN
113
+ S
114
+ 1 w
115
+ -0.3 0.2 m
116
+ 150.3 0.2 l
117
+ /DeviceRGB CS
118
+ 0 0 0 SCN
119
+ S
120
+ /DeviceRGB cs
121
+ 0 0 0 scn
122
+ q
123
+ 1 0 0 -1 0 842 cm
124
+ BT
125
+ 1 0 0 1 150 814.82 Tm
126
+ /F1 10 Tf
127
+ [<48656c6c6f2032> 0] TJ
128
+ ET
129
+ Q
130
+ 1 w
131
+ 150 51.36 m
132
+ 250 51.36 l
133
+ /DeviceRGB CS
134
+ 0 0 0 SCN
135
+ S
136
+ 1 w
137
+ 249.8 0 m
138
+ 249.8 51.86 l
139
+ /DeviceRGB CS
140
+ 0 0 0 SCN
141
+ S
142
+ 1 w
143
+ 150 0 m
144
+ 150 51.86 l
145
+ /DeviceRGB CS
146
+ 0 0 0 SCN
147
+ S
148
+ 1 w
149
+ 149.5 0.2 m
150
+ 250.3 0.2 l
151
+ /DeviceRGB CS
152
+ 0 0 0 SCN
153
+ S
154
+
155
+ endstream
156
+ endobj
157
+ 13 0 obj
158
+ (PDFKit)
159
+ endobj
160
+ 14 0 obj
161
+ (PDFKit)
162
+ endobj
163
+ 15 0 obj
164
+ (D:20220105111758Z)
165
+ endobj
166
+ 12 0 obj
167
+ <<
168
+ /Producer 13 0 R
169
+ /Creator 14 0 R
170
+ /CreationDate 15 0 R
171
+ >>
172
+ endobj
173
+ 8 0 obj
174
+ <<
175
+ /Type /Font
176
+ /BaseFont /Helvetica
177
+ /Subtype /Type1
178
+ /Encoding /WinAnsiEncoding
179
+ >>
180
+ endobj
181
+ 4 0 obj
182
+ <<
183
+ >>
184
+ endobj
185
+ 3 0 obj
186
+ <<
187
+ /Type /Catalog
188
+ /Pages 1 0 R
189
+ /Names 2 0 R
190
+ >>
191
+ endobj
192
+ 1 0 obj
193
+ <<
194
+ /Type /Pages
195
+ /Count 2
196
+ /Kids [7 0 R 11 0 R]
197
+ >>
198
+ endobj
199
+ 2 0 obj
200
+ <<
201
+ /Dests <<
202
+ /Names [
203
+ ]
204
+ >>
205
+ >>
206
+ endobj
207
+ xref
208
+ 0 16
209
+ 0000000000 65535 f
210
+ 0000001873 00000 n
211
+ 0000001937 00000 n
212
+ 0000001811 00000 n
213
+ 0000001790 00000 n
214
+ 0000000208 00000 n
215
+ 0000000119 00000 n
216
+ 0000000015 00000 n
217
+ 0000001693 00000 n
218
+ 0000000831 00000 n
219
+ 0000000741 00000 n
220
+ 0000000635 00000 n
221
+ 0000001617 00000 n
222
+ 0000001531 00000 n
223
+ 0000001556 00000 n
224
+ 0000001581 00000 n
225
+ trailer
226
+ <<
227
+ /Size 16
228
+ /Root 3 0 R
229
+ /Info 12 0 R
230
+ /ID [<9aeb47efc7f298d1be427e0b40b6fbd5> <9aeb47efc7f298d1be427e0b40b6fbd5>]
231
+ >>
232
+ startxref
233
+ 1984
234
+ %%EOF
@@ -365,7 +365,7 @@ endobj
365
365
  (PDFKit)
366
366
  endobj
367
367
  15 0 obj
368
- (D:20211111111558Z)
368
+ (D:20220105111758Z)
369
369
  endobj
370
370
  12 0 obj
371
371
  <<
@@ -431,7 +431,7 @@ trailer
431
431
  /Size 16
432
432
  /Root 3 0 R
433
433
  /Info 12 0 R
434
- /ID [<a6bc31148594b96f5ce5c2a562ba7c69> <a6bc31148594b96f5ce5c2a562ba7c69>]
434
+ /ID [<c56c7d0b8cc5210d89c8c1898d4d1f76> <c56c7d0b8cc5210d89c8c1898d4d1f76>]
435
435
  >>
436
436
  startxref
437
437
  3929