abstract-document 9.0.0 → 9.1.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/lib/abstract-document/styles/text-style.d.ts +2 -0
- package/lib/abstract-document/styles/text-style.d.ts.map +1 -1
- package/lib/abstract-document/styles/text-style.js +2 -2
- package/lib/abstract-document/styles/text-style.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/render.js +2 -1
- package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
- package/package.json +3 -3
- package/src/abstract-document/styles/text-style.ts +3 -0
- 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 +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +44 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +129 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +131 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +129 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +55 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +43 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +300 -269
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +300 -269
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line break.pdf +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +84 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +42 -30
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +44 -32
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +42 -30
- 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 +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +56 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +53 -37
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +60 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +67 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +172 -48
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +59 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +57 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +59 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +175 -48
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +60 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +40 -27
- 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 +43 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +44 -26
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table minimal row height.pdf +44 -26
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +41 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +41 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +41 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +46 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +39 -28
- 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 +2 -2
- 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 +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +38 -27
- 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 +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +53 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/pagebreak.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +38 -27
- package/src/abstract-document-exporters/pdf/render.ts +1 -1
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
%PDF-1.3
|
|
2
2
|
%����
|
|
3
|
+
8 0 obj
|
|
4
|
+
<<
|
|
5
|
+
/Type /ExtGState
|
|
6
|
+
/ca 1
|
|
7
|
+
>>
|
|
8
|
+
endobj
|
|
3
9
|
7 0 obj
|
|
4
10
|
<<
|
|
5
11
|
/Type /Page
|
|
@@ -12,19 +18,23 @@ endobj
|
|
|
12
18
|
6 0 obj
|
|
13
19
|
<<
|
|
14
20
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
21
|
+
/ExtGState <<
|
|
22
|
+
/Gs1 8 0 R
|
|
23
|
+
>>
|
|
15
24
|
/Font <<
|
|
16
|
-
/F1
|
|
25
|
+
/F1 9 0 R
|
|
17
26
|
>>
|
|
18
27
|
>>
|
|
19
28
|
endobj
|
|
20
29
|
5 0 obj
|
|
21
30
|
<<
|
|
22
|
-
/Length
|
|
31
|
+
/Length 2997
|
|
23
32
|
>>
|
|
24
33
|
stream
|
|
25
34
|
1 0 0 -1 0 842 cm
|
|
26
35
|
/DeviceRGB cs
|
|
27
36
|
0 0 0 scn
|
|
37
|
+
/Gs1 gs
|
|
28
38
|
q
|
|
29
39
|
1 0 0 -1 0 842 cm
|
|
30
40
|
BT
|
|
@@ -59,6 +69,7 @@ S
|
|
|
59
69
|
S
|
|
60
70
|
/DeviceRGB cs
|
|
61
71
|
0 0 0 scn
|
|
72
|
+
/Gs1 gs
|
|
62
73
|
q
|
|
63
74
|
1 0 0 -1 0 842 cm
|
|
64
75
|
BT
|
|
@@ -93,6 +104,7 @@ S
|
|
|
93
104
|
S
|
|
94
105
|
/DeviceRGB cs
|
|
95
106
|
0 0 0 scn
|
|
107
|
+
/Gs1 gs
|
|
96
108
|
q
|
|
97
109
|
1 0 0 -1 0 842 cm
|
|
98
110
|
BT
|
|
@@ -127,6 +139,7 @@ S
|
|
|
127
139
|
S
|
|
128
140
|
/DeviceRGB cs
|
|
129
141
|
0 0 0 scn
|
|
142
|
+
/Gs1 gs
|
|
130
143
|
q
|
|
131
144
|
1 0 0 -1 0 842 cm
|
|
132
145
|
BT
|
|
@@ -161,6 +174,7 @@ S
|
|
|
161
174
|
S
|
|
162
175
|
/DeviceRGB cs
|
|
163
176
|
0 0 0 scn
|
|
177
|
+
/Gs1 gs
|
|
164
178
|
q
|
|
165
179
|
1 0 0 -1 0 842 cm
|
|
166
180
|
BT
|
|
@@ -195,6 +209,7 @@ S
|
|
|
195
209
|
S
|
|
196
210
|
/DeviceRGB cs
|
|
197
211
|
0 0 0 scn
|
|
212
|
+
/Gs1 gs
|
|
198
213
|
q
|
|
199
214
|
1 0 0 -1 0 842 cm
|
|
200
215
|
BT
|
|
@@ -229,6 +244,7 @@ S
|
|
|
229
244
|
S
|
|
230
245
|
/DeviceRGB cs
|
|
231
246
|
0 0 0 scn
|
|
247
|
+
/Gs1 gs
|
|
232
248
|
q
|
|
233
249
|
1 0 0 -1 0 842 cm
|
|
234
250
|
BT
|
|
@@ -263,6 +279,7 @@ S
|
|
|
263
279
|
S
|
|
264
280
|
/DeviceRGB cs
|
|
265
281
|
0 0 0 scn
|
|
282
|
+
/Gs1 gs
|
|
266
283
|
q
|
|
267
284
|
1 0 0 -1 0 842 cm
|
|
268
285
|
BT
|
|
@@ -297,6 +314,7 @@ S
|
|
|
297
314
|
S
|
|
298
315
|
/DeviceRGB cs
|
|
299
316
|
0 0 0 scn
|
|
317
|
+
/Gs1 gs
|
|
300
318
|
q
|
|
301
319
|
1 0 0 -1 0 842 cm
|
|
302
320
|
BT
|
|
@@ -332,23 +350,23 @@ S
|
|
|
332
350
|
|
|
333
351
|
endstream
|
|
334
352
|
endobj
|
|
335
|
-
10 0 obj
|
|
336
|
-
(PDFKit)
|
|
337
|
-
endobj
|
|
338
353
|
11 0 obj
|
|
339
354
|
(PDFKit)
|
|
340
355
|
endobj
|
|
341
356
|
12 0 obj
|
|
342
|
-
(
|
|
357
|
+
(PDFKit)
|
|
343
358
|
endobj
|
|
344
|
-
|
|
359
|
+
13 0 obj
|
|
360
|
+
(D:20240320125108Z)
|
|
361
|
+
endobj
|
|
362
|
+
10 0 obj
|
|
345
363
|
<<
|
|
346
|
-
/Producer
|
|
347
|
-
/Creator
|
|
348
|
-
/CreationDate
|
|
364
|
+
/Producer 11 0 R
|
|
365
|
+
/Creator 12 0 R
|
|
366
|
+
/CreationDate 13 0 R
|
|
349
367
|
>>
|
|
350
368
|
endobj
|
|
351
|
-
|
|
369
|
+
9 0 obj
|
|
352
370
|
<<
|
|
353
371
|
/Type /Font
|
|
354
372
|
/BaseFont /Helvetica
|
|
@@ -383,27 +401,28 @@ endobj
|
|
|
383
401
|
>>
|
|
384
402
|
endobj
|
|
385
403
|
xref
|
|
386
|
-
0
|
|
404
|
+
0 14
|
|
387
405
|
0000000000 65535 f
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
406
|
+
0000003671 00000 n
|
|
407
|
+
0000003728 00000 n
|
|
408
|
+
0000003609 00000 n
|
|
409
|
+
0000003588 00000 n
|
|
410
|
+
0000000280 00000 n
|
|
411
|
+
0000000163 00000 n
|
|
412
|
+
0000000059 00000 n
|
|
394
413
|
0000000015 00000 n
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
414
|
+
0000003491 00000 n
|
|
415
|
+
0000003415 00000 n
|
|
416
|
+
0000003329 00000 n
|
|
417
|
+
0000003354 00000 n
|
|
418
|
+
0000003379 00000 n
|
|
400
419
|
trailer
|
|
401
420
|
<<
|
|
402
|
-
/Size
|
|
421
|
+
/Size 14
|
|
403
422
|
/Root 3 0 R
|
|
404
|
-
/Info
|
|
405
|
-
/ID [<
|
|
423
|
+
/Info 10 0 R
|
|
424
|
+
/ID [<95f35b47a78804da9c57c7d5ee186c3f> <95f35b47a78804da9c57c7d5ee186c3f>]
|
|
406
425
|
>>
|
|
407
426
|
startxref
|
|
408
|
-
|
|
427
|
+
3775
|
|
409
428
|
%%EOF
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
%PDF-1.3
|
|
2
2
|
%����
|
|
3
|
+
8 0 obj
|
|
4
|
+
<<
|
|
5
|
+
/Type /ExtGState
|
|
6
|
+
/ca 1
|
|
7
|
+
>>
|
|
8
|
+
endobj
|
|
3
9
|
7 0 obj
|
|
4
10
|
<<
|
|
5
11
|
/Type /Page
|
|
@@ -12,14 +18,17 @@ endobj
|
|
|
12
18
|
6 0 obj
|
|
13
19
|
<<
|
|
14
20
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
21
|
+
/ExtGState <<
|
|
22
|
+
/Gs1 8 0 R
|
|
23
|
+
>>
|
|
15
24
|
/Font <<
|
|
16
|
-
/F1
|
|
25
|
+
/F1 9 0 R
|
|
17
26
|
>>
|
|
18
27
|
>>
|
|
19
28
|
endobj
|
|
20
29
|
5 0 obj
|
|
21
30
|
<<
|
|
22
|
-
/Length
|
|
31
|
+
/Length 1192
|
|
23
32
|
>>
|
|
24
33
|
stream
|
|
25
34
|
1 0 0 -1 0 842 cm
|
|
@@ -29,6 +38,7 @@ stream
|
|
|
29
38
|
f
|
|
30
39
|
/DeviceRGB cs
|
|
31
40
|
0 0 0 scn
|
|
41
|
+
/Gs1 gs
|
|
32
42
|
q
|
|
33
43
|
1 0 0 -1 0 842 cm
|
|
34
44
|
BT
|
|
@@ -67,6 +77,7 @@ S
|
|
|
67
77
|
f
|
|
68
78
|
/DeviceRGB cs
|
|
69
79
|
0 0 0 scn
|
|
80
|
+
/Gs1 gs
|
|
70
81
|
q
|
|
71
82
|
1 0 0 -1 0 842 cm
|
|
72
83
|
BT
|
|
@@ -105,6 +116,7 @@ S
|
|
|
105
116
|
f
|
|
106
117
|
/DeviceRGB cs
|
|
107
118
|
0 0 0 scn
|
|
119
|
+
/Gs1 gs
|
|
108
120
|
q
|
|
109
121
|
1 0 0 -1 0 842 cm
|
|
110
122
|
BT
|
|
@@ -140,23 +152,23 @@ S
|
|
|
140
152
|
|
|
141
153
|
endstream
|
|
142
154
|
endobj
|
|
143
|
-
10 0 obj
|
|
144
|
-
(PDFKit)
|
|
145
|
-
endobj
|
|
146
155
|
11 0 obj
|
|
147
156
|
(PDFKit)
|
|
148
157
|
endobj
|
|
149
158
|
12 0 obj
|
|
150
|
-
(
|
|
159
|
+
(PDFKit)
|
|
151
160
|
endobj
|
|
152
|
-
|
|
161
|
+
13 0 obj
|
|
162
|
+
(D:20240320125108Z)
|
|
163
|
+
endobj
|
|
164
|
+
10 0 obj
|
|
153
165
|
<<
|
|
154
|
-
/Producer
|
|
155
|
-
/Creator
|
|
156
|
-
/CreationDate
|
|
166
|
+
/Producer 11 0 R
|
|
167
|
+
/Creator 12 0 R
|
|
168
|
+
/CreationDate 13 0 R
|
|
157
169
|
>>
|
|
158
170
|
endobj
|
|
159
|
-
|
|
171
|
+
9 0 obj
|
|
160
172
|
<<
|
|
161
173
|
/Type /Font
|
|
162
174
|
/BaseFont /Helvetica
|
|
@@ -191,27 +203,28 @@ endobj
|
|
|
191
203
|
>>
|
|
192
204
|
endobj
|
|
193
205
|
xref
|
|
194
|
-
0
|
|
206
|
+
0 14
|
|
195
207
|
0000000000 65535 f
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
208
|
+
0000001866 00000 n
|
|
209
|
+
0000001923 00000 n
|
|
210
|
+
0000001804 00000 n
|
|
211
|
+
0000001783 00000 n
|
|
212
|
+
0000000280 00000 n
|
|
213
|
+
0000000163 00000 n
|
|
214
|
+
0000000059 00000 n
|
|
202
215
|
0000000015 00000 n
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
216
|
+
0000001686 00000 n
|
|
217
|
+
0000001610 00000 n
|
|
218
|
+
0000001524 00000 n
|
|
219
|
+
0000001549 00000 n
|
|
220
|
+
0000001574 00000 n
|
|
208
221
|
trailer
|
|
209
222
|
<<
|
|
210
|
-
/Size
|
|
223
|
+
/Size 14
|
|
211
224
|
/Root 3 0 R
|
|
212
|
-
/Info
|
|
213
|
-
/ID [<
|
|
225
|
+
/Info 10 0 R
|
|
226
|
+
/ID [<1558258436a6413853d436fa309e41f6> <1558258436a6413853d436fa309e41f6>]
|
|
214
227
|
>>
|
|
215
228
|
startxref
|
|
216
|
-
|
|
229
|
+
1970
|
|
217
230
|
%%EOF
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
%PDF-1.3
|
|
2
2
|
%����
|
|
3
|
+
8 0 obj
|
|
4
|
+
<<
|
|
5
|
+
/Type /ExtGState
|
|
6
|
+
/ca 1
|
|
7
|
+
>>
|
|
8
|
+
endobj
|
|
3
9
|
7 0 obj
|
|
4
10
|
<<
|
|
5
11
|
/Type /Page
|
|
@@ -12,14 +18,17 @@ endobj
|
|
|
12
18
|
6 0 obj
|
|
13
19
|
<<
|
|
14
20
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
21
|
+
/ExtGState <<
|
|
22
|
+
/Gs1 8 0 R
|
|
23
|
+
>>
|
|
15
24
|
/Font <<
|
|
16
|
-
/F1
|
|
25
|
+
/F1 9 0 R
|
|
17
26
|
>>
|
|
18
27
|
>>
|
|
19
28
|
endobj
|
|
20
29
|
5 0 obj
|
|
21
30
|
<<
|
|
22
|
-
/Length
|
|
31
|
+
/Length 1141
|
|
23
32
|
>>
|
|
24
33
|
stream
|
|
25
34
|
1 0 0 -1 0 842 cm
|
|
@@ -29,6 +38,7 @@ stream
|
|
|
29
38
|
f
|
|
30
39
|
/DeviceRGB cs
|
|
31
40
|
0 0 0 scn
|
|
41
|
+
/Gs1 gs
|
|
32
42
|
q
|
|
33
43
|
1 0 0 -1 0 842 cm
|
|
34
44
|
BT
|
|
@@ -67,6 +77,7 @@ S
|
|
|
67
77
|
f
|
|
68
78
|
/DeviceRGB cs
|
|
69
79
|
0 0 0 scn
|
|
80
|
+
/Gs1 gs
|
|
70
81
|
q
|
|
71
82
|
1 0 0 -1 0 842 cm
|
|
72
83
|
BT
|
|
@@ -105,6 +116,7 @@ S
|
|
|
105
116
|
f
|
|
106
117
|
/DeviceRGB cs
|
|
107
118
|
0 0 0 scn
|
|
119
|
+
/Gs1 gs
|
|
108
120
|
q
|
|
109
121
|
1 0 0 -1 0 842 cm
|
|
110
122
|
BT
|
|
@@ -140,23 +152,23 @@ S
|
|
|
140
152
|
|
|
141
153
|
endstream
|
|
142
154
|
endobj
|
|
143
|
-
10 0 obj
|
|
144
|
-
(PDFKit)
|
|
145
|
-
endobj
|
|
146
155
|
11 0 obj
|
|
147
156
|
(PDFKit)
|
|
148
157
|
endobj
|
|
149
158
|
12 0 obj
|
|
150
|
-
(
|
|
159
|
+
(PDFKit)
|
|
151
160
|
endobj
|
|
152
|
-
|
|
161
|
+
13 0 obj
|
|
162
|
+
(D:20240320125108Z)
|
|
163
|
+
endobj
|
|
164
|
+
10 0 obj
|
|
153
165
|
<<
|
|
154
|
-
/Producer
|
|
155
|
-
/Creator
|
|
156
|
-
/CreationDate
|
|
166
|
+
/Producer 11 0 R
|
|
167
|
+
/Creator 12 0 R
|
|
168
|
+
/CreationDate 13 0 R
|
|
157
169
|
>>
|
|
158
170
|
endobj
|
|
159
|
-
|
|
171
|
+
9 0 obj
|
|
160
172
|
<<
|
|
161
173
|
/Type /Font
|
|
162
174
|
/BaseFont /Helvetica
|
|
@@ -191,27 +203,28 @@ endobj
|
|
|
191
203
|
>>
|
|
192
204
|
endobj
|
|
193
205
|
xref
|
|
194
|
-
0
|
|
206
|
+
0 14
|
|
195
207
|
0000000000 65535 f
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
208
|
+
0000001815 00000 n
|
|
209
|
+
0000001872 00000 n
|
|
210
|
+
0000001753 00000 n
|
|
211
|
+
0000001732 00000 n
|
|
212
|
+
0000000280 00000 n
|
|
213
|
+
0000000163 00000 n
|
|
214
|
+
0000000059 00000 n
|
|
202
215
|
0000000015 00000 n
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
216
|
+
0000001635 00000 n
|
|
217
|
+
0000001559 00000 n
|
|
218
|
+
0000001473 00000 n
|
|
219
|
+
0000001498 00000 n
|
|
220
|
+
0000001523 00000 n
|
|
208
221
|
trailer
|
|
209
222
|
<<
|
|
210
|
-
/Size
|
|
223
|
+
/Size 14
|
|
211
224
|
/Root 3 0 R
|
|
212
|
-
/Info
|
|
213
|
-
/ID [<
|
|
225
|
+
/Info 10 0 R
|
|
226
|
+
/ID [<d3ef81eb850a71c5523c97115950202d> <d3ef81eb850a71c5523c97115950202d>]
|
|
214
227
|
>>
|
|
215
228
|
startxref
|
|
216
|
-
|
|
229
|
+
1919
|
|
217
230
|
%%EOF
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
%PDF-1.3
|
|
2
2
|
%����
|
|
3
|
+
8 0 obj
|
|
4
|
+
<<
|
|
5
|
+
/Type /ExtGState
|
|
6
|
+
/ca 1
|
|
7
|
+
>>
|
|
8
|
+
endobj
|
|
3
9
|
7 0 obj
|
|
4
10
|
<<
|
|
5
11
|
/Type /Page
|
|
@@ -12,47 +18,51 @@ endobj
|
|
|
12
18
|
6 0 obj
|
|
13
19
|
<<
|
|
14
20
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
21
|
+
/ExtGState <<
|
|
22
|
+
/Gs1 8 0 R
|
|
23
|
+
>>
|
|
15
24
|
/Font <<
|
|
16
|
-
/F1
|
|
25
|
+
/F1 9 0 R
|
|
17
26
|
>>
|
|
18
27
|
>>
|
|
19
28
|
endobj
|
|
20
29
|
5 0 obj
|
|
21
30
|
<<
|
|
22
|
-
/Length
|
|
31
|
+
/Length 154
|
|
23
32
|
>>
|
|
24
33
|
stream
|
|
25
34
|
1 0 0 -1 0 842 cm
|
|
26
35
|
/DeviceRGB cs
|
|
27
36
|
0 0 0 scn
|
|
37
|
+
/Gs1 gs
|
|
28
38
|
q
|
|
29
39
|
1 0 0 -1 0 842 cm
|
|
30
40
|
BT
|
|
31
41
|
1 0 0 1 0 834.82 Tm
|
|
32
42
|
/F1 10 Tf
|
|
33
|
-
[<
|
|
43
|
+
[<57> 30 <6564204d61722032302032303234> 0] TJ
|
|
34
44
|
ET
|
|
35
45
|
Q
|
|
36
46
|
|
|
37
47
|
endstream
|
|
38
48
|
endobj
|
|
39
|
-
10 0 obj
|
|
40
|
-
(PDFKit)
|
|
41
|
-
endobj
|
|
42
49
|
11 0 obj
|
|
43
50
|
(PDFKit)
|
|
44
51
|
endobj
|
|
45
52
|
12 0 obj
|
|
46
|
-
(
|
|
53
|
+
(PDFKit)
|
|
47
54
|
endobj
|
|
48
|
-
|
|
55
|
+
13 0 obj
|
|
56
|
+
(D:20240320125108Z)
|
|
57
|
+
endobj
|
|
58
|
+
10 0 obj
|
|
49
59
|
<<
|
|
50
|
-
/Producer
|
|
51
|
-
/Creator
|
|
52
|
-
/CreationDate
|
|
60
|
+
/Producer 11 0 R
|
|
61
|
+
/Creator 12 0 R
|
|
62
|
+
/CreationDate 13 0 R
|
|
53
63
|
>>
|
|
54
64
|
endobj
|
|
55
|
-
|
|
65
|
+
9 0 obj
|
|
56
66
|
<<
|
|
57
67
|
/Type /Font
|
|
58
68
|
/BaseFont /Helvetica
|
|
@@ -87,27 +97,28 @@ endobj
|
|
|
87
97
|
>>
|
|
88
98
|
endobj
|
|
89
99
|
xref
|
|
90
|
-
0
|
|
100
|
+
0 14
|
|
91
101
|
0000000000 65535 f
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
102
|
+
0000000827 00000 n
|
|
103
|
+
0000000884 00000 n
|
|
104
|
+
0000000765 00000 n
|
|
105
|
+
0000000744 00000 n
|
|
106
|
+
0000000280 00000 n
|
|
107
|
+
0000000163 00000 n
|
|
108
|
+
0000000059 00000 n
|
|
98
109
|
0000000015 00000 n
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
110
|
+
0000000647 00000 n
|
|
111
|
+
0000000571 00000 n
|
|
112
|
+
0000000485 00000 n
|
|
113
|
+
0000000510 00000 n
|
|
114
|
+
0000000535 00000 n
|
|
104
115
|
trailer
|
|
105
116
|
<<
|
|
106
|
-
/Size
|
|
117
|
+
/Size 14
|
|
107
118
|
/Root 3 0 R
|
|
108
|
-
/Info
|
|
109
|
-
/ID [<
|
|
119
|
+
/Info 10 0 R
|
|
120
|
+
/ID [<262c73b542b776d7e827a0108a0243ae> <262c73b542b776d7e827a0108a0243ae>]
|
|
110
121
|
>>
|
|
111
122
|
startxref
|
|
112
|
-
|
|
123
|
+
931
|
|
113
124
|
%%EOF
|
|
@@ -133,7 +133,7 @@ endobj
|
|
|
133
133
|
(PDFKit)
|
|
134
134
|
endobj
|
|
135
135
|
13 0 obj
|
|
136
|
-
(D:
|
|
136
|
+
(D:20240320125108Z)
|
|
137
137
|
endobj
|
|
138
138
|
10 0 obj
|
|
139
139
|
<<
|
|
@@ -197,7 +197,7 @@ trailer
|
|
|
197
197
|
/Size 14
|
|
198
198
|
/Root 3 0 R
|
|
199
199
|
/Info 10 0 R
|
|
200
|
-
/ID [<
|
|
200
|
+
/ID [<8590655558d4e0576566dca184be4d65> <8590655558d4e0576566dca184be4d65>]
|
|
201
201
|
>>
|
|
202
202
|
startxref
|
|
203
203
|
1761
|
|
@@ -60,7 +60,7 @@ endobj
|
|
|
60
60
|
(PDFKit)
|
|
61
61
|
endobj
|
|
62
62
|
14 0 obj
|
|
63
|
-
(D:
|
|
63
|
+
(D:20240320125108Z)
|
|
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 [<381386f39509f5c2dcfe1036d883e6ea> <381386f39509f5c2dcfe1036d883e6ea>]
|
|
129
129
|
>>
|
|
130
130
|
startxref
|
|
131
131
|
1013
|
|
@@ -73,7 +73,7 @@ endobj
|
|
|
73
73
|
(PDFKit)
|
|
74
74
|
endobj
|
|
75
75
|
15 0 obj
|
|
76
|
-
(D:
|
|
76
|
+
(D:20240320125108Z)
|
|
77
77
|
endobj
|
|
78
78
|
12 0 obj
|
|
79
79
|
<<
|
|
@@ -139,7 +139,7 @@ trailer
|
|
|
139
139
|
/Size 16
|
|
140
140
|
/Root 3 0 R
|
|
141
141
|
/Info 12 0 R
|
|
142
|
-
/ID [<
|
|
142
|
+
/ID [<afddc5528de653875b3bf276cc6ac222> <afddc5528de653875b3bf276cc6ac222>]
|
|
143
143
|
>>
|
|
144
144
|
startxref
|
|
145
145
|
1209
|
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:20240320125108Z)
|
|
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 [<ab6dba4eade3cf46fecde487b3ee708f> <ab6dba4eade3cf46fecde487b3ee708f>]
|
|
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:20240320125108Z)
|
|
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 [<5ad794c03d5e5dae303791a37e4a44f0> <5ad794c03d5e5dae303791a37e4a44f0>]
|
|
129
129
|
>>
|
|
130
130
|
startxref
|
|
131
131
|
1002
|
|
Binary file
|
|
@@ -108,7 +108,7 @@ endobj
|
|
|
108
108
|
(PDFKit)
|
|
109
109
|
endobj
|
|
110
110
|
13 0 obj
|
|
111
|
-
(D:
|
|
111
|
+
(D:20240320125108Z)
|
|
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 [<2e62caa92b57f54cadeb5ef88962c258> <2e62caa92b57f54cadeb5ef88962c258>]
|
|
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:20240320125108Z)
|
|
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 [<d6b4c98a181c594c569ff205a267fdc6> <d6b4c98a181c594c569ff205a267fdc6>]
|
|
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:20240320125108Z)
|
|
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 [<672f7cee0f117d5b01f2e91da8090953> <672f7cee0f117d5b01f2e91da8090953>]
|
|
219
219
|
>>
|
|
220
220
|
startxref
|
|
221
221
|
1798
|