abstract-document 6.1.0 → 6.3.2

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 (184) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/LICENSE +21 -0
  3. package/lib/abstract-document/table/table-cell.d.ts +4 -0
  4. package/lib/abstract-document/table/table-cell.d.ts.map +1 -1
  5. package/lib/abstract-document/table/table-cell.js +4 -2
  6. package/lib/abstract-document/table/table-cell.js.map +1 -1
  7. package/lib/abstract-document/table/table-row.d.ts.map +1 -1
  8. package/lib/abstract-document/table/table-row.js +1 -1
  9. package/lib/abstract-document/table/table-row.js.map +1 -1
  10. package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.d.ts +3 -0
  11. package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.d.ts.map +1 -0
  12. package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.js +553 -0
  13. package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.js.map +1 -0
  14. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.d.ts +3 -0
  15. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.d.ts.map +1 -0
  16. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.js +251 -0
  17. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.js.map +1 -0
  18. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.d.ts +3 -0
  19. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.d.ts.map +1 -0
  20. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.js +294 -0
  21. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.js.map +1 -0
  22. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.d.ts +3 -0
  23. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.d.ts.map +1 -0
  24. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.js +209 -0
  25. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.js.map +1 -0
  26. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.d.ts +3 -0
  27. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.d.ts.map +1 -0
  28. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.js +465 -0
  29. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.js.map +1 -0
  30. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.d.ts +3 -0
  31. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.d.ts.map +1 -0
  32. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.js +423 -0
  33. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.js.map +1 -0
  34. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.d.ts +3 -0
  35. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.d.ts.map +1 -0
  36. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.js +331 -0
  37. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.js.map +1 -0
  38. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.d.ts +3 -0
  39. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.d.ts.map +1 -0
  40. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.js +423 -0
  41. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.js.map +1 -0
  42. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.d.ts +3 -0
  43. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.d.ts.map +1 -0
  44. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.js +56 -0
  45. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.js.map +1 -0
  46. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.d.ts +3 -0
  47. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.d.ts.map +1 -0
  48. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.js +1541 -0
  49. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.js.map +1 -0
  50. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.d.ts +3 -0
  51. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.d.ts.map +1 -0
  52. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.js +512 -0
  53. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.js.map +1 -0
  54. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.d.ts +3 -0
  55. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.d.ts.map +1 -0
  56. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.js +396 -0
  57. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.js.map +1 -0
  58. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.d.ts +3 -0
  59. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.d.ts.map +1 -0
  60. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.js +148 -0
  61. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.js.map +1 -0
  62. package/lib/abstract-document-exporters/docx2/render.js +1 -0
  63. package/lib/abstract-document-exporters/docx2/render.js.map +1 -1
  64. package/lib/abstract-document-exporters/pdf/measure.d.ts +1 -0
  65. package/lib/abstract-document-exporters/pdf/measure.d.ts.map +1 -1
  66. package/lib/abstract-document-exporters/pdf/measure.js +2 -1
  67. package/lib/abstract-document-exporters/pdf/measure.js.map +1 -1
  68. package/lib/abstract-document-exporters/pdf/paginate.d.ts.map +1 -1
  69. package/lib/abstract-document-exporters/pdf/paginate.js +108 -25
  70. package/lib/abstract-document-exporters/pdf/paginate.js.map +1 -1
  71. package/lib/abstract-document-exporters/pdf/pre-process.d.ts.map +1 -1
  72. package/lib/abstract-document-exporters/pdf/pre-process.js +66 -30
  73. package/lib/abstract-document-exporters/pdf/pre-process.js.map +1 -1
  74. package/lib/abstract-document-exporters/pdf/render.d.ts.map +1 -1
  75. package/lib/abstract-document-exporters/pdf/render.js +19 -6
  76. package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
  77. package/package.json +3 -2
  78. package/src/abstract-document/table/table-cell.ts +9 -7
  79. package/src/abstract-document/table/table-row.ts +2 -5
  80. package/src/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.tsx +587 -0
  81. package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
  82. 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
  83. 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
  84. 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
  85. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
  86. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
  87. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
  88. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
  89. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  90. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
  91. package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
  92. rowSpan.docx +0 -0
  93. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
  94. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
  95. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
  96. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
  97. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  98. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
  99. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  100. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
  101. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  102. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
  103. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
  104. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
  105. package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
  106. package/src/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.tsx +272 -0
  107. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.tsx +317 -0
  108. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.tsx +227 -0
  109. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.tsx +500 -0
  110. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.tsx +455 -0
  111. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.tsx +354 -0
  112. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.tsx +455 -0
  113. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.tsx +1567 -0
  114. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.tsx +545 -0
  115. package/src/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.tsx +425 -0
  116. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
  117. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
  118. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +268 -0
  119. package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
  120. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
  121. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
  122. package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
  123. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
  124. 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
  125. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
  126. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
  127. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
  128. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
  129. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
  130. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
  131. package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
  132. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +302 -0
  133. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +234 -0
  134. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +438 -0
  135. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +404 -0
  136. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +336 -0
  137. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +404 -0
  138. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin.pdf +404 -0
  139. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +3983 -0
  140. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +486 -0
  141. package/src/abstract-document-exporters/__tests__/pdf/tmp/Paragraph numbering.pdf +143 -0
  142. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
  143. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
  144. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
  145. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
  146. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
  147. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
  148. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +375 -0
  149. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
  150. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
  151. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
  152. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
  153. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
  154. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
  155. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
  156. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +205 -0
  157. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
  158. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
  159. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +14 -14
  160. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
  161. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
  162. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
  163. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
  164. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
  165. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
  166. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
  167. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
  168. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
  169. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
  170. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
  171. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
  172. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
  173. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
  174. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
  175. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
  176. package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
  177. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
  178. package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
  179. package/src/abstract-document-exporters/docx2/render.ts +1 -0
  180. package/src/abstract-document-exporters/pdf/measure.ts +1 -1
  181. package/src/abstract-document-exporters/pdf/paginate.ts +181 -89
  182. package/src/abstract-document-exporters/pdf/pre-process.ts +76 -59
  183. package/src/abstract-document-exporters/pdf/render.ts +23 -5
  184. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.zip +0 -0
@@ -0,0 +1,404 @@
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 2426
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 334.82 Tm
32
+ /F1 10 Tf
33
+ [<54> 120 <65737420746162> 20 <6c652073746172> -40 <74732062656c6f> 15 <772074686973206c696e65> 0] TJ
34
+ ET
35
+ Q
36
+ 1 w
37
+ 0 511.36 m
38
+ 150 511.36 l
39
+ /DeviceRGB CS
40
+ 0 0 0 SCN
41
+ S
42
+ 1 w
43
+ 149.8 0 m
44
+ 149.8 511.86 l
45
+ /DeviceRGB CS
46
+ 0 0 0 SCN
47
+ S
48
+ 1 w
49
+ 0.2 0 m
50
+ 0.2 511.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
+ /DeviceRGB cs
61
+ 0 0 0 scn
62
+ q
63
+ 1 0 0 -1 0 842 cm
64
+ BT
65
+ 1 0 0 1 0 203.26 Tm
66
+ /F1 10 Tf
67
+ [<48656c6c6f2031> 0] TJ
68
+ ET
69
+ Q
70
+ 1 w
71
+ 0 663.12 m
72
+ 150 663.12 l
73
+ /DeviceRGB CS
74
+ 0 0 0 SCN
75
+ S
76
+ 1 w
77
+ 150 611.56 m
78
+ 150 663.42 l
79
+ /DeviceRGB CS
80
+ 0 0 0 SCN
81
+ S
82
+ 1 w
83
+ 0.2 611.56 m
84
+ 0.2 663.42 l
85
+ /DeviceRGB CS
86
+ 0 0 0 SCN
87
+ S
88
+ 1 w
89
+ -0.3 611.76 m
90
+ 150.3 611.76 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 150 203.26 Tm
100
+ /F1 10 Tf
101
+ [<48656c6c6f2032> 0] TJ
102
+ ET
103
+ Q
104
+ 1 w
105
+ 150 663.12 m
106
+ 250 663.12 l
107
+ /DeviceRGB CS
108
+ 0 0 0 SCN
109
+ S
110
+ 1 w
111
+ 249.8 611.56 m
112
+ 249.8 663.42 l
113
+ /DeviceRGB CS
114
+ 0 0 0 SCN
115
+ S
116
+ 1 w
117
+ 150 611.56 m
118
+ 150 663.42 l
119
+ /DeviceRGB CS
120
+ 0 0 0 SCN
121
+ S
122
+ 1 w
123
+ 149.5 611.76 m
124
+ 250.3 611.76 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 0 151.7 Tm
134
+ /F1 10 Tf
135
+ [<48656c6c6f2031> 0] TJ
136
+ ET
137
+ Q
138
+ 1 w
139
+ 0 714.68 m
140
+ 150 714.68 l
141
+ /DeviceRGB CS
142
+ 0 0 0 SCN
143
+ S
144
+ 1 w
145
+ 150 663.12 m
146
+ 150 714.98 l
147
+ /DeviceRGB CS
148
+ 0 0 0 SCN
149
+ S
150
+ 1 w
151
+ 0.2 663.12 m
152
+ 0.2 714.98 l
153
+ /DeviceRGB CS
154
+ 0 0 0 SCN
155
+ S
156
+ 1 w
157
+ -0.3 663.12 m
158
+ 150.3 663.12 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 150 151.7 Tm
168
+ /F1 10 Tf
169
+ [<48656c6c6f2032> 0] TJ
170
+ ET
171
+ Q
172
+ 1 w
173
+ 150 714.68 m
174
+ 250 714.68 l
175
+ /DeviceRGB CS
176
+ 0 0 0 SCN
177
+ S
178
+ 1 w
179
+ 249.8 663.12 m
180
+ 249.8 714.98 l
181
+ /DeviceRGB CS
182
+ 0 0 0 SCN
183
+ S
184
+ 1 w
185
+ 150 663.12 m
186
+ 150 714.98 l
187
+ /DeviceRGB CS
188
+ 0 0 0 SCN
189
+ S
190
+ 1 w
191
+ 149.5 663.12 m
192
+ 250.3 663.12 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 0 100.14 Tm
202
+ /F1 10 Tf
203
+ [<48656c6c6f2031> 0] TJ
204
+ ET
205
+ Q
206
+ 1 w
207
+ 0 766.04 m
208
+ 150 766.04 l
209
+ /DeviceRGB CS
210
+ 0 0 0 SCN
211
+ S
212
+ 1 w
213
+ 150 714.68 m
214
+ 150 766.54 l
215
+ /DeviceRGB CS
216
+ 0 0 0 SCN
217
+ S
218
+ 1 w
219
+ 0.2 714.68 m
220
+ 0.2 766.54 l
221
+ /DeviceRGB CS
222
+ 0 0 0 SCN
223
+ S
224
+ 1 w
225
+ -0.3 714.68 m
226
+ 150.3 714.68 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 150 100.14 Tm
236
+ /F1 10 Tf
237
+ [<48656c6c6f2032> 0] TJ
238
+ ET
239
+ Q
240
+ 1 w
241
+ 150 766.04 m
242
+ 250 766.04 l
243
+ /DeviceRGB CS
244
+ 0 0 0 SCN
245
+ S
246
+ 1 w
247
+ 249.8 714.68 m
248
+ 249.8 766.54 l
249
+ /DeviceRGB CS
250
+ 0 0 0 SCN
251
+ S
252
+ 1 w
253
+ 150 714.68 m
254
+ 150 766.54 l
255
+ /DeviceRGB CS
256
+ 0 0 0 SCN
257
+ S
258
+ 1 w
259
+ 149.5 714.68 m
260
+ 250.3 714.68 l
261
+ /DeviceRGB CS
262
+ 0 0 0 SCN
263
+ S
264
+
265
+ endstream
266
+ endobj
267
+ 11 0 obj
268
+ <<
269
+ /Type /Page
270
+ /Parent 1 0 R
271
+ /MediaBox [0 0 595 842]
272
+ /Contents 9 0 R
273
+ /Resources 10 0 R
274
+ >>
275
+ endobj
276
+ 10 0 obj
277
+ <<
278
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
279
+ /Font <<
280
+ /F1 8 0 R
281
+ >>
282
+ >>
283
+ endobj
284
+ 9 0 obj
285
+ <<
286
+ /Length 408
287
+ >>
288
+ stream
289
+ 1 0 0 -1 0 842 cm
290
+ /DeviceRGB cs
291
+ 0 0 0 scn
292
+ q
293
+ 1 0 0 -1 0 842 cm
294
+ BT
295
+ 1 0 0 1 0 834.82 Tm
296
+ /F1 10 Tf
297
+ [<54> 120 <65737420746162> 20 <6c6520656e6465642061626f> 15 <76> 25 <652074686973206c696e65> 0] TJ
298
+ ET
299
+ Q
300
+ 1 w
301
+ 0 11.36 m
302
+ 150 11.36 l
303
+ /DeviceRGB CS
304
+ 0 0 0 SCN
305
+ S
306
+ 1 w
307
+ 149.8 0 m
308
+ 149.8 11.86 l
309
+ /DeviceRGB CS
310
+ 0 0 0 SCN
311
+ S
312
+ 1 w
313
+ 0.2 0 m
314
+ 0.2 11.86 l
315
+ /DeviceRGB CS
316
+ 0 0 0 SCN
317
+ S
318
+ 1 w
319
+ -0.3 0.2 m
320
+ 150.3 0.2 l
321
+ /DeviceRGB CS
322
+ 0 0 0 SCN
323
+ S
324
+
325
+ endstream
326
+ endobj
327
+ 13 0 obj
328
+ (PDFKit)
329
+ endobj
330
+ 14 0 obj
331
+ (PDFKit)
332
+ endobj
333
+ 15 0 obj
334
+ (D:20211124130823Z)
335
+ endobj
336
+ 12 0 obj
337
+ <<
338
+ /Producer 13 0 R
339
+ /Creator 14 0 R
340
+ /CreationDate 15 0 R
341
+ >>
342
+ endobj
343
+ 8 0 obj
344
+ <<
345
+ /Type /Font
346
+ /BaseFont /Helvetica
347
+ /Subtype /Type1
348
+ /Encoding /WinAnsiEncoding
349
+ >>
350
+ endobj
351
+ 4 0 obj
352
+ <<
353
+ >>
354
+ endobj
355
+ 3 0 obj
356
+ <<
357
+ /Type /Catalog
358
+ /Pages 1 0 R
359
+ /Names 2 0 R
360
+ >>
361
+ endobj
362
+ 1 0 obj
363
+ <<
364
+ /Type /Pages
365
+ /Count 2
366
+ /Kids [7 0 R 11 0 R]
367
+ >>
368
+ endobj
369
+ 2 0 obj
370
+ <<
371
+ /Dests <<
372
+ /Names [
373
+ ]
374
+ >>
375
+ >>
376
+ endobj
377
+ xref
378
+ 0 16
379
+ 0000000000 65535 f
380
+ 0000003683 00000 n
381
+ 0000003747 00000 n
382
+ 0000003621 00000 n
383
+ 0000003600 00000 n
384
+ 0000000208 00000 n
385
+ 0000000119 00000 n
386
+ 0000000015 00000 n
387
+ 0000003503 00000 n
388
+ 0000002882 00000 n
389
+ 0000002792 00000 n
390
+ 0000002686 00000 n
391
+ 0000003427 00000 n
392
+ 0000003341 00000 n
393
+ 0000003366 00000 n
394
+ 0000003391 00000 n
395
+ trailer
396
+ <<
397
+ /Size 16
398
+ /Root 3 0 R
399
+ /Info 12 0 R
400
+ /ID [<12d2b74f8d0370bf93be6927e0fa2d67> <12d2b74f8d0370bf93be6927e0fa2d67>]
401
+ >>
402
+ startxref
403
+ 3794
404
+ %%EOF
@@ -0,0 +1,336 @@
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 657
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 434.82 Tm
32
+ /F1 10 Tf
33
+ [<48656c6c6f2031> 0] TJ
34
+ ET
35
+ Q
36
+ 1 w
37
+ 0 861.36 m
38
+ 150 861.36 l
39
+ /DeviceRGB CS
40
+ 0 0 0 SCN
41
+ S
42
+ 1 w
43
+ 150 0 m
44
+ 150 861.86 l
45
+ /DeviceRGB CS
46
+ 0 0 0 SCN
47
+ S
48
+ 1 w
49
+ 0.2 0 m
50
+ 0.2 861.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
+ /DeviceRGB cs
61
+ 0 0 0 scn
62
+ q
63
+ 1 0 0 -1 0 842 cm
64
+ BT
65
+ 1 0 0 1 150 409.82 Tm
66
+ /F1 10 Tf
67
+ [<48656c6c6f2032> 0] TJ
68
+ ET
69
+ Q
70
+ 1 w
71
+ 150 861.36 m
72
+ 250 861.36 l
73
+ /DeviceRGB CS
74
+ 0 0 0 SCN
75
+ S
76
+ 1 w
77
+ 249.8 0 m
78
+ 249.8 861.86 l
79
+ /DeviceRGB CS
80
+ 0 0 0 SCN
81
+ S
82
+ 1 w
83
+ 150 0 m
84
+ 150 861.86 l
85
+ /DeviceRGB CS
86
+ 0 0 0 SCN
87
+ S
88
+ 1 w
89
+ 149.5 0.2 m
90
+ 250.3 0.2 l
91
+ /DeviceRGB CS
92
+ 0 0 0 SCN
93
+ S
94
+
95
+ endstream
96
+ endobj
97
+ 11 0 obj
98
+ <<
99
+ /Type /Page
100
+ /Parent 1 0 R
101
+ /MediaBox [0 0 595 842]
102
+ /Contents 9 0 R
103
+ /Resources 10 0 R
104
+ >>
105
+ endobj
106
+ 10 0 obj
107
+ <<
108
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
109
+ /Font <<
110
+ /F1 8 0 R
111
+ >>
112
+ >>
113
+ endobj
114
+ 9 0 obj
115
+ <<
116
+ /Length 1312
117
+ >>
118
+ stream
119
+ 1 0 0 -1 0 842 cm
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 0 814.82 Tm
126
+ /F1 10 Tf
127
+ [<48656c6c6f2031> 0] TJ
128
+ ET
129
+ Q
130
+ 1 w
131
+ 0 51.56 m
132
+ 150 51.56 l
133
+ /DeviceRGB CS
134
+ 0 0 0 SCN
135
+ S
136
+ 1 w
137
+ 150 0 m
138
+ 150 51.86 l
139
+ /DeviceRGB CS
140
+ 0 0 0 SCN
141
+ S
142
+ 1 w
143
+ 0.2 0 m
144
+ 0.2 51.86 l
145
+ /DeviceRGB CS
146
+ 0 0 0 SCN
147
+ S
148
+ 1 w
149
+ -0.3 0.2 m
150
+ 150.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 150 814.82 Tm
160
+ /F1 10 Tf
161
+ [<48656c6c6f2032> 0] TJ
162
+ ET
163
+ Q
164
+ 1 w
165
+ 150 51.56 m
166
+ 250 51.56 l
167
+ /DeviceRGB CS
168
+ 0 0 0 SCN
169
+ S
170
+ 1 w
171
+ 249.8 0 m
172
+ 249.8 51.86 l
173
+ /DeviceRGB CS
174
+ 0 0 0 SCN
175
+ S
176
+ 1 w
177
+ 150 0 m
178
+ 150 51.86 l
179
+ /DeviceRGB CS
180
+ 0 0 0 SCN
181
+ S
182
+ 1 w
183
+ 149.5 0.2 m
184
+ 250.3 0.2 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 0 763.26 Tm
194
+ /F1 10 Tf
195
+ [<48656c6c6f2031> 0] TJ
196
+ ET
197
+ Q
198
+ 1 w
199
+ 0 102.92 m
200
+ 150 102.92 l
201
+ /DeviceRGB CS
202
+ 0 0 0 SCN
203
+ S
204
+ 1 w
205
+ 150 51.56 m
206
+ 150 103.42 l
207
+ /DeviceRGB CS
208
+ 0 0 0 SCN
209
+ S
210
+ 1 w
211
+ 0.2 51.56 m
212
+ 0.2 103.42 l
213
+ /DeviceRGB CS
214
+ 0 0 0 SCN
215
+ S
216
+ 1 w
217
+ -0.3 51.56 m
218
+ 150.3 51.56 l
219
+ /DeviceRGB CS
220
+ 0 0 0 SCN
221
+ S
222
+ /DeviceRGB cs
223
+ 0 0 0 scn
224
+ q
225
+ 1 0 0 -1 0 842 cm
226
+ BT
227
+ 1 0 0 1 150 763.26 Tm
228
+ /F1 10 Tf
229
+ [<48656c6c6f2032> 0] TJ
230
+ ET
231
+ Q
232
+ 1 w
233
+ 150 102.92 m
234
+ 250 102.92 l
235
+ /DeviceRGB CS
236
+ 0 0 0 SCN
237
+ S
238
+ 1 w
239
+ 249.8 51.56 m
240
+ 249.8 103.42 l
241
+ /DeviceRGB CS
242
+ 0 0 0 SCN
243
+ S
244
+ 1 w
245
+ 150 51.56 m
246
+ 150 103.42 l
247
+ /DeviceRGB CS
248
+ 0 0 0 SCN
249
+ S
250
+ 1 w
251
+ 149.5 51.56 m
252
+ 250.3 51.56 l
253
+ /DeviceRGB CS
254
+ 0 0 0 SCN
255
+ S
256
+
257
+ endstream
258
+ endobj
259
+ 13 0 obj
260
+ (PDFKit)
261
+ endobj
262
+ 14 0 obj
263
+ (PDFKit)
264
+ endobj
265
+ 15 0 obj
266
+ (D:20211124130823Z)
267
+ endobj
268
+ 12 0 obj
269
+ <<
270
+ /Producer 13 0 R
271
+ /Creator 14 0 R
272
+ /CreationDate 15 0 R
273
+ >>
274
+ endobj
275
+ 8 0 obj
276
+ <<
277
+ /Type /Font
278
+ /BaseFont /Helvetica
279
+ /Subtype /Type1
280
+ /Encoding /WinAnsiEncoding
281
+ >>
282
+ endobj
283
+ 4 0 obj
284
+ <<
285
+ >>
286
+ endobj
287
+ 3 0 obj
288
+ <<
289
+ /Type /Catalog
290
+ /Pages 1 0 R
291
+ /Names 2 0 R
292
+ >>
293
+ endobj
294
+ 1 0 obj
295
+ <<
296
+ /Type /Pages
297
+ /Count 2
298
+ /Kids [7 0 R 11 0 R]
299
+ >>
300
+ endobj
301
+ 2 0 obj
302
+ <<
303
+ /Dests <<
304
+ /Names [
305
+ ]
306
+ >>
307
+ >>
308
+ endobj
309
+ xref
310
+ 0 16
311
+ 0000000000 65535 f
312
+ 0000002818 00000 n
313
+ 0000002882 00000 n
314
+ 0000002756 00000 n
315
+ 0000002735 00000 n
316
+ 0000000208 00000 n
317
+ 0000000119 00000 n
318
+ 0000000015 00000 n
319
+ 0000002638 00000 n
320
+ 0000001112 00000 n
321
+ 0000001022 00000 n
322
+ 0000000916 00000 n
323
+ 0000002562 00000 n
324
+ 0000002476 00000 n
325
+ 0000002501 00000 n
326
+ 0000002526 00000 n
327
+ trailer
328
+ <<
329
+ /Size 16
330
+ /Root 3 0 R
331
+ /Info 12 0 R
332
+ /ID [<5c0b5745b983f6e109f56dc50f8ecdb0> <5c0b5745b983f6e109f56dc50f8ecdb0>]
333
+ >>
334
+ startxref
335
+ 2929
336
+ %%EOF