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
package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf
CHANGED
|
@@ -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 2482
|
|
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
|
|
@@ -264,31 +280,35 @@ S
|
|
|
264
280
|
|
|
265
281
|
endstream
|
|
266
282
|
endobj
|
|
267
|
-
|
|
283
|
+
12 0 obj
|
|
268
284
|
<<
|
|
269
285
|
/Type /Page
|
|
270
286
|
/Parent 1 0 R
|
|
271
287
|
/MediaBox [0 0 595 842]
|
|
272
|
-
/Contents
|
|
273
|
-
/Resources
|
|
288
|
+
/Contents 10 0 R
|
|
289
|
+
/Resources 11 0 R
|
|
274
290
|
>>
|
|
275
291
|
endobj
|
|
276
|
-
|
|
292
|
+
11 0 obj
|
|
277
293
|
<<
|
|
278
294
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
295
|
+
/ExtGState <<
|
|
296
|
+
/Gs1 8 0 R
|
|
297
|
+
>>
|
|
279
298
|
/Font <<
|
|
280
|
-
/F1
|
|
299
|
+
/F1 9 0 R
|
|
281
300
|
>>
|
|
282
301
|
>>
|
|
283
302
|
endobj
|
|
284
|
-
|
|
303
|
+
10 0 obj
|
|
285
304
|
<<
|
|
286
|
-
/Length
|
|
305
|
+
/Length 416
|
|
287
306
|
>>
|
|
288
307
|
stream
|
|
289
308
|
1 0 0 -1 0 842 cm
|
|
290
309
|
/DeviceRGB cs
|
|
291
310
|
0 0 0 scn
|
|
311
|
+
/Gs1 gs
|
|
292
312
|
q
|
|
293
313
|
1 0 0 -1 0 842 cm
|
|
294
314
|
BT
|
|
@@ -324,23 +344,23 @@ S
|
|
|
324
344
|
|
|
325
345
|
endstream
|
|
326
346
|
endobj
|
|
327
|
-
13 0 obj
|
|
328
|
-
(PDFKit)
|
|
329
|
-
endobj
|
|
330
347
|
14 0 obj
|
|
331
348
|
(PDFKit)
|
|
332
349
|
endobj
|
|
333
350
|
15 0 obj
|
|
334
|
-
(
|
|
351
|
+
(PDFKit)
|
|
335
352
|
endobj
|
|
336
|
-
|
|
353
|
+
16 0 obj
|
|
354
|
+
(D:20240320125108Z)
|
|
355
|
+
endobj
|
|
356
|
+
13 0 obj
|
|
337
357
|
<<
|
|
338
|
-
/Producer
|
|
339
|
-
/Creator
|
|
340
|
-
/CreationDate
|
|
358
|
+
/Producer 14 0 R
|
|
359
|
+
/Creator 15 0 R
|
|
360
|
+
/CreationDate 16 0 R
|
|
341
361
|
>>
|
|
342
362
|
endobj
|
|
343
|
-
|
|
363
|
+
9 0 obj
|
|
344
364
|
<<
|
|
345
365
|
/Type /Font
|
|
346
366
|
/BaseFont /Helvetica
|
|
@@ -363,7 +383,7 @@ endobj
|
|
|
363
383
|
<<
|
|
364
384
|
/Type /Pages
|
|
365
385
|
/Count 2
|
|
366
|
-
/Kids [7 0 R
|
|
386
|
+
/Kids [7 0 R 12 0 R]
|
|
367
387
|
>>
|
|
368
388
|
endobj
|
|
369
389
|
2 0 obj
|
|
@@ -375,30 +395,31 @@ endobj
|
|
|
375
395
|
>>
|
|
376
396
|
endobj
|
|
377
397
|
xref
|
|
378
|
-
0
|
|
398
|
+
0 17
|
|
379
399
|
0000000000 65535 f
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
400
|
+
0000003849 00000 n
|
|
401
|
+
0000003913 00000 n
|
|
402
|
+
0000003787 00000 n
|
|
403
|
+
0000003766 00000 n
|
|
404
|
+
0000000280 00000 n
|
|
405
|
+
0000000163 00000 n
|
|
406
|
+
0000000059 00000 n
|
|
386
407
|
0000000015 00000 n
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
408
|
+
0000003669 00000 n
|
|
409
|
+
0000003039 00000 n
|
|
410
|
+
0000002921 00000 n
|
|
411
|
+
0000002814 00000 n
|
|
412
|
+
0000003593 00000 n
|
|
413
|
+
0000003507 00000 n
|
|
414
|
+
0000003532 00000 n
|
|
415
|
+
0000003557 00000 n
|
|
395
416
|
trailer
|
|
396
417
|
<<
|
|
397
|
-
/Size
|
|
418
|
+
/Size 17
|
|
398
419
|
/Root 3 0 R
|
|
399
|
-
/Info
|
|
400
|
-
/ID [<
|
|
420
|
+
/Info 13 0 R
|
|
421
|
+
/ID [<114171221eeba1756e3a7c4ce265d4bc> <114171221eeba1756e3a7c4ce265d4bc>]
|
|
401
422
|
>>
|
|
402
423
|
startxref
|
|
403
|
-
|
|
424
|
+
3960
|
|
404
425
|
%%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,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 673
|
|
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
|
|
@@ -94,31 +105,35 @@ S
|
|
|
94
105
|
|
|
95
106
|
endstream
|
|
96
107
|
endobj
|
|
97
|
-
|
|
108
|
+
12 0 obj
|
|
98
109
|
<<
|
|
99
110
|
/Type /Page
|
|
100
111
|
/Parent 1 0 R
|
|
101
112
|
/MediaBox [0 0 595 842]
|
|
102
|
-
/Contents
|
|
103
|
-
/Resources
|
|
113
|
+
/Contents 10 0 R
|
|
114
|
+
/Resources 11 0 R
|
|
104
115
|
>>
|
|
105
116
|
endobj
|
|
106
|
-
|
|
117
|
+
11 0 obj
|
|
107
118
|
<<
|
|
108
119
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
120
|
+
/ExtGState <<
|
|
121
|
+
/Gs1 8 0 R
|
|
122
|
+
>>
|
|
109
123
|
/Font <<
|
|
110
|
-
/F1
|
|
124
|
+
/F1 9 0 R
|
|
111
125
|
>>
|
|
112
126
|
>>
|
|
113
127
|
endobj
|
|
114
|
-
|
|
128
|
+
10 0 obj
|
|
115
129
|
<<
|
|
116
|
-
/Length
|
|
130
|
+
/Length 1344
|
|
117
131
|
>>
|
|
118
132
|
stream
|
|
119
133
|
1 0 0 -1 0 842 cm
|
|
120
134
|
/DeviceRGB cs
|
|
121
135
|
0 0 0 scn
|
|
136
|
+
/Gs1 gs
|
|
122
137
|
q
|
|
123
138
|
1 0 0 -1 0 842 cm
|
|
124
139
|
BT
|
|
@@ -153,6 +168,7 @@ S
|
|
|
153
168
|
S
|
|
154
169
|
/DeviceRGB cs
|
|
155
170
|
0 0 0 scn
|
|
171
|
+
/Gs1 gs
|
|
156
172
|
q
|
|
157
173
|
1 0 0 -1 0 842 cm
|
|
158
174
|
BT
|
|
@@ -187,6 +203,7 @@ S
|
|
|
187
203
|
S
|
|
188
204
|
/DeviceRGB cs
|
|
189
205
|
0 0 0 scn
|
|
206
|
+
/Gs1 gs
|
|
190
207
|
q
|
|
191
208
|
1 0 0 -1 0 842 cm
|
|
192
209
|
BT
|
|
@@ -221,6 +238,7 @@ S
|
|
|
221
238
|
S
|
|
222
239
|
/DeviceRGB cs
|
|
223
240
|
0 0 0 scn
|
|
241
|
+
/Gs1 gs
|
|
224
242
|
q
|
|
225
243
|
1 0 0 -1 0 842 cm
|
|
226
244
|
BT
|
|
@@ -256,23 +274,23 @@ S
|
|
|
256
274
|
|
|
257
275
|
endstream
|
|
258
276
|
endobj
|
|
259
|
-
13 0 obj
|
|
260
|
-
(PDFKit)
|
|
261
|
-
endobj
|
|
262
277
|
14 0 obj
|
|
263
278
|
(PDFKit)
|
|
264
279
|
endobj
|
|
265
280
|
15 0 obj
|
|
266
|
-
(
|
|
281
|
+
(PDFKit)
|
|
267
282
|
endobj
|
|
268
|
-
|
|
283
|
+
16 0 obj
|
|
284
|
+
(D:20240320125108Z)
|
|
285
|
+
endobj
|
|
286
|
+
13 0 obj
|
|
269
287
|
<<
|
|
270
|
-
/Producer
|
|
271
|
-
/Creator
|
|
272
|
-
/CreationDate
|
|
288
|
+
/Producer 14 0 R
|
|
289
|
+
/Creator 15 0 R
|
|
290
|
+
/CreationDate 16 0 R
|
|
273
291
|
>>
|
|
274
292
|
endobj
|
|
275
|
-
|
|
293
|
+
9 0 obj
|
|
276
294
|
<<
|
|
277
295
|
/Type /Font
|
|
278
296
|
/BaseFont /Helvetica
|
|
@@ -295,7 +313,7 @@ endobj
|
|
|
295
313
|
<<
|
|
296
314
|
/Type /Pages
|
|
297
315
|
/Count 2
|
|
298
|
-
/Kids [7 0 R
|
|
316
|
+
/Kids [7 0 R 12 0 R]
|
|
299
317
|
>>
|
|
300
318
|
endobj
|
|
301
319
|
2 0 obj
|
|
@@ -307,30 +325,31 @@ endobj
|
|
|
307
325
|
>>
|
|
308
326
|
endobj
|
|
309
327
|
xref
|
|
310
|
-
0
|
|
328
|
+
0 17
|
|
311
329
|
0000000000 65535 f
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
330
|
+
0000002968 00000 n
|
|
331
|
+
0000003032 00000 n
|
|
332
|
+
0000002906 00000 n
|
|
333
|
+
0000002885 00000 n
|
|
334
|
+
0000000280 00000 n
|
|
335
|
+
0000000163 00000 n
|
|
336
|
+
0000000059 00000 n
|
|
318
337
|
0000000015 00000 n
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
338
|
+
0000002788 00000 n
|
|
339
|
+
0000001229 00000 n
|
|
340
|
+
0000001111 00000 n
|
|
341
|
+
0000001004 00000 n
|
|
342
|
+
0000002712 00000 n
|
|
343
|
+
0000002626 00000 n
|
|
344
|
+
0000002651 00000 n
|
|
345
|
+
0000002676 00000 n
|
|
327
346
|
trailer
|
|
328
347
|
<<
|
|
329
|
-
/Size
|
|
348
|
+
/Size 17
|
|
330
349
|
/Root 3 0 R
|
|
331
|
-
/Info
|
|
332
|
-
/ID [<
|
|
350
|
+
/Info 13 0 R
|
|
351
|
+
/ID [<b0397fde957651869008c6d0a5659c0b> <b0397fde957651869008c6d0a5659c0b>]
|
|
333
352
|
>>
|
|
334
353
|
startxref
|
|
335
|
-
|
|
354
|
+
3079
|
|
336
355
|
%%EOF
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf
CHANGED
|
@@ -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 423
|
|
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
|
|
@@ -60,31 +70,35 @@ S
|
|
|
60
70
|
|
|
61
71
|
endstream
|
|
62
72
|
endobj
|
|
63
|
-
|
|
73
|
+
12 0 obj
|
|
64
74
|
<<
|
|
65
75
|
/Type /Page
|
|
66
76
|
/Parent 1 0 R
|
|
67
77
|
/MediaBox [0 0 595 842]
|
|
68
|
-
/Contents
|
|
69
|
-
/Resources
|
|
78
|
+
/Contents 10 0 R
|
|
79
|
+
/Resources 11 0 R
|
|
70
80
|
>>
|
|
71
81
|
endobj
|
|
72
|
-
|
|
82
|
+
11 0 obj
|
|
73
83
|
<<
|
|
74
84
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
85
|
+
/ExtGState <<
|
|
86
|
+
/Gs1 8 0 R
|
|
87
|
+
>>
|
|
75
88
|
/Font <<
|
|
76
|
-
/F1
|
|
89
|
+
/F1 9 0 R
|
|
77
90
|
>>
|
|
78
91
|
>>
|
|
79
92
|
endobj
|
|
80
|
-
|
|
93
|
+
10 0 obj
|
|
81
94
|
<<
|
|
82
|
-
/Length
|
|
95
|
+
/Length 2479
|
|
83
96
|
>>
|
|
84
97
|
stream
|
|
85
98
|
1 0 0 -1 0 842 cm
|
|
86
99
|
/DeviceRGB cs
|
|
87
100
|
0 0 0 scn
|
|
101
|
+
/Gs1 gs
|
|
88
102
|
q
|
|
89
103
|
1 0 0 -1 0 842 cm
|
|
90
104
|
BT
|
|
@@ -119,6 +133,7 @@ S
|
|
|
119
133
|
S
|
|
120
134
|
/DeviceRGB cs
|
|
121
135
|
0 0 0 scn
|
|
136
|
+
/Gs1 gs
|
|
122
137
|
q
|
|
123
138
|
1 0 0 -1 0 842 cm
|
|
124
139
|
BT
|
|
@@ -153,6 +168,7 @@ S
|
|
|
153
168
|
S
|
|
154
169
|
/DeviceRGB cs
|
|
155
170
|
0 0 0 scn
|
|
171
|
+
/Gs1 gs
|
|
156
172
|
q
|
|
157
173
|
1 0 0 -1 0 842 cm
|
|
158
174
|
BT
|
|
@@ -187,6 +203,7 @@ S
|
|
|
187
203
|
S
|
|
188
204
|
/DeviceRGB cs
|
|
189
205
|
0 0 0 scn
|
|
206
|
+
/Gs1 gs
|
|
190
207
|
q
|
|
191
208
|
1 0 0 -1 0 842 cm
|
|
192
209
|
BT
|
|
@@ -221,6 +238,7 @@ S
|
|
|
221
238
|
S
|
|
222
239
|
/DeviceRGB cs
|
|
223
240
|
0 0 0 scn
|
|
241
|
+
/Gs1 gs
|
|
224
242
|
q
|
|
225
243
|
1 0 0 -1 0 842 cm
|
|
226
244
|
BT
|
|
@@ -255,6 +273,7 @@ S
|
|
|
255
273
|
S
|
|
256
274
|
/DeviceRGB cs
|
|
257
275
|
0 0 0 scn
|
|
276
|
+
/Gs1 gs
|
|
258
277
|
q
|
|
259
278
|
1 0 0 -1 0 842 cm
|
|
260
279
|
BT
|
|
@@ -289,6 +308,7 @@ S
|
|
|
289
308
|
S
|
|
290
309
|
/DeviceRGB cs
|
|
291
310
|
0 0 0 scn
|
|
311
|
+
/Gs1 gs
|
|
292
312
|
q
|
|
293
313
|
1 0 0 -1 0 842 cm
|
|
294
314
|
BT
|
|
@@ -324,23 +344,23 @@ S
|
|
|
324
344
|
|
|
325
345
|
endstream
|
|
326
346
|
endobj
|
|
327
|
-
13 0 obj
|
|
328
|
-
(PDFKit)
|
|
329
|
-
endobj
|
|
330
347
|
14 0 obj
|
|
331
348
|
(PDFKit)
|
|
332
349
|
endobj
|
|
333
350
|
15 0 obj
|
|
334
|
-
(
|
|
351
|
+
(PDFKit)
|
|
335
352
|
endobj
|
|
336
|
-
|
|
353
|
+
16 0 obj
|
|
354
|
+
(D:20240320125108Z)
|
|
355
|
+
endobj
|
|
356
|
+
13 0 obj
|
|
337
357
|
<<
|
|
338
|
-
/Producer
|
|
339
|
-
/Creator
|
|
340
|
-
/CreationDate
|
|
358
|
+
/Producer 14 0 R
|
|
359
|
+
/Creator 15 0 R
|
|
360
|
+
/CreationDate 16 0 R
|
|
341
361
|
>>
|
|
342
362
|
endobj
|
|
343
|
-
|
|
363
|
+
9 0 obj
|
|
344
364
|
<<
|
|
345
365
|
/Type /Font
|
|
346
366
|
/BaseFont /Helvetica
|
|
@@ -363,7 +383,7 @@ endobj
|
|
|
363
383
|
<<
|
|
364
384
|
/Type /Pages
|
|
365
385
|
/Count 2
|
|
366
|
-
/Kids [7 0 R
|
|
386
|
+
/Kids [7 0 R 12 0 R]
|
|
367
387
|
>>
|
|
368
388
|
endobj
|
|
369
389
|
2 0 obj
|
|
@@ -375,30 +395,31 @@ endobj
|
|
|
375
395
|
>>
|
|
376
396
|
endobj
|
|
377
397
|
xref
|
|
378
|
-
0
|
|
398
|
+
0 17
|
|
379
399
|
0000000000 65535 f
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
400
|
+
0000003853 00000 n
|
|
401
|
+
0000003917 00000 n
|
|
402
|
+
0000003791 00000 n
|
|
403
|
+
0000003770 00000 n
|
|
404
|
+
0000000280 00000 n
|
|
405
|
+
0000000163 00000 n
|
|
406
|
+
0000000059 00000 n
|
|
386
407
|
0000000015 00000 n
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
408
|
+
0000003673 00000 n
|
|
409
|
+
0000000979 00000 n
|
|
410
|
+
0000000861 00000 n
|
|
411
|
+
0000000754 00000 n
|
|
412
|
+
0000003597 00000 n
|
|
413
|
+
0000003511 00000 n
|
|
414
|
+
0000003536 00000 n
|
|
415
|
+
0000003561 00000 n
|
|
395
416
|
trailer
|
|
396
417
|
<<
|
|
397
|
-
/Size
|
|
418
|
+
/Size 17
|
|
398
419
|
/Root 3 0 R
|
|
399
|
-
/Info
|
|
400
|
-
/ID [<
|
|
420
|
+
/Info 13 0 R
|
|
421
|
+
/ID [<0c357b4dd21408c579bd9451246504cb> <0c357b4dd21408c579bd9451246504cb>]
|
|
401
422
|
>>
|
|
402
423
|
startxref
|
|
403
|
-
|
|
424
|
+
3964
|
|
404
425
|
%%EOF
|