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
|
@@ -79,7 +79,7 @@ endobj
|
|
|
79
79
|
(PDFKit)
|
|
80
80
|
endobj
|
|
81
81
|
12 0 obj
|
|
82
|
-
(D:
|
|
82
|
+
(D:20240320125108Z)
|
|
83
83
|
endobj
|
|
84
84
|
9 0 obj
|
|
85
85
|
<<
|
|
@@ -134,7 +134,7 @@ trailer
|
|
|
134
134
|
/Size 13
|
|
135
135
|
/Root 3 0 R
|
|
136
136
|
/Info 9 0 R
|
|
137
|
-
/ID [<
|
|
137
|
+
/ID [<edb0cfeb0b72c5676804bca914f9ccbb> <edb0cfeb0b72c5676804bca914f9ccbb>]
|
|
138
138
|
>>
|
|
139
139
|
startxref
|
|
140
140
|
1032
|
|
Binary file
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.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 125
|
|
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
|
|
@@ -36,23 +46,23 @@ 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:20240320125109Z)
|
|
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
|
+
0000000798 00000 n
|
|
103
|
+
0000000855 00000 n
|
|
104
|
+
0000000736 00000 n
|
|
105
|
+
0000000715 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
|
+
0000000618 00000 n
|
|
111
|
+
0000000542 00000 n
|
|
112
|
+
0000000456 00000 n
|
|
113
|
+
0000000481 00000 n
|
|
114
|
+
0000000506 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 [<ea12ef92dc216475894eef6b4fbf62fa> <ea12ef92dc216475894eef6b4fbf62fa>]
|
|
110
121
|
>>
|
|
111
122
|
startxref
|
|
112
|
-
|
|
123
|
+
902
|
|
113
124
|
%%EOF
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline 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 128
|
|
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
|
|
@@ -36,23 +46,23 @@ 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:20240320125109Z)
|
|
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
|
+
0000000801 00000 n
|
|
103
|
+
0000000858 00000 n
|
|
104
|
+
0000000739 00000 n
|
|
105
|
+
0000000718 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
|
+
0000000621 00000 n
|
|
111
|
+
0000000545 00000 n
|
|
112
|
+
0000000459 00000 n
|
|
113
|
+
0000000484 00000 n
|
|
114
|
+
0000000509 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 [<f32d02bfb7bcbf211b384069d005355d> <f32d02bfb7bcbf211b384069d005355d>]
|
|
110
121
|
>>
|
|
111
122
|
startxref
|
|
112
|
-
|
|
123
|
+
905
|
|
113
124
|
%%EOF
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.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 129
|
|
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
|
|
@@ -36,23 +46,23 @@ 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:20240320125109Z)
|
|
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
|
+
0000000802 00000 n
|
|
103
|
+
0000000859 00000 n
|
|
104
|
+
0000000740 00000 n
|
|
105
|
+
0000000719 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
|
+
0000000622 00000 n
|
|
111
|
+
0000000546 00000 n
|
|
112
|
+
0000000460 00000 n
|
|
113
|
+
0000000485 00000 n
|
|
114
|
+
0000000510 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 [<2ffaa81b5d43c753854c8c1a4981d74a> <2ffaa81b5d43c753854c8c1a4981d74a>]
|
|
110
121
|
>>
|
|
111
122
|
startxref
|
|
112
|
-
|
|
123
|
+
906
|
|
113
124
|
%%EOF
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.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 129
|
|
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
|
|
@@ -36,23 +46,23 @@ 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:20240320125109Z)
|
|
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
|
+
0000000802 00000 n
|
|
103
|
+
0000000859 00000 n
|
|
104
|
+
0000000740 00000 n
|
|
105
|
+
0000000719 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
|
+
0000000622 00000 n
|
|
111
|
+
0000000546 00000 n
|
|
112
|
+
0000000460 00000 n
|
|
113
|
+
0000000485 00000 n
|
|
114
|
+
0000000510 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 [<b51ca4d49afd0ba32793275c89cb2258> <b51ca4d49afd0ba32793275c89cb2258>]
|
|
110
121
|
>>
|
|
111
122
|
startxref
|
|
112
|
-
|
|
123
|
+
906
|
|
113
124
|
%%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 128
|
|
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
|
|
@@ -36,23 +46,23 @@ 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:20240320125109Z)
|
|
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
|
+
0000000801 00000 n
|
|
103
|
+
0000000858 00000 n
|
|
104
|
+
0000000739 00000 n
|
|
105
|
+
0000000718 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
|
+
0000000621 00000 n
|
|
111
|
+
0000000545 00000 n
|
|
112
|
+
0000000459 00000 n
|
|
113
|
+
0000000484 00000 n
|
|
114
|
+
0000000509 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 [<f75499708563ddf62685edc1ddad7b74> <f75499708563ddf62685edc1ddad7b74>]
|
|
110
121
|
>>
|
|
111
122
|
startxref
|
|
112
|
-
|
|
123
|
+
905
|
|
113
124
|
%%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 731
|
|
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
|
|
@@ -44,23 +54,23 @@ Q
|
|
|
44
54
|
|
|
45
55
|
endstream
|
|
46
56
|
endobj
|
|
47
|
-
10 0 obj
|
|
48
|
-
(PDFKit)
|
|
49
|
-
endobj
|
|
50
57
|
11 0 obj
|
|
51
58
|
(PDFKit)
|
|
52
59
|
endobj
|
|
53
60
|
12 0 obj
|
|
54
|
-
(
|
|
61
|
+
(PDFKit)
|
|
55
62
|
endobj
|
|
56
|
-
|
|
63
|
+
13 0 obj
|
|
64
|
+
(D:20240320125109Z)
|
|
65
|
+
endobj
|
|
66
|
+
10 0 obj
|
|
57
67
|
<<
|
|
58
|
-
/Producer
|
|
59
|
-
/Creator
|
|
60
|
-
/CreationDate
|
|
68
|
+
/Producer 11 0 R
|
|
69
|
+
/Creator 12 0 R
|
|
70
|
+
/CreationDate 13 0 R
|
|
61
71
|
>>
|
|
62
72
|
endobj
|
|
63
|
-
|
|
73
|
+
9 0 obj
|
|
64
74
|
<<
|
|
65
75
|
/Type /Font
|
|
66
76
|
/BaseFont /Helvetica
|
|
@@ -95,27 +105,28 @@ endobj
|
|
|
95
105
|
>>
|
|
96
106
|
endobj
|
|
97
107
|
xref
|
|
98
|
-
0
|
|
108
|
+
0 14
|
|
99
109
|
0000000000 65535 f
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
110
|
+
0000001404 00000 n
|
|
111
|
+
0000001461 00000 n
|
|
112
|
+
0000001342 00000 n
|
|
113
|
+
0000001321 00000 n
|
|
114
|
+
0000000280 00000 n
|
|
115
|
+
0000000163 00000 n
|
|
116
|
+
0000000059 00000 n
|
|
106
117
|
0000000015 00000 n
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
118
|
+
0000001224 00000 n
|
|
119
|
+
0000001148 00000 n
|
|
120
|
+
0000001062 00000 n
|
|
121
|
+
0000001087 00000 n
|
|
122
|
+
0000001112 00000 n
|
|
112
123
|
trailer
|
|
113
124
|
<<
|
|
114
|
-
/Size
|
|
125
|
+
/Size 14
|
|
115
126
|
/Root 3 0 R
|
|
116
|
-
/Info
|
|
117
|
-
/ID [<
|
|
127
|
+
/Info 10 0 R
|
|
128
|
+
/ID [<d6de990793e0caf7dcfb0d3d06ddedd2> <d6de990793e0caf7dcfb0d3d06ddedd2>]
|
|
118
129
|
>>
|
|
119
130
|
startxref
|
|
120
|
-
|
|
131
|
+
1508
|
|
121
132
|
%%EOF
|