abstract-document 6.1.0 → 6.3.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/CHANGELOG.md +2 -0
- package/LICENSE +21 -0
- package/lib/abstract-document/table/table-cell.d.ts +4 -0
- package/lib/abstract-document/table/table-cell.d.ts.map +1 -1
- package/lib/abstract-document/table/table-cell.js +4 -2
- package/lib/abstract-document/table/table-cell.js.map +1 -1
- package/lib/abstract-document/table/table-row.d.ts.map +1 -1
- package/lib/abstract-document/table/table-row.js +1 -1
- package/lib/abstract-document/table/table-row.js.map +1 -1
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.js +553 -0
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.js +251 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.js +294 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.js +209 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.js +465 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.js +423 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.js +331 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.js +423 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.js +56 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.js +1541 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.js +512 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.js +396 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.js +148 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.js.map +1 -0
- package/lib/abstract-document-exporters/docx2/render.js +1 -0
- package/lib/abstract-document-exporters/docx2/render.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/measure.d.ts +1 -0
- package/lib/abstract-document-exporters/pdf/measure.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/measure.js +2 -1
- package/lib/abstract-document-exporters/pdf/measure.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/paginate.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/paginate.js +108 -25
- package/lib/abstract-document-exporters/pdf/paginate.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/pre-process.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/pre-process.js +66 -30
- package/lib/abstract-document-exporters/pdf/pre-process.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/render.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/render.js +19 -6
- package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
- package/package.json +3 -2
- package/src/abstract-document/table/table-cell.ts +9 -7
- package/src/abstract-document/table/table-row.ts +2 -5
- package/src/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.tsx +587 -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
- 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.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.tsx +272 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.tsx +317 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.tsx +227 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.tsx +500 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.tsx +455 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.tsx +354 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.tsx +455 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.tsx +1567 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.tsx +545 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.tsx +425 -0
- 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 too big for one page.pdf +268 -0
- 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/Margins header body footer.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 +302 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +234 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +438 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +404 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +336 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +404 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin.pdf +404 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +3983 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +486 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Paragraph numbering.pdf +143 -0
- 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 +375 -0
- 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 +205 -0
- 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 +14 -14
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.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 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.pdf +0 -0
- 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.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
- package/src/abstract-document-exporters/docx2/render.ts +1 -0
- package/src/abstract-document-exporters/pdf/measure.ts +1 -1
- package/src/abstract-document-exporters/pdf/paginate.ts +181 -89
- package/src/abstract-document-exporters/pdf/pre-process.ts +76 -59
- package/src/abstract-document-exporters/pdf/render.ts +23 -5
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.zip +0 -0
package/src/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.tsx
ADDED
|
@@ -0,0 +1,425 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ExportTestDef } from "../export-test-def";
|
|
3
|
+
import {
|
|
4
|
+
Paragraph,
|
|
5
|
+
AbstractDoc,
|
|
6
|
+
Section,
|
|
7
|
+
Table,
|
|
8
|
+
TableRow,
|
|
9
|
+
TableCell,
|
|
10
|
+
TextRun,
|
|
11
|
+
} from "../../../../abstract-document-jsx";
|
|
12
|
+
import { TableCellStyle, TableStyle } from "../../../../abstract-document";
|
|
13
|
+
|
|
14
|
+
const borders = { left: 1, bottom: 1, right: 1, top: 1 };
|
|
15
|
+
const tablestyle = TableStyle.create({
|
|
16
|
+
cellStyle: TableCellStyle.create({ borders: borders, borderColor: "black" }),
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
export const test: ExportTestDef = {
|
|
20
|
+
name: "Simple table colSpan and rowSpan",
|
|
21
|
+
abstractDocJsx: (
|
|
22
|
+
<AbstractDoc>
|
|
23
|
+
<Section>
|
|
24
|
+
<Table columnWidths={[150, 100, 50, 50]} style={tablestyle}>
|
|
25
|
+
<TableRow>
|
|
26
|
+
<TableCell columnSpan={2}>
|
|
27
|
+
<Paragraph>
|
|
28
|
+
<TextRun text="Hello 1" />
|
|
29
|
+
</Paragraph>
|
|
30
|
+
</TableCell>
|
|
31
|
+
<TableCell rowSpan={2}>
|
|
32
|
+
<Paragraph>
|
|
33
|
+
<TextRun text="Hello 2" />
|
|
34
|
+
</Paragraph>
|
|
35
|
+
</TableCell>
|
|
36
|
+
<TableCell rowSpan={4}>
|
|
37
|
+
<Paragraph>
|
|
38
|
+
<TextRun text="Hello 3" />
|
|
39
|
+
</Paragraph>
|
|
40
|
+
</TableCell>
|
|
41
|
+
</TableRow>
|
|
42
|
+
<TableRow>
|
|
43
|
+
<TableCell>
|
|
44
|
+
<Paragraph>
|
|
45
|
+
<TextRun text="Hello 4" />
|
|
46
|
+
</Paragraph>
|
|
47
|
+
</TableCell>
|
|
48
|
+
<TableCell>
|
|
49
|
+
<Paragraph>
|
|
50
|
+
<TextRun text="Hello 5" />
|
|
51
|
+
</Paragraph>
|
|
52
|
+
</TableCell>
|
|
53
|
+
</TableRow>
|
|
54
|
+
<TableRow>
|
|
55
|
+
<TableCell columnSpan={2} rowSpan={2}>
|
|
56
|
+
<Paragraph>
|
|
57
|
+
<TextRun text="Hello 6" />
|
|
58
|
+
</Paragraph>
|
|
59
|
+
</TableCell>
|
|
60
|
+
<TableCell>
|
|
61
|
+
<Paragraph>
|
|
62
|
+
<TextRun text="Hello 7" />
|
|
63
|
+
</Paragraph>
|
|
64
|
+
</TableCell>
|
|
65
|
+
</TableRow>
|
|
66
|
+
<TableRow>
|
|
67
|
+
<TableCell>
|
|
68
|
+
<Paragraph>
|
|
69
|
+
<TextRun text="Hello 8" />
|
|
70
|
+
</Paragraph>
|
|
71
|
+
</TableCell>
|
|
72
|
+
</TableRow>
|
|
73
|
+
</Table>
|
|
74
|
+
</Section>
|
|
75
|
+
</AbstractDoc>
|
|
76
|
+
),
|
|
77
|
+
expectedPdfJson: {
|
|
78
|
+
formImage: {
|
|
79
|
+
Transcoder: "pdf2json@1.2.3 [https://github.com/modesty/pdf2json]",
|
|
80
|
+
Agency: "",
|
|
81
|
+
Id: {
|
|
82
|
+
AgencyId: "",
|
|
83
|
+
Name: "",
|
|
84
|
+
MC: false,
|
|
85
|
+
Max: 1,
|
|
86
|
+
Parent: "",
|
|
87
|
+
},
|
|
88
|
+
Pages: [
|
|
89
|
+
{
|
|
90
|
+
Height: 52.625,
|
|
91
|
+
HLines: [
|
|
92
|
+
{
|
|
93
|
+
x: 0,
|
|
94
|
+
y: 0.723,
|
|
95
|
+
w: 1.5,
|
|
96
|
+
l: 15.625,
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
x: -0.019,
|
|
100
|
+
y: 0.013,
|
|
101
|
+
w: 1.5,
|
|
102
|
+
l: 15.663,
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
x: 15.625,
|
|
106
|
+
y: 1.445,
|
|
107
|
+
w: 1.5,
|
|
108
|
+
l: 3.125,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
x: 15.594,
|
|
112
|
+
y: 0.013,
|
|
113
|
+
w: 1.5,
|
|
114
|
+
l: 3.175,
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
x: 18.75,
|
|
118
|
+
y: 2.89,
|
|
119
|
+
w: 1.5,
|
|
120
|
+
l: 3.125,
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
x: 18.719,
|
|
124
|
+
y: 0.013,
|
|
125
|
+
w: 1.5,
|
|
126
|
+
l: 3.175,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
x: 0,
|
|
130
|
+
y: 1.445,
|
|
131
|
+
w: 1.5,
|
|
132
|
+
l: 9.375,
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
x: -0.019,
|
|
136
|
+
y: 0.723,
|
|
137
|
+
w: 1.5,
|
|
138
|
+
l: 9.412,
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
x: 9.375,
|
|
142
|
+
y: 1.445,
|
|
143
|
+
w: 1.5,
|
|
144
|
+
l: 6.25,
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
x: 9.344,
|
|
148
|
+
y: 0.723,
|
|
149
|
+
w: 1.5,
|
|
150
|
+
l: 6.3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
x: 0,
|
|
154
|
+
y: 2.89,
|
|
155
|
+
w: 1.5,
|
|
156
|
+
l: 15.625,
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
x: -0.019,
|
|
160
|
+
y: 1.445,
|
|
161
|
+
w: 1.5,
|
|
162
|
+
l: 15.663,
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
x: 15.625,
|
|
166
|
+
y: 2.167,
|
|
167
|
+
w: 1.5,
|
|
168
|
+
l: 3.125,
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
x: 15.594,
|
|
172
|
+
y: 1.445,
|
|
173
|
+
w: 1.5,
|
|
174
|
+
l: 3.175,
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
x: 15.625,
|
|
178
|
+
y: 2.877,
|
|
179
|
+
w: 1.5,
|
|
180
|
+
l: 3.125,
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
x: 15.594,
|
|
184
|
+
y: 2.167,
|
|
185
|
+
w: 1.5,
|
|
186
|
+
l: 3.175,
|
|
187
|
+
},
|
|
188
|
+
],
|
|
189
|
+
VLines: [
|
|
190
|
+
{
|
|
191
|
+
x: 15.625,
|
|
192
|
+
y: 0,
|
|
193
|
+
w: 1.5,
|
|
194
|
+
l: 0.741,
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
x: 0.013,
|
|
198
|
+
y: 0,
|
|
199
|
+
w: 1.5,
|
|
200
|
+
l: 0.741,
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
x: 18.75,
|
|
204
|
+
y: 0,
|
|
205
|
+
w: 1.5,
|
|
206
|
+
l: 1.464,
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
x: 15.625,
|
|
210
|
+
y: 0,
|
|
211
|
+
w: 1.5,
|
|
212
|
+
l: 1.464,
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
x: 21.863,
|
|
216
|
+
y: 0,
|
|
217
|
+
w: 1.5,
|
|
218
|
+
l: 2.909,
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
x: 18.75,
|
|
222
|
+
y: 0,
|
|
223
|
+
w: 1.5,
|
|
224
|
+
l: 2.909,
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
x: 9.375,
|
|
228
|
+
y: 0.723,
|
|
229
|
+
w: 1.5,
|
|
230
|
+
l: 0.741,
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
x: 0.013,
|
|
234
|
+
y: 0.723,
|
|
235
|
+
w: 1.5,
|
|
236
|
+
l: 0.741,
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
x: 15.625,
|
|
240
|
+
y: 0.723,
|
|
241
|
+
w: 1.5,
|
|
242
|
+
l: 0.741,
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
x: 9.375,
|
|
246
|
+
y: 0.723,
|
|
247
|
+
w: 1.5,
|
|
248
|
+
l: 0.741,
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
x: 15.625,
|
|
252
|
+
y: 1.445,
|
|
253
|
+
w: 1.5,
|
|
254
|
+
l: 1.464,
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
x: 0.013,
|
|
258
|
+
y: 1.445,
|
|
259
|
+
w: 1.5,
|
|
260
|
+
l: 1.464,
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
x: 18.75,
|
|
264
|
+
y: 1.445,
|
|
265
|
+
w: 1.5,
|
|
266
|
+
l: 0.741,
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
x: 15.625,
|
|
270
|
+
y: 1.445,
|
|
271
|
+
w: 1.5,
|
|
272
|
+
l: 0.741,
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
x: 18.75,
|
|
276
|
+
y: 2.167,
|
|
277
|
+
w: 1.5,
|
|
278
|
+
l: 0.741,
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
x: 15.625,
|
|
282
|
+
y: 2.167,
|
|
283
|
+
w: 1.5,
|
|
284
|
+
l: 0.741,
|
|
285
|
+
},
|
|
286
|
+
],
|
|
287
|
+
Fills: [
|
|
288
|
+
{
|
|
289
|
+
x: 0,
|
|
290
|
+
y: 0,
|
|
291
|
+
w: 0,
|
|
292
|
+
h: 0,
|
|
293
|
+
clr: 1,
|
|
294
|
+
},
|
|
295
|
+
],
|
|
296
|
+
Texts: [
|
|
297
|
+
{
|
|
298
|
+
x: -0.25,
|
|
299
|
+
y: -0.301,
|
|
300
|
+
w: 31.12,
|
|
301
|
+
sw: 0.32553125,
|
|
302
|
+
clr: 0,
|
|
303
|
+
A: "left",
|
|
304
|
+
R: [
|
|
305
|
+
{
|
|
306
|
+
T: "Hello%201",
|
|
307
|
+
S: -1,
|
|
308
|
+
TS: [0, 13, 0, 0],
|
|
309
|
+
},
|
|
310
|
+
],
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
x: 15.375,
|
|
314
|
+
y: 0.06000000000000005,
|
|
315
|
+
w: 31.12,
|
|
316
|
+
sw: 0.32553125,
|
|
317
|
+
clr: 0,
|
|
318
|
+
A: "left",
|
|
319
|
+
R: [
|
|
320
|
+
{
|
|
321
|
+
T: "Hello%202",
|
|
322
|
+
S: -1,
|
|
323
|
+
TS: [0, 13, 0, 0],
|
|
324
|
+
},
|
|
325
|
+
],
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
x: 18.5,
|
|
329
|
+
y: 0.782,
|
|
330
|
+
w: 31.12,
|
|
331
|
+
sw: 0.32553125,
|
|
332
|
+
clr: 0,
|
|
333
|
+
A: "left",
|
|
334
|
+
R: [
|
|
335
|
+
{
|
|
336
|
+
T: "Hello%203",
|
|
337
|
+
S: -1,
|
|
338
|
+
TS: [0, 13, 0, 0],
|
|
339
|
+
},
|
|
340
|
+
],
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
x: -0.25,
|
|
344
|
+
y: 0.42100000000000004,
|
|
345
|
+
w: 31.12,
|
|
346
|
+
sw: 0.32553125,
|
|
347
|
+
clr: 0,
|
|
348
|
+
A: "left",
|
|
349
|
+
R: [
|
|
350
|
+
{
|
|
351
|
+
T: "Hello%204",
|
|
352
|
+
S: -1,
|
|
353
|
+
TS: [0, 13, 0, 0],
|
|
354
|
+
},
|
|
355
|
+
],
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
x: 9.125,
|
|
359
|
+
y: 0.42100000000000004,
|
|
360
|
+
w: 31.12,
|
|
361
|
+
sw: 0.32553125,
|
|
362
|
+
clr: 0,
|
|
363
|
+
A: "left",
|
|
364
|
+
R: [
|
|
365
|
+
{
|
|
366
|
+
T: "Hello%205",
|
|
367
|
+
S: -1,
|
|
368
|
+
TS: [0, 13, 0, 0],
|
|
369
|
+
},
|
|
370
|
+
],
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
x: -0.25,
|
|
374
|
+
y: 1.505,
|
|
375
|
+
w: 31.12,
|
|
376
|
+
sw: 0.32553125,
|
|
377
|
+
clr: 0,
|
|
378
|
+
A: "left",
|
|
379
|
+
R: [
|
|
380
|
+
{
|
|
381
|
+
T: "Hello%206",
|
|
382
|
+
S: -1,
|
|
383
|
+
TS: [0, 13, 0, 0],
|
|
384
|
+
},
|
|
385
|
+
],
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
x: 15.375,
|
|
389
|
+
y: 1.144,
|
|
390
|
+
w: 31.12,
|
|
391
|
+
sw: 0.32553125,
|
|
392
|
+
clr: 0,
|
|
393
|
+
A: "left",
|
|
394
|
+
R: [
|
|
395
|
+
{
|
|
396
|
+
T: "Hello%207",
|
|
397
|
+
S: -1,
|
|
398
|
+
TS: [0, 13, 0, 0],
|
|
399
|
+
},
|
|
400
|
+
],
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
x: 15.375,
|
|
404
|
+
y: 1.866,
|
|
405
|
+
w: 31.12,
|
|
406
|
+
sw: 0.32553125,
|
|
407
|
+
clr: 0,
|
|
408
|
+
A: "left",
|
|
409
|
+
R: [
|
|
410
|
+
{
|
|
411
|
+
T: "Hello%208",
|
|
412
|
+
S: -1,
|
|
413
|
+
TS: [0, 13, 0, 0],
|
|
414
|
+
},
|
|
415
|
+
],
|
|
416
|
+
},
|
|
417
|
+
],
|
|
418
|
+
Fields: [],
|
|
419
|
+
Boxsets: [],
|
|
420
|
+
},
|
|
421
|
+
],
|
|
422
|
+
Width: 37.188,
|
|
423
|
+
},
|
|
424
|
+
},
|
|
425
|
+
};
|
|
@@ -839,7 +839,7 @@ endobj
|
|
|
839
839
|
(PDFKit)
|
|
840
840
|
endobj
|
|
841
841
|
15 0 obj
|
|
842
|
-
(D:
|
|
842
|
+
(D:20211124130822Z)
|
|
843
843
|
endobj
|
|
844
844
|
12 0 obj
|
|
845
845
|
<<
|
|
@@ -905,7 +905,7 @@ trailer
|
|
|
905
905
|
/Size 16
|
|
906
906
|
/Root 3 0 R
|
|
907
907
|
/Info 12 0 R
|
|
908
|
-
/ID [<
|
|
908
|
+
/ID [<8f12d36a77c7c507a2251e2dd70eb29d> <8f12d36a77c7c507a2251e2dd70eb29d>]
|
|
909
909
|
>>
|
|
910
910
|
startxref
|
|
911
911
|
21921
|
|
@@ -859,7 +859,7 @@ endobj
|
|
|
859
859
|
(PDFKit)
|
|
860
860
|
endobj
|
|
861
861
|
15 0 obj
|
|
862
|
-
(D:
|
|
862
|
+
(D:20211124130822Z)
|
|
863
863
|
endobj
|
|
864
864
|
12 0 obj
|
|
865
865
|
<<
|
|
@@ -925,7 +925,7 @@ trailer
|
|
|
925
925
|
/Size 16
|
|
926
926
|
/Root 3 0 R
|
|
927
927
|
/Info 12 0 R
|
|
928
|
-
/ID [<
|
|
928
|
+
/ID [<838efff47708535584d04ac5c4826281> <838efff47708535584d04ac5c4826281>]
|
|
929
929
|
>>
|
|
930
930
|
startxref
|
|
931
931
|
9445
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
%PDF-1.3
|
|
2
|
+
%����
|
|
3
|
+
7 0 obj
|
|
4
|
+
<<
|
|
5
|
+
/Type /Page
|
|
6
|
+
/Parent 1 0 R
|
|
7
|
+
/MediaBox [0 0 595 842]
|
|
8
|
+
/Contents 5 0 R
|
|
9
|
+
/Resources 6 0 R
|
|
10
|
+
>>
|
|
11
|
+
endobj
|
|
12
|
+
6 0 obj
|
|
13
|
+
<<
|
|
14
|
+
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
15
|
+
/Font <<
|
|
16
|
+
/F1 8 0 R
|
|
17
|
+
>>
|
|
18
|
+
>>
|
|
19
|
+
endobj
|
|
20
|
+
5 0 obj
|
|
21
|
+
<<
|
|
22
|
+
/Length 657
|
|
23
|
+
>>
|
|
24
|
+
stream
|
|
25
|
+
1 0 0 -1 0 842 cm
|
|
26
|
+
/DeviceRGB cs
|
|
27
|
+
0 0 0 scn
|
|
28
|
+
q
|
|
29
|
+
1 0 0 -1 0 842 cm
|
|
30
|
+
BT
|
|
31
|
+
1 0 0 1 0 584.82 Tm
|
|
32
|
+
/F1 10 Tf
|
|
33
|
+
[<48656c6c6f2031> 0] TJ
|
|
34
|
+
ET
|
|
35
|
+
Q
|
|
36
|
+
1 w
|
|
37
|
+
0 511.36 m
|
|
38
|
+
150 511.36 l
|
|
39
|
+
/DeviceRGB CS
|
|
40
|
+
0 0 0 SCN
|
|
41
|
+
S
|
|
42
|
+
1 w
|
|
43
|
+
150 0 m
|
|
44
|
+
150 511.86 l
|
|
45
|
+
/DeviceRGB CS
|
|
46
|
+
0 0 0 SCN
|
|
47
|
+
S
|
|
48
|
+
1 w
|
|
49
|
+
0.2 0 m
|
|
50
|
+
0.2 511.86 l
|
|
51
|
+
/DeviceRGB CS
|
|
52
|
+
0 0 0 SCN
|
|
53
|
+
S
|
|
54
|
+
1 w
|
|
55
|
+
-0.3 0.2 m
|
|
56
|
+
150.3 0.2 l
|
|
57
|
+
/DeviceRGB CS
|
|
58
|
+
0 0 0 SCN
|
|
59
|
+
S
|
|
60
|
+
/DeviceRGB cs
|
|
61
|
+
0 0 0 scn
|
|
62
|
+
q
|
|
63
|
+
1 0 0 -1 0 842 cm
|
|
64
|
+
BT
|
|
65
|
+
1 0 0 1 150 584.82 Tm
|
|
66
|
+
/F1 10 Tf
|
|
67
|
+
[<48656c6c6f2032> 0] TJ
|
|
68
|
+
ET
|
|
69
|
+
Q
|
|
70
|
+
1 w
|
|
71
|
+
150 511.36 m
|
|
72
|
+
250 511.36 l
|
|
73
|
+
/DeviceRGB CS
|
|
74
|
+
0 0 0 SCN
|
|
75
|
+
S
|
|
76
|
+
1 w
|
|
77
|
+
249.8 0 m
|
|
78
|
+
249.8 511.86 l
|
|
79
|
+
/DeviceRGB CS
|
|
80
|
+
0 0 0 SCN
|
|
81
|
+
S
|
|
82
|
+
1 w
|
|
83
|
+
150 0 m
|
|
84
|
+
150 511.86 l
|
|
85
|
+
/DeviceRGB CS
|
|
86
|
+
0 0 0 SCN
|
|
87
|
+
S
|
|
88
|
+
1 w
|
|
89
|
+
149.5 0.2 m
|
|
90
|
+
250.3 0.2 l
|
|
91
|
+
/DeviceRGB CS
|
|
92
|
+
0 0 0 SCN
|
|
93
|
+
S
|
|
94
|
+
|
|
95
|
+
endstream
|
|
96
|
+
endobj
|
|
97
|
+
11 0 obj
|
|
98
|
+
<<
|
|
99
|
+
/Type /Page
|
|
100
|
+
/Parent 1 0 R
|
|
101
|
+
/MediaBox [0 0 595 842]
|
|
102
|
+
/Contents 9 0 R
|
|
103
|
+
/Resources 10 0 R
|
|
104
|
+
>>
|
|
105
|
+
endobj
|
|
106
|
+
10 0 obj
|
|
107
|
+
<<
|
|
108
|
+
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
109
|
+
/Font <<
|
|
110
|
+
/F1 8 0 R
|
|
111
|
+
>>
|
|
112
|
+
>>
|
|
113
|
+
endobj
|
|
114
|
+
9 0 obj
|
|
115
|
+
<<
|
|
116
|
+
/Length 657
|
|
117
|
+
>>
|
|
118
|
+
stream
|
|
119
|
+
1 0 0 -1 0 842 cm
|
|
120
|
+
/DeviceRGB cs
|
|
121
|
+
0 0 0 scn
|
|
122
|
+
q
|
|
123
|
+
1 0 0 -1 0 842 cm
|
|
124
|
+
BT
|
|
125
|
+
1 0 0 1 0 584.82 Tm
|
|
126
|
+
/F1 10 Tf
|
|
127
|
+
[<48656c6c6f2033> 0] TJ
|
|
128
|
+
ET
|
|
129
|
+
Q
|
|
130
|
+
1 w
|
|
131
|
+
0 511.36 m
|
|
132
|
+
150 511.36 l
|
|
133
|
+
/DeviceRGB CS
|
|
134
|
+
0 0 0 SCN
|
|
135
|
+
S
|
|
136
|
+
1 w
|
|
137
|
+
150 0 m
|
|
138
|
+
150 511.86 l
|
|
139
|
+
/DeviceRGB CS
|
|
140
|
+
0 0 0 SCN
|
|
141
|
+
S
|
|
142
|
+
1 w
|
|
143
|
+
0.2 0 m
|
|
144
|
+
0.2 511.86 l
|
|
145
|
+
/DeviceRGB CS
|
|
146
|
+
0 0 0 SCN
|
|
147
|
+
S
|
|
148
|
+
1 w
|
|
149
|
+
-0.3 0.2 m
|
|
150
|
+
150.3 0.2 l
|
|
151
|
+
/DeviceRGB CS
|
|
152
|
+
0 0 0 SCN
|
|
153
|
+
S
|
|
154
|
+
/DeviceRGB cs
|
|
155
|
+
0 0 0 scn
|
|
156
|
+
q
|
|
157
|
+
1 0 0 -1 0 842 cm
|
|
158
|
+
BT
|
|
159
|
+
1 0 0 1 150 584.82 Tm
|
|
160
|
+
/F1 10 Tf
|
|
161
|
+
[<48656c6c6f2034> 0] TJ
|
|
162
|
+
ET
|
|
163
|
+
Q
|
|
164
|
+
1 w
|
|
165
|
+
150 511.36 m
|
|
166
|
+
250 511.36 l
|
|
167
|
+
/DeviceRGB CS
|
|
168
|
+
0 0 0 SCN
|
|
169
|
+
S
|
|
170
|
+
1 w
|
|
171
|
+
249.8 0 m
|
|
172
|
+
249.8 511.86 l
|
|
173
|
+
/DeviceRGB CS
|
|
174
|
+
0 0 0 SCN
|
|
175
|
+
S
|
|
176
|
+
1 w
|
|
177
|
+
150 0 m
|
|
178
|
+
150 511.86 l
|
|
179
|
+
/DeviceRGB CS
|
|
180
|
+
0 0 0 SCN
|
|
181
|
+
S
|
|
182
|
+
1 w
|
|
183
|
+
149.5 0.2 m
|
|
184
|
+
250.3 0.2 l
|
|
185
|
+
/DeviceRGB CS
|
|
186
|
+
0 0 0 SCN
|
|
187
|
+
S
|
|
188
|
+
|
|
189
|
+
endstream
|
|
190
|
+
endobj
|
|
191
|
+
13 0 obj
|
|
192
|
+
(PDFKit)
|
|
193
|
+
endobj
|
|
194
|
+
14 0 obj
|
|
195
|
+
(PDFKit)
|
|
196
|
+
endobj
|
|
197
|
+
15 0 obj
|
|
198
|
+
(D:20211124130822Z)
|
|
199
|
+
endobj
|
|
200
|
+
12 0 obj
|
|
201
|
+
<<
|
|
202
|
+
/Producer 13 0 R
|
|
203
|
+
/Creator 14 0 R
|
|
204
|
+
/CreationDate 15 0 R
|
|
205
|
+
>>
|
|
206
|
+
endobj
|
|
207
|
+
8 0 obj
|
|
208
|
+
<<
|
|
209
|
+
/Type /Font
|
|
210
|
+
/BaseFont /Helvetica
|
|
211
|
+
/Subtype /Type1
|
|
212
|
+
/Encoding /WinAnsiEncoding
|
|
213
|
+
>>
|
|
214
|
+
endobj
|
|
215
|
+
4 0 obj
|
|
216
|
+
<<
|
|
217
|
+
>>
|
|
218
|
+
endobj
|
|
219
|
+
3 0 obj
|
|
220
|
+
<<
|
|
221
|
+
/Type /Catalog
|
|
222
|
+
/Pages 1 0 R
|
|
223
|
+
/Names 2 0 R
|
|
224
|
+
>>
|
|
225
|
+
endobj
|
|
226
|
+
1 0 obj
|
|
227
|
+
<<
|
|
228
|
+
/Type /Pages
|
|
229
|
+
/Count 2
|
|
230
|
+
/Kids [7 0 R 11 0 R]
|
|
231
|
+
>>
|
|
232
|
+
endobj
|
|
233
|
+
2 0 obj
|
|
234
|
+
<<
|
|
235
|
+
/Dests <<
|
|
236
|
+
/Names [
|
|
237
|
+
]
|
|
238
|
+
>>
|
|
239
|
+
>>
|
|
240
|
+
endobj
|
|
241
|
+
xref
|
|
242
|
+
0 16
|
|
243
|
+
0000000000 65535 f
|
|
244
|
+
0000002162 00000 n
|
|
245
|
+
0000002226 00000 n
|
|
246
|
+
0000002100 00000 n
|
|
247
|
+
0000002079 00000 n
|
|
248
|
+
0000000208 00000 n
|
|
249
|
+
0000000119 00000 n
|
|
250
|
+
0000000015 00000 n
|
|
251
|
+
0000001982 00000 n
|
|
252
|
+
0000001112 00000 n
|
|
253
|
+
0000001022 00000 n
|
|
254
|
+
0000000916 00000 n
|
|
255
|
+
0000001906 00000 n
|
|
256
|
+
0000001820 00000 n
|
|
257
|
+
0000001845 00000 n
|
|
258
|
+
0000001870 00000 n
|
|
259
|
+
trailer
|
|
260
|
+
<<
|
|
261
|
+
/Size 16
|
|
262
|
+
/Root 3 0 R
|
|
263
|
+
/Info 12 0 R
|
|
264
|
+
/ID [<f005a62ddf3e0ce96e20aef3205b163c> <f005a62ddf3e0ce96e20aef3205b163c>]
|
|
265
|
+
>>
|
|
266
|
+
startxref
|
|
267
|
+
2273
|
|
268
|
+
%%EOF
|