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.
- package/CHANGELOG.md +14 -1
- package/lib/abstract-document/atoms/toc-separator.d.ts +2 -0
- package/lib/abstract-document/atoms/toc-separator.d.ts.map +1 -1
- package/lib/abstract-document/atoms/toc-separator.js +2 -1
- package/lib/abstract-document/atoms/toc-separator.js.map +1 -1
- package/lib/abstract-document/styles/text-style.d.ts +0 -3
- package/lib/abstract-document/styles/text-style.d.ts.map +1 -1
- package/lib/abstract-document/styles/text-style.js +1 -2
- package/lib/abstract-document/styles/text-style.js.map +1 -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 +10 -9
- package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
- package/package.json +2 -3
- package/src/abstract-document/atoms/toc-separator.ts +6 -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/absolute-position-header-and-footer.tsx +11 -3
- 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 +4 -4
- 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 +42 -30
- 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
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf
CHANGED
|
@@ -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
|
-
|
|
9
|
+
10 0 obj
|
|
23
10
|
<<
|
|
24
11
|
/Subtype /Link
|
|
25
|
-
/A
|
|
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 [
|
|
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
|
-
|
|
56
|
+
12 0 obj
|
|
70
57
|
(PDFKit)
|
|
71
58
|
endobj
|
|
72
|
-
|
|
59
|
+
13 0 obj
|
|
73
60
|
(PDFKit)
|
|
74
61
|
endobj
|
|
75
|
-
|
|
76
|
-
(D:
|
|
62
|
+
14 0 obj
|
|
63
|
+
(D:20220216115439Z)
|
|
77
64
|
endobj
|
|
78
|
-
|
|
65
|
+
11 0 obj
|
|
79
66
|
<<
|
|
80
|
-
/Producer
|
|
81
|
-
/Creator
|
|
82
|
-
/CreationDate
|
|
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
|
|
107
|
+
0 15
|
|
121
108
|
0000000000 65535 f
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
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
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
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
|
|
125
|
+
/Size 15
|
|
140
126
|
/Root 3 0 R
|
|
141
|
-
/Info
|
|
142
|
-
/ID [<
|
|
127
|
+
/Info 11 0 R
|
|
128
|
+
/ID [<70a3e0bae75f18cac15fe0ae4d5c1834> <70a3e0bae75f18cac15fe0ae4d5c1834>]
|
|
143
129
|
>>
|
|
144
130
|
startxref
|
|
145
|
-
|
|
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
|
-
|
|
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]
|
|
@@ -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 [
|
|
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
|
-
|
|
56
|
+
12 0 obj
|
|
70
57
|
(PDFKit)
|
|
71
58
|
endobj
|
|
72
|
-
|
|
59
|
+
13 0 obj
|
|
73
60
|
(PDFKit)
|
|
74
61
|
endobj
|
|
75
|
-
|
|
76
|
-
(D:
|
|
62
|
+
14 0 obj
|
|
63
|
+
(D:20220216115439Z)
|
|
77
64
|
endobj
|
|
78
|
-
|
|
65
|
+
11 0 obj
|
|
79
66
|
<<
|
|
80
|
-
/Producer
|
|
81
|
-
/Creator
|
|
82
|
-
/CreationDate
|
|
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
|
|
107
|
+
0 15
|
|
121
108
|
0000000000 65535 f
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
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
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
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
|
|
125
|
+
/Size 15
|
|
140
126
|
/Root 3 0 R
|
|
141
|
-
/Info
|
|
142
|
-
/ID [<
|
|
127
|
+
/Info 11 0 R
|
|
128
|
+
/ID [<253cb81401cced98805b8dc4756806c0> <253cb81401cced98805b8dc4756806c0>]
|
|
143
129
|
>>
|
|
144
130
|
startxref
|
|
145
|
-
|
|
131
|
+
1002
|
|
146
132
|
%%EOF
|
|
@@ -108,7 +108,7 @@ endobj
|
|
|
108
108
|
(PDFKit)
|
|
109
109
|
endobj
|
|
110
110
|
13 0 obj
|
|
111
|
-
(D:
|
|
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 [<
|
|
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:
|
|
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 [<
|
|
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:
|
|
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 [<
|
|
218
|
+
/ID [<ada90b9dc7e01e5cd15749d83e8e7c13> <ada90b9dc7e01e5cd15749d83e8e7c13>]
|
|
219
219
|
>>
|
|
220
220
|
startxref
|
|
221
221
|
1798
|
|
Binary file
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf
CHANGED
|
@@ -43,7 +43,7 @@ endobj
|
|
|
43
43
|
(PDFKit)
|
|
44
44
|
endobj
|
|
45
45
|
12 0 obj
|
|
46
|
-
(D:
|
|
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 [<
|
|
109
|
+
/ID [<0486b51d7c07703407c0c87898fe1fe8> <0486b51d7c07703407c0c87898fe1fe8>]
|
|
110
110
|
>>
|
|
111
111
|
startxref
|
|
112
112
|
821
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf
CHANGED
|
@@ -43,7 +43,7 @@ endobj
|
|
|
43
43
|
(PDFKit)
|
|
44
44
|
endobj
|
|
45
45
|
12 0 obj
|
|
46
|
-
(D:
|
|
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 [<
|
|
109
|
+
/ID [<5da4163329494153786e56d2c7c32165> <5da4163329494153786e56d2c7c32165>]
|
|
110
110
|
>>
|
|
111
111
|
startxref
|
|
112
112
|
824
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf
CHANGED
|
@@ -43,7 +43,7 @@ endobj
|
|
|
43
43
|
(PDFKit)
|
|
44
44
|
endobj
|
|
45
45
|
12 0 obj
|
|
46
|
-
(D:
|
|
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 [<
|
|
109
|
+
/ID [<116d9b3c360c475df5360cb5e1708083> <116d9b3c360c475df5360cb5e1708083>]
|
|
110
110
|
>>
|
|
111
111
|
startxref
|
|
112
112
|
825
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf
CHANGED
|
@@ -43,7 +43,7 @@ endobj
|
|
|
43
43
|
(PDFKit)
|
|
44
44
|
endobj
|
|
45
45
|
12 0 obj
|
|
46
|
-
(D:
|
|
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 [<
|
|
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:
|
|
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 [<
|
|
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:
|
|
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 [<
|
|
117
|
+
/ID [<4643254eef8f285f6cedc90e113931f2> <4643254eef8f285f6cedc90e113931f2>]
|
|
118
118
|
>>
|
|
119
119
|
startxref
|
|
120
120
|
1427
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf
CHANGED
|
@@ -43,7 +43,7 @@ endobj
|
|
|
43
43
|
(PDFKit)
|
|
44
44
|
endobj
|
|
45
45
|
12 0 obj
|
|
46
|
-
(D:
|
|
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 [<
|
|
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:
|
|
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 [<
|
|
117
|
+
/ID [<e05578d0fa5e469dae6f2b0aafb6e267> <e05578d0fa5e469dae6f2b0aafb6e267>]
|
|
118
118
|
>>
|
|
119
119
|
startxref
|
|
120
120
|
1427
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf
CHANGED
|
@@ -43,7 +43,7 @@ endobj
|
|
|
43
43
|
(PDFKit)
|
|
44
44
|
endobj
|
|
45
45
|
12 0 obj
|
|
46
|
-
(D:
|
|
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 [<
|
|
109
|
+
/ID [<d165f9d58b6892c2d239c28d74d2d5f0> <d165f9d58b6892c2d239c28d74d2d5f0>]
|
|
110
110
|
>>
|
|
111
111
|
startxref
|
|
112
112
|
853
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf
CHANGED
|
@@ -43,7 +43,7 @@ endobj
|
|
|
43
43
|
(PDFKit)
|
|
44
44
|
endobj
|
|
45
45
|
12 0 obj
|
|
46
|
-
(D:
|
|
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 [<
|
|
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:
|
|
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 [<
|
|
117
|
+
/ID [<5eda86b371892bd60b0d4dd8846a250d> <5eda86b371892bd60b0d4dd8846a250d>]
|
|
118
118
|
>>
|
|
119
119
|
startxref
|
|
120
120
|
1418
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf
CHANGED
|
@@ -43,7 +43,7 @@ endobj
|
|
|
43
43
|
(PDFKit)
|
|
44
44
|
endobj
|
|
45
45
|
12 0 obj
|
|
46
|
-
(D:
|
|
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 [<
|
|
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:
|
|
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 [<
|
|
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:
|
|
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 [<
|
|
109
|
+
/ID [<635a44565ba0ea09af3c9f880a2e8738> <635a44565ba0ea09af3c9f880a2e8738>]
|
|
110
110
|
>>
|
|
111
111
|
startxref
|
|
112
112
|
824
|