abstract-document 11.0.0 → 11.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/lib/abstract-document-exporters/pdf/font.d.ts +1 -1
- package/lib/abstract-document-exporters/pdf/font.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/font.js +19 -19
- package/lib/abstract-document-exporters/pdf/font.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/measure.d.ts +4 -3
- package/lib/abstract-document-exporters/pdf/measure.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/measure.js +24 -24
- package/lib/abstract-document-exporters/pdf/measure.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/paginate.d.ts +2 -1
- package/lib/abstract-document-exporters/pdf/paginate.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/paginate.js +3 -7
- package/lib/abstract-document-exporters/pdf/paginate.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/render-image.d.ts +2 -1
- package/lib/abstract-document-exporters/pdf/render-image.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/render-image.js +2 -8
- package/lib/abstract-document-exporters/pdf/render-image.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/render.d.ts +3 -2
- package/lib/abstract-document-exporters/pdf/render.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/render.js +26 -36
- package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
- package/package.json +3 -3
- 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 with Arial font.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/letter-dimensions.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-landscape.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-portrait.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/tocSeparator.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -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 +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line break.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf +2 -2
- 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 +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
- 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 minimal row height.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 +2 -2
- 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 +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +17 -19
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image from URL.pdf +0 -0
- 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 svg dasharray.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 +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/hello with roman font.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/pagebreak.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
- package/src/abstract-document-exporters/pdf/font.ts +19 -20
- package/src/abstract-document-exporters/pdf/measure.ts +34 -30
- package/src/abstract-document-exporters/pdf/paginate.ts +15 -14
- package/src/abstract-document-exporters/pdf/render-image.ts +4 -7
- package/src/abstract-document-exporters/pdf/render.ts +72 -54
|
@@ -159,7 +159,7 @@ endobj
|
|
|
159
159
|
(PDFKit)
|
|
160
160
|
endobj
|
|
161
161
|
13 0 obj
|
|
162
|
-
(D:
|
|
162
|
+
(D:20240519112124Z)
|
|
163
163
|
endobj
|
|
164
164
|
10 0 obj
|
|
165
165
|
<<
|
|
@@ -223,7 +223,7 @@ trailer
|
|
|
223
223
|
/Size 14
|
|
224
224
|
/Root 3 0 R
|
|
225
225
|
/Info 10 0 R
|
|
226
|
-
/ID [<
|
|
226
|
+
/ID [<6af5cdfd731b833af23d9106e3299e8d> <6af5cdfd731b833af23d9106e3299e8d>]
|
|
227
227
|
>>
|
|
228
228
|
startxref
|
|
229
229
|
1919
|
|
@@ -357,7 +357,7 @@ endobj
|
|
|
357
357
|
(PDFKit)
|
|
358
358
|
endobj
|
|
359
359
|
13 0 obj
|
|
360
|
-
(D:
|
|
360
|
+
(D:20240519112124Z)
|
|
361
361
|
endobj
|
|
362
362
|
10 0 obj
|
|
363
363
|
<<
|
|
@@ -421,7 +421,7 @@ trailer
|
|
|
421
421
|
/Size 14
|
|
422
422
|
/Root 3 0 R
|
|
423
423
|
/Info 10 0 R
|
|
424
|
-
/ID [<
|
|
424
|
+
/ID [<a1b06884cf03dd00a3fb3be2434238c0> <a1b06884cf03dd00a3fb3be2434238c0>]
|
|
425
425
|
>>
|
|
426
426
|
startxref
|
|
427
427
|
3775
|
|
@@ -159,7 +159,7 @@ endobj
|
|
|
159
159
|
(PDFKit)
|
|
160
160
|
endobj
|
|
161
161
|
13 0 obj
|
|
162
|
-
(D:
|
|
162
|
+
(D:20240519112124Z)
|
|
163
163
|
endobj
|
|
164
164
|
10 0 obj
|
|
165
165
|
<<
|
|
@@ -223,7 +223,7 @@ trailer
|
|
|
223
223
|
/Size 14
|
|
224
224
|
/Root 3 0 R
|
|
225
225
|
/Info 10 0 R
|
|
226
|
-
/ID [<
|
|
226
|
+
/ID [<8f2f24ca18d4adca9fa0ef0090c7bec0> <8f2f24ca18d4adca9fa0ef0090c7bec0>]
|
|
227
227
|
>>
|
|
228
228
|
startxref
|
|
229
229
|
1970
|
|
@@ -159,7 +159,7 @@ endobj
|
|
|
159
159
|
(PDFKit)
|
|
160
160
|
endobj
|
|
161
161
|
13 0 obj
|
|
162
|
-
(D:
|
|
162
|
+
(D:20240519112124Z)
|
|
163
163
|
endobj
|
|
164
164
|
10 0 obj
|
|
165
165
|
<<
|
|
@@ -223,7 +223,7 @@ trailer
|
|
|
223
223
|
/Size 14
|
|
224
224
|
/Root 3 0 R
|
|
225
225
|
/Info 10 0 R
|
|
226
|
-
/ID [<
|
|
226
|
+
/ID [<5d6175aa100697c73f524c6b8926c4d6> <5d6175aa100697c73f524c6b8926c4d6>]
|
|
227
227
|
>>
|
|
228
228
|
startxref
|
|
229
229
|
1919
|
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519112123Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<fac61da5ae413b1c1d692fa5638368a6> <fac61da5ae413b1c1d692fa5638368a6>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
931
|
|
@@ -131,7 +131,7 @@ endobj
|
|
|
131
131
|
(PDFKit)
|
|
132
132
|
endobj
|
|
133
133
|
13 0 obj
|
|
134
|
-
(D:
|
|
134
|
+
(D:20240519112124Z)
|
|
135
135
|
endobj
|
|
136
136
|
10 0 obj
|
|
137
137
|
<<
|
|
@@ -195,7 +195,7 @@ trailer
|
|
|
195
195
|
/Size 14
|
|
196
196
|
/Root 3 0 R
|
|
197
197
|
/Info 10 0 R
|
|
198
|
-
/ID [<
|
|
198
|
+
/ID [<363c601347f5e5cf878cc13c50d7bee1> <363c601347f5e5cf878cc13c50d7bee1>]
|
|
199
199
|
>>
|
|
200
200
|
startxref
|
|
201
201
|
1731
|
|
@@ -60,7 +60,7 @@ endobj
|
|
|
60
60
|
(PDFKit)
|
|
61
61
|
endobj
|
|
62
62
|
14 0 obj
|
|
63
|
-
(D:
|
|
63
|
+
(D:20240519112124Z)
|
|
64
64
|
endobj
|
|
65
65
|
11 0 obj
|
|
66
66
|
<<
|
|
@@ -125,7 +125,7 @@ trailer
|
|
|
125
125
|
/Size 15
|
|
126
126
|
/Root 3 0 R
|
|
127
127
|
/Info 11 0 R
|
|
128
|
-
/ID [<
|
|
128
|
+
/ID [<6112298e575546278137068714936f06> <6112298e575546278137068714936f06>]
|
|
129
129
|
>>
|
|
130
130
|
startxref
|
|
131
131
|
1013
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
%����
|
|
3
3
|
9 0 obj
|
|
4
4
|
<<
|
|
5
|
-
/align /left
|
|
6
5
|
/Subtype /Underline
|
|
7
6
|
/QuadPoints [0 840 22.78 840 0 828.44 22.78 828.44]
|
|
8
7
|
/Contents ()
|
|
@@ -10,7 +9,6 @@
|
|
|
10
9
|
/Rect [0 828.44 22.78 840]
|
|
11
10
|
/Border [0 0 0]
|
|
12
11
|
/C [0 0 1]
|
|
13
|
-
/Align /left
|
|
14
12
|
>>
|
|
15
13
|
endobj
|
|
16
14
|
10 0 obj
|
|
@@ -73,7 +71,7 @@ endobj
|
|
|
73
71
|
(PDFKit)
|
|
74
72
|
endobj
|
|
75
73
|
15 0 obj
|
|
76
|
-
(D:
|
|
74
|
+
(D:20240519112124Z)
|
|
77
75
|
endobj
|
|
78
76
|
12 0 obj
|
|
79
77
|
<<
|
|
@@ -119,28 +117,28 @@ endobj
|
|
|
119
117
|
xref
|
|
120
118
|
0 16
|
|
121
119
|
0000000000 65535 f
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
120
|
+
0000001079 00000 n
|
|
121
|
+
0000001136 00000 n
|
|
122
|
+
0000001017 00000 n
|
|
123
|
+
0000000996 00000 n
|
|
124
|
+
0000000566 00000 n
|
|
125
|
+
0000000477 00000 n
|
|
126
|
+
0000000350 00000 n
|
|
127
|
+
0000000899 00000 n
|
|
130
128
|
0000000015 00000 n
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
129
|
+
0000000188 00000 n
|
|
130
|
+
0000000242 00000 n
|
|
131
|
+
0000000823 00000 n
|
|
132
|
+
0000000737 00000 n
|
|
133
|
+
0000000762 00000 n
|
|
134
|
+
0000000787 00000 n
|
|
137
135
|
trailer
|
|
138
136
|
<<
|
|
139
137
|
/Size 16
|
|
140
138
|
/Root 3 0 R
|
|
141
139
|
/Info 12 0 R
|
|
142
|
-
/ID [<
|
|
140
|
+
/ID [<5ef962f0bfa39159cc33056502dc1099> <5ef962f0bfa39159cc33056502dc1099>]
|
|
143
141
|
>>
|
|
144
142
|
startxref
|
|
145
|
-
|
|
143
|
+
1183
|
|
146
144
|
%%EOF
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf
CHANGED
|
@@ -60,7 +60,7 @@ endobj
|
|
|
60
60
|
(PDFKit)
|
|
61
61
|
endobj
|
|
62
62
|
14 0 obj
|
|
63
|
-
(D:
|
|
63
|
+
(D:20240519112124Z)
|
|
64
64
|
endobj
|
|
65
65
|
11 0 obj
|
|
66
66
|
<<
|
|
@@ -125,7 +125,7 @@ trailer
|
|
|
125
125
|
/Size 15
|
|
126
126
|
/Root 3 0 R
|
|
127
127
|
/Info 11 0 R
|
|
128
|
-
/ID [<
|
|
128
|
+
/ID [<4fe4f56aca74a872e8e02b51c6bff005> <4fe4f56aca74a872e8e02b51c6bff005>]
|
|
129
129
|
>>
|
|
130
130
|
startxref
|
|
131
131
|
1010
|
|
@@ -60,7 +60,7 @@ endobj
|
|
|
60
60
|
(PDFKit)
|
|
61
61
|
endobj
|
|
62
62
|
14 0 obj
|
|
63
|
-
(D:
|
|
63
|
+
(D:20240519112124Z)
|
|
64
64
|
endobj
|
|
65
65
|
11 0 obj
|
|
66
66
|
<<
|
|
@@ -125,7 +125,7 @@ trailer
|
|
|
125
125
|
/Size 15
|
|
126
126
|
/Root 3 0 R
|
|
127
127
|
/Info 11 0 R
|
|
128
|
-
/ID [<
|
|
128
|
+
/ID [<4b59e1f51fcc368157ce9d690bac91db> <4b59e1f51fcc368157ce9d690bac91db>]
|
|
129
129
|
>>
|
|
130
130
|
startxref
|
|
131
131
|
1002
|
|
Binary file
|
|
@@ -104,7 +104,7 @@ endobj
|
|
|
104
104
|
(PDFKit)
|
|
105
105
|
endobj
|
|
106
106
|
13 0 obj
|
|
107
|
-
(D:
|
|
107
|
+
(D:20240519112124Z)
|
|
108
108
|
endobj
|
|
109
109
|
10 0 obj
|
|
110
110
|
<<
|
|
@@ -168,7 +168,7 @@ trailer
|
|
|
168
168
|
/Size 14
|
|
169
169
|
/Root 3 0 R
|
|
170
170
|
/Info 10 0 R
|
|
171
|
-
/ID [<
|
|
171
|
+
/ID [<4f7d7ba37c602d61a6b471887b984629> <4f7d7ba37c602d61a6b471887b984629>]
|
|
172
172
|
>>
|
|
173
173
|
startxref
|
|
174
174
|
1470
|
|
@@ -104,7 +104,7 @@ endobj
|
|
|
104
104
|
(PDFKit)
|
|
105
105
|
endobj
|
|
106
106
|
13 0 obj
|
|
107
|
-
(D:
|
|
107
|
+
(D:20240519112124Z)
|
|
108
108
|
endobj
|
|
109
109
|
10 0 obj
|
|
110
110
|
<<
|
|
@@ -168,7 +168,7 @@ trailer
|
|
|
168
168
|
/Size 14
|
|
169
169
|
/Root 3 0 R
|
|
170
170
|
/Info 10 0 R
|
|
171
|
-
/ID [<
|
|
171
|
+
/ID [<918f2f315183bb673b4fe7094c425bd9> <918f2f315183bb673b4fe7094c425bd9>]
|
|
172
172
|
>>
|
|
173
173
|
startxref
|
|
174
174
|
1470
|
|
@@ -148,7 +148,7 @@ endobj
|
|
|
148
148
|
(PDFKit)
|
|
149
149
|
endobj
|
|
150
150
|
18 0 obj
|
|
151
|
-
(D:
|
|
151
|
+
(D:20240519112124Z)
|
|
152
152
|
endobj
|
|
153
153
|
15 0 obj
|
|
154
154
|
<<
|
|
@@ -209,7 +209,7 @@ trailer
|
|
|
209
209
|
/Size 19
|
|
210
210
|
/Root 3 0 R
|
|
211
211
|
/Info 15 0 R
|
|
212
|
-
/ID [<
|
|
212
|
+
/ID [<acbcdc9c8e1e6fcdcfbff149c203660b> <acbcdc9c8e1e6fcdcfbff149c203660b>]
|
|
213
213
|
>>
|
|
214
214
|
startxref
|
|
215
215
|
1708
|
|
@@ -75,7 +75,7 @@ endobj
|
|
|
75
75
|
(PDFKit)
|
|
76
76
|
endobj
|
|
77
77
|
12 0 obj
|
|
78
|
-
(D:
|
|
78
|
+
(D:20240519112124Z)
|
|
79
79
|
endobj
|
|
80
80
|
9 0 obj
|
|
81
81
|
<<
|
|
@@ -130,7 +130,7 @@ trailer
|
|
|
130
130
|
/Size 13
|
|
131
131
|
/Root 3 0 R
|
|
132
132
|
/Info 9 0 R
|
|
133
|
-
/ID [<
|
|
133
|
+
/ID [<20fd5d05eb943a4dbae7f88252ee3792> <20fd5d05eb943a4dbae7f88252ee3792>]
|
|
134
134
|
>>
|
|
135
135
|
startxref
|
|
136
136
|
972
|
|
Binary file
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf
CHANGED
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519112124Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<766642425694bbcf1c67fed301c37a1e> <766642425694bbcf1c67fed301c37a1e>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
902
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf
CHANGED
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519112124Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<2c6ed999057ed8f57eb337c4cfb29c9e> <2c6ed999057ed8f57eb337c4cfb29c9e>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
905
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf
CHANGED
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519112124Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<8d17377c23d6cb332ad04c970ec9576a> <8d17377c23d6cb332ad04c970ec9576a>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
906
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf
CHANGED
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519112124Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<02f7b85b45be40ddf40ca20645f3380a> <02f7b85b45be40ddf40ca20645f3380a>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
906
|
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519112124Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<b213338d5ed9af222bf3e8cf52600fa0> <b213338d5ed9af222bf3e8cf52600fa0>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
905
|
|
@@ -61,7 +61,7 @@ endobj
|
|
|
61
61
|
(PDFKit)
|
|
62
62
|
endobj
|
|
63
63
|
13 0 obj
|
|
64
|
-
(D:
|
|
64
|
+
(D:20240519112124Z)
|
|
65
65
|
endobj
|
|
66
66
|
10 0 obj
|
|
67
67
|
<<
|
|
@@ -125,7 +125,7 @@ trailer
|
|
|
125
125
|
/Size 14
|
|
126
126
|
/Root 3 0 R
|
|
127
127
|
/Info 10 0 R
|
|
128
|
-
/ID [<
|
|
128
|
+
/ID [<602bce3dff853856c37c1037d28e7436> <602bce3dff853856c37c1037d28e7436>]
|
|
129
129
|
>>
|
|
130
130
|
startxref
|
|
131
131
|
1508
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf
CHANGED
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519112124Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<5cc50c116267f29e6245befef1e07707> <5cc50c116267f29e6245befef1e07707>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
935
|
|
@@ -61,7 +61,7 @@ endobj
|
|
|
61
61
|
(PDFKit)
|
|
62
62
|
endobj
|
|
63
63
|
13 0 obj
|
|
64
|
-
(D:
|
|
64
|
+
(D:20240519112124Z)
|
|
65
65
|
endobj
|
|
66
66
|
10 0 obj
|
|
67
67
|
<<
|
|
@@ -125,7 +125,7 @@ trailer
|
|
|
125
125
|
/Size 14
|
|
126
126
|
/Root 3 0 R
|
|
127
127
|
/Info 10 0 R
|
|
128
|
-
/ID [<
|
|
128
|
+
/ID [<f7e91acfbb0dc380cc9d58234fff306f> <f7e91acfbb0dc380cc9d58234fff306f>]
|
|
129
129
|
>>
|
|
130
130
|
startxref
|
|
131
131
|
1508
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf
CHANGED
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519112124Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<a89f254c6f48dbb2e2f5077753c96a2a> <a89f254c6f48dbb2e2f5077753c96a2a>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
934
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf
CHANGED
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519112124Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<bb14e556bac07fac6f4d44ceacda0207> <bb14e556bac07fac6f4d44ceacda0207>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
929
|
|
@@ -61,7 +61,7 @@ endobj
|
|
|
61
61
|
(PDFKit)
|
|
62
62
|
endobj
|
|
63
63
|
13 0 obj
|
|
64
|
-
(D:
|
|
64
|
+
(D:20240519112124Z)
|
|
65
65
|
endobj
|
|
66
66
|
10 0 obj
|
|
67
67
|
<<
|
|
@@ -125,7 +125,7 @@ trailer
|
|
|
125
125
|
/Size 14
|
|
126
126
|
/Root 3 0 R
|
|
127
127
|
/Info 10 0 R
|
|
128
|
-
/ID [<
|
|
128
|
+
/ID [<373d2b5f350f145088a98f3d1adbdbd6> <373d2b5f350f145088a98f3d1adbdbd6>]
|
|
129
129
|
>>
|
|
130
130
|
startxref
|
|
131
131
|
1499
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf
CHANGED
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519112124Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<2415df93311b763b19e0be3a4d486860> <2415df93311b763b19e0be3a4d486860>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
929
|
|
@@ -75,7 +75,7 @@ endobj
|
|
|
75
75
|
(PDFKit)
|
|
76
76
|
endobj
|
|
77
77
|
13 0 obj
|
|
78
|
-
(D:
|
|
78
|
+
(D:20240519112124Z)
|
|
79
79
|
endobj
|
|
80
80
|
10 0 obj
|
|
81
81
|
<<
|
|
@@ -139,7 +139,7 @@ trailer
|
|
|
139
139
|
/Size 14
|
|
140
140
|
/Root 3 0 R
|
|
141
141
|
/Info 10 0 R
|
|
142
|
-
/ID [<
|
|
142
|
+
/ID [<22e5f6b73eea9b62d27ada31d6dadb7d> <22e5f6b73eea9b62d27ada31d6dadb7d>]
|
|
143
143
|
>>
|
|
144
144
|
startxref
|
|
145
145
|
1173
|
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519112124Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<285d50a1322d087f5a69b574222d17cc> <285d50a1322d087f5a69b574222d17cc>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
905
|
|
@@ -71,7 +71,7 @@ endobj
|
|
|
71
71
|
(PDFKit)
|
|
72
72
|
endobj
|
|
73
73
|
14 0 obj
|
|
74
|
-
(D:
|
|
74
|
+
(D:20240519112124Z)
|
|
75
75
|
endobj
|
|
76
76
|
11 0 obj
|
|
77
77
|
<<
|
|
@@ -136,7 +136,7 @@ trailer
|
|
|
136
136
|
/Size 15
|
|
137
137
|
/Root 3 0 R
|
|
138
138
|
/Info 11 0 R
|
|
139
|
-
/ID [<
|
|
139
|
+
/ID [<4206bedf274b4cc373abff2c8767d3c0> <4206bedf274b4cc373abff2c8767d3c0>]
|
|
140
140
|
>>
|
|
141
141
|
startxref
|
|
142
142
|
1232
|
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519112123Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<60f952469de62f07c4c52b8ecc59d8ec> <60f952469de62f07c4c52b8ecc59d8ec>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
975
|
|
@@ -93,7 +93,7 @@ endobj
|
|
|
93
93
|
(PDFKit)
|
|
94
94
|
endobj
|
|
95
95
|
16 0 obj
|
|
96
|
-
(D:
|
|
96
|
+
(D:20240519112124Z)
|
|
97
97
|
endobj
|
|
98
98
|
13 0 obj
|
|
99
99
|
<<
|
|
@@ -160,7 +160,7 @@ trailer
|
|
|
160
160
|
/Size 17
|
|
161
161
|
/Root 3 0 R
|
|
162
162
|
/Info 13 0 R
|
|
163
|
-
/ID [<
|
|
163
|
+
/ID [<bb63df93fd1f57f029fc6c6750a5faa6> <bb63df93fd1f57f029fc6c6750a5faa6>]
|
|
164
164
|
>>
|
|
165
165
|
startxref
|
|
166
166
|
1330
|
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519112123Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<17eae9ec2ac3aa77849fcfcbe75c0238> <17eae9ec2ac3aa77849fcfcbe75c0238>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
905
|
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519112124Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<3c6270a4c4f7be56cb433c17ebc37b37> <3c6270a4c4f7be56cb433c17ebc37b37>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
918
|