abstract-document 11.2.2 → 11.2.5
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/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 +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 +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 +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/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf
CHANGED
|
@@ -351,7 +351,7 @@ endobj
|
|
|
351
351
|
(PDFKit)
|
|
352
352
|
endobj
|
|
353
353
|
16 0 obj
|
|
354
|
-
(D:
|
|
354
|
+
(D:20240917134037Z)
|
|
355
355
|
endobj
|
|
356
356
|
13 0 obj
|
|
357
357
|
<<
|
|
@@ -418,7 +418,7 @@ trailer
|
|
|
418
418
|
/Size 17
|
|
419
419
|
/Root 3 0 R
|
|
420
420
|
/Info 13 0 R
|
|
421
|
-
/ID [<
|
|
421
|
+
/ID [<e551c003710807599fb741263b2ff8c6> <e551c003710807599fb741263b2ff8c6>]
|
|
422
422
|
>>
|
|
423
423
|
startxref
|
|
424
424
|
3960
|
|
@@ -281,7 +281,7 @@ endobj
|
|
|
281
281
|
(PDFKit)
|
|
282
282
|
endobj
|
|
283
283
|
16 0 obj
|
|
284
|
-
(D:
|
|
284
|
+
(D:20240917134037Z)
|
|
285
285
|
endobj
|
|
286
286
|
13 0 obj
|
|
287
287
|
<<
|
|
@@ -348,7 +348,7 @@ trailer
|
|
|
348
348
|
/Size 17
|
|
349
349
|
/Root 3 0 R
|
|
350
350
|
/Info 13 0 R
|
|
351
|
-
/ID [<
|
|
351
|
+
/ID [<b49924184bad46b7a535d34bdd045ce9> <b49924184bad46b7a535d34bdd045ce9>]
|
|
352
352
|
>>
|
|
353
353
|
startxref
|
|
354
354
|
3079
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf
CHANGED
|
@@ -351,7 +351,7 @@ endobj
|
|
|
351
351
|
(PDFKit)
|
|
352
352
|
endobj
|
|
353
353
|
16 0 obj
|
|
354
|
-
(D:
|
|
354
|
+
(D:20240917134037Z)
|
|
355
355
|
endobj
|
|
356
356
|
13 0 obj
|
|
357
357
|
<<
|
|
@@ -418,7 +418,7 @@ trailer
|
|
|
418
418
|
/Size 17
|
|
419
419
|
/Root 3 0 R
|
|
420
420
|
/Info 13 0 R
|
|
421
|
-
/ID [<
|
|
421
|
+
/ID [<8c482d2311c659f48585d2f970c4eaa7> <8c482d2311c659f48585d2f970c4eaa7>]
|
|
422
422
|
>>
|
|
423
423
|
startxref
|
|
424
424
|
3964
|
|
@@ -4033,7 +4033,7 @@ endobj
|
|
|
4033
4033
|
(PDFKit)
|
|
4034
4034
|
endobj
|
|
4035
4035
|
19 0 obj
|
|
4036
|
-
(D:
|
|
4036
|
+
(D:20240917134037Z)
|
|
4037
4037
|
endobj
|
|
4038
4038
|
16 0 obj
|
|
4039
4039
|
<<
|
|
@@ -4103,7 +4103,7 @@ trailer
|
|
|
4103
4103
|
/Size 20
|
|
4104
4104
|
/Root 3 0 R
|
|
4105
4105
|
/Info 16 0 R
|
|
4106
|
-
/ID [<
|
|
4106
|
+
/ID [<24d4ba601a7989fc3b064f996b641473> <24d4ba601a7989fc3b064f996b641473>]
|
|
4107
4107
|
>>
|
|
4108
4108
|
startxref
|
|
4109
4109
|
41280
|
|
@@ -434,7 +434,7 @@ endobj
|
|
|
434
434
|
(PDFKit)
|
|
435
435
|
endobj
|
|
436
436
|
16 0 obj
|
|
437
|
-
(D:
|
|
437
|
+
(D:20240917134037Z)
|
|
438
438
|
endobj
|
|
439
439
|
13 0 obj
|
|
440
440
|
<<
|
|
@@ -501,7 +501,7 @@ trailer
|
|
|
501
501
|
/Size 17
|
|
502
502
|
/Root 3 0 R
|
|
503
503
|
/Info 13 0 R
|
|
504
|
-
/ID [<
|
|
504
|
+
/ID [<201ec7b86602fed952480c66425788d9> <201ec7b86602fed952480c66425788d9>]
|
|
505
505
|
>>
|
|
506
506
|
startxref
|
|
507
507
|
4569
|
|
@@ -75,7 +75,7 @@ endobj
|
|
|
75
75
|
(PDFKit)
|
|
76
76
|
endobj
|
|
77
77
|
13 0 obj
|
|
78
|
-
(D:
|
|
78
|
+
(D:20240917134037Z)
|
|
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 [<0fbbeae8070d020a9a9ae056df0b5ce4> <0fbbeae8070d020a9a9ae056df0b5ce4>]
|
|
143
143
|
>>
|
|
144
144
|
startxref
|
|
145
145
|
1167
|
|
@@ -75,7 +75,7 @@ endobj
|
|
|
75
75
|
(PDFKit)
|
|
76
76
|
endobj
|
|
77
77
|
13 0 obj
|
|
78
|
-
(D:
|
|
78
|
+
(D:20240917134037Z)
|
|
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 [<573cf1e379c34b4ca66fa89cd379abf5> <573cf1e379c34b4ca66fa89cd379abf5>]
|
|
143
143
|
>>
|
|
144
144
|
startxref
|
|
145
145
|
1141
|
|
@@ -78,7 +78,7 @@ endobj
|
|
|
78
78
|
(PDFKit)
|
|
79
79
|
endobj
|
|
80
80
|
11 0 obj
|
|
81
|
-
(D:
|
|
81
|
+
(D:20240917134037Z)
|
|
82
82
|
endobj
|
|
83
83
|
8 0 obj
|
|
84
84
|
<<
|
|
@@ -132,7 +132,7 @@ trailer
|
|
|
132
132
|
/Size 12
|
|
133
133
|
/Root 3 0 R
|
|
134
134
|
/Info 8 0 R
|
|
135
|
-
/ID [<
|
|
135
|
+
/ID [<fdd9cd25d9da2f254f169089e6496339> <fdd9cd25d9da2f254f169089e6496339>]
|
|
136
136
|
>>
|
|
137
137
|
startxref
|
|
138
138
|
1086
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf
CHANGED
|
Binary file
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf
CHANGED
|
@@ -252,7 +252,7 @@ endobj
|
|
|
252
252
|
(PDFKit)
|
|
253
253
|
endobj
|
|
254
254
|
13 0 obj
|
|
255
|
-
(D:
|
|
255
|
+
(D:20240917134037Z)
|
|
256
256
|
endobj
|
|
257
257
|
10 0 obj
|
|
258
258
|
<<
|
|
@@ -316,7 +316,7 @@ trailer
|
|
|
316
316
|
/Size 14
|
|
317
317
|
/Root 3 0 R
|
|
318
318
|
/Info 10 0 R
|
|
319
|
-
/ID [<
|
|
319
|
+
/ID [<396f074ec8f0a0f6eda0157cd1b3a023> <396f074ec8f0a0f6eda0157cd1b3a023>]
|
|
320
320
|
>>
|
|
321
321
|
startxref
|
|
322
322
|
2887
|
|
@@ -77,7 +77,7 @@ endobj
|
|
|
77
77
|
(PDFKit)
|
|
78
78
|
endobj
|
|
79
79
|
13 0 obj
|
|
80
|
-
(D:
|
|
80
|
+
(D:20240917134037Z)
|
|
81
81
|
endobj
|
|
82
82
|
10 0 obj
|
|
83
83
|
<<
|
|
@@ -141,7 +141,7 @@ trailer
|
|
|
141
141
|
/Size 14
|
|
142
142
|
/Root 3 0 R
|
|
143
143
|
/Info 10 0 R
|
|
144
|
-
/ID [<
|
|
144
|
+
/ID [<6e8cb4d2b29aa3063c4ee5a5ebb14291> <6e8cb4d2b29aa3063c4ee5a5ebb14291>]
|
|
145
145
|
>>
|
|
146
146
|
startxref
|
|
147
147
|
1163
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf
CHANGED
|
@@ -322,7 +322,7 @@ endobj
|
|
|
322
322
|
(PDFKit)
|
|
323
323
|
endobj
|
|
324
324
|
13 0 obj
|
|
325
|
-
(D:
|
|
325
|
+
(D:20240917134037Z)
|
|
326
326
|
endobj
|
|
327
327
|
10 0 obj
|
|
328
328
|
<<
|
|
@@ -386,7 +386,7 @@ trailer
|
|
|
386
386
|
/Size 14
|
|
387
387
|
/Root 3 0 R
|
|
388
388
|
/Info 10 0 R
|
|
389
|
-
/ID [<
|
|
389
|
+
/ID [<c9ee6476ae4dca57be5ecfbfd815ccd3> <c9ee6476ae4dca57be5ecfbfd815ccd3>]
|
|
390
390
|
>>
|
|
391
391
|
startxref
|
|
392
392
|
3436
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table minimal row height.pdf
CHANGED
|
@@ -410,7 +410,7 @@ endobj
|
|
|
410
410
|
(PDFKit)
|
|
411
411
|
endobj
|
|
412
412
|
13 0 obj
|
|
413
|
-
(D:
|
|
413
|
+
(D:20240917134037Z)
|
|
414
414
|
endobj
|
|
415
415
|
10 0 obj
|
|
416
416
|
<<
|
|
@@ -474,7 +474,7 @@ trailer
|
|
|
474
474
|
/Size 14
|
|
475
475
|
/Root 3 0 R
|
|
476
476
|
/Info 10 0 R
|
|
477
|
-
/ID [<
|
|
477
|
+
/ID [<e1dee8b9d4b348d846ec616f3d520372> <e1dee8b9d4b348d846ec616f3d520372>]
|
|
478
478
|
>>
|
|
479
479
|
startxref
|
|
480
480
|
4760
|
|
@@ -75,7 +75,7 @@ endobj
|
|
|
75
75
|
(PDFKit)
|
|
76
76
|
endobj
|
|
77
77
|
13 0 obj
|
|
78
|
-
(D:
|
|
78
|
+
(D:20240917134037Z)
|
|
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 [<713e0325f48e7084edb2d16a44940239> <713e0325f48e7084edb2d16a44940239>]
|
|
143
143
|
>>
|
|
144
144
|
startxref
|
|
145
145
|
1139
|
|
@@ -77,7 +77,7 @@ endobj
|
|
|
77
77
|
(PDFKit)
|
|
78
78
|
endobj
|
|
79
79
|
13 0 obj
|
|
80
|
-
(D:
|
|
80
|
+
(D:20240917134037Z)
|
|
81
81
|
endobj
|
|
82
82
|
10 0 obj
|
|
83
83
|
<<
|
|
@@ -141,7 +141,7 @@ trailer
|
|
|
141
141
|
/Size 14
|
|
142
142
|
/Root 3 0 R
|
|
143
143
|
/Info 10 0 R
|
|
144
|
-
/ID [<
|
|
144
|
+
/ID [<d53b2d36bbccfa445be30f42b9517785> <d53b2d36bbccfa445be30f42b9517785>]
|
|
145
145
|
>>
|
|
146
146
|
startxref
|
|
147
147
|
1144
|
|
@@ -77,7 +77,7 @@ endobj
|
|
|
77
77
|
(PDFKit)
|
|
78
78
|
endobj
|
|
79
79
|
13 0 obj
|
|
80
|
-
(D:
|
|
80
|
+
(D:20240917134037Z)
|
|
81
81
|
endobj
|
|
82
82
|
10 0 obj
|
|
83
83
|
<<
|
|
@@ -141,7 +141,7 @@ trailer
|
|
|
141
141
|
/Size 14
|
|
142
142
|
/Root 3 0 R
|
|
143
143
|
/Info 10 0 R
|
|
144
|
-
/ID [<
|
|
144
|
+
/ID [<104774eb360453fd8decc45b2c7d5fc7> <104774eb360453fd8decc45b2c7d5fc7>]
|
|
145
145
|
>>
|
|
146
146
|
startxref
|
|
147
147
|
1160
|
|
@@ -206,7 +206,7 @@ endobj
|
|
|
206
206
|
(PDFKit)
|
|
207
207
|
endobj
|
|
208
208
|
13 0 obj
|
|
209
|
-
(D:
|
|
209
|
+
(D:20240917134037Z)
|
|
210
210
|
endobj
|
|
211
211
|
10 0 obj
|
|
212
212
|
<<
|
|
@@ -270,7 +270,7 @@ trailer
|
|
|
270
270
|
/Size 14
|
|
271
271
|
/Root 3 0 R
|
|
272
272
|
/Info 10 0 R
|
|
273
|
-
/ID [<
|
|
273
|
+
/ID [<b54444bec0b85b7a02b8634e5f40c162> <b54444bec0b85b7a02b8634e5f40c162>]
|
|
274
274
|
>>
|
|
275
275
|
startxref
|
|
276
276
|
2439
|
|
@@ -254,7 +254,7 @@ endobj
|
|
|
254
254
|
(PDFKit)
|
|
255
255
|
endobj
|
|
256
256
|
13 0 obj
|
|
257
|
-
(D:
|
|
257
|
+
(D:20240917134037Z)
|
|
258
258
|
endobj
|
|
259
259
|
10 0 obj
|
|
260
260
|
<<
|
|
@@ -318,7 +318,7 @@ trailer
|
|
|
318
318
|
/Size 14
|
|
319
319
|
/Root 3 0 R
|
|
320
320
|
/Info 10 0 R
|
|
321
|
-
/ID [<
|
|
321
|
+
/ID [<3d33f996b0ddbdb972a414338916b252> <3d33f996b0ddbdb972a414338916b252>]
|
|
322
322
|
>>
|
|
323
323
|
startxref
|
|
324
324
|
3167
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf
CHANGED
|
@@ -182,7 +182,7 @@ endobj
|
|
|
182
182
|
(PDFKit)
|
|
183
183
|
endobj
|
|
184
184
|
13 0 obj
|
|
185
|
-
(D:
|
|
185
|
+
(D:20240917134037Z)
|
|
186
186
|
endobj
|
|
187
187
|
10 0 obj
|
|
188
188
|
<<
|
|
@@ -246,7 +246,7 @@ trailer
|
|
|
246
246
|
/Size 14
|
|
247
247
|
/Root 3 0 R
|
|
248
248
|
/Info 10 0 R
|
|
249
|
-
/ID [<
|
|
249
|
+
/ID [<e1ae5dd615916cae7d3307a719fe9983> <e1ae5dd615916cae7d3307a719fe9983>]
|
|
250
250
|
>>
|
|
251
251
|
startxref
|
|
252
252
|
2189
|
|
@@ -159,7 +159,7 @@ endobj
|
|
|
159
159
|
(PDFKit)
|
|
160
160
|
endobj
|
|
161
161
|
13 0 obj
|
|
162
|
-
(D:
|
|
162
|
+
(D:20240917134037Z)
|
|
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 [<196f0462fc08b581e5f8c03d7e8f3e94> <196f0462fc08b581e5f8c03d7e8f3e94>]
|
|
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:20240917134037Z)
|
|
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 [<9976ac9a1d74b3a1e57f5855a1986aa2> <9976ac9a1d74b3a1e57f5855a1986aa2>]
|
|
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:20240917134037Z)
|
|
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 [<cb70225b80228bd3a13877d9e49ca3bc> <cb70225b80228bd3a13877d9e49ca3bc>]
|
|
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:20240917134037Z)
|
|
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 [<3899f4b991bb17636b0371ebe5751685> <3899f4b991bb17636b0371ebe5751685>]
|
|
227
227
|
>>
|
|
228
228
|
startxref
|
|
229
229
|
1919
|
|
@@ -28,7 +28,7 @@ endobj
|
|
|
28
28
|
endobj
|
|
29
29
|
5 0 obj
|
|
30
30
|
<<
|
|
31
|
-
/Length
|
|
31
|
+
/Length 155
|
|
32
32
|
>>
|
|
33
33
|
stream
|
|
34
34
|
1 0 0 -1 0 842 cm
|
|
@@ -40,7 +40,7 @@ q
|
|
|
40
40
|
BT
|
|
41
41
|
1 0 0 1 0 834.82 Tm
|
|
42
42
|
/F1 10 Tf
|
|
43
|
-
[<
|
|
43
|
+
[<54> 120 <7565205365702031372032303234> 0] TJ
|
|
44
44
|
ET
|
|
45
45
|
Q
|
|
46
46
|
|
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240917134036Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -99,26 +99,26 @@ endobj
|
|
|
99
99
|
xref
|
|
100
100
|
0 14
|
|
101
101
|
0000000000 65535 f
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
102
|
+
0000000828 00000 n
|
|
103
|
+
0000000885 00000 n
|
|
104
|
+
0000000766 00000 n
|
|
105
|
+
0000000745 00000 n
|
|
106
106
|
0000000280 00000 n
|
|
107
107
|
0000000163 00000 n
|
|
108
108
|
0000000059 00000 n
|
|
109
109
|
0000000015 00000 n
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
110
|
+
0000000648 00000 n
|
|
111
|
+
0000000572 00000 n
|
|
112
|
+
0000000486 00000 n
|
|
113
|
+
0000000511 00000 n
|
|
114
|
+
0000000536 00000 n
|
|
115
115
|
trailer
|
|
116
116
|
<<
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<a2092eef3f857875d0c62c99325f69fb> <a2092eef3f857875d0c62c99325f69fb>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
|
-
|
|
123
|
+
932
|
|
124
124
|
%%EOF
|
|
@@ -133,7 +133,7 @@ endobj
|
|
|
133
133
|
(PDFKit)
|
|
134
134
|
endobj
|
|
135
135
|
13 0 obj
|
|
136
|
-
(D:
|
|
136
|
+
(D:20240917134037Z)
|
|
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 [<4fddbcd3b322c4ffb17237d1272e8473> <4fddbcd3b322c4ffb17237d1272e8473>]
|
|
201
201
|
>>
|
|
202
202
|
startxref
|
|
203
203
|
1745
|
|
@@ -60,7 +60,7 @@ endobj
|
|
|
60
60
|
(PDFKit)
|
|
61
61
|
endobj
|
|
62
62
|
14 0 obj
|
|
63
|
-
(D:
|
|
63
|
+
(D:20240917134037Z)
|
|
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 [<2baf2a319a393990034a53d612b6af2f> <2baf2a319a393990034a53d612b6af2f>]
|
|
129
129
|
>>
|
|
130
130
|
startxref
|
|
131
131
|
1013
|
|
@@ -71,7 +71,7 @@ endobj
|
|
|
71
71
|
(PDFKit)
|
|
72
72
|
endobj
|
|
73
73
|
15 0 obj
|
|
74
|
-
(D:
|
|
74
|
+
(D:20240917134037Z)
|
|
75
75
|
endobj
|
|
76
76
|
12 0 obj
|
|
77
77
|
<<
|
|
@@ -137,7 +137,7 @@ trailer
|
|
|
137
137
|
/Size 16
|
|
138
138
|
/Root 3 0 R
|
|
139
139
|
/Info 12 0 R
|
|
140
|
-
/ID [<
|
|
140
|
+
/ID [<805f697bae573312e7e6446c12ce5512> <805f697bae573312e7e6446c12ce5512>]
|
|
141
141
|
>>
|
|
142
142
|
startxref
|
|
143
143
|
1183
|
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:20240917134037Z)
|
|
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 [<5765f487f31d04a8e88fe74b5b0639bb> <5765f487f31d04a8e88fe74b5b0639bb>]
|
|
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:20240917134037Z)
|
|
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 [<2ca827a336488ea633d9a635909c1d57> <2ca827a336488ea633d9a635909c1d57>]
|
|
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:20240917134037Z)
|
|
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 [<68d0dd2cf0e5872e395e51605394ec7d> <68d0dd2cf0e5872e395e51605394ec7d>]
|
|
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:20240917134037Z)
|
|
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 [<a5b234ef618d9d850e4400e0629f29d5> <a5b234ef618d9d850e4400e0629f29d5>]
|
|
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:20240917134037Z)
|
|
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 [<cc0df7b7a404e93dcf318114f4962444> <cc0df7b7a404e93dcf318114f4962444>]
|
|
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:20240917134037Z)
|
|
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 [<1fa3f3227eda7b2e965337aadf3aaf82> <1fa3f3227eda7b2e965337aadf3aaf82>]
|
|
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:20240917134038Z)
|
|
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 [<6fa94e120de87a479adfdcf9b4a654b8> <6fa94e120de87a479adfdcf9b4a654b8>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
902
|