abstract-document 10.0.4 → 11.0.1
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/CHANGELOG.md +6 -0
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/mixed-textrun-and-images.d.ts.map +1 -1
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/mixed-textrun-and-images.js +1 -1
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/mixed-textrun-and-images.js.map +1 -1
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/multiple-images.js +1 -1
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/multiple-images.js.map +1 -1
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/single-image.d.ts.map +1 -1
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/single-image.js +1 -1
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/single-image.js.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-textrun-and-images.d.ts.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-textrun-and-images.js +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/mixed-textrun-and-images.js.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/multiple-images-overflow.d.ts.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/multiple-images-overflow.js +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/multiple-images-overflow.js.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/multiple-images.d.ts.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/multiple-images.js +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/multiple-images.js.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-cell-padding-image.d.ts.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-cell-padding-image.js +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-cell-padding-image.js.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-figure.d.ts.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-figure.js +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-figure.js.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-color-hex.d.ts.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-color-hex.js +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-color-hex.js.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-color-name.d.ts.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-color-name.js +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-color-name.js.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-color-url.d.ts.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-color-url.js +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-color-url.js.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-dasharray.d.ts.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-dasharray.js +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-dasharray.js.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image.d.ts.map +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image.js +1 -1
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/single-image.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/font.d.ts +1 -1
- package/lib/abstract-document-exporters/pdf/font.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/font.js +19 -19
- package/lib/abstract-document-exporters/pdf/font.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/measure.d.ts +4 -3
- package/lib/abstract-document-exporters/pdf/measure.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/measure.js +24 -24
- package/lib/abstract-document-exporters/pdf/measure.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/paginate.d.ts +2 -1
- package/lib/abstract-document-exporters/pdf/paginate.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/paginate.js +3 -7
- package/lib/abstract-document-exporters/pdf/paginate.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/render-image.d.ts +2 -1
- package/lib/abstract-document-exporters/pdf/render-image.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/render-image.js +2 -8
- package/lib/abstract-document-exporters/pdf/render-image.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/render.d.ts +3 -2
- package/lib/abstract-document-exporters/pdf/render.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/render.js +26 -36
- package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
- package/lib/abstract-document-xml/parse-xml/parse-xml.d.ts +2 -2
- package/lib/abstract-document-xml/parse-xml/parse-xml.d.ts.map +1 -1
- package/lib/abstract-document-xml/parse-xml/parse-xml.js.map +1 -1
- package/package.json +12 -13
- package/src/abstract-document-exporters/__tests__/docx2/test-defs/mixed-textrun-and-images.tsx +1 -1
- package/src/abstract-document-exporters/__tests__/docx2/test-defs/multiple-images.tsx +1 -1
- package/src/abstract-document-exporters/__tests__/docx2/test-defs/single-image.tsx +1 -1
- 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/test-defs/mixed-textrun-and-images.tsx +1 -1
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/multiple-images-overflow.tsx +1 -1
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/multiple-images.tsx +1 -1
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-cell-padding-image.tsx +1 -1
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/single-figure.tsx +1 -1
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-color-hex.tsx +1 -1
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-color-name.tsx +1 -1
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-color-url.tsx +1 -1
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/single-image-svg-dasharray.tsx +1 -1
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/single-image.tsx +1 -1
- 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 +13 -15
- 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 +17 -19
- 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 +13 -17
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +13 -17
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +12 -18
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg dasharray.pdf +12 -16
- 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/src/abstract-document-exporters/pdf/font.ts +19 -20
- package/src/abstract-document-exporters/pdf/measure.ts +34 -30
- package/src/abstract-document-exporters/pdf/paginate.ts +15 -14
- package/src/abstract-document-exporters/pdf/render-image.ts +4 -7
- package/src/abstract-document-exporters/pdf/render.ts +72 -54
- package/src/abstract-document-xml/parse-xml/parse-xml.ts +2 -2
|
@@ -75,7 +75,7 @@ endobj
|
|
|
75
75
|
(PDFKit)
|
|
76
76
|
endobj
|
|
77
77
|
13 0 obj
|
|
78
|
-
(D:
|
|
78
|
+
(D:20240519110616Z)
|
|
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 [<95907df0df7d433cecd09dcb6cd7aa3e> <95907df0df7d433cecd09dcb6cd7aa3e>]
|
|
143
143
|
>>
|
|
144
144
|
startxref
|
|
145
145
|
1141
|
|
@@ -78,7 +78,7 @@ endobj
|
|
|
78
78
|
(PDFKit)
|
|
79
79
|
endobj
|
|
80
80
|
11 0 obj
|
|
81
|
-
(D:
|
|
81
|
+
(D:20240519110616Z)
|
|
82
82
|
endobj
|
|
83
83
|
8 0 obj
|
|
84
84
|
<<
|
|
@@ -132,7 +132,7 @@ trailer
|
|
|
132
132
|
/Size 12
|
|
133
133
|
/Root 3 0 R
|
|
134
134
|
/Info 8 0 R
|
|
135
|
-
/ID [<
|
|
135
|
+
/ID [<6859d1d44657de2f8480309beb0c250d> <6859d1d44657de2f8480309beb0c250d>]
|
|
136
136
|
>>
|
|
137
137
|
startxref
|
|
138
138
|
1086
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf
CHANGED
|
Binary file
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf
CHANGED
|
@@ -252,7 +252,7 @@ endobj
|
|
|
252
252
|
(PDFKit)
|
|
253
253
|
endobj
|
|
254
254
|
13 0 obj
|
|
255
|
-
(D:
|
|
255
|
+
(D:20240519110616Z)
|
|
256
256
|
endobj
|
|
257
257
|
10 0 obj
|
|
258
258
|
<<
|
|
@@ -316,7 +316,7 @@ trailer
|
|
|
316
316
|
/Size 14
|
|
317
317
|
/Root 3 0 R
|
|
318
318
|
/Info 10 0 R
|
|
319
|
-
/ID [<
|
|
319
|
+
/ID [<fb1c3d34d022bff65e89ad6974c87da3> <fb1c3d34d022bff65e89ad6974c87da3>]
|
|
320
320
|
>>
|
|
321
321
|
startxref
|
|
322
322
|
2887
|
|
@@ -77,7 +77,7 @@ endobj
|
|
|
77
77
|
(PDFKit)
|
|
78
78
|
endobj
|
|
79
79
|
13 0 obj
|
|
80
|
-
(D:
|
|
80
|
+
(D:20240519110616Z)
|
|
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 [<15eeb65bac05f3b47fc8d4d3385435a9> <15eeb65bac05f3b47fc8d4d3385435a9>]
|
|
145
145
|
>>
|
|
146
146
|
startxref
|
|
147
147
|
1163
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf
CHANGED
|
@@ -322,7 +322,7 @@ endobj
|
|
|
322
322
|
(PDFKit)
|
|
323
323
|
endobj
|
|
324
324
|
13 0 obj
|
|
325
|
-
(D:
|
|
325
|
+
(D:20240519110616Z)
|
|
326
326
|
endobj
|
|
327
327
|
10 0 obj
|
|
328
328
|
<<
|
|
@@ -386,7 +386,7 @@ trailer
|
|
|
386
386
|
/Size 14
|
|
387
387
|
/Root 3 0 R
|
|
388
388
|
/Info 10 0 R
|
|
389
|
-
/ID [<
|
|
389
|
+
/ID [<a5d043418c6d1ac502c006e85a95972a> <a5d043418c6d1ac502c006e85a95972a>]
|
|
390
390
|
>>
|
|
391
391
|
startxref
|
|
392
392
|
3436
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table minimal row height.pdf
CHANGED
|
@@ -410,7 +410,7 @@ endobj
|
|
|
410
410
|
(PDFKit)
|
|
411
411
|
endobj
|
|
412
412
|
13 0 obj
|
|
413
|
-
(D:
|
|
413
|
+
(D:20240519110616Z)
|
|
414
414
|
endobj
|
|
415
415
|
10 0 obj
|
|
416
416
|
<<
|
|
@@ -474,7 +474,7 @@ trailer
|
|
|
474
474
|
/Size 14
|
|
475
475
|
/Root 3 0 R
|
|
476
476
|
/Info 10 0 R
|
|
477
|
-
/ID [<
|
|
477
|
+
/ID [<744b4595380567379b6294f301188106> <744b4595380567379b6294f301188106>]
|
|
478
478
|
>>
|
|
479
479
|
startxref
|
|
480
480
|
4760
|
|
@@ -75,7 +75,7 @@ endobj
|
|
|
75
75
|
(PDFKit)
|
|
76
76
|
endobj
|
|
77
77
|
13 0 obj
|
|
78
|
-
(D:
|
|
78
|
+
(D:20240519110616Z)
|
|
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 [<4e3430225e2ac74cc7d0d32600a300ff> <4e3430225e2ac74cc7d0d32600a300ff>]
|
|
143
143
|
>>
|
|
144
144
|
startxref
|
|
145
145
|
1139
|
|
@@ -77,7 +77,7 @@ endobj
|
|
|
77
77
|
(PDFKit)
|
|
78
78
|
endobj
|
|
79
79
|
13 0 obj
|
|
80
|
-
(D:
|
|
80
|
+
(D:20240519110616Z)
|
|
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 [<9f609ea1027e1e559d4d65ab174b2e6b> <9f609ea1027e1e559d4d65ab174b2e6b>]
|
|
145
145
|
>>
|
|
146
146
|
startxref
|
|
147
147
|
1144
|
|
@@ -77,7 +77,7 @@ endobj
|
|
|
77
77
|
(PDFKit)
|
|
78
78
|
endobj
|
|
79
79
|
13 0 obj
|
|
80
|
-
(D:
|
|
80
|
+
(D:20240519110616Z)
|
|
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 [<3fe95d14591bcd20e5420e19a89c3aae> <3fe95d14591bcd20e5420e19a89c3aae>]
|
|
145
145
|
>>
|
|
146
146
|
startxref
|
|
147
147
|
1160
|
|
@@ -206,7 +206,7 @@ endobj
|
|
|
206
206
|
(PDFKit)
|
|
207
207
|
endobj
|
|
208
208
|
13 0 obj
|
|
209
|
-
(D:
|
|
209
|
+
(D:20240519110616Z)
|
|
210
210
|
endobj
|
|
211
211
|
10 0 obj
|
|
212
212
|
<<
|
|
@@ -270,7 +270,7 @@ trailer
|
|
|
270
270
|
/Size 14
|
|
271
271
|
/Root 3 0 R
|
|
272
272
|
/Info 10 0 R
|
|
273
|
-
/ID [<
|
|
273
|
+
/ID [<f32e81e0eeb2b8fab17e3ed0b05f7bbf> <f32e81e0eeb2b8fab17e3ed0b05f7bbf>]
|
|
274
274
|
>>
|
|
275
275
|
startxref
|
|
276
276
|
2439
|
|
@@ -254,7 +254,7 @@ endobj
|
|
|
254
254
|
(PDFKit)
|
|
255
255
|
endobj
|
|
256
256
|
13 0 obj
|
|
257
|
-
(D:
|
|
257
|
+
(D:20240519110616Z)
|
|
258
258
|
endobj
|
|
259
259
|
10 0 obj
|
|
260
260
|
<<
|
|
@@ -318,7 +318,7 @@ trailer
|
|
|
318
318
|
/Size 14
|
|
319
319
|
/Root 3 0 R
|
|
320
320
|
/Info 10 0 R
|
|
321
|
-
/ID [<
|
|
321
|
+
/ID [<36e1cb2d3d36f7bf4727470b5b444ec2> <36e1cb2d3d36f7bf4727470b5b444ec2>]
|
|
322
322
|
>>
|
|
323
323
|
startxref
|
|
324
324
|
3167
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf
CHANGED
|
@@ -182,7 +182,7 @@ endobj
|
|
|
182
182
|
(PDFKit)
|
|
183
183
|
endobj
|
|
184
184
|
13 0 obj
|
|
185
|
-
(D:
|
|
185
|
+
(D:20240519110616Z)
|
|
186
186
|
endobj
|
|
187
187
|
10 0 obj
|
|
188
188
|
<<
|
|
@@ -246,7 +246,7 @@ trailer
|
|
|
246
246
|
/Size 14
|
|
247
247
|
/Root 3 0 R
|
|
248
248
|
/Info 10 0 R
|
|
249
|
-
/ID [<
|
|
249
|
+
/ID [<8c7a2b5faac491fbcd30b2b4fe325433> <8c7a2b5faac491fbcd30b2b4fe325433>]
|
|
250
250
|
>>
|
|
251
251
|
startxref
|
|
252
252
|
2189
|
|
@@ -159,7 +159,7 @@ endobj
|
|
|
159
159
|
(PDFKit)
|
|
160
160
|
endobj
|
|
161
161
|
13 0 obj
|
|
162
|
-
(D:
|
|
162
|
+
(D:20240519110616Z)
|
|
163
163
|
endobj
|
|
164
164
|
10 0 obj
|
|
165
165
|
<<
|
|
@@ -223,7 +223,7 @@ trailer
|
|
|
223
223
|
/Size 14
|
|
224
224
|
/Root 3 0 R
|
|
225
225
|
/Info 10 0 R
|
|
226
|
-
/ID [<
|
|
226
|
+
/ID [<a7ba98868b2d05c4d7f8a6f7728ca759> <a7ba98868b2d05c4d7f8a6f7728ca759>]
|
|
227
227
|
>>
|
|
228
228
|
startxref
|
|
229
229
|
1919
|
|
@@ -357,7 +357,7 @@ endobj
|
|
|
357
357
|
(PDFKit)
|
|
358
358
|
endobj
|
|
359
359
|
13 0 obj
|
|
360
|
-
(D:
|
|
360
|
+
(D:20240519110616Z)
|
|
361
361
|
endobj
|
|
362
362
|
10 0 obj
|
|
363
363
|
<<
|
|
@@ -421,7 +421,7 @@ trailer
|
|
|
421
421
|
/Size 14
|
|
422
422
|
/Root 3 0 R
|
|
423
423
|
/Info 10 0 R
|
|
424
|
-
/ID [<
|
|
424
|
+
/ID [<d971bd38abaf6d8374ec1d093807aaf5> <d971bd38abaf6d8374ec1d093807aaf5>]
|
|
425
425
|
>>
|
|
426
426
|
startxref
|
|
427
427
|
3775
|
|
@@ -159,7 +159,7 @@ endobj
|
|
|
159
159
|
(PDFKit)
|
|
160
160
|
endobj
|
|
161
161
|
13 0 obj
|
|
162
|
-
(D:
|
|
162
|
+
(D:20240519110616Z)
|
|
163
163
|
endobj
|
|
164
164
|
10 0 obj
|
|
165
165
|
<<
|
|
@@ -223,7 +223,7 @@ trailer
|
|
|
223
223
|
/Size 14
|
|
224
224
|
/Root 3 0 R
|
|
225
225
|
/Info 10 0 R
|
|
226
|
-
/ID [<
|
|
226
|
+
/ID [<d3a858d868f4fd07ca47dce395901446> <d3a858d868f4fd07ca47dce395901446>]
|
|
227
227
|
>>
|
|
228
228
|
startxref
|
|
229
229
|
1970
|
|
@@ -159,7 +159,7 @@ endobj
|
|
|
159
159
|
(PDFKit)
|
|
160
160
|
endobj
|
|
161
161
|
13 0 obj
|
|
162
|
-
(D:
|
|
162
|
+
(D:20240519110616Z)
|
|
163
163
|
endobj
|
|
164
164
|
10 0 obj
|
|
165
165
|
<<
|
|
@@ -223,7 +223,7 @@ trailer
|
|
|
223
223
|
/Size 14
|
|
224
224
|
/Root 3 0 R
|
|
225
225
|
/Info 10 0 R
|
|
226
|
-
/ID [<
|
|
226
|
+
/ID [<d53100938cae73055cb82ddc4f6a7db0> <d53100938cae73055cb82ddc4f6a7db0>]
|
|
227
227
|
>>
|
|
228
228
|
startxref
|
|
229
229
|
1919
|
|
@@ -40,7 +40,7 @@ q
|
|
|
40
40
|
BT
|
|
41
41
|
1 0 0 1 0 834.82 Tm
|
|
42
42
|
/F1 10 Tf
|
|
43
|
-
[<
|
|
43
|
+
[<53756e204d61> 30 <792031392032303234> 0] TJ
|
|
44
44
|
ET
|
|
45
45
|
Q
|
|
46
46
|
|
|
@@ -53,7 +53,7 @@ endobj
|
|
|
53
53
|
(PDFKit)
|
|
54
54
|
endobj
|
|
55
55
|
13 0 obj
|
|
56
|
-
(D:
|
|
56
|
+
(D:20240519110615Z)
|
|
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 [<0c40ae071325c7a205d0e580d0dbc070> <0c40ae071325c7a205d0e580d0dbc070>]
|
|
121
121
|
>>
|
|
122
122
|
startxref
|
|
123
123
|
931
|
|
@@ -28,13 +28,11 @@ endobj
|
|
|
28
28
|
endobj
|
|
29
29
|
5 0 obj
|
|
30
30
|
<<
|
|
31
|
-
/Length
|
|
31
|
+
/Length 954
|
|
32
32
|
>>
|
|
33
33
|
stream
|
|
34
34
|
1 0 0 -1 0 842 cm
|
|
35
35
|
q
|
|
36
|
-
1 0 0 1 0 0 cm
|
|
37
|
-
1 0 0 1 0 0 cm
|
|
38
36
|
3 w
|
|
39
37
|
10 15 m
|
|
40
38
|
30 15 l
|
|
@@ -133,7 +131,7 @@ endobj
|
|
|
133
131
|
(PDFKit)
|
|
134
132
|
endobj
|
|
135
133
|
13 0 obj
|
|
136
|
-
(D:
|
|
134
|
+
(D:20240519110616Z)
|
|
137
135
|
endobj
|
|
138
136
|
10 0 obj
|
|
139
137
|
<<
|
|
@@ -179,26 +177,26 @@ endobj
|
|
|
179
177
|
xref
|
|
180
178
|
0 14
|
|
181
179
|
0000000000 65535 f
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
180
|
+
0000001627 00000 n
|
|
181
|
+
0000001684 00000 n
|
|
182
|
+
0000001565 00000 n
|
|
183
|
+
0000001544 00000 n
|
|
186
184
|
0000000280 00000 n
|
|
187
185
|
0000000163 00000 n
|
|
188
186
|
0000000059 00000 n
|
|
189
187
|
0000000015 00000 n
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
188
|
+
0000001447 00000 n
|
|
189
|
+
0000001371 00000 n
|
|
190
|
+
0000001285 00000 n
|
|
191
|
+
0000001310 00000 n
|
|
192
|
+
0000001335 00000 n
|
|
195
193
|
trailer
|
|
196
194
|
<<
|
|
197
195
|
/Size 14
|
|
198
196
|
/Root 3 0 R
|
|
199
197
|
/Info 10 0 R
|
|
200
|
-
/ID [<
|
|
198
|
+
/ID [<173de88f02d05de1c2c505ff16b47c97> <173de88f02d05de1c2c505ff16b47c97>]
|
|
201
199
|
>>
|
|
202
200
|
startxref
|
|
203
|
-
|
|
201
|
+
1731
|
|
204
202
|
%%EOF
|
|
@@ -60,7 +60,7 @@ endobj
|
|
|
60
60
|
(PDFKit)
|
|
61
61
|
endobj
|
|
62
62
|
14 0 obj
|
|
63
|
-
(D:
|
|
63
|
+
(D:20240519110616Z)
|
|
64
64
|
endobj
|
|
65
65
|
11 0 obj
|
|
66
66
|
<<
|
|
@@ -125,7 +125,7 @@ trailer
|
|
|
125
125
|
/Size 15
|
|
126
126
|
/Root 3 0 R
|
|
127
127
|
/Info 11 0 R
|
|
128
|
-
/ID [<
|
|
128
|
+
/ID [<90b42a01a1e30185d0823867673c2cf8> <90b42a01a1e30185d0823867673c2cf8>]
|
|
129
129
|
>>
|
|
130
130
|
startxref
|
|
131
131
|
1013
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
%����
|
|
3
3
|
9 0 obj
|
|
4
4
|
<<
|
|
5
|
-
/align /left
|
|
6
5
|
/Subtype /Underline
|
|
7
6
|
/QuadPoints [0 840 22.78 840 0 828.44 22.78 828.44]
|
|
8
7
|
/Contents ()
|
|
@@ -10,7 +9,6 @@
|
|
|
10
9
|
/Rect [0 828.44 22.78 840]
|
|
11
10
|
/Border [0 0 0]
|
|
12
11
|
/C [0 0 1]
|
|
13
|
-
/Align /left
|
|
14
12
|
>>
|
|
15
13
|
endobj
|
|
16
14
|
10 0 obj
|
|
@@ -73,7 +71,7 @@ endobj
|
|
|
73
71
|
(PDFKit)
|
|
74
72
|
endobj
|
|
75
73
|
15 0 obj
|
|
76
|
-
(D:
|
|
74
|
+
(D:20240519110616Z)
|
|
77
75
|
endobj
|
|
78
76
|
12 0 obj
|
|
79
77
|
<<
|
|
@@ -119,28 +117,28 @@ endobj
|
|
|
119
117
|
xref
|
|
120
118
|
0 16
|
|
121
119
|
0000000000 65535 f
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
120
|
+
0000001079 00000 n
|
|
121
|
+
0000001136 00000 n
|
|
122
|
+
0000001017 00000 n
|
|
123
|
+
0000000996 00000 n
|
|
124
|
+
0000000566 00000 n
|
|
125
|
+
0000000477 00000 n
|
|
126
|
+
0000000350 00000 n
|
|
127
|
+
0000000899 00000 n
|
|
130
128
|
0000000015 00000 n
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
129
|
+
0000000188 00000 n
|
|
130
|
+
0000000242 00000 n
|
|
131
|
+
0000000823 00000 n
|
|
132
|
+
0000000737 00000 n
|
|
133
|
+
0000000762 00000 n
|
|
134
|
+
0000000787 00000 n
|
|
137
135
|
trailer
|
|
138
136
|
<<
|
|
139
137
|
/Size 16
|
|
140
138
|
/Root 3 0 R
|
|
141
139
|
/Info 12 0 R
|
|
142
|
-
/ID [<
|
|
140
|
+
/ID [<c6c65246d278ac081dcd25d534dec519> <c6c65246d278ac081dcd25d534dec519>]
|
|
143
141
|
>>
|
|
144
142
|
startxref
|
|
145
|
-
|
|
143
|
+
1183
|
|
146
144
|
%%EOF
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf
CHANGED
|
@@ -60,7 +60,7 @@ endobj
|
|
|
60
60
|
(PDFKit)
|
|
61
61
|
endobj
|
|
62
62
|
14 0 obj
|
|
63
|
-
(D:
|
|
63
|
+
(D:20240519110616Z)
|
|
64
64
|
endobj
|
|
65
65
|
11 0 obj
|
|
66
66
|
<<
|
|
@@ -125,7 +125,7 @@ trailer
|
|
|
125
125
|
/Size 15
|
|
126
126
|
/Root 3 0 R
|
|
127
127
|
/Info 11 0 R
|
|
128
|
-
/ID [<
|
|
128
|
+
/ID [<47d882e433e6c3d4ad42cceef4be2784> <47d882e433e6c3d4ad42cceef4be2784>]
|
|
129
129
|
>>
|
|
130
130
|
startxref
|
|
131
131
|
1010
|
|
@@ -60,7 +60,7 @@ endobj
|
|
|
60
60
|
(PDFKit)
|
|
61
61
|
endobj
|
|
62
62
|
14 0 obj
|
|
63
|
-
(D:
|
|
63
|
+
(D:20240519110616Z)
|
|
64
64
|
endobj
|
|
65
65
|
11 0 obj
|
|
66
66
|
<<
|
|
@@ -125,7 +125,7 @@ trailer
|
|
|
125
125
|
/Size 15
|
|
126
126
|
/Root 3 0 R
|
|
127
127
|
/Info 11 0 R
|
|
128
|
-
/ID [<
|
|
128
|
+
/ID [<3630ba78bb77c813b349d8f2ed53b5bc> <3630ba78bb77c813b349d8f2ed53b5bc>]
|
|
129
129
|
>>
|
|
130
130
|
startxref
|
|
131
131
|
1002
|
|
Binary file
|
|
@@ -28,15 +28,13 @@ endobj
|
|
|
28
28
|
endobj
|
|
29
29
|
5 0 obj
|
|
30
30
|
<<
|
|
31
|
-
/Length
|
|
31
|
+
/Length 693
|
|
32
32
|
>>
|
|
33
33
|
stream
|
|
34
34
|
1 0 0 -1 0 842 cm
|
|
35
35
|
q
|
|
36
|
-
1 0 0 1 0 0 cm
|
|
37
36
|
3.2 0 0 3.2 0 0 cm
|
|
38
37
|
q
|
|
39
|
-
1 0 0 1 0 0 cm
|
|
40
38
|
0.75 0 0 0.75 0 0 cm
|
|
41
39
|
q
|
|
42
40
|
0 0 m
|
|
@@ -53,9 +51,7 @@ q
|
|
|
53
51
|
0 480 l
|
|
54
52
|
h
|
|
55
53
|
W n
|
|
56
|
-
1 0 0 1 0 0 cm
|
|
57
54
|
q
|
|
58
|
-
1 0 0 1 0 0 cm
|
|
59
55
|
/DeviceRGB cs
|
|
60
56
|
1 0 0 scn
|
|
61
57
|
/Gs1 gs
|
|
@@ -108,7 +104,7 @@ endobj
|
|
|
108
104
|
(PDFKit)
|
|
109
105
|
endobj
|
|
110
106
|
13 0 obj
|
|
111
|
-
(D:
|
|
107
|
+
(D:20240519110616Z)
|
|
112
108
|
endobj
|
|
113
109
|
10 0 obj
|
|
114
110
|
<<
|
|
@@ -154,26 +150,26 @@ endobj
|
|
|
154
150
|
xref
|
|
155
151
|
0 14
|
|
156
152
|
0000000000 65535 f
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
153
|
+
0000001366 00000 n
|
|
154
|
+
0000001423 00000 n
|
|
155
|
+
0000001304 00000 n
|
|
156
|
+
0000001283 00000 n
|
|
161
157
|
0000000280 00000 n
|
|
162
158
|
0000000163 00000 n
|
|
163
159
|
0000000059 00000 n
|
|
164
160
|
0000000015 00000 n
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
161
|
+
0000001186 00000 n
|
|
162
|
+
0000001110 00000 n
|
|
163
|
+
0000001024 00000 n
|
|
164
|
+
0000001049 00000 n
|
|
165
|
+
0000001074 00000 n
|
|
170
166
|
trailer
|
|
171
167
|
<<
|
|
172
168
|
/Size 14
|
|
173
169
|
/Root 3 0 R
|
|
174
170
|
/Info 10 0 R
|
|
175
|
-
/ID [<
|
|
171
|
+
/ID [<9dfcbd6f019a9cd9b79f840ed465f713> <9dfcbd6f019a9cd9b79f840ed465f713>]
|
|
176
172
|
>>
|
|
177
173
|
startxref
|
|
178
|
-
|
|
174
|
+
1470
|
|
179
175
|
%%EOF
|
|
@@ -28,15 +28,13 @@ endobj
|
|
|
28
28
|
endobj
|
|
29
29
|
5 0 obj
|
|
30
30
|
<<
|
|
31
|
-
/Length
|
|
31
|
+
/Length 693
|
|
32
32
|
>>
|
|
33
33
|
stream
|
|
34
34
|
1 0 0 -1 0 842 cm
|
|
35
35
|
q
|
|
36
|
-
1 0 0 1 0 0 cm
|
|
37
36
|
3.2 0 0 3.2 0 0 cm
|
|
38
37
|
q
|
|
39
|
-
1 0 0 1 0 0 cm
|
|
40
38
|
0.75 0 0 0.75 0 0 cm
|
|
41
39
|
q
|
|
42
40
|
0 0 m
|
|
@@ -53,9 +51,7 @@ q
|
|
|
53
51
|
0 480 l
|
|
54
52
|
h
|
|
55
53
|
W n
|
|
56
|
-
1 0 0 1 0 0 cm
|
|
57
54
|
q
|
|
58
|
-
1 0 0 1 0 0 cm
|
|
59
55
|
/DeviceRGB cs
|
|
60
56
|
1 0 0 scn
|
|
61
57
|
/Gs1 gs
|
|
@@ -108,7 +104,7 @@ endobj
|
|
|
108
104
|
(PDFKit)
|
|
109
105
|
endobj
|
|
110
106
|
13 0 obj
|
|
111
|
-
(D:
|
|
107
|
+
(D:20240519110616Z)
|
|
112
108
|
endobj
|
|
113
109
|
10 0 obj
|
|
114
110
|
<<
|
|
@@ -154,26 +150,26 @@ endobj
|
|
|
154
150
|
xref
|
|
155
151
|
0 14
|
|
156
152
|
0000000000 65535 f
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
153
|
+
0000001366 00000 n
|
|
154
|
+
0000001423 00000 n
|
|
155
|
+
0000001304 00000 n
|
|
156
|
+
0000001283 00000 n
|
|
161
157
|
0000000280 00000 n
|
|
162
158
|
0000000163 00000 n
|
|
163
159
|
0000000059 00000 n
|
|
164
160
|
0000000015 00000 n
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
161
|
+
0000001186 00000 n
|
|
162
|
+
0000001110 00000 n
|
|
163
|
+
0000001024 00000 n
|
|
164
|
+
0000001049 00000 n
|
|
165
|
+
0000001074 00000 n
|
|
170
166
|
trailer
|
|
171
167
|
<<
|
|
172
168
|
/Size 14
|
|
173
169
|
/Root 3 0 R
|
|
174
170
|
/Info 10 0 R
|
|
175
|
-
/ID [<
|
|
171
|
+
/ID [<ffc05b4d661cfdb0d28f43bf5eff9462> <ffc05b4d661cfdb0d28f43bf5eff9462>]
|
|
176
172
|
>>
|
|
177
173
|
startxref
|
|
178
|
-
|
|
174
|
+
1470
|
|
179
175
|
%%EOF
|