abstract-document 9.0.0 → 9.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/abstract-document/styles/text-style.d.ts +2 -0
- package/lib/abstract-document/styles/text-style.d.ts.map +1 -1
- package/lib/abstract-document/styles/text-style.js +2 -2
- package/lib/abstract-document/styles/text-style.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/render.js +2 -1
- package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
- package/package.json +3 -3
- package/src/abstract-document/styles/text-style.ts +3 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Header and footer.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Header → footer.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed hyperlink and textrun.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed hyperlink → textrun.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed textrun and images.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed textrun → images.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table colSpan and rowSpan.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table colSpan → rowSpan.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/hello with Arial font.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/letter-dimensions.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-landscape.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-portrait.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/tocSeparator.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +44 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +129 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +131 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +129 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +55 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +43 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +300 -269
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +300 -269
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line break.pdf +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +84 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +42 -30
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +44 -32
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +42 -30
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun and images.pdf and b/package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun → images.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +56 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +53 -37
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +60 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +67 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +172 -48
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +59 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +57 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +59 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +175 -48
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +60 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +43 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +44 -26
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table minimal row height.pdf +44 -26
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +41 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +41 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +41 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +46 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +39 -28
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image from URL.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg dasharray.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/hello with roman font.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +53 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/pagebreak.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +38 -27
- package/src/abstract-document-exporters/pdf/render.ts +1 -1
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
%PDF-1.3
|
|
2
2
|
%����
|
|
3
|
+
8 0 obj
|
|
4
|
+
<<
|
|
5
|
+
/Type /ExtGState
|
|
6
|
+
/ca 1
|
|
7
|
+
>>
|
|
8
|
+
endobj
|
|
3
9
|
7 0 obj
|
|
4
10
|
<<
|
|
5
11
|
/Type /Page
|
|
@@ -12,19 +18,23 @@ endobj
|
|
|
12
18
|
6 0 obj
|
|
13
19
|
<<
|
|
14
20
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
21
|
+
/ExtGState <<
|
|
22
|
+
/Gs1 8 0 R
|
|
23
|
+
>>
|
|
15
24
|
/Font <<
|
|
16
|
-
/F1
|
|
25
|
+
/F1 9 0 R
|
|
17
26
|
>>
|
|
18
27
|
>>
|
|
19
28
|
endobj
|
|
20
29
|
5 0 obj
|
|
21
30
|
<<
|
|
22
|
-
/Length
|
|
31
|
+
/Length 383
|
|
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,23 +70,23 @@ S
|
|
|
60
70
|
|
|
61
71
|
endstream
|
|
62
72
|
endobj
|
|
63
|
-
10 0 obj
|
|
64
|
-
(PDFKit)
|
|
65
|
-
endobj
|
|
66
73
|
11 0 obj
|
|
67
74
|
(PDFKit)
|
|
68
75
|
endobj
|
|
69
76
|
12 0 obj
|
|
70
|
-
(
|
|
77
|
+
(PDFKit)
|
|
71
78
|
endobj
|
|
72
|
-
|
|
79
|
+
13 0 obj
|
|
80
|
+
(D:20240320125108Z)
|
|
81
|
+
endobj
|
|
82
|
+
10 0 obj
|
|
73
83
|
<<
|
|
74
|
-
/Producer
|
|
75
|
-
/Creator
|
|
76
|
-
/CreationDate
|
|
84
|
+
/Producer 11 0 R
|
|
85
|
+
/Creator 12 0 R
|
|
86
|
+
/CreationDate 13 0 R
|
|
77
87
|
>>
|
|
78
88
|
endobj
|
|
79
|
-
|
|
89
|
+
9 0 obj
|
|
80
90
|
<<
|
|
81
91
|
/Type /Font
|
|
82
92
|
/BaseFont /Helvetica
|
|
@@ -111,27 +121,28 @@ endobj
|
|
|
111
121
|
>>
|
|
112
122
|
endobj
|
|
113
123
|
xref
|
|
114
|
-
0
|
|
124
|
+
0 14
|
|
115
125
|
0000000000 65535 f
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
126
|
+
0000001056 00000 n
|
|
127
|
+
0000001113 00000 n
|
|
128
|
+
0000000994 00000 n
|
|
129
|
+
0000000973 00000 n
|
|
130
|
+
0000000280 00000 n
|
|
131
|
+
0000000163 00000 n
|
|
132
|
+
0000000059 00000 n
|
|
122
133
|
0000000015 00000 n
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
134
|
+
0000000876 00000 n
|
|
135
|
+
0000000800 00000 n
|
|
136
|
+
0000000714 00000 n
|
|
137
|
+
0000000739 00000 n
|
|
138
|
+
0000000764 00000 n
|
|
128
139
|
trailer
|
|
129
140
|
<<
|
|
130
|
-
/Size
|
|
141
|
+
/Size 14
|
|
131
142
|
/Root 3 0 R
|
|
132
|
-
/Info
|
|
133
|
-
/ID [<
|
|
143
|
+
/Info 10 0 R
|
|
144
|
+
/ID [<c1b6517052defbea0b6a83b1288a9425> <c1b6517052defbea0b6a83b1288a9425>]
|
|
134
145
|
>>
|
|
135
146
|
startxref
|
|
136
|
-
|
|
147
|
+
1160
|
|
137
148
|
%%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 1661
|
|
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
|
|
@@ -83,6 +93,7 @@ S
|
|
|
83
93
|
S
|
|
84
94
|
/DeviceRGB cs
|
|
85
95
|
0 0 0 scn
|
|
96
|
+
/Gs1 gs
|
|
86
97
|
q
|
|
87
98
|
1 0 0 -1 0 842 cm
|
|
88
99
|
BT
|
|
@@ -117,6 +128,7 @@ S
|
|
|
117
128
|
S
|
|
118
129
|
/DeviceRGB cs
|
|
119
130
|
0 0 0 scn
|
|
131
|
+
/Gs1 gs
|
|
120
132
|
q
|
|
121
133
|
1 0 0 -1 0 842 cm
|
|
122
134
|
BT
|
|
@@ -151,6 +163,7 @@ S
|
|
|
151
163
|
S
|
|
152
164
|
/DeviceRGB cs
|
|
153
165
|
0 0 0 scn
|
|
166
|
+
/Gs1 gs
|
|
154
167
|
q
|
|
155
168
|
1 0 0 -1 0 842 cm
|
|
156
169
|
BT
|
|
@@ -186,23 +199,23 @@ S
|
|
|
186
199
|
|
|
187
200
|
endstream
|
|
188
201
|
endobj
|
|
189
|
-
10 0 obj
|
|
190
|
-
(PDFKit)
|
|
191
|
-
endobj
|
|
192
202
|
11 0 obj
|
|
193
203
|
(PDFKit)
|
|
194
204
|
endobj
|
|
195
205
|
12 0 obj
|
|
196
|
-
(
|
|
206
|
+
(PDFKit)
|
|
197
207
|
endobj
|
|
198
|
-
|
|
208
|
+
13 0 obj
|
|
209
|
+
(D:20240320125108Z)
|
|
210
|
+
endobj
|
|
211
|
+
10 0 obj
|
|
199
212
|
<<
|
|
200
|
-
/Producer
|
|
201
|
-
/Creator
|
|
202
|
-
/CreationDate
|
|
213
|
+
/Producer 11 0 R
|
|
214
|
+
/Creator 12 0 R
|
|
215
|
+
/CreationDate 13 0 R
|
|
203
216
|
>>
|
|
204
217
|
endobj
|
|
205
|
-
|
|
218
|
+
9 0 obj
|
|
206
219
|
<<
|
|
207
220
|
/Type /Font
|
|
208
221
|
/BaseFont /Helvetica
|
|
@@ -237,27 +250,28 @@ endobj
|
|
|
237
250
|
>>
|
|
238
251
|
endobj
|
|
239
252
|
xref
|
|
240
|
-
0
|
|
253
|
+
0 14
|
|
241
254
|
0000000000 65535 f
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
255
|
+
0000002335 00000 n
|
|
256
|
+
0000002392 00000 n
|
|
257
|
+
0000002273 00000 n
|
|
258
|
+
0000002252 00000 n
|
|
259
|
+
0000000280 00000 n
|
|
260
|
+
0000000163 00000 n
|
|
261
|
+
0000000059 00000 n
|
|
248
262
|
0000000015 00000 n
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
263
|
+
0000002155 00000 n
|
|
264
|
+
0000002079 00000 n
|
|
265
|
+
0000001993 00000 n
|
|
266
|
+
0000002018 00000 n
|
|
267
|
+
0000002043 00000 n
|
|
254
268
|
trailer
|
|
255
269
|
<<
|
|
256
|
-
/Size
|
|
270
|
+
/Size 14
|
|
257
271
|
/Root 3 0 R
|
|
258
|
-
/Info
|
|
259
|
-
/ID [<
|
|
272
|
+
/Info 10 0 R
|
|
273
|
+
/ID [<d3dd32a3e2904bb025b6db4b6f369752> <d3dd32a3e2904bb025b6db4b6f369752>]
|
|
260
274
|
>>
|
|
261
275
|
startxref
|
|
262
|
-
|
|
276
|
+
2439
|
|
263
277
|
%%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 2389
|
|
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
|
|
@@ -83,6 +93,7 @@ S
|
|
|
83
93
|
S
|
|
84
94
|
/DeviceRGB cs
|
|
85
95
|
0 0 0 scn
|
|
96
|
+
/Gs1 gs
|
|
86
97
|
q
|
|
87
98
|
1 0 0 -1 0 842 cm
|
|
88
99
|
BT
|
|
@@ -125,6 +136,7 @@ S
|
|
|
125
136
|
S
|
|
126
137
|
/DeviceRGB cs
|
|
127
138
|
0 0 0 scn
|
|
139
|
+
/Gs1 gs
|
|
128
140
|
q
|
|
129
141
|
1 0 0 -1 0 842 cm
|
|
130
142
|
BT
|
|
@@ -175,6 +187,7 @@ S
|
|
|
175
187
|
S
|
|
176
188
|
/DeviceRGB cs
|
|
177
189
|
0 0 0 scn
|
|
190
|
+
/Gs1 gs
|
|
178
191
|
q
|
|
179
192
|
1 0 0 -1 0 842 cm
|
|
180
193
|
BT
|
|
@@ -234,23 +247,23 @@ S
|
|
|
234
247
|
|
|
235
248
|
endstream
|
|
236
249
|
endobj
|
|
237
|
-
10 0 obj
|
|
238
|
-
(PDFKit)
|
|
239
|
-
endobj
|
|
240
250
|
11 0 obj
|
|
241
251
|
(PDFKit)
|
|
242
252
|
endobj
|
|
243
253
|
12 0 obj
|
|
244
|
-
(
|
|
254
|
+
(PDFKit)
|
|
245
255
|
endobj
|
|
246
|
-
|
|
256
|
+
13 0 obj
|
|
257
|
+
(D:20240320125108Z)
|
|
258
|
+
endobj
|
|
259
|
+
10 0 obj
|
|
247
260
|
<<
|
|
248
|
-
/Producer
|
|
249
|
-
/Creator
|
|
250
|
-
/CreationDate
|
|
261
|
+
/Producer 11 0 R
|
|
262
|
+
/Creator 12 0 R
|
|
263
|
+
/CreationDate 13 0 R
|
|
251
264
|
>>
|
|
252
265
|
endobj
|
|
253
|
-
|
|
266
|
+
9 0 obj
|
|
254
267
|
<<
|
|
255
268
|
/Type /Font
|
|
256
269
|
/BaseFont /Helvetica
|
|
@@ -285,27 +298,28 @@ endobj
|
|
|
285
298
|
>>
|
|
286
299
|
endobj
|
|
287
300
|
xref
|
|
288
|
-
0
|
|
301
|
+
0 14
|
|
289
302
|
0000000000 65535 f
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
303
|
+
0000003063 00000 n
|
|
304
|
+
0000003120 00000 n
|
|
305
|
+
0000003001 00000 n
|
|
306
|
+
0000002980 00000 n
|
|
307
|
+
0000000280 00000 n
|
|
308
|
+
0000000163 00000 n
|
|
309
|
+
0000000059 00000 n
|
|
296
310
|
0000000015 00000 n
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
311
|
+
0000002883 00000 n
|
|
312
|
+
0000002807 00000 n
|
|
313
|
+
0000002721 00000 n
|
|
314
|
+
0000002746 00000 n
|
|
315
|
+
0000002771 00000 n
|
|
302
316
|
trailer
|
|
303
317
|
<<
|
|
304
|
-
/Size
|
|
318
|
+
/Size 14
|
|
305
319
|
/Root 3 0 R
|
|
306
|
-
/Info
|
|
307
|
-
/ID [<
|
|
320
|
+
/Info 10 0 R
|
|
321
|
+
/ID [<99942e53eb2c569b722b1b6bd77e7c38> <99942e53eb2c569b722b1b6bd77e7c38>]
|
|
308
322
|
>>
|
|
309
323
|
startxref
|
|
310
|
-
|
|
324
|
+
3167
|
|
311
325
|
%%EOF
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.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 1411
|
|
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
|
|
@@ -162,23 +175,23 @@ S
|
|
|
162
175
|
|
|
163
176
|
endstream
|
|
164
177
|
endobj
|
|
165
|
-
10 0 obj
|
|
166
|
-
(PDFKit)
|
|
167
|
-
endobj
|
|
168
178
|
11 0 obj
|
|
169
179
|
(PDFKit)
|
|
170
180
|
endobj
|
|
171
181
|
12 0 obj
|
|
172
|
-
(
|
|
182
|
+
(PDFKit)
|
|
173
183
|
endobj
|
|
174
|
-
|
|
184
|
+
13 0 obj
|
|
185
|
+
(D:20240320125108Z)
|
|
186
|
+
endobj
|
|
187
|
+
10 0 obj
|
|
175
188
|
<<
|
|
176
|
-
/Producer
|
|
177
|
-
/Creator
|
|
178
|
-
/CreationDate
|
|
189
|
+
/Producer 11 0 R
|
|
190
|
+
/Creator 12 0 R
|
|
191
|
+
/CreationDate 13 0 R
|
|
179
192
|
>>
|
|
180
193
|
endobj
|
|
181
|
-
|
|
194
|
+
9 0 obj
|
|
182
195
|
<<
|
|
183
196
|
/Type /Font
|
|
184
197
|
/BaseFont /Helvetica
|
|
@@ -213,27 +226,28 @@ endobj
|
|
|
213
226
|
>>
|
|
214
227
|
endobj
|
|
215
228
|
xref
|
|
216
|
-
0
|
|
229
|
+
0 14
|
|
217
230
|
0000000000 65535 f
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
231
|
+
0000002085 00000 n
|
|
232
|
+
0000002142 00000 n
|
|
233
|
+
0000002023 00000 n
|
|
234
|
+
0000002002 00000 n
|
|
235
|
+
0000000280 00000 n
|
|
236
|
+
0000000163 00000 n
|
|
237
|
+
0000000059 00000 n
|
|
224
238
|
0000000015 00000 n
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
239
|
+
0000001905 00000 n
|
|
240
|
+
0000001829 00000 n
|
|
241
|
+
0000001743 00000 n
|
|
242
|
+
0000001768 00000 n
|
|
243
|
+
0000001793 00000 n
|
|
230
244
|
trailer
|
|
231
245
|
<<
|
|
232
|
-
/Size
|
|
246
|
+
/Size 14
|
|
233
247
|
/Root 3 0 R
|
|
234
|
-
/Info
|
|
235
|
-
/ID [<
|
|
248
|
+
/Info 10 0 R
|
|
249
|
+
/ID [<3bf8d1070bab432e69611780ded9a52a> <3bf8d1070bab432e69611780ded9a52a>]
|
|
236
250
|
>>
|
|
237
251
|
startxref
|
|
238
|
-
|
|
252
|
+
2189
|
|
239
253
|
%%EOF
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
%PDF-1.3
|
|
2
2
|
%����
|
|
3
|
+
8 0 obj
|
|
4
|
+
<<
|
|
5
|
+
/Type /ExtGState
|
|
6
|
+
/ca 1
|
|
7
|
+
>>
|
|
8
|
+
endobj
|
|
3
9
|
7 0 obj
|
|
4
10
|
<<
|
|
5
11
|
/Type /Page
|
|
@@ -12,14 +18,17 @@ endobj
|
|
|
12
18
|
6 0 obj
|
|
13
19
|
<<
|
|
14
20
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
21
|
+
/ExtGState <<
|
|
22
|
+
/Gs1 8 0 R
|
|
23
|
+
>>
|
|
15
24
|
/Font <<
|
|
16
|
-
/F1
|
|
25
|
+
/F1 9 0 R
|
|
17
26
|
>>
|
|
18
27
|
>>
|
|
19
28
|
endobj
|
|
20
29
|
5 0 obj
|
|
21
30
|
<<
|
|
22
|
-
/Length
|
|
31
|
+
/Length 1141
|
|
23
32
|
>>
|
|
24
33
|
stream
|
|
25
34
|
1 0 0 -1 0 842 cm
|
|
@@ -29,6 +38,7 @@ stream
|
|
|
29
38
|
f
|
|
30
39
|
/DeviceRGB cs
|
|
31
40
|
0 0 0 scn
|
|
41
|
+
/Gs1 gs
|
|
32
42
|
q
|
|
33
43
|
1 0 0 -1 0 842 cm
|
|
34
44
|
BT
|
|
@@ -67,6 +77,7 @@ S
|
|
|
67
77
|
f
|
|
68
78
|
/DeviceRGB cs
|
|
69
79
|
0 0 0 scn
|
|
80
|
+
/Gs1 gs
|
|
70
81
|
q
|
|
71
82
|
1 0 0 -1 0 842 cm
|
|
72
83
|
BT
|
|
@@ -105,6 +116,7 @@ S
|
|
|
105
116
|
f
|
|
106
117
|
/DeviceRGB cs
|
|
107
118
|
0 0 0 scn
|
|
119
|
+
/Gs1 gs
|
|
108
120
|
q
|
|
109
121
|
1 0 0 -1 0 842 cm
|
|
110
122
|
BT
|
|
@@ -140,23 +152,23 @@ S
|
|
|
140
152
|
|
|
141
153
|
endstream
|
|
142
154
|
endobj
|
|
143
|
-
10 0 obj
|
|
144
|
-
(PDFKit)
|
|
145
|
-
endobj
|
|
146
155
|
11 0 obj
|
|
147
156
|
(PDFKit)
|
|
148
157
|
endobj
|
|
149
158
|
12 0 obj
|
|
150
|
-
(
|
|
159
|
+
(PDFKit)
|
|
151
160
|
endobj
|
|
152
|
-
|
|
161
|
+
13 0 obj
|
|
162
|
+
(D:20240320125108Z)
|
|
163
|
+
endobj
|
|
164
|
+
10 0 obj
|
|
153
165
|
<<
|
|
154
|
-
/Producer
|
|
155
|
-
/Creator
|
|
156
|
-
/CreationDate
|
|
166
|
+
/Producer 11 0 R
|
|
167
|
+
/Creator 12 0 R
|
|
168
|
+
/CreationDate 13 0 R
|
|
157
169
|
>>
|
|
158
170
|
endobj
|
|
159
|
-
|
|
171
|
+
9 0 obj
|
|
160
172
|
<<
|
|
161
173
|
/Type /Font
|
|
162
174
|
/BaseFont /Helvetica
|
|
@@ -191,27 +203,28 @@ endobj
|
|
|
191
203
|
>>
|
|
192
204
|
endobj
|
|
193
205
|
xref
|
|
194
|
-
0
|
|
206
|
+
0 14
|
|
195
207
|
0000000000 65535 f
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
208
|
+
0000001815 00000 n
|
|
209
|
+
0000001872 00000 n
|
|
210
|
+
0000001753 00000 n
|
|
211
|
+
0000001732 00000 n
|
|
212
|
+
0000000280 00000 n
|
|
213
|
+
0000000163 00000 n
|
|
214
|
+
0000000059 00000 n
|
|
202
215
|
0000000015 00000 n
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
216
|
+
0000001635 00000 n
|
|
217
|
+
0000001559 00000 n
|
|
218
|
+
0000001473 00000 n
|
|
219
|
+
0000001498 00000 n
|
|
220
|
+
0000001523 00000 n
|
|
208
221
|
trailer
|
|
209
222
|
<<
|
|
210
|
-
/Size
|
|
223
|
+
/Size 14
|
|
211
224
|
/Root 3 0 R
|
|
212
|
-
/Info
|
|
213
|
-
/ID [<
|
|
225
|
+
/Info 10 0 R
|
|
226
|
+
/ID [<d35855aadb186a57b2dabb126ada30cd> <d35855aadb186a57b2dabb126ada30cd>]
|
|
214
227
|
>>
|
|
215
228
|
startxref
|
|
216
|
-
|
|
229
|
+
1919
|
|
217
230
|
%%EOF
|