abstract-document 6.7.0 → 6.7.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.
- package/CHANGELOG.md +7 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-no-underline.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-no-underline.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-no-underline.js +114 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-no-underline.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-with-underline.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-with-underline.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-with-underline.js +114 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-with-underline.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink copy.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink copy.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink copy.js +65 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink copy.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-no-underline.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-no-underline.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-no-underline.js +85 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-no-underline.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-with-underline.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-with-underline.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-with-underline.js +85 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-with-underline.js.map +1 -0
- package/lib/abstract-document-exporters/pdf/render.js +13 -11
- package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
- package/package.json +2 -2
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
- 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
- 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
- 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
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
- 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
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-no-underline.tsx +114 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/mixed-hyperlink-and-textrun-with-underline.tsx +114 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-no-underline.tsx +70 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/single-hyperlink-with-underline.tsx +70 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +250 -682
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +250 -682
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +180 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +192 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +34 -60
- 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
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +14 -14
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +29 -43
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +146 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +29 -43
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +29 -43
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +26 -40
- package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
- package/src/abstract-document-exporters/pdf/render.ts +22 -22
|
@@ -605,7 +605,7 @@ endobj
|
|
|
605
605
|
(PDFKit)
|
|
606
606
|
endobj
|
|
607
607
|
15 0 obj
|
|
608
|
-
(D:
|
|
608
|
+
(D:20220216073731Z)
|
|
609
609
|
endobj
|
|
610
610
|
12 0 obj
|
|
611
611
|
<<
|
|
@@ -671,7 +671,7 @@ trailer
|
|
|
671
671
|
/Size 16
|
|
672
672
|
/Root 3 0 R
|
|
673
673
|
/Info 12 0 R
|
|
674
|
-
/ID [<
|
|
674
|
+
/ID [<bb7233eefb189fc43247c568cbe942d1> <bb7233eefb189fc43247c568cbe942d1>]
|
|
675
675
|
>>
|
|
676
676
|
startxref
|
|
677
677
|
13550
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
%PDF-1.3
|
|
2
|
+
%����
|
|
3
|
+
9 0 obj
|
|
4
|
+
<<
|
|
5
|
+
/S /URI
|
|
6
|
+
/URI (https://divid.se)
|
|
7
|
+
>>
|
|
8
|
+
endobj
|
|
9
|
+
10 0 obj
|
|
10
|
+
<<
|
|
11
|
+
/Subtype /Link
|
|
12
|
+
/A 9 0 R
|
|
13
|
+
/Type /Annot
|
|
14
|
+
/Rect [0 830.44 22.78 842]
|
|
15
|
+
/Border [0 0 0]
|
|
16
|
+
/F 4
|
|
17
|
+
>>
|
|
18
|
+
endobj
|
|
19
|
+
11 0 obj
|
|
20
|
+
<<
|
|
21
|
+
/S /URI
|
|
22
|
+
/URI (https://divid.se)
|
|
23
|
+
>>
|
|
24
|
+
endobj
|
|
25
|
+
12 0 obj
|
|
26
|
+
<<
|
|
27
|
+
/Subtype /Link
|
|
28
|
+
/A 11 0 R
|
|
29
|
+
/Type /Annot
|
|
30
|
+
/Rect [71.13 830.44 121.15 842]
|
|
31
|
+
/Border [0 0 0]
|
|
32
|
+
/F 4
|
|
33
|
+
>>
|
|
34
|
+
endobj
|
|
35
|
+
7 0 obj
|
|
36
|
+
<<
|
|
37
|
+
/Type /Page
|
|
38
|
+
/Parent 1 0 R
|
|
39
|
+
/MediaBox [0 0 595 842]
|
|
40
|
+
/Contents 5 0 R
|
|
41
|
+
/Resources 6 0 R
|
|
42
|
+
/Annots [10 0 R 12 0 R]
|
|
43
|
+
>>
|
|
44
|
+
endobj
|
|
45
|
+
6 0 obj
|
|
46
|
+
<<
|
|
47
|
+
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
48
|
+
/Font <<
|
|
49
|
+
/F1 8 0 R
|
|
50
|
+
>>
|
|
51
|
+
>>
|
|
52
|
+
endobj
|
|
53
|
+
5 0 obj
|
|
54
|
+
<<
|
|
55
|
+
/Length 487
|
|
56
|
+
>>
|
|
57
|
+
stream
|
|
58
|
+
1 0 0 -1 0 842 cm
|
|
59
|
+
/DeviceRGB cs
|
|
60
|
+
0 0 1 scn
|
|
61
|
+
q
|
|
62
|
+
1 0 0 -1 0 842 cm
|
|
63
|
+
BT
|
|
64
|
+
1 0 0 1 0 834.82 Tm
|
|
65
|
+
/F1 10 Tf
|
|
66
|
+
[<48656c6c6f> 0] TJ
|
|
67
|
+
ET
|
|
68
|
+
Q
|
|
69
|
+
/DeviceRGB cs
|
|
70
|
+
0 0 0 scn
|
|
71
|
+
q
|
|
72
|
+
1 0 0 -1 0 842 cm
|
|
73
|
+
BT
|
|
74
|
+
1 0 0 1 22.78 834.82 Tm
|
|
75
|
+
/F1 10 Tf
|
|
76
|
+
[<48656c6c6f207468657265> 0] TJ
|
|
77
|
+
ET
|
|
78
|
+
Q
|
|
79
|
+
/DeviceRGB cs
|
|
80
|
+
0 0 1 scn
|
|
81
|
+
q
|
|
82
|
+
1 0 0 -1 0 842 cm
|
|
83
|
+
BT
|
|
84
|
+
1 0 0 1 71.13 834.82 Tm
|
|
85
|
+
/F1 10 Tf
|
|
86
|
+
[<48656c6c6f20616761696e> 0] TJ
|
|
87
|
+
ET
|
|
88
|
+
Q
|
|
89
|
+
/DeviceRGB cs
|
|
90
|
+
0 0 0 scn
|
|
91
|
+
q
|
|
92
|
+
1 0 0 -1 0 842 cm
|
|
93
|
+
BT
|
|
94
|
+
1 0 0 1 121.15 834.82 Tm
|
|
95
|
+
/F1 10 Tf
|
|
96
|
+
[<48656c6c6f20746865726520616761696e> 0] TJ
|
|
97
|
+
ET
|
|
98
|
+
Q
|
|
99
|
+
|
|
100
|
+
endstream
|
|
101
|
+
endobj
|
|
102
|
+
14 0 obj
|
|
103
|
+
(PDFKit)
|
|
104
|
+
endobj
|
|
105
|
+
15 0 obj
|
|
106
|
+
(PDFKit)
|
|
107
|
+
endobj
|
|
108
|
+
16 0 obj
|
|
109
|
+
(D:20220216073731Z)
|
|
110
|
+
endobj
|
|
111
|
+
13 0 obj
|
|
112
|
+
<<
|
|
113
|
+
/Producer 14 0 R
|
|
114
|
+
/Creator 15 0 R
|
|
115
|
+
/CreationDate 16 0 R
|
|
116
|
+
>>
|
|
117
|
+
endobj
|
|
118
|
+
8 0 obj
|
|
119
|
+
<<
|
|
120
|
+
/Type /Font
|
|
121
|
+
/BaseFont /Helvetica
|
|
122
|
+
/Subtype /Type1
|
|
123
|
+
/Encoding /WinAnsiEncoding
|
|
124
|
+
>>
|
|
125
|
+
endobj
|
|
126
|
+
4 0 obj
|
|
127
|
+
<<
|
|
128
|
+
>>
|
|
129
|
+
endobj
|
|
130
|
+
3 0 obj
|
|
131
|
+
<<
|
|
132
|
+
/Type /Catalog
|
|
133
|
+
/Pages 1 0 R
|
|
134
|
+
/Names 2 0 R
|
|
135
|
+
>>
|
|
136
|
+
endobj
|
|
137
|
+
1 0 obj
|
|
138
|
+
<<
|
|
139
|
+
/Type /Pages
|
|
140
|
+
/Count 1
|
|
141
|
+
/Kids [7 0 R]
|
|
142
|
+
>>
|
|
143
|
+
endobj
|
|
144
|
+
2 0 obj
|
|
145
|
+
<<
|
|
146
|
+
/Dests <<
|
|
147
|
+
/Names [
|
|
148
|
+
]
|
|
149
|
+
>>
|
|
150
|
+
>>
|
|
151
|
+
endobj
|
|
152
|
+
xref
|
|
153
|
+
0 17
|
|
154
|
+
0000000000 65535 f
|
|
155
|
+
0000001439 00000 n
|
|
156
|
+
0000001496 00000 n
|
|
157
|
+
0000001377 00000 n
|
|
158
|
+
0000001356 00000 n
|
|
159
|
+
0000000559 00000 n
|
|
160
|
+
0000000470 00000 n
|
|
161
|
+
0000000342 00000 n
|
|
162
|
+
0000001259 00000 n
|
|
163
|
+
0000000015 00000 n
|
|
164
|
+
0000000068 00000 n
|
|
165
|
+
0000000175 00000 n
|
|
166
|
+
0000000229 00000 n
|
|
167
|
+
0000001183 00000 n
|
|
168
|
+
0000001097 00000 n
|
|
169
|
+
0000001122 00000 n
|
|
170
|
+
0000001147 00000 n
|
|
171
|
+
trailer
|
|
172
|
+
<<
|
|
173
|
+
/Size 17
|
|
174
|
+
/Root 3 0 R
|
|
175
|
+
/Info 13 0 R
|
|
176
|
+
/ID [<0a3d215717f0ed025782b5677ca8ed92> <0a3d215717f0ed025782b5677ca8ed92>]
|
|
177
|
+
>>
|
|
178
|
+
startxref
|
|
179
|
+
1543
|
|
180
|
+
%%EOF
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
%PDF-1.3
|
|
2
|
+
%����
|
|
3
|
+
9 0 obj
|
|
4
|
+
<<
|
|
5
|
+
/S /URI
|
|
6
|
+
/URI (https://divid.se)
|
|
7
|
+
>>
|
|
8
|
+
endobj
|
|
9
|
+
10 0 obj
|
|
10
|
+
<<
|
|
11
|
+
/Subtype /Link
|
|
12
|
+
/A 9 0 R
|
|
13
|
+
/Type /Annot
|
|
14
|
+
/Rect [0 830.44 22.78 842]
|
|
15
|
+
/Border [0 0 0]
|
|
16
|
+
/F 4
|
|
17
|
+
>>
|
|
18
|
+
endobj
|
|
19
|
+
11 0 obj
|
|
20
|
+
<<
|
|
21
|
+
/Subtype /Underline
|
|
22
|
+
/QuadPoints [71.13 840 121.15 840 71.13 828.44 121.15 828.44]
|
|
23
|
+
/Contents ()
|
|
24
|
+
/Type /Annot
|
|
25
|
+
/Rect [71.13 828.44 121.15 840]
|
|
26
|
+
/Border [0 0 0]
|
|
27
|
+
/C [0 0 1]
|
|
28
|
+
>>
|
|
29
|
+
endobj
|
|
30
|
+
12 0 obj
|
|
31
|
+
<<
|
|
32
|
+
/S /URI
|
|
33
|
+
/URI (https://divid.se)
|
|
34
|
+
>>
|
|
35
|
+
endobj
|
|
36
|
+
13 0 obj
|
|
37
|
+
<<
|
|
38
|
+
/Subtype /Link
|
|
39
|
+
/A 12 0 R
|
|
40
|
+
/Type /Annot
|
|
41
|
+
/Rect [71.13 830.44 121.15 842]
|
|
42
|
+
/Border [0 0 0]
|
|
43
|
+
/F 4
|
|
44
|
+
>>
|
|
45
|
+
endobj
|
|
46
|
+
7 0 obj
|
|
47
|
+
<<
|
|
48
|
+
/Type /Page
|
|
49
|
+
/Parent 1 0 R
|
|
50
|
+
/MediaBox [0 0 595 842]
|
|
51
|
+
/Contents 5 0 R
|
|
52
|
+
/Resources 6 0 R
|
|
53
|
+
/Annots [10 0 R 11 0 R 13 0 R]
|
|
54
|
+
>>
|
|
55
|
+
endobj
|
|
56
|
+
6 0 obj
|
|
57
|
+
<<
|
|
58
|
+
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
59
|
+
/Font <<
|
|
60
|
+
/F1 8 0 R
|
|
61
|
+
>>
|
|
62
|
+
>>
|
|
63
|
+
endobj
|
|
64
|
+
5 0 obj
|
|
65
|
+
<<
|
|
66
|
+
/Length 487
|
|
67
|
+
>>
|
|
68
|
+
stream
|
|
69
|
+
1 0 0 -1 0 842 cm
|
|
70
|
+
/DeviceRGB cs
|
|
71
|
+
0 0 1 scn
|
|
72
|
+
q
|
|
73
|
+
1 0 0 -1 0 842 cm
|
|
74
|
+
BT
|
|
75
|
+
1 0 0 1 0 834.82 Tm
|
|
76
|
+
/F1 10 Tf
|
|
77
|
+
[<48656c6c6f> 0] TJ
|
|
78
|
+
ET
|
|
79
|
+
Q
|
|
80
|
+
/DeviceRGB cs
|
|
81
|
+
0 0 0 scn
|
|
82
|
+
q
|
|
83
|
+
1 0 0 -1 0 842 cm
|
|
84
|
+
BT
|
|
85
|
+
1 0 0 1 22.78 834.82 Tm
|
|
86
|
+
/F1 10 Tf
|
|
87
|
+
[<48656c6c6f207468657265> 0] TJ
|
|
88
|
+
ET
|
|
89
|
+
Q
|
|
90
|
+
/DeviceRGB cs
|
|
91
|
+
0 0 1 scn
|
|
92
|
+
q
|
|
93
|
+
1 0 0 -1 0 842 cm
|
|
94
|
+
BT
|
|
95
|
+
1 0 0 1 71.13 834.82 Tm
|
|
96
|
+
/F1 10 Tf
|
|
97
|
+
[<48656c6c6f20616761696e> 0] TJ
|
|
98
|
+
ET
|
|
99
|
+
Q
|
|
100
|
+
/DeviceRGB cs
|
|
101
|
+
0 0 0 scn
|
|
102
|
+
q
|
|
103
|
+
1 0 0 -1 0 842 cm
|
|
104
|
+
BT
|
|
105
|
+
1 0 0 1 121.15 834.82 Tm
|
|
106
|
+
/F1 10 Tf
|
|
107
|
+
[<48656c6c6f20746865726520616761696e> 0] TJ
|
|
108
|
+
ET
|
|
109
|
+
Q
|
|
110
|
+
|
|
111
|
+
endstream
|
|
112
|
+
endobj
|
|
113
|
+
15 0 obj
|
|
114
|
+
(PDFKit)
|
|
115
|
+
endobj
|
|
116
|
+
16 0 obj
|
|
117
|
+
(PDFKit)
|
|
118
|
+
endobj
|
|
119
|
+
17 0 obj
|
|
120
|
+
(D:20220216073731Z)
|
|
121
|
+
endobj
|
|
122
|
+
14 0 obj
|
|
123
|
+
<<
|
|
124
|
+
/Producer 15 0 R
|
|
125
|
+
/Creator 16 0 R
|
|
126
|
+
/CreationDate 17 0 R
|
|
127
|
+
>>
|
|
128
|
+
endobj
|
|
129
|
+
8 0 obj
|
|
130
|
+
<<
|
|
131
|
+
/Type /Font
|
|
132
|
+
/BaseFont /Helvetica
|
|
133
|
+
/Subtype /Type1
|
|
134
|
+
/Encoding /WinAnsiEncoding
|
|
135
|
+
>>
|
|
136
|
+
endobj
|
|
137
|
+
4 0 obj
|
|
138
|
+
<<
|
|
139
|
+
>>
|
|
140
|
+
endobj
|
|
141
|
+
3 0 obj
|
|
142
|
+
<<
|
|
143
|
+
/Type /Catalog
|
|
144
|
+
/Pages 1 0 R
|
|
145
|
+
/Names 2 0 R
|
|
146
|
+
>>
|
|
147
|
+
endobj
|
|
148
|
+
1 0 obj
|
|
149
|
+
<<
|
|
150
|
+
/Type /Pages
|
|
151
|
+
/Count 1
|
|
152
|
+
/Kids [7 0 R]
|
|
153
|
+
>>
|
|
154
|
+
endobj
|
|
155
|
+
2 0 obj
|
|
156
|
+
<<
|
|
157
|
+
/Dests <<
|
|
158
|
+
/Names [
|
|
159
|
+
]
|
|
160
|
+
>>
|
|
161
|
+
>>
|
|
162
|
+
endobj
|
|
163
|
+
xref
|
|
164
|
+
0 18
|
|
165
|
+
0000000000 65535 f
|
|
166
|
+
0000001635 00000 n
|
|
167
|
+
0000001692 00000 n
|
|
168
|
+
0000001573 00000 n
|
|
169
|
+
0000001552 00000 n
|
|
170
|
+
0000000755 00000 n
|
|
171
|
+
0000000666 00000 n
|
|
172
|
+
0000000531 00000 n
|
|
173
|
+
0000001455 00000 n
|
|
174
|
+
0000000015 00000 n
|
|
175
|
+
0000000068 00000 n
|
|
176
|
+
0000000175 00000 n
|
|
177
|
+
0000000364 00000 n
|
|
178
|
+
0000000418 00000 n
|
|
179
|
+
0000001379 00000 n
|
|
180
|
+
0000001293 00000 n
|
|
181
|
+
0000001318 00000 n
|
|
182
|
+
0000001343 00000 n
|
|
183
|
+
trailer
|
|
184
|
+
<<
|
|
185
|
+
/Size 18
|
|
186
|
+
/Root 3 0 R
|
|
187
|
+
/Info 14 0 R
|
|
188
|
+
/ID [<3159cac24a8a40660bbb8f69d4b6851b> <3159cac24a8a40660bbb8f69d4b6851b>]
|
|
189
|
+
>>
|
|
190
|
+
startxref
|
|
191
|
+
1739
|
|
192
|
+
%%EOF
|
|
@@ -2,54 +2,30 @@
|
|
|
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
|
-
|
|
9
|
+
10 0 obj
|
|
23
10
|
<<
|
|
24
11
|
/Subtype /Link
|
|
25
|
-
/A
|
|
12
|
+
/A 9 0 R
|
|
26
13
|
/Type /Annot
|
|
27
14
|
/Rect [0 830.44 22.78 842]
|
|
28
15
|
/Border [0 0 0]
|
|
29
16
|
/F 4
|
|
30
17
|
>>
|
|
31
18
|
endobj
|
|
32
|
-
|
|
33
|
-
<<
|
|
34
|
-
/Subtype /Underline
|
|
35
|
-
/QuadPoints [71.13 840 121.15 840 71.13 828.44 121.15 828.44]
|
|
36
|
-
/Contents ()
|
|
37
|
-
/Type /Annot
|
|
38
|
-
/Rect [71.13 828.44 121.15 840]
|
|
39
|
-
/Border [0 0 0]
|
|
40
|
-
/C [0 0 1]
|
|
41
|
-
>>
|
|
42
|
-
endobj
|
|
43
|
-
13 0 obj
|
|
19
|
+
11 0 obj
|
|
44
20
|
<<
|
|
45
21
|
/S /URI
|
|
46
22
|
/URI (https://divid.se)
|
|
47
23
|
>>
|
|
48
24
|
endobj
|
|
49
|
-
|
|
25
|
+
12 0 obj
|
|
50
26
|
<<
|
|
51
27
|
/Subtype /Link
|
|
52
|
-
/A
|
|
28
|
+
/A 11 0 R
|
|
53
29
|
/Type /Annot
|
|
54
30
|
/Rect [71.13 830.44 121.15 842]
|
|
55
31
|
/Border [0 0 0]
|
|
@@ -63,7 +39,7 @@ endobj
|
|
|
63
39
|
/MediaBox [0 0 595 842]
|
|
64
40
|
/Contents 5 0 R
|
|
65
41
|
/Resources 6 0 R
|
|
66
|
-
/Annots [
|
|
42
|
+
/Annots [10 0 R 12 0 R]
|
|
67
43
|
>>
|
|
68
44
|
endobj
|
|
69
45
|
6 0 obj
|
|
@@ -123,20 +99,20 @@ Q
|
|
|
123
99
|
|
|
124
100
|
endstream
|
|
125
101
|
endobj
|
|
126
|
-
|
|
102
|
+
14 0 obj
|
|
127
103
|
(PDFKit)
|
|
128
104
|
endobj
|
|
129
|
-
|
|
105
|
+
15 0 obj
|
|
130
106
|
(PDFKit)
|
|
131
107
|
endobj
|
|
132
|
-
|
|
133
|
-
(D:
|
|
108
|
+
16 0 obj
|
|
109
|
+
(D:20220216073731Z)
|
|
134
110
|
endobj
|
|
135
|
-
|
|
111
|
+
13 0 obj
|
|
136
112
|
<<
|
|
137
|
-
/Producer
|
|
138
|
-
/Creator
|
|
139
|
-
/CreationDate
|
|
113
|
+
/Producer 14 0 R
|
|
114
|
+
/Creator 15 0 R
|
|
115
|
+
/CreationDate 16 0 R
|
|
140
116
|
>>
|
|
141
117
|
endobj
|
|
142
118
|
8 0 obj
|
|
@@ -174,33 +150,31 @@ endobj
|
|
|
174
150
|
>>
|
|
175
151
|
endobj
|
|
176
152
|
xref
|
|
177
|
-
0
|
|
153
|
+
0 17
|
|
178
154
|
0000000000 65535 f
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
155
|
+
0000001439 00000 n
|
|
156
|
+
0000001496 00000 n
|
|
157
|
+
0000001377 00000 n
|
|
158
|
+
0000001356 00000 n
|
|
159
|
+
0000000559 00000 n
|
|
160
|
+
0000000470 00000 n
|
|
161
|
+
0000000342 00000 n
|
|
162
|
+
0000001259 00000 n
|
|
187
163
|
0000000015 00000 n
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
0000001525 00000 n
|
|
196
|
-
0000001550 00000 n
|
|
164
|
+
0000000068 00000 n
|
|
165
|
+
0000000175 00000 n
|
|
166
|
+
0000000229 00000 n
|
|
167
|
+
0000001183 00000 n
|
|
168
|
+
0000001097 00000 n
|
|
169
|
+
0000001122 00000 n
|
|
170
|
+
0000001147 00000 n
|
|
197
171
|
trailer
|
|
198
172
|
<<
|
|
199
|
-
/Size
|
|
173
|
+
/Size 17
|
|
200
174
|
/Root 3 0 R
|
|
201
|
-
/Info
|
|
202
|
-
/ID [<
|
|
175
|
+
/Info 13 0 R
|
|
176
|
+
/ID [<49b3d0a4e8dd32f3c62eac505c545b9e> <49b3d0a4e8dd32f3c62eac505c545b9e>]
|
|
203
177
|
>>
|
|
204
178
|
startxref
|
|
205
|
-
|
|
179
|
+
1543
|
|
206
180
|
%%EOF
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf
CHANGED
|
@@ -63,7 +63,7 @@ endobj
|
|
|
63
63
|
(PDFKit)
|
|
64
64
|
endobj
|
|
65
65
|
12 0 obj
|
|
66
|
-
(D:
|
|
66
|
+
(D:20220216073731Z)
|
|
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 [<
|
|
129
|
+
/ID [<4126955a00b68760ad9f02d19750f5ee> <4126955a00b68760ad9f02d19750f5ee>]
|
|
130
130
|
>>
|
|
131
131
|
startxref
|
|
132
132
|
1142
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf
CHANGED
|
@@ -63,7 +63,7 @@ endobj
|
|
|
63
63
|
(PDFKit)
|
|
64
64
|
endobj
|
|
65
65
|
12 0 obj
|
|
66
|
-
(D:
|
|
66
|
+
(D:20220216073731Z)
|
|
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 [<
|
|
129
|
+
/ID [<11cf6c124e48dfc32fddb5097e60efa9> <11cf6c124e48dfc32fddb5097e60efa9>]
|
|
130
130
|
>>
|
|
131
131
|
startxref
|
|
132
132
|
1139
|
|
@@ -71,7 +71,7 @@ endobj
|
|
|
71
71
|
(PDFKit)
|
|
72
72
|
endobj
|
|
73
73
|
12 0 obj
|
|
74
|
-
(D:
|
|
74
|
+
(D:20220216073732Z)
|
|
75
75
|
endobj
|
|
76
76
|
9 0 obj
|
|
77
77
|
<<
|
|
@@ -134,7 +134,7 @@ trailer
|
|
|
134
134
|
/Size 13
|
|
135
135
|
/Root 3 0 R
|
|
136
136
|
/Info 9 0 R
|
|
137
|
-
/ID [<
|
|
137
|
+
/ID [<63c91586d8eb9f3d1dc7858331f7712d> <63c91586d8eb9f3d1dc7858331f7712d>]
|
|
138
138
|
>>
|
|
139
139
|
startxref
|
|
140
140
|
1693
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf
CHANGED
|
@@ -63,7 +63,7 @@ endobj
|
|
|
63
63
|
(PDFKit)
|
|
64
64
|
endobj
|
|
65
65
|
12 0 obj
|
|
66
|
-
(D:
|
|
66
|
+
(D:20220216073732Z)
|
|
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 [<
|
|
129
|
+
/ID [<3dd0fd5dbdc0bf82763728f37927208b> <3dd0fd5dbdc0bf82763728f37927208b>]
|
|
130
130
|
>>
|
|
131
131
|
startxref
|
|
132
132
|
1133
|
|
@@ -63,7 +63,7 @@ endobj
|
|
|
63
63
|
(PDFKit)
|
|
64
64
|
endobj
|
|
65
65
|
12 0 obj
|
|
66
|
-
(D:
|
|
66
|
+
(D:20220216073732Z)
|
|
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 [<
|
|
129
|
+
/ID [<8d619b3d4cdc1a9ed64dfe2406787055> <8d619b3d4cdc1a9ed64dfe2406787055>]
|
|
130
130
|
>>
|
|
131
131
|
startxref
|
|
132
132
|
1014
|
|
@@ -229,7 +229,7 @@ endobj
|
|
|
229
229
|
(PDFKit)
|
|
230
230
|
endobj
|
|
231
231
|
15 0 obj
|
|
232
|
-
(D:
|
|
232
|
+
(D:20220216073732Z)
|
|
233
233
|
endobj
|
|
234
234
|
12 0 obj
|
|
235
235
|
<<
|
|
@@ -295,7 +295,7 @@ trailer
|
|
|
295
295
|
/Size 16
|
|
296
296
|
/Root 3 0 R
|
|
297
297
|
/Info 12 0 R
|
|
298
|
-
/ID [<
|
|
298
|
+
/ID [<b85ec8dcdfd2b97d89c35d356dc729a9> <b85ec8dcdfd2b97d89c35d356dc729a9>]
|
|
299
299
|
>>
|
|
300
300
|
startxref
|
|
301
301
|
2664
|
|
@@ -161,7 +161,7 @@ endobj
|
|
|
161
161
|
(PDFKit)
|
|
162
162
|
endobj
|
|
163
163
|
15 0 obj
|
|
164
|
-
(D:
|
|
164
|
+
(D:20220216073732Z)
|
|
165
165
|
endobj
|
|
166
166
|
12 0 obj
|
|
167
167
|
<<
|
|
@@ -227,7 +227,7 @@ trailer
|
|
|
227
227
|
/Size 16
|
|
228
228
|
/Root 3 0 R
|
|
229
229
|
/Info 12 0 R
|
|
230
|
-
/ID [<
|
|
230
|
+
/ID [<70e663e08625b23f29dfe4344c5b0895> <70e663e08625b23f29dfe4344c5b0895>]
|
|
231
231
|
>>
|
|
232
232
|
startxref
|
|
233
233
|
1984
|
|
@@ -365,7 +365,7 @@ endobj
|
|
|
365
365
|
(PDFKit)
|
|
366
366
|
endobj
|
|
367
367
|
15 0 obj
|
|
368
|
-
(D:
|
|
368
|
+
(D:20220216073732Z)
|
|
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 [<
|
|
434
|
+
/ID [<cc3164981d4a981a6b80fd0caa318f00> <cc3164981d4a981a6b80fd0caa318f00>]
|
|
435
435
|
>>
|
|
436
436
|
startxref
|
|
437
437
|
3929
|
|
@@ -603,7 +603,7 @@ endobj
|
|
|
603
603
|
(PDFKit)
|
|
604
604
|
endobj
|
|
605
605
|
15 0 obj
|
|
606
|
-
(D:
|
|
606
|
+
(D:20220216073732Z)
|
|
607
607
|
endobj
|
|
608
608
|
12 0 obj
|
|
609
609
|
<<
|
|
@@ -669,7 +669,7 @@ trailer
|
|
|
669
669
|
/Size 16
|
|
670
670
|
/Root 3 0 R
|
|
671
671
|
/Info 12 0 R
|
|
672
|
-
/ID [<
|
|
672
|
+
/ID [<8ce123e223aa162d9050da40a44f49ef> <8ce123e223aa162d9050da40a44f49ef>]
|
|
673
673
|
>>
|
|
674
674
|
startxref
|
|
675
675
|
6346
|