abstract-document 6.7.1 → 6.7.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.
Files changed (113) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/absolute-position-header-and-footer.d.ts.map +1 -1
  3. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/absolute-position-header-and-footer.js +9 -3
  4. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/absolute-position-header-and-footer.js.map +1 -1
  5. package/lib/abstract-document-exporters/pdf/render.js +1 -1
  6. package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
  7. package/package.json +2 -2
  8. package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
  9. 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
  10. 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
  11. 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
  12. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
  13. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
  14. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
  15. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
  16. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  17. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
  18. package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
  19. 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
  20. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
  21. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
  22. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
  23. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
  24. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  25. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
  26. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  27. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
  28. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  29. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
  30. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
  31. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
  32. package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
  33. package/src/abstract-document-exporters/__tests__/pdf/test-defs/absolute-position-header-and-footer.tsx +11 -3
  34. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +2 -2
  35. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +4 -4
  36. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +2 -2
  37. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +2 -2
  38. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +2 -2
  39. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +2 -2
  40. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
  41. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
  42. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +2 -2
  43. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +2 -2
  44. package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
  45. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
  46. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
  47. package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
  48. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +2 -2
  49. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +2 -2
  50. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
  51. 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
  52. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
  53. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
  54. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
  55. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
  56. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
  57. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
  58. package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
  59. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +2 -2
  60. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +2 -2
  61. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +2 -2
  62. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +2 -2
  63. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +2 -2
  64. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +2 -2
  65. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +2 -2
  66. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +2 -2
  67. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
  68. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
  69. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
  70. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
  71. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
  72. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
  73. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
  74. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
  75. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +2 -2
  76. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
  77. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
  78. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
  79. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
  80. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
  81. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
  82. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
  83. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +2 -2
  84. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
  85. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
  86. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +2 -2
  87. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +2 -2
  88. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
  89. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +2 -2
  90. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
  91. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
  92. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
  93. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
  94. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
  95. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
  96. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +2 -2
  97. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +2 -2
  98. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +2 -2
  99. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +2 -2
  100. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +2 -2
  101. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
  102. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
  103. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
  104. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
  105. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
  106. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
  107. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
  108. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
  109. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
  110. package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
  111. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
  112. package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
  113. package/src/abstract-document-exporters/pdf/render.ts +1 -1
@@ -133,7 +133,7 @@ endobj
133
133
  (PDFKit)
134
134
  endobj
135
135
  13 0 obj
136
- (D:20220216073732Z)
136
+ (D:20220216115439Z)
137
137
  endobj
138
138
  10 0 obj
139
139
  <<
@@ -197,7 +197,7 @@ trailer
197
197
  /Size 14
198
198
  /Root 3 0 R
199
199
  /Info 10 0 R
200
- /ID [<8078ed08c0fc1ccbba96fe07fc77130f> <8078ed08c0fc1ccbba96fe07fc77130f>]
200
+ /ID [<accb76f284d32dfb2de2be823bec3619> <accb76f284d32dfb2de2be823bec3619>]
201
201
  >>
202
202
  startxref
203
203
  1761
@@ -60,7 +60,7 @@ endobj
60
60
  (PDFKit)
61
61
  endobj
62
62
  14 0 obj
63
- (D:20220216073732Z)
63
+ (D:20220216115439Z)
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 [<f1da38cbd6f9838604c46c0d6ce06dfc> <f1da38cbd6f9838604c46c0d6ce06dfc>]
128
+ /ID [<c1ac7c0bbd7e6e111e115ff6a34499c7> <c1ac7c0bbd7e6e111e115ff6a34499c7>]
129
129
  >>
130
130
  startxref
131
131
  1013
@@ -73,7 +73,7 @@ endobj
73
73
  (PDFKit)
74
74
  endobj
75
75
  15 0 obj
76
- (D:20220216073732Z)
76
+ (D:20220216115439Z)
77
77
  endobj
78
78
  12 0 obj
79
79
  <<
@@ -139,7 +139,7 @@ trailer
139
139
  /Size 16
140
140
  /Root 3 0 R
141
141
  /Info 12 0 R
142
- /ID [<850594e5b5b7e8c43e7f530ac8336c39> <850594e5b5b7e8c43e7f530ac8336c39>]
142
+ /ID [<a04e1dd9297e123778293a84d90f21cd> <a04e1dd9297e123778293a84d90f21cd>]
143
143
  >>
144
144
  startxref
145
145
  1209
@@ -60,7 +60,7 @@ endobj
60
60
  (PDFKit)
61
61
  endobj
62
62
  14 0 obj
63
- (D:20220216073732Z)
63
+ (D:20220216115439Z)
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 [<9af4cf140c35f111f0d9faf128dfb25b> <9af4cf140c35f111f0d9faf128dfb25b>]
128
+ /ID [<70a3e0bae75f18cac15fe0ae4d5c1834> <70a3e0bae75f18cac15fe0ae4d5c1834>]
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:20220216073732Z)
63
+ (D:20220216115439Z)
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 [<2ea4325700cf3f1a45c7a9ba04f7608a> <2ea4325700cf3f1a45c7a9ba04f7608a>]
128
+ /ID [<253cb81401cced98805b8dc4756806c0> <253cb81401cced98805b8dc4756806c0>]
129
129
  >>
130
130
  startxref
131
131
  1002
@@ -108,7 +108,7 @@ endobj
108
108
  (PDFKit)
109
109
  endobj
110
110
  13 0 obj
111
- (D:20220216073732Z)
111
+ (D:20220216115439Z)
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 [<edd1ad7d03c4b8842f9a6ae3359e40e5> <edd1ad7d03c4b8842f9a6ae3359e40e5>]
175
+ /ID [<ee591ced31419f992388ed2955202eca> <ee591ced31419f992388ed2955202eca>]
176
176
  >>
177
177
  startxref
178
178
  1530
@@ -108,7 +108,7 @@ endobj
108
108
  (PDFKit)
109
109
  endobj
110
110
  13 0 obj
111
- (D:20220216073732Z)
111
+ (D:20220216115440Z)
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 [<8380d0b1cda92c989fc394c4a346d1a2> <8380d0b1cda92c989fc394c4a346d1a2>]
175
+ /ID [<7793713a368e0cb9f6ef14e9017e74e4> <7793713a368e0cb9f6ef14e9017e74e4>]
176
176
  >>
177
177
  startxref
178
178
  1530
@@ -154,7 +154,7 @@ endobj
154
154
  (PDFKit)
155
155
  endobj
156
156
  18 0 obj
157
- (D:20220216073732Z)
157
+ (D:20220216115440Z)
158
158
  endobj
159
159
  15 0 obj
160
160
  <<
@@ -215,7 +215,7 @@ trailer
215
215
  /Size 19
216
216
  /Root 3 0 R
217
217
  /Info 15 0 R
218
- /ID [<b8858ac29115ab082d725b9960e3a408> <b8858ac29115ab082d725b9960e3a408>]
218
+ /ID [<ada90b9dc7e01e5cd15749d83e8e7c13> <ada90b9dc7e01e5cd15749d83e8e7c13>]
219
219
  >>
220
220
  startxref
221
221
  1798
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220216073732Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<91f8115b3714aea8ddb459c0e8261275> <91f8115b3714aea8ddb459c0e8261275>]
109
+ /ID [<0486b51d7c07703407c0c87898fe1fe8> <0486b51d7c07703407c0c87898fe1fe8>]
110
110
  >>
111
111
  startxref
112
112
  821
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220216073733Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<c3415ebe27d452abd0e48e384944ea32> <c3415ebe27d452abd0e48e384944ea32>]
109
+ /ID [<5da4163329494153786e56d2c7c32165> <5da4163329494153786e56d2c7c32165>]
110
110
  >>
111
111
  startxref
112
112
  824
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220216073733Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<6a684211718c3dd81ff204876258a487> <6a684211718c3dd81ff204876258a487>]
109
+ /ID [<116d9b3c360c475df5360cb5e1708083> <116d9b3c360c475df5360cb5e1708083>]
110
110
  >>
111
111
  startxref
112
112
  825
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220216073733Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<4bac9b85d4f30825d2e5a0f65b52c16b> <4bac9b85d4f30825d2e5a0f65b52c16b>]
109
+ /ID [<b22a502e18947f5f632429f7aa05cc0b> <b22a502e18947f5f632429f7aa05cc0b>]
110
110
  >>
111
111
  startxref
112
112
  825
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220216073733Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<9686eaa1c26eb82ffac30bb1f14e211e> <9686eaa1c26eb82ffac30bb1f14e211e>]
109
+ /ID [<a0cacc29ef5bd362772fc157da9212d7> <a0cacc29ef5bd362772fc157da9212d7>]
110
110
  >>
111
111
  startxref
112
112
  824
@@ -51,7 +51,7 @@ endobj
51
51
  (PDFKit)
52
52
  endobj
53
53
  12 0 obj
54
- (D:20220216073733Z)
54
+ (D:20220216115440Z)
55
55
  endobj
56
56
  9 0 obj
57
57
  <<
@@ -114,7 +114,7 @@ trailer
114
114
  /Size 13
115
115
  /Root 3 0 R
116
116
  /Info 9 0 R
117
- /ID [<c8f25ecc9d65b3c183945996213288b6> <c8f25ecc9d65b3c183945996213288b6>]
117
+ /ID [<4643254eef8f285f6cedc90e113931f2> <4643254eef8f285f6cedc90e113931f2>]
118
118
  >>
119
119
  startxref
120
120
  1427
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220216073733Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<5a2166abf8a1bcea066de6cbf289f48a> <5a2166abf8a1bcea066de6cbf289f48a>]
109
+ /ID [<116118da3dbd341db9f7bb2348cc3add> <116118da3dbd341db9f7bb2348cc3add>]
110
110
  >>
111
111
  startxref
112
112
  854
@@ -51,7 +51,7 @@ endobj
51
51
  (PDFKit)
52
52
  endobj
53
53
  12 0 obj
54
- (D:20220216073733Z)
54
+ (D:20220216115440Z)
55
55
  endobj
56
56
  9 0 obj
57
57
  <<
@@ -114,7 +114,7 @@ trailer
114
114
  /Size 13
115
115
  /Root 3 0 R
116
116
  /Info 9 0 R
117
- /ID [<f1111eca67d2bb57677a224ae2982fbf> <f1111eca67d2bb57677a224ae2982fbf>]
117
+ /ID [<e05578d0fa5e469dae6f2b0aafb6e267> <e05578d0fa5e469dae6f2b0aafb6e267>]
118
118
  >>
119
119
  startxref
120
120
  1427
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220216073733Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<e6fcd5a3b4a73c5475b60e0126ef466b> <e6fcd5a3b4a73c5475b60e0126ef466b>]
109
+ /ID [<d165f9d58b6892c2d239c28d74d2d5f0> <d165f9d58b6892c2d239c28d74d2d5f0>]
110
110
  >>
111
111
  startxref
112
112
  853
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220216073733Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<001bc6eeb22accf41f5e78ccd55e227d> <001bc6eeb22accf41f5e78ccd55e227d>]
109
+ /ID [<f1570a4487539498cecc2a7fe6cd2d60> <f1570a4487539498cecc2a7fe6cd2d60>]
110
110
  >>
111
111
  startxref
112
112
  848
@@ -51,7 +51,7 @@ endobj
51
51
  (PDFKit)
52
52
  endobj
53
53
  12 0 obj
54
- (D:20220216073733Z)
54
+ (D:20220216115440Z)
55
55
  endobj
56
56
  9 0 obj
57
57
  <<
@@ -114,7 +114,7 @@ trailer
114
114
  /Size 13
115
115
  /Root 3 0 R
116
116
  /Info 9 0 R
117
- /ID [<f0dec375abefaeef72e218f8bc41a3f8> <f0dec375abefaeef72e218f8bc41a3f8>]
117
+ /ID [<5eda86b371892bd60b0d4dd8846a250d> <5eda86b371892bd60b0d4dd8846a250d>]
118
118
  >>
119
119
  startxref
120
120
  1418
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220216073733Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<7012730f14087761cb0ab4cca72d76ac> <7012730f14087761cb0ab4cca72d76ac>]
109
+ /ID [<38cd17eb4cee0367b81ff192c68fffd5> <38cd17eb4cee0367b81ff192c68fffd5>]
110
110
  >>
111
111
  startxref
112
112
  848
@@ -63,7 +63,7 @@ endobj
63
63
  (PDFKit)
64
64
  endobj
65
65
  12 0 obj
66
- (D:20220216073733Z)
66
+ (D:20220216115440Z)
67
67
  endobj
68
68
  9 0 obj
69
69
  <<
@@ -126,7 +126,7 @@ trailer
126
126
  /Size 13
127
127
  /Root 3 0 R
128
128
  /Info 9 0 R
129
- /ID [<5afc6240b4557f3a94ce759355266708> <5afc6240b4557f3a94ce759355266708>]
129
+ /ID [<bfb8c2bd612679791d7f958dbee761a2> <bfb8c2bd612679791d7f958dbee761a2>]
130
130
  >>
131
131
  startxref
132
132
  1076
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220216073733Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<e5e4799a90fa014ddbf3f3a1a538fd11> <e5e4799a90fa014ddbf3f3a1a538fd11>]
109
+ /ID [<635a44565ba0ea09af3c9f880a2e8738> <635a44565ba0ea09af3c9f880a2e8738>]
110
110
  >>
111
111
  startxref
112
112
  824
@@ -71,7 +71,7 @@ endobj
71
71
  (PDFKit)
72
72
  endobj
73
73
  14 0 obj
74
- (D:20220216073733Z)
74
+ (D:20220216115440Z)
75
75
  endobj
76
76
  11 0 obj
77
77
  <<
@@ -136,7 +136,7 @@ trailer
136
136
  /Size 15
137
137
  /Root 3 0 R
138
138
  /Info 11 0 R
139
- /ID [<c1e3831a0a1cfe23bb4add233cb8639c> <c1e3831a0a1cfe23bb4add233cb8639c>]
139
+ /ID [<611486daff7347181a1808b301876f43> <611486daff7347181a1808b301876f43>]
140
140
  >>
141
141
  startxref
142
142
  1232
@@ -79,7 +79,7 @@ endobj
79
79
  (PDFKit)
80
80
  endobj
81
81
  15 0 obj
82
- (D:20220216073732Z)
82
+ (D:20220216115439Z)
83
83
  endobj
84
84
  12 0 obj
85
85
  <<
@@ -145,7 +145,7 @@ trailer
145
145
  /Size 16
146
146
  /Root 3 0 R
147
147
  /Info 12 0 R
148
- /ID [<0046ebbe049c3b87cb2a8ef4f7428b9f> <0046ebbe049c3b87cb2a8ef4f7428b9f>]
148
+ /ID [<c1726f588f634670baad2b659fd2fbbf> <c1726f588f634670baad2b659fd2fbbf>]
149
149
  >>
150
150
  startxref
151
151
  1212
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20220216073733Z)
46
+ (D:20220216115440Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<ccc074c40e75f05e59796219d4826e2d> <ccc074c40e75f05e59796219d4826e2d>]
109
+ /ID [<7e7b9497e2b770678124912c78130e86> <7e7b9497e2b770678124912c78130e86>]
110
110
  >>
111
111
  startxref
112
112
  837
@@ -113,7 +113,7 @@ function renderPage(
113
113
  headerY += style.headerMargins.bottom;
114
114
 
115
115
  const footerHeight = page.footer.reduce(
116
- (a, b) => a + getDesiredSize(b, desiredSizes).height,
116
+ (a, b) => a + (AD.Position.isPositionAbsolute(b) ? 0 : getDesiredSize(b, desiredSizes).height),
117
117
  style.footerMargins.top + style.footerMargins.bottom
118
118
  );
119
119
  const footerX = style.footerMargins.left;