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/Single textrun with Center alignment.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 158
|
|
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
|
+
0000000831 00000 n
|
|
103
|
+
0000000888 00000 n
|
|
104
|
+
0000000769 00000 n
|
|
105
|
+
0000000748 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
|
+
0000000651 00000 n
|
|
111
|
+
0000000575 00000 n
|
|
112
|
+
0000000489 00000 n
|
|
113
|
+
0000000514 00000 n
|
|
114
|
+
0000000539 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 [<217d3ac97350eb4404dc50a5486eeece> <217d3ac97350eb4404dc50a5486eeece>]
|
|
110
121
|
>>
|
|
111
122
|
startxref
|
|
112
|
-
|
|
123
|
+
935
|
|
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 [<c7d2323681d9c69f54bdec4c9c0632ea> <c7d2323681d9c69f54bdec4c9c0632ea>]
|
|
118
129
|
>>
|
|
119
130
|
startxref
|
|
120
|
-
|
|
131
|
+
1508
|
|
121
132
|
%%EOF
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.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 157
|
|
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
|
+
0000000830 00000 n
|
|
103
|
+
0000000887 00000 n
|
|
104
|
+
0000000768 00000 n
|
|
105
|
+
0000000747 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
|
+
0000000650 00000 n
|
|
111
|
+
0000000574 00000 n
|
|
112
|
+
0000000488 00000 n
|
|
113
|
+
0000000513 00000 n
|
|
114
|
+
0000000538 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 [<4371499a7b7042cd9515ed32982534c1> <4371499a7b7042cd9515ed32982534c1>]
|
|
110
121
|
>>
|
|
111
122
|
startxref
|
|
112
|
-
|
|
123
|
+
934
|
|
113
124
|
%%EOF
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.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 152
|
|
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
|
+
0000000825 00000 n
|
|
103
|
+
0000000882 00000 n
|
|
104
|
+
0000000763 00000 n
|
|
105
|
+
0000000742 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
|
+
0000000645 00000 n
|
|
111
|
+
0000000569 00000 n
|
|
112
|
+
0000000483 00000 n
|
|
113
|
+
0000000508 00000 n
|
|
114
|
+
0000000533 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 [<f75622fd0db73924c80ca8106dab1daf> <f75622fd0db73924c80ca8106dab1daf>]
|
|
110
121
|
>>
|
|
111
122
|
startxref
|
|
112
|
-
|
|
123
|
+
929
|
|
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 722
|
|
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
|
+
0000001395 00000 n
|
|
111
|
+
0000001452 00000 n
|
|
112
|
+
0000001333 00000 n
|
|
113
|
+
0000001312 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
|
+
0000001215 00000 n
|
|
119
|
+
0000001139 00000 n
|
|
120
|
+
0000001053 00000 n
|
|
121
|
+
0000001078 00000 n
|
|
122
|
+
0000001103 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 [<0a979361777b86bd63ddcc9139add520> <0a979361777b86bd63ddcc9139add520>]
|
|
118
129
|
>>
|
|
119
130
|
startxref
|
|
120
|
-
|
|
131
|
+
1499
|
|
121
132
|
%%EOF
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.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 152
|
|
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
|
+
0000000825 00000 n
|
|
103
|
+
0000000882 00000 n
|
|
104
|
+
0000000763 00000 n
|
|
105
|
+
0000000742 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
|
+
0000000645 00000 n
|
|
111
|
+
0000000569 00000 n
|
|
112
|
+
0000000483 00000 n
|
|
113
|
+
0000000508 00000 n
|
|
114
|
+
0000000533 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 [<e150432e30563fbfc05f97b2120fa483> <e150432e30563fbfc05f97b2120fa483>]
|
|
110
121
|
>>
|
|
111
122
|
startxref
|
|
112
|
-
|
|
123
|
+
929
|
|
113
124
|
%%EOF
|