abstract-document 11.1.0 → 11.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Header and footer.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Header → footer.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed hyperlink and textrun.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed hyperlink → textrun.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed textrun and images.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed textrun → images.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table colSpan and rowSpan.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table colSpan → rowSpan.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/hello with Arial font.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/letter-dimensions.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-landscape.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-portrait.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/tocSeparator.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line break.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun and images.pdf and b/package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun → images.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table minimal row height.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +3 -3
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image from URL.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg dasharray.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/hello with roman font.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/pagebreak.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "abstract-document",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.2",
|
|
4
4
|
"description": "Dynamically create documents using code or JSX and render to any format",
|
|
5
5
|
"repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-document",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"README.md"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"abstract-image": "^8.1.
|
|
18
|
+
"abstract-image": "^8.1.2",
|
|
19
19
|
"base64-js": "^1.5.1",
|
|
20
20
|
"docx": "^6.0.3",
|
|
21
21
|
"fast-xml-parser": "^4.4.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@types/isomorphic-fetch": "^0.0.34",
|
|
33
33
|
"@types/mustache": "^4.2.5",
|
|
34
34
|
"@types/pdfkit": "^0.13.4",
|
|
35
|
-
"@types/react": "^18.3.
|
|
35
|
+
"@types/react": "^18.3.3",
|
|
36
36
|
"@types/react-dom": "^18.3.0",
|
|
37
37
|
"diff-js-xml": "^1.0.8",
|
|
38
38
|
"jszip": "^3.10.1",
|
|
39
39
|
"pdf2json": "2.0.1"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "d3bab95486feda378ba6af28cc7d048c1af663cb"
|
|
42
42
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx
CHANGED
|
Binary file
|
|
Binary file
|
package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -64,7 +64,7 @@ endobj
|
|
|
64
64
|
(PDFKit)
|
|
65
65
|
endobj
|
|
66
66
|
13 0 obj
|
|
67
|
-
(D:
|
|
67
|
+
(D:20240605085020Z)
|
|
68
68
|
endobj
|
|
69
69
|
10 0 obj
|
|
70
70
|
<<
|
|
@@ -128,7 +128,7 @@ trailer
|
|
|
128
128
|
/Size 14
|
|
129
129
|
/Root 3 0 R
|
|
130
130
|
/Info 10 0 R
|
|
131
|
-
/ID [<
|
|
131
|
+
/ID [<6229b9b3e775f924b9933547f05f4ac3> <6229b9b3e775f924b9933547f05f4ac3>]
|
|
132
132
|
>>
|
|
133
133
|
startxref
|
|
134
134
|
1193
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf
CHANGED
|
@@ -119,7 +119,7 @@ endobj
|
|
|
119
119
|
(PDFKit)
|
|
120
120
|
endobj
|
|
121
121
|
13 0 obj
|
|
122
|
-
(D:
|
|
122
|
+
(D:20240605085020Z)
|
|
123
123
|
endobj
|
|
124
124
|
10 0 obj
|
|
125
125
|
<<
|
|
@@ -183,7 +183,7 @@ trailer
|
|
|
183
183
|
/Size 14
|
|
184
184
|
/Root 3 0 R
|
|
185
185
|
/Info 10 0 R
|
|
186
|
-
/ID [<
|
|
186
|
+
/ID [<15bcb3672580b1eabf3f5f24dbd2bfdc> <15bcb3672580b1eabf3f5f24dbd2bfdc>]
|
|
187
187
|
>>
|
|
188
188
|
startxref
|
|
189
189
|
1621
|
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240605085020Z)
|
|
57
57
|
endobj
|
|
58
58
|
10 0 obj
|
|
59
59
|
<<
|
|
@@ -117,7 +117,7 @@ trailer
|
|
|
117
117
|
/Size 14
|
|
118
118
|
/Root 3 0 R
|
|
119
119
|
/Info 10 0 R
|
|
120
|
-
/ID [<
|
|
120
|
+
/ID [<797f5eda23c09718cfa2be3547a5e9e0> <797f5eda23c09718cfa2be3547a5e9e0>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
983
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf
CHANGED
|
@@ -64,7 +64,7 @@ endobj
|
|
|
64
64
|
(PDFKit)
|
|
65
65
|
endobj
|
|
66
66
|
13 0 obj
|
|
67
|
-
(D:
|
|
67
|
+
(D:20240605085020Z)
|
|
68
68
|
endobj
|
|
69
69
|
10 0 obj
|
|
70
70
|
<<
|
|
@@ -128,7 +128,7 @@ trailer
|
|
|
128
128
|
/Size 14
|
|
129
129
|
/Root 3 0 R
|
|
130
130
|
/Info 10 0 R
|
|
131
|
-
/ID [<
|
|
131
|
+
/ID [<f3a9656c13b1b7791e0bbb01e4a00bb0> <f3a9656c13b1b7791e0bbb01e4a00bb0>]
|
|
132
132
|
>>
|
|
133
133
|
startxref
|
|
134
134
|
1155
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf
CHANGED
|
@@ -88,7 +88,7 @@ endobj
|
|
|
88
88
|
(PDFKit)
|
|
89
89
|
endobj
|
|
90
90
|
13 0 obj
|
|
91
|
-
(D:
|
|
91
|
+
(D:20240605085020Z)
|
|
92
92
|
endobj
|
|
93
93
|
10 0 obj
|
|
94
94
|
<<
|
|
@@ -152,7 +152,7 @@ trailer
|
|
|
152
152
|
/Size 14
|
|
153
153
|
/Root 3 0 R
|
|
154
154
|
/Info 10 0 R
|
|
155
|
-
/ID [<
|
|
155
|
+
/ID [<1ca63fece2237c66f2fff5f9a67b1078> <1ca63fece2237c66f2fff5f9a67b1078>]
|
|
156
156
|
>>
|
|
157
157
|
startxref
|
|
158
158
|
1462
|
|
@@ -77,7 +77,7 @@ endobj
|
|
|
77
77
|
(PDFKit)
|
|
78
78
|
endobj
|
|
79
79
|
13 0 obj
|
|
80
|
-
(D:
|
|
80
|
+
(D:20240605085020Z)
|
|
81
81
|
endobj
|
|
82
82
|
10 0 obj
|
|
83
83
|
<<
|
|
@@ -141,7 +141,7 @@ trailer
|
|
|
141
141
|
/Size 14
|
|
142
142
|
/Root 3 0 R
|
|
143
143
|
/Info 10 0 R
|
|
144
|
-
/ID [<
|
|
144
|
+
/ID [<39b01a1e48cdc721be61fc0da707c031> <39b01a1e48cdc721be61fc0da707c031>]
|
|
145
145
|
>>
|
|
146
146
|
startxref
|
|
147
147
|
1232
|
|
@@ -929,7 +929,7 @@ endobj
|
|
|
929
929
|
(PDFKit)
|
|
930
930
|
endobj
|
|
931
931
|
16 0 obj
|
|
932
|
-
(D:
|
|
932
|
+
(D:20240605085020Z)
|
|
933
933
|
endobj
|
|
934
934
|
13 0 obj
|
|
935
935
|
<<
|
|
@@ -996,7 +996,7 @@ trailer
|
|
|
996
996
|
/Size 17
|
|
997
997
|
/Root 3 0 R
|
|
998
998
|
/Info 13 0 R
|
|
999
|
-
/ID [<
|
|
999
|
+
/ID [<84871804368c4d30f99506af51d3de36> <84871804368c4d30f99506af51d3de36>]
|
|
1000
1000
|
>>
|
|
1001
1001
|
startxref
|
|
1002
1002
|
22647
|
|
@@ -951,7 +951,7 @@ endobj
|
|
|
951
951
|
(PDFKit)
|
|
952
952
|
endobj
|
|
953
953
|
16 0 obj
|
|
954
|
-
(D:
|
|
954
|
+
(D:20240605085020Z)
|
|
955
955
|
endobj
|
|
956
956
|
13 0 obj
|
|
957
957
|
<<
|
|
@@ -1018,7 +1018,7 @@ trailer
|
|
|
1018
1018
|
/Size 17
|
|
1019
1019
|
/Root 3 0 R
|
|
1020
1020
|
/Info 13 0 R
|
|
1021
|
-
/ID [<
|
|
1021
|
+
/ID [<e711a5a7d37ed9f6c58f049ca9068e70> <e711a5a7d37ed9f6c58f049ca9068e70>]
|
|
1022
1022
|
>>
|
|
1023
1023
|
startxref
|
|
1024
1024
|
10187
|
|
@@ -929,7 +929,7 @@ endobj
|
|
|
929
929
|
(PDFKit)
|
|
930
930
|
endobj
|
|
931
931
|
16 0 obj
|
|
932
|
-
(D:
|
|
932
|
+
(D:20240605085020Z)
|
|
933
933
|
endobj
|
|
934
934
|
13 0 obj
|
|
935
935
|
<<
|
|
@@ -996,7 +996,7 @@ trailer
|
|
|
996
996
|
/Size 17
|
|
997
997
|
/Root 3 0 R
|
|
998
998
|
/Info 13 0 R
|
|
999
|
-
/ID [<
|
|
999
|
+
/ID [<60fda190b9dcda42615ee9d7566d64ec> <60fda190b9dcda42615ee9d7566d64ec>]
|
|
1000
1000
|
>>
|
|
1001
1001
|
startxref
|
|
1002
1002
|
22641
|
|
@@ -211,7 +211,7 @@ endobj
|
|
|
211
211
|
(PDFKit)
|
|
212
212
|
endobj
|
|
213
213
|
16 0 obj
|
|
214
|
-
(D:
|
|
214
|
+
(D:20240605085020Z)
|
|
215
215
|
endobj
|
|
216
216
|
13 0 obj
|
|
217
217
|
<<
|
|
@@ -278,7 +278,7 @@ trailer
|
|
|
278
278
|
/Size 17
|
|
279
279
|
/Root 3 0 R
|
|
280
280
|
/Info 13 0 R
|
|
281
|
-
/ID [<
|
|
281
|
+
/ID [<923d2901b2c0bb1e988503d1954468e9> <923d2901b2c0bb1e988503d1954468e9>]
|
|
282
282
|
>>
|
|
283
283
|
startxref
|
|
284
284
|
2407
|
|
@@ -108,7 +108,7 @@ endobj
|
|
|
108
108
|
(PDFKit)
|
|
109
109
|
endobj
|
|
110
110
|
13 0 obj
|
|
111
|
-
(D:
|
|
111
|
+
(D:20240605085020Z)
|
|
112
112
|
endobj
|
|
113
113
|
10 0 obj
|
|
114
114
|
<<
|
|
@@ -172,7 +172,7 @@ trailer
|
|
|
172
172
|
/Size 14
|
|
173
173
|
/Root 3 0 R
|
|
174
174
|
/Info 10 0 R
|
|
175
|
-
/ID [<
|
|
175
|
+
/ID [<e0ec9f85b902607bc8bfd07b2bc8919f> <e0ec9f85b902607bc8bfd07b2bc8919f>]
|
|
176
176
|
>>
|
|
177
177
|
startxref
|
|
178
178
|
1486
|
|
@@ -1195,7 +1195,7 @@ endobj
|
|
|
1195
1195
|
(PDFKit)
|
|
1196
1196
|
endobj
|
|
1197
1197
|
100 0 obj
|
|
1198
|
-
(D:
|
|
1198
|
+
(D:20240605085020Z)
|
|
1199
1199
|
endobj
|
|
1200
1200
|
97 0 obj
|
|
1201
1201
|
<<
|
|
@@ -1353,7 +1353,7 @@ trailer
|
|
|
1353
1353
|
/Size 101
|
|
1354
1354
|
/Root 3 0 R
|
|
1355
1355
|
/Info 97 0 R
|
|
1356
|
-
/ID [<
|
|
1356
|
+
/ID [<4348a5356a92799f675c0a98dee0a89b> <4348a5356a92799f675c0a98dee0a89b>]
|
|
1357
1357
|
>>
|
|
1358
1358
|
startxref
|
|
1359
1359
|
13142
|
|
@@ -1195,7 +1195,7 @@ endobj
|
|
|
1195
1195
|
(PDFKit)
|
|
1196
1196
|
endobj
|
|
1197
1197
|
100 0 obj
|
|
1198
|
-
(D:
|
|
1198
|
+
(D:20240605085020Z)
|
|
1199
1199
|
endobj
|
|
1200
1200
|
97 0 obj
|
|
1201
1201
|
<<
|
|
@@ -1353,7 +1353,7 @@ trailer
|
|
|
1353
1353
|
/Size 101
|
|
1354
1354
|
/Root 3 0 R
|
|
1355
1355
|
/Info 97 0 R
|
|
1356
|
-
/ID [<
|
|
1356
|
+
/ID [<d560bab587a0cd89ddf0c43df5fa7d10> <d560bab587a0cd89ddf0c43df5fa7d10>]
|
|
1357
1357
|
>>
|
|
1358
1358
|
startxref
|
|
1359
1359
|
13142
|
|
@@ -64,7 +64,7 @@ endobj
|
|
|
64
64
|
(PDFKit)
|
|
65
65
|
endobj
|
|
66
66
|
13 0 obj
|
|
67
|
-
(D:
|
|
67
|
+
(D:20240605085021Z)
|
|
68
68
|
endobj
|
|
69
69
|
10 0 obj
|
|
70
70
|
<<
|
|
@@ -128,7 +128,7 @@ trailer
|
|
|
128
128
|
/Size 14
|
|
129
129
|
/Root 3 0 R
|
|
130
130
|
/Info 10 0 R
|
|
131
|
-
/ID [<
|
|
131
|
+
/ID [<2073705b035d2302418b988ef794b979> <2073705b035d2302418b988ef794b979>]
|
|
132
132
|
>>
|
|
133
133
|
startxref
|
|
134
134
|
1028
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf
CHANGED
|
@@ -64,7 +64,7 @@ endobj
|
|
|
64
64
|
(PDFKit)
|
|
65
65
|
endobj
|
|
66
66
|
13 0 obj
|
|
67
|
-
(D:
|
|
67
|
+
(D:20240605085021Z)
|
|
68
68
|
endobj
|
|
69
69
|
10 0 obj
|
|
70
70
|
<<
|
|
@@ -128,7 +128,7 @@ trailer
|
|
|
128
128
|
/Size 14
|
|
129
129
|
/Root 3 0 R
|
|
130
130
|
/Info 10 0 R
|
|
131
|
-
/ID [<
|
|
131
|
+
/ID [<694c2704fea79dcfd67e73b446594b0f> <694c2704fea79dcfd67e73b446594b0f>]
|
|
132
132
|
>>
|
|
133
133
|
startxref
|
|
134
134
|
1028
|
|
@@ -650,7 +650,7 @@ endobj
|
|
|
650
650
|
(PDFKit)
|
|
651
651
|
endobj
|
|
652
652
|
16 0 obj
|
|
653
|
-
(D:
|
|
653
|
+
(D:20240605085021Z)
|
|
654
654
|
endobj
|
|
655
655
|
13 0 obj
|
|
656
656
|
<<
|
|
@@ -717,7 +717,7 @@ trailer
|
|
|
717
717
|
/Size 17
|
|
718
718
|
/Root 3 0 R
|
|
719
719
|
/Info 13 0 R
|
|
720
|
-
/ID [<
|
|
720
|
+
/ID [<d21656a4d211d41b712dd5f857747fba> <d21656a4d211d41b712dd5f857747fba>]
|
|
721
721
|
>>
|
|
722
722
|
startxref
|
|
723
723
|
13917
|
|
@@ -117,7 +117,7 @@ endobj
|
|
|
117
117
|
(PDFKit)
|
|
118
118
|
endobj
|
|
119
119
|
17 0 obj
|
|
120
|
-
(D:
|
|
120
|
+
(D:20240605085021Z)
|
|
121
121
|
endobj
|
|
122
122
|
14 0 obj
|
|
123
123
|
<<
|
|
@@ -185,7 +185,7 @@ trailer
|
|
|
185
185
|
/Size 18
|
|
186
186
|
/Root 3 0 R
|
|
187
187
|
/Info 14 0 R
|
|
188
|
-
/ID [<
|
|
188
|
+
/ID [<416dca63c3360122abf2e25fbaed51d6> <416dca63c3360122abf2e25fbaed51d6>]
|
|
189
189
|
>>
|
|
190
190
|
startxref
|
|
191
191
|
1633
|
|
@@ -128,7 +128,7 @@ endobj
|
|
|
128
128
|
(PDFKit)
|
|
129
129
|
endobj
|
|
130
130
|
18 0 obj
|
|
131
|
-
(D:
|
|
131
|
+
(D:20240605085021Z)
|
|
132
132
|
endobj
|
|
133
133
|
15 0 obj
|
|
134
134
|
<<
|
|
@@ -197,7 +197,7 @@ trailer
|
|
|
197
197
|
/Size 19
|
|
198
198
|
/Root 3 0 R
|
|
199
199
|
/Info 15 0 R
|
|
200
|
-
/ID [<
|
|
200
|
+
/ID [<b4917500d4ad521488889c791b482c45> <b4917500d4ad521488889c791b482c45>]
|
|
201
201
|
>>
|
|
202
202
|
startxref
|
|
203
203
|
1829
|
|
@@ -117,7 +117,7 @@ endobj
|
|
|
117
117
|
(PDFKit)
|
|
118
118
|
endobj
|
|
119
119
|
17 0 obj
|
|
120
|
-
(D:
|
|
120
|
+
(D:20240605085021Z)
|
|
121
121
|
endobj
|
|
122
122
|
14 0 obj
|
|
123
123
|
<<
|
|
@@ -185,7 +185,7 @@ trailer
|
|
|
185
185
|
/Size 18
|
|
186
186
|
/Root 3 0 R
|
|
187
187
|
/Info 14 0 R
|
|
188
|
-
/ID [<
|
|
188
|
+
/ID [<475818d2a71434aca83fe280dfa6b022> <475818d2a71434aca83fe280dfa6b022>]
|
|
189
189
|
>>
|
|
190
190
|
startxref
|
|
191
191
|
1633
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf
CHANGED
|
@@ -75,7 +75,7 @@ endobj
|
|
|
75
75
|
(PDFKit)
|
|
76
76
|
endobj
|
|
77
77
|
13 0 obj
|
|
78
|
-
(D:
|
|
78
|
+
(D:20240605085021Z)
|
|
79
79
|
endobj
|
|
80
80
|
10 0 obj
|
|
81
81
|
<<
|
|
@@ -139,7 +139,7 @@ trailer
|
|
|
139
139
|
/Size 14
|
|
140
140
|
/Root 3 0 R
|
|
141
141
|
/Info 10 0 R
|
|
142
|
-
/ID [<
|
|
142
|
+
/ID [<43cc5f9aee1f716e9ab5c7863924f8c2> <43cc5f9aee1f716e9ab5c7863924f8c2>]
|
|
143
143
|
>>
|
|
144
144
|
startxref
|
|
145
145
|
1239
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf
CHANGED
|
@@ -75,7 +75,7 @@ endobj
|
|
|
75
75
|
(PDFKit)
|
|
76
76
|
endobj
|
|
77
77
|
13 0 obj
|
|
78
|
-
(D:
|
|
78
|
+
(D:20240605085021Z)
|
|
79
79
|
endobj
|
|
80
80
|
10 0 obj
|
|
81
81
|
<<
|
|
@@ -139,7 +139,7 @@ trailer
|
|
|
139
139
|
/Size 14
|
|
140
140
|
/Root 3 0 R
|
|
141
141
|
/Info 10 0 R
|
|
142
|
-
/ID [<
|
|
142
|
+
/ID [<7c882f43a9023a66ef1e15f197775e0f> <7c882f43a9023a66ef1e15f197775e0f>]
|
|
143
143
|
>>
|
|
144
144
|
startxref
|
|
145
145
|
1236
|
|
@@ -83,7 +83,7 @@ endobj
|
|
|
83
83
|
(PDFKit)
|
|
84
84
|
endobj
|
|
85
85
|
13 0 obj
|
|
86
|
-
(D:
|
|
86
|
+
(D:20240605085021Z)
|
|
87
87
|
endobj
|
|
88
88
|
10 0 obj
|
|
89
89
|
<<
|
|
@@ -147,7 +147,7 @@ trailer
|
|
|
147
147
|
/Size 14
|
|
148
148
|
/Root 3 0 R
|
|
149
149
|
/Info 10 0 R
|
|
150
|
-
/ID [<
|
|
150
|
+
/ID [<13850eaeb7bdf5f725c01d129e50828f> <13850eaeb7bdf5f725c01d129e50828f>]
|
|
151
151
|
>>
|
|
152
152
|
startxref
|
|
153
153
|
1791
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf
CHANGED
|
@@ -75,7 +75,7 @@ endobj
|
|
|
75
75
|
(PDFKit)
|
|
76
76
|
endobj
|
|
77
77
|
13 0 obj
|
|
78
|
-
(D:
|
|
78
|
+
(D:20240605085021Z)
|
|
79
79
|
endobj
|
|
80
80
|
10 0 obj
|
|
81
81
|
<<
|
|
@@ -139,7 +139,7 @@ trailer
|
|
|
139
139
|
/Size 14
|
|
140
140
|
/Root 3 0 R
|
|
141
141
|
/Info 10 0 R
|
|
142
|
-
/ID [<
|
|
142
|
+
/ID [<ed7750ba591362b9d4759be70bff2f27> <ed7750ba591362b9d4759be70bff2f27>]
|
|
143
143
|
>>
|
|
144
144
|
startxref
|
|
145
145
|
1230
|
|
@@ -75,7 +75,7 @@ endobj
|
|
|
75
75
|
(PDFKit)
|
|
76
76
|
endobj
|
|
77
77
|
13 0 obj
|
|
78
|
-
(D:
|
|
78
|
+
(D:20240605085021Z)
|
|
79
79
|
endobj
|
|
80
80
|
10 0 obj
|
|
81
81
|
<<
|
|
@@ -139,7 +139,7 @@ trailer
|
|
|
139
139
|
/Size 14
|
|
140
140
|
/Root 3 0 R
|
|
141
141
|
/Info 10 0 R
|
|
142
|
-
/ID [<
|
|
142
|
+
/ID [<bd8efaf177a000720534e55d312932d1> <bd8efaf177a000720534e55d312932d1>]
|
|
143
143
|
>>
|
|
144
144
|
startxref
|
|
145
145
|
1111
|
|
@@ -246,7 +246,7 @@ endobj
|
|
|
246
246
|
(PDFKit)
|
|
247
247
|
endobj
|
|
248
248
|
16 0 obj
|
|
249
|
-
(D:
|
|
249
|
+
(D:20240605085021Z)
|
|
250
250
|
endobj
|
|
251
251
|
13 0 obj
|
|
252
252
|
<<
|
|
@@ -313,7 +313,7 @@ trailer
|
|
|
313
313
|
/Size 17
|
|
314
314
|
/Root 3 0 R
|
|
315
315
|
/Info 13 0 R
|
|
316
|
-
/ID [<
|
|
316
|
+
/ID [<04f55db75b314023e5987a43d963d19f> <04f55db75b314023e5987a43d963d19f>]
|
|
317
317
|
>>
|
|
318
318
|
startxref
|
|
319
319
|
2806
|
|
@@ -176,7 +176,7 @@ endobj
|
|
|
176
176
|
(PDFKit)
|
|
177
177
|
endobj
|
|
178
178
|
16 0 obj
|
|
179
|
-
(D:
|
|
179
|
+
(D:20240605085021Z)
|
|
180
180
|
endobj
|
|
181
181
|
13 0 obj
|
|
182
182
|
<<
|
|
@@ -243,7 +243,7 @@ trailer
|
|
|
243
243
|
/Size 17
|
|
244
244
|
/Root 3 0 R
|
|
245
245
|
/Info 13 0 R
|
|
246
|
-
/ID [<
|
|
246
|
+
/ID [<61b179492c21544ceb7adff1659e1b19> <61b179492c21544ceb7adff1659e1b19>]
|
|
247
247
|
>>
|
|
248
248
|
startxref
|
|
249
249
|
2110
|
|
@@ -386,7 +386,7 @@ endobj
|
|
|
386
386
|
(PDFKit)
|
|
387
387
|
endobj
|
|
388
388
|
16 0 obj
|
|
389
|
-
(D:
|
|
389
|
+
(D:20240605085021Z)
|
|
390
390
|
endobj
|
|
391
391
|
13 0 obj
|
|
392
392
|
<<
|
|
@@ -453,7 +453,7 @@ trailer
|
|
|
453
453
|
/Size 17
|
|
454
454
|
/Root 3 0 R
|
|
455
455
|
/Info 13 0 R
|
|
456
|
-
/ID [<
|
|
456
|
+
/ID [<09425e26f1acba8ea4123ce919e84ebb> <09425e26f1acba8ea4123ce919e84ebb>]
|
|
457
457
|
>>
|
|
458
458
|
startxref
|
|
459
459
|
4103
|
|
@@ -631,7 +631,7 @@ endobj
|
|
|
631
631
|
(PDFKit)
|
|
632
632
|
endobj
|
|
633
633
|
16 0 obj
|
|
634
|
-
(D:
|
|
634
|
+
(D:20240605085021Z)
|
|
635
635
|
endobj
|
|
636
636
|
13 0 obj
|
|
637
637
|
<<
|
|
@@ -698,7 +698,7 @@ trailer
|
|
|
698
698
|
/Size 17
|
|
699
699
|
/Root 3 0 R
|
|
700
700
|
/Info 13 0 R
|
|
701
|
-
/ID [<
|
|
701
|
+
/ID [<1b3a716bfd691dcc10813cc8e7855f3d> <1b3a716bfd691dcc10813cc8e7855f3d>]
|
|
702
702
|
>>
|
|
703
703
|
startxref
|
|
704
704
|
6576
|