abstract-document 6.7.0 → 6.8.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 (144) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/lib/abstract-document/atoms/toc-separator.d.ts +2 -0
  3. package/lib/abstract-document/atoms/toc-separator.d.ts.map +1 -1
  4. package/lib/abstract-document/atoms/toc-separator.js +2 -1
  5. package/lib/abstract-document/atoms/toc-separator.js.map +1 -1
  6. package/lib/abstract-document/styles/text-style.d.ts +0 -3
  7. package/lib/abstract-document/styles/text-style.d.ts.map +1 -1
  8. package/lib/abstract-document/styles/text-style.js +1 -2
  9. package/lib/abstract-document/styles/text-style.js.map +1 -1
  10. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-no-underline.d.ts +3 -0
  11. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-no-underline.d.ts.map +1 -0
  12. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-no-underline.js +114 -0
  13. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-no-underline.js.map +1 -0
  14. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-with-underline.d.ts +3 -0
  15. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-with-underline.d.ts.map +1 -0
  16. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-with-underline.js +114 -0
  17. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-with-underline.js.map +1 -0
  18. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink copy.d.ts +3 -0
  19. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink copy.d.ts.map +1 -0
  20. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink copy.js +65 -0
  21. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink copy.js.map +1 -0
  22. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-no-underline.d.ts +3 -0
  23. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-no-underline.d.ts.map +1 -0
  24. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-no-underline.js +85 -0
  25. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-no-underline.js.map +1 -0
  26. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-with-underline.d.ts +3 -0
  27. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-with-underline.d.ts.map +1 -0
  28. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-with-underline.js +85 -0
  29. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-with-underline.js.map +1 -0
  30. package/lib/abstract-document-exporters/pdf/render.js +10 -9
  31. package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
  32. package/package.json +2 -3
  33. package/src/abstract-document/atoms/toc-separator.ts +6 -2
  34. package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
  35. 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
  36. 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
  37. 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
  38. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
  39. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
  40. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
  41. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
  42. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  43. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
  44. package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
  45. 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
  46. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
  47. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
  48. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
  49. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
  50. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  51. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
  52. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  53. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
  54. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  55. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
  56. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
  57. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
  58. package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
  59. package/src/abstract-document-exporters/__tests__/pdf/test-defs/absolute-position-header-and-footer.tsx +11 -3
  60. package/src/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-no-underline.tsx +114 -0
  61. package/src/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-with-underline.tsx +114 -0
  62. package/src/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-no-underline.tsx +70 -0
  63. package/src/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-with-underline.tsx +70 -0
  64. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +2 -2
  65. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +4 -4
  66. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +2 -2
  67. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +2 -2
  68. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +2 -2
  69. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +2 -2
  70. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
  71. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
  72. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +2 -2
  73. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +2 -2
  74. package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
  75. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +250 -682
  76. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +250 -682
  77. package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
  78. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +180 -0
  79. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +192 -0
  80. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +34 -60
  81. 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
  82. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
  83. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
  84. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
  85. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
  86. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
  87. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
  88. package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
  89. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +2 -2
  90. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +2 -2
  91. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +2 -2
  92. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +2 -2
  93. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +2 -2
  94. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +2 -2
  95. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +2 -2
  96. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +2 -2
  97. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
  98. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
  99. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
  100. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
  101. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
  102. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
  103. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
  104. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
  105. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +2 -2
  106. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
  107. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
  108. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
  109. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
  110. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
  111. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
  112. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
  113. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +2 -2
  114. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
  115. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
  116. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +14 -14
  117. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +2 -2
  118. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +29 -43
  119. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +146 -0
  120. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +29 -43
  121. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +29 -43
  122. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
  123. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
  124. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
  125. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
  126. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +2 -2
  127. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +2 -2
  128. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +2 -2
  129. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +2 -2
  130. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +2 -2
  131. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
  132. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
  133. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
  134. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
  135. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
  136. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
  137. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
  138. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
  139. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
  140. package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +26 -40
  141. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
  142. package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
  143. package/src/abstract-document-exporters/pdf/render.ts +42 -30
  144. package/LICENSE +0 -21
@@ -0,0 +1,146 @@
1
+ %PDF-1.3
2
+ %����
3
+ 9 0 obj
4
+ <<
5
+ /align /left
6
+ /Subtype /Underline
7
+ /QuadPoints [0 840 22.78 840 0 828.44 22.78 828.44]
8
+ /Contents ()
9
+ /Type /Annot
10
+ /Rect [0 828.44 22.78 840]
11
+ /Border [0 0 0]
12
+ /C [0 0 1]
13
+ /Align /left
14
+ >>
15
+ endobj
16
+ 10 0 obj
17
+ <<
18
+ /S /URI
19
+ /URI (https://divid.se)
20
+ >>
21
+ endobj
22
+ 11 0 obj
23
+ <<
24
+ /Subtype /Link
25
+ /A 10 0 R
26
+ /Type /Annot
27
+ /Rect [0 830.44 22.78 842]
28
+ /Border [0 0 0]
29
+ /F 4
30
+ >>
31
+ endobj
32
+ 7 0 obj
33
+ <<
34
+ /Type /Page
35
+ /Parent 1 0 R
36
+ /MediaBox [0 0 595 842]
37
+ /Contents 5 0 R
38
+ /Resources 6 0 R
39
+ /Annots [9 0 R 11 0 R]
40
+ >>
41
+ endobj
42
+ 6 0 obj
43
+ <<
44
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
45
+ /Font <<
46
+ /F1 8 0 R
47
+ >>
48
+ >>
49
+ endobj
50
+ 5 0 obj
51
+ <<
52
+ /Length 120
53
+ >>
54
+ stream
55
+ 1 0 0 -1 0 842 cm
56
+ /DeviceRGB cs
57
+ 0 0 1 scn
58
+ q
59
+ 1 0 0 -1 0 842 cm
60
+ BT
61
+ 1 0 0 1 0 834.82 Tm
62
+ /F1 10 Tf
63
+ [<48656c6c6f> 0] TJ
64
+ ET
65
+ Q
66
+
67
+ endstream
68
+ endobj
69
+ 13 0 obj
70
+ (PDFKit)
71
+ endobj
72
+ 14 0 obj
73
+ (PDFKit)
74
+ endobj
75
+ 15 0 obj
76
+ (D:20220216115439Z)
77
+ endobj
78
+ 12 0 obj
79
+ <<
80
+ /Producer 13 0 R
81
+ /Creator 14 0 R
82
+ /CreationDate 15 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 16
121
+ 0000000000 65535 f
122
+ 0000001105 00000 n
123
+ 0000001162 00000 n
124
+ 0000001043 00000 n
125
+ 0000001022 00000 n
126
+ 0000000592 00000 n
127
+ 0000000503 00000 n
128
+ 0000000376 00000 n
129
+ 0000000925 00000 n
130
+ 0000000015 00000 n
131
+ 0000000214 00000 n
132
+ 0000000268 00000 n
133
+ 0000000849 00000 n
134
+ 0000000763 00000 n
135
+ 0000000788 00000 n
136
+ 0000000813 00000 n
137
+ trailer
138
+ <<
139
+ /Size 16
140
+ /Root 3 0 R
141
+ /Info 12 0 R
142
+ /ID [<a04e1dd9297e123778293a84d90f21cd> <a04e1dd9297e123778293a84d90f21cd>]
143
+ >>
144
+ startxref
145
+ 1209
146
+ %%EOF
@@ -2,27 +2,14 @@
2
2
  %����
3
3
  9 0 obj
4
4
  <<
5
- /align /right
6
- /Subtype /Underline
7
- /QuadPoints [572.22 840 595 840 572.22 828.44 595 828.44]
8
- /Contents ()
9
- /Type /Annot
10
- /Rect [572.22 828.44 595 840]
11
- /Border [0 0 0]
12
- /C [0 0 1]
13
- /Align /right
14
- >>
15
- endobj
16
- 10 0 obj
17
- <<
18
5
  /S /URI
19
6
  /URI (https://divid.se)
20
7
  >>
21
8
  endobj
22
- 11 0 obj
9
+ 10 0 obj
23
10
  <<
24
11
  /Subtype /Link
25
- /A 10 0 R
12
+ /A 9 0 R
26
13
  /Type /Annot
27
14
  /Rect [572.22 830.44 595 842]
28
15
  /Border [0 0 0]
@@ -36,7 +23,7 @@ endobj
36
23
  /MediaBox [0 0 595 842]
37
24
  /Contents 5 0 R
38
25
  /Resources 6 0 R
39
- /Annots [9 0 R 11 0 R]
26
+ /Annots [10 0 R]
40
27
  >>
41
28
  endobj
42
29
  6 0 obj
@@ -66,20 +53,20 @@ Q
66
53
 
67
54
  endstream
68
55
  endobj
69
- 13 0 obj
56
+ 12 0 obj
70
57
  (PDFKit)
71
58
  endobj
72
- 14 0 obj
59
+ 13 0 obj
73
60
  (PDFKit)
74
61
  endobj
75
- 15 0 obj
76
- (D:20220215122943Z)
62
+ 14 0 obj
63
+ (D:20220216115439Z)
77
64
  endobj
78
- 12 0 obj
65
+ 11 0 obj
79
66
  <<
80
- /Producer 13 0 R
81
- /Creator 14 0 R
82
- /CreationDate 15 0 R
67
+ /Producer 12 0 R
68
+ /Creator 13 0 R
69
+ /CreationDate 14 0 R
83
70
  >>
84
71
  endobj
85
72
  8 0 obj
@@ -117,30 +104,29 @@ endobj
117
104
  >>
118
105
  endobj
119
106
  xref
120
- 0 16
107
+ 0 15
121
108
  0000000000 65535 f
122
- 0000001124 00000 n
123
- 0000001181 00000 n
124
- 0000001062 00000 n
125
- 0000001041 00000 n
126
- 0000000606 00000 n
127
- 0000000517 00000 n
128
- 0000000390 00000 n
129
- 0000000944 00000 n
109
+ 0000000906 00000 n
110
+ 0000000963 00000 n
111
+ 0000000844 00000 n
112
+ 0000000823 00000 n
113
+ 0000000388 00000 n
114
+ 0000000299 00000 n
115
+ 0000000178 00000 n
116
+ 0000000726 00000 n
130
117
  0000000015 00000 n
131
- 0000000225 00000 n
132
- 0000000279 00000 n
133
- 0000000868 00000 n
134
- 0000000782 00000 n
135
- 0000000807 00000 n
136
- 0000000832 00000 n
118
+ 0000000068 00000 n
119
+ 0000000650 00000 n
120
+ 0000000564 00000 n
121
+ 0000000589 00000 n
122
+ 0000000614 00000 n
137
123
  trailer
138
124
  <<
139
- /Size 16
125
+ /Size 15
140
126
  /Root 3 0 R
141
- /Info 12 0 R
142
- /ID [<018d00f78738e4d03a0a05957beb3369> <018d00f78738e4d03a0a05957beb3369>]
127
+ /Info 11 0 R
128
+ /ID [<70a3e0bae75f18cac15fe0ae4d5c1834> <70a3e0bae75f18cac15fe0ae4d5c1834>]
143
129
  >>
144
130
  startxref
145
- 1228
131
+ 1010
146
132
  %%EOF
@@ -2,27 +2,14 @@
2
2
  %����
3
3
  9 0 obj
4
4
  <<
5
- /align /left
6
- /Subtype /Underline
7
- /QuadPoints [0 840 22.78 840 0 828.44 22.78 828.44]
8
- /Contents ()
9
- /Type /Annot
10
- /Rect [0 828.44 22.78 840]
11
- /Border [0 0 0]
12
- /C [0 0 1]
13
- /Align /left
14
- >>
15
- endobj
16
- 10 0 obj
17
- <<
18
5
  /S /URI
19
6
  /URI (https://divid.se)
20
7
  >>
21
8
  endobj
22
- 11 0 obj
9
+ 10 0 obj
23
10
  <<
24
11
  /Subtype /Link
25
- /A 10 0 R
12
+ /A 9 0 R
26
13
  /Type /Annot
27
14
  /Rect [0 830.44 22.78 842]
28
15
  /Border [0 0 0]
@@ -36,7 +23,7 @@ endobj
36
23
  /MediaBox [0 0 595 842]
37
24
  /Contents 5 0 R
38
25
  /Resources 6 0 R
39
- /Annots [9 0 R 11 0 R]
26
+ /Annots [10 0 R]
40
27
  >>
41
28
  endobj
42
29
  6 0 obj
@@ -66,20 +53,20 @@ Q
66
53
 
67
54
  endstream
68
55
  endobj
69
- 13 0 obj
56
+ 12 0 obj
70
57
  (PDFKit)
71
58
  endobj
72
- 14 0 obj
59
+ 13 0 obj
73
60
  (PDFKit)
74
61
  endobj
75
- 15 0 obj
76
- (D:20220215122943Z)
62
+ 14 0 obj
63
+ (D:20220216115439Z)
77
64
  endobj
78
- 12 0 obj
65
+ 11 0 obj
79
66
  <<
80
- /Producer 13 0 R
81
- /Creator 14 0 R
82
- /CreationDate 15 0 R
67
+ /Producer 12 0 R
68
+ /Creator 13 0 R
69
+ /CreationDate 14 0 R
83
70
  >>
84
71
  endobj
85
72
  8 0 obj
@@ -117,30 +104,29 @@ endobj
117
104
  >>
118
105
  endobj
119
106
  xref
120
- 0 16
107
+ 0 15
121
108
  0000000000 65535 f
122
- 0000001105 00000 n
123
- 0000001162 00000 n
124
- 0000001043 00000 n
125
- 0000001022 00000 n
126
- 0000000592 00000 n
127
- 0000000503 00000 n
128
- 0000000376 00000 n
129
- 0000000925 00000 n
109
+ 0000000898 00000 n
110
+ 0000000955 00000 n
111
+ 0000000836 00000 n
112
+ 0000000815 00000 n
113
+ 0000000385 00000 n
114
+ 0000000296 00000 n
115
+ 0000000175 00000 n
116
+ 0000000718 00000 n
130
117
  0000000015 00000 n
131
- 0000000214 00000 n
132
- 0000000268 00000 n
133
- 0000000849 00000 n
134
- 0000000763 00000 n
135
- 0000000788 00000 n
136
- 0000000813 00000 n
118
+ 0000000068 00000 n
119
+ 0000000642 00000 n
120
+ 0000000556 00000 n
121
+ 0000000581 00000 n
122
+ 0000000606 00000 n
137
123
  trailer
138
124
  <<
139
- /Size 16
125
+ /Size 15
140
126
  /Root 3 0 R
141
- /Info 12 0 R
142
- /ID [<0aacf8c438bedbe2b56b03c53cbd5593> <0aacf8c438bedbe2b56b03c53cbd5593>]
127
+ /Info 11 0 R
128
+ /ID [<253cb81401cced98805b8dc4756806c0> <253cb81401cced98805b8dc4756806c0>]
143
129
  >>
144
130
  startxref
145
- 1209
131
+ 1002
146
132
  %%EOF
@@ -108,7 +108,7 @@ endobj
108
108
  (PDFKit)
109
109
  endobj
110
110
  13 0 obj
111
- (D:20220215122943Z)
111
+ (D:20220216115439Z)
112
112
  endobj
113
113
  10 0 obj
114
114
  <<
@@ -172,7 +172,7 @@ trailer
172
172
  /Size 14
173
173
  /Root 3 0 R
174
174
  /Info 10 0 R
175
- /ID [<a03e6debcb7f81d04aea6dea2ee59c39> <a03e6debcb7f81d04aea6dea2ee59c39>]
175
+ /ID [<ee591ced31419f992388ed2955202eca> <ee591ced31419f992388ed2955202eca>]
176
176
  >>
177
177
  startxref
178
178
  1530
@@ -108,7 +108,7 @@ endobj
108
108
  (PDFKit)
109
109
  endobj
110
110
  13 0 obj
111
- (D:20220215122943Z)
111
+ (D:20220216115440Z)
112
112
  endobj
113
113
  10 0 obj
114
114
  <<
@@ -172,7 +172,7 @@ trailer
172
172
  /Size 14
173
173
  /Root 3 0 R
174
174
  /Info 10 0 R
175
- /ID [<f4406a4259929acd2cf738645af5259a> <f4406a4259929acd2cf738645af5259a>]
175
+ /ID [<7793713a368e0cb9f6ef14e9017e74e4> <7793713a368e0cb9f6ef14e9017e74e4>]
176
176
  >>
177
177
  startxref
178
178
  1530
@@ -154,7 +154,7 @@ endobj
154
154
  (PDFKit)
155
155
  endobj
156
156
  18 0 obj
157
- (D:20220215122943Z)
157
+ (D:20220216115440Z)
158
158
  endobj
159
159
  15 0 obj
160
160
  <<
@@ -215,7 +215,7 @@ trailer
215
215
  /Size 19
216
216
  /Root 3 0 R
217
217
  /Info 15 0 R
218
- /ID [<acbf72d968218e1697a8757cf429242d> <acbf72d968218e1697a8757cf429242d>]
218
+ /ID [<ada90b9dc7e01e5cd15749d83e8e7c13> <ada90b9dc7e01e5cd15749d83e8e7c13>]
219
219
  >>
220
220
  startxref
221
221
  1798
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220215122943Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<c7588c298bb77ef6cfb033e11da671c6> <c7588c298bb77ef6cfb033e11da671c6>]
109
+ /ID [<0486b51d7c07703407c0c87898fe1fe8> <0486b51d7c07703407c0c87898fe1fe8>]
110
110
  >>
111
111
  startxref
112
112
  821
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220215122943Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<bd8e20156d3d5fc576903ce5e24c282a> <bd8e20156d3d5fc576903ce5e24c282a>]
109
+ /ID [<5da4163329494153786e56d2c7c32165> <5da4163329494153786e56d2c7c32165>]
110
110
  >>
111
111
  startxref
112
112
  824
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220215122943Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<882575d1de7b05f6358c58969995a639> <882575d1de7b05f6358c58969995a639>]
109
+ /ID [<116d9b3c360c475df5360cb5e1708083> <116d9b3c360c475df5360cb5e1708083>]
110
110
  >>
111
111
  startxref
112
112
  825
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220215122943Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<2826ab3091cb36de7a540836ed65a6d7> <2826ab3091cb36de7a540836ed65a6d7>]
109
+ /ID [<b22a502e18947f5f632429f7aa05cc0b> <b22a502e18947f5f632429f7aa05cc0b>]
110
110
  >>
111
111
  startxref
112
112
  825
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220215122943Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<37ad9551cfbb53c3cc6eb4091d522975> <37ad9551cfbb53c3cc6eb4091d522975>]
109
+ /ID [<a0cacc29ef5bd362772fc157da9212d7> <a0cacc29ef5bd362772fc157da9212d7>]
110
110
  >>
111
111
  startxref
112
112
  824
@@ -51,7 +51,7 @@ endobj
51
51
  (PDFKit)
52
52
  endobj
53
53
  12 0 obj
54
- (D:20220215122943Z)
54
+ (D:20220216115440Z)
55
55
  endobj
56
56
  9 0 obj
57
57
  <<
@@ -114,7 +114,7 @@ trailer
114
114
  /Size 13
115
115
  /Root 3 0 R
116
116
  /Info 9 0 R
117
- /ID [<850dd4d668179313b1e5773d8b14850d> <850dd4d668179313b1e5773d8b14850d>]
117
+ /ID [<4643254eef8f285f6cedc90e113931f2> <4643254eef8f285f6cedc90e113931f2>]
118
118
  >>
119
119
  startxref
120
120
  1427
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220215122943Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<7e3be9b2d88f0c0c75642c26051b3051> <7e3be9b2d88f0c0c75642c26051b3051>]
109
+ /ID [<116118da3dbd341db9f7bb2348cc3add> <116118da3dbd341db9f7bb2348cc3add>]
110
110
  >>
111
111
  startxref
112
112
  854
@@ -51,7 +51,7 @@ endobj
51
51
  (PDFKit)
52
52
  endobj
53
53
  12 0 obj
54
- (D:20220215122943Z)
54
+ (D:20220216115440Z)
55
55
  endobj
56
56
  9 0 obj
57
57
  <<
@@ -114,7 +114,7 @@ trailer
114
114
  /Size 13
115
115
  /Root 3 0 R
116
116
  /Info 9 0 R
117
- /ID [<5e08ab0f0eb660327eb959e5fad9cebd> <5e08ab0f0eb660327eb959e5fad9cebd>]
117
+ /ID [<e05578d0fa5e469dae6f2b0aafb6e267> <e05578d0fa5e469dae6f2b0aafb6e267>]
118
118
  >>
119
119
  startxref
120
120
  1427
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220215122943Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<69267e383428e163b950b8f6f80485fb> <69267e383428e163b950b8f6f80485fb>]
109
+ /ID [<d165f9d58b6892c2d239c28d74d2d5f0> <d165f9d58b6892c2d239c28d74d2d5f0>]
110
110
  >>
111
111
  startxref
112
112
  853
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220215122943Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<61ecad3fe58db84137e7d2ab2041a119> <61ecad3fe58db84137e7d2ab2041a119>]
109
+ /ID [<f1570a4487539498cecc2a7fe6cd2d60> <f1570a4487539498cecc2a7fe6cd2d60>]
110
110
  >>
111
111
  startxref
112
112
  848
@@ -51,7 +51,7 @@ endobj
51
51
  (PDFKit)
52
52
  endobj
53
53
  12 0 obj
54
- (D:20220215122943Z)
54
+ (D:20220216115440Z)
55
55
  endobj
56
56
  9 0 obj
57
57
  <<
@@ -114,7 +114,7 @@ trailer
114
114
  /Size 13
115
115
  /Root 3 0 R
116
116
  /Info 9 0 R
117
- /ID [<736a7c7fc3d67886bd3e84197d5003c4> <736a7c7fc3d67886bd3e84197d5003c4>]
117
+ /ID [<5eda86b371892bd60b0d4dd8846a250d> <5eda86b371892bd60b0d4dd8846a250d>]
118
118
  >>
119
119
  startxref
120
120
  1418
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220215122943Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<26da2455df14075a8d7880b9c05e6288> <26da2455df14075a8d7880b9c05e6288>]
109
+ /ID [<38cd17eb4cee0367b81ff192c68fffd5> <38cd17eb4cee0367b81ff192c68fffd5>]
110
110
  >>
111
111
  startxref
112
112
  848
@@ -63,7 +63,7 @@ endobj
63
63
  (PDFKit)
64
64
  endobj
65
65
  12 0 obj
66
- (D:20220215122943Z)
66
+ (D:20220216115440Z)
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 [<ffd1e59d8954a8073c061263a0ef0363> <ffd1e59d8954a8073c061263a0ef0363>]
129
+ /ID [<bfb8c2bd612679791d7f958dbee761a2> <bfb8c2bd612679791d7f958dbee761a2>]
130
130
  >>
131
131
  startxref
132
132
  1076
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220215122943Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<3b1060bf5da0c2e3f42298cf380b6984> <3b1060bf5da0c2e3f42298cf380b6984>]
109
+ /ID [<635a44565ba0ea09af3c9f880a2e8738> <635a44565ba0ea09af3c9f880a2e8738>]
110
110
  >>
111
111
  startxref
112
112
  824