@vue-pdf-viewer/annotation 1.3.0-beta.1 → 1.3.0-beta.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/dist/index.js +38 -26
- package/dist/index.umd.cjs +1 -1
- package/dist/utils/pdfSerializer.d.ts +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -8751,7 +8751,14 @@ const Df = {
|
|
|
8751
8751
|
class Pf {
|
|
8752
8752
|
static async serializeAnnotationsToPdf(t, n, i) {
|
|
8753
8753
|
const r = await _t.load(t), s = r.getPages();
|
|
8754
|
-
i && i.length > 0
|
|
8754
|
+
if (i && i.length > 0) {
|
|
8755
|
+
const l = typeof i[0] == "string" ? i.map((a) => ({
|
|
8756
|
+
id: a,
|
|
8757
|
+
pageIndex: -1,
|
|
8758
|
+
annotationType: -1
|
|
8759
|
+
})) : i;
|
|
8760
|
+
await this.removeAnnotations(r, s, l);
|
|
8761
|
+
}
|
|
8755
8762
|
const o = n.filter(
|
|
8756
8763
|
(l) => l.annotationType === ct.Underline || l.annotationType === ct.StrikeOut
|
|
8757
8764
|
), c = n.filter(
|
|
@@ -8764,36 +8771,41 @@ class Pf {
|
|
|
8764
8771
|
return await r.save();
|
|
8765
8772
|
}
|
|
8766
8773
|
static async removeAnnotations(t, n, i) {
|
|
8767
|
-
const r = /* @__PURE__ */ new Map();
|
|
8768
|
-
for (const
|
|
8769
|
-
|
|
8770
|
-
|
|
8771
|
-
|
|
8772
|
-
|
|
8773
|
-
|
|
8774
|
-
|
|
8774
|
+
const r = /* @__PURE__ */ new Map(), s = [];
|
|
8775
|
+
for (const o of i)
|
|
8776
|
+
if (o.pageIndex >= 0) {
|
|
8777
|
+
const c = r.get(o.pageIndex) || [];
|
|
8778
|
+
c.push(o), r.set(o.pageIndex, c);
|
|
8779
|
+
} else
|
|
8780
|
+
s.push(o);
|
|
8781
|
+
for (let o = 0; o < n.length; o++) {
|
|
8782
|
+
const c = n[o], l = [
|
|
8783
|
+
...r.get(o) || [],
|
|
8784
|
+
...s
|
|
8785
|
+
];
|
|
8786
|
+
if (l.length === 0)
|
|
8775
8787
|
continue;
|
|
8776
|
-
const
|
|
8777
|
-
if (!
|
|
8788
|
+
const a = c.node.Annots();
|
|
8789
|
+
if (!a || !(a instanceof q))
|
|
8778
8790
|
continue;
|
|
8779
|
-
const
|
|
8780
|
-
for (let
|
|
8781
|
-
const
|
|
8782
|
-
let
|
|
8783
|
-
if (
|
|
8784
|
-
const
|
|
8785
|
-
|
|
8791
|
+
const h = [];
|
|
8792
|
+
for (let u = 0; u < a.size(); u++) {
|
|
8793
|
+
const f = a.get(u);
|
|
8794
|
+
let d;
|
|
8795
|
+
if (f instanceof re) {
|
|
8796
|
+
const y = t.context.lookup(f);
|
|
8797
|
+
y instanceof G && (d = y);
|
|
8786
8798
|
} else
|
|
8787
|
-
|
|
8788
|
-
if (!
|
|
8799
|
+
f instanceof G && (d = f);
|
|
8800
|
+
if (!d)
|
|
8789
8801
|
continue;
|
|
8790
8802
|
this.matchesDeletedAnnotation(
|
|
8791
|
-
|
|
8792
|
-
|
|
8793
|
-
) &&
|
|
8803
|
+
d,
|
|
8804
|
+
l
|
|
8805
|
+
) && h.push(u);
|
|
8794
8806
|
}
|
|
8795
|
-
for (let
|
|
8796
|
-
|
|
8807
|
+
for (let u = h.length - 1; u >= 0; u--)
|
|
8808
|
+
a.remove(h[u]);
|
|
8797
8809
|
}
|
|
8798
8810
|
}
|
|
8799
8811
|
static matchesDeletedAnnotation(t, n) {
|
|
@@ -8816,7 +8828,7 @@ class Pf {
|
|
|
8816
8828
|
if (a.length !== 4)
|
|
8817
8829
|
return !1;
|
|
8818
8830
|
for (const h of n) {
|
|
8819
|
-
if (h.annotationType !== c || !h.rect || h.rect.length !== 4)
|
|
8831
|
+
if (h.annotationType !== -1 && h.annotationType !== c || !h.rect || h.rect.length !== 4)
|
|
8820
8832
|
continue;
|
|
8821
8833
|
const u = 1;
|
|
8822
8834
|
if (Math.abs(a[0] - h.rect[0]) < u && Math.abs(a[1] - h.rect[1]) < u && Math.abs(a[2] - h.rect[2]) < u && Math.abs(a[3] - h.rect[3]) < u)
|
package/dist/index.umd.cjs
CHANGED
|
@@ -13,4 +13,4 @@ endstream`,t}copyBytesInto(t,n){this.updateDict();const r=n;n+=this.dict.copyByt
|
|
|
13
13
|
${this.lastXRefOffset}
|
|
14
14
|
%%EOF`}sizeInBytes(){return 16+this.lastXRefOffset.length}copyBytesInto(e,t){const n=t;return e[t++]=m.s,e[t++]=m.t,e[t++]=m.a,e[t++]=m.r,e[t++]=m.t,e[t++]=m.x,e[t++]=m.r,e[t++]=m.e,e[t++]=m.f,e[t++]=m.Newline,t+=fe(this.lastXRefOffset,e,t),e[t++]=m.Newline,e[t++]=m.Percent,e[t++]=m.Percent,e[t++]=m.E,e[t++]=m.O,e[t++]=m.F,t-n}};let Yn=ca;b(Yn,"forLastCrossRefSectionOffset",e=>new ca(e));const la=class{constructor(e){b(this,"dict"),this.dict=e}toString(){return`trailer
|
|
15
15
|
${this.dict.toString()}`}sizeInBytes(){return 8+this.dict.sizeInBytes()}copyBytesInto(e,t){const n=t;return e[t++]=m.t,e[t++]=m.r,e[t++]=m.a,e[t++]=m.i,e[t++]=m.l,e[t++]=m.e,e[t++]=m.r,e[t++]=m.Newline,t+=this.dict.copyBytesInto(e,t),t-n}};let ha=la;b(ha,"of",e=>new la(e));const mi=class extends ui{constructor(e,t,n=!0){super(e.obj({}),n),b(this,"objects"),b(this,"offsets"),b(this,"offsetsString"),this.objects=t,this.offsets=this.computeObjectOffsets(),this.offsetsString=this.computeOffsetsString(),this.dict.set(p.of("Type"),p.of("ObjStm")),this.dict.set(p.of("N"),U.of(this.objects.length)),this.dict.set(p.of("First"),U.of(this.offsetsString.length))}getObjectsCount(){return this.objects.length}clone(e){return mi.withContextAndObjects(e||this.dict.context,this.objects.slice(),this.encode)}getContentsString(){let e=this.offsetsString;for(let t=0,n=this.objects.length;t<n;t++){const[,r]=this.objects[t];e+=`${r}
|
|
16
|
-
`}return e}getUnencodedContents(){const e=new Uint8Array(this.getUnencodedContentsSize());let t=fe(this.offsetsString,e,0);for(let n=0,r=this.objects.length;n<r;n++){const[,i]=this.objects[n];t+=i.copyBytesInto(e,t),e[t++]=m.Newline}return e}getUnencodedContentsSize(){return this.offsetsString.length+Pn(this.offsets)[1]+Pn(this.objects)[1].sizeInBytes()+1}computeOffsetsString(){let e="";for(let t=0,n=this.offsets.length;t<n;t++){const[r,i]=this.offsets[t];e+=`${r} ${i} `}return e}computeObjectOffsets(){let e=0;const t=new Array(this.objects.length);for(let n=0,r=this.objects.length;n<r;n++){const[i,s]=this.objects[n];t[n]=[i.objectNumber,e],e+=s.sizeInBytes()+1}return t}};let _i=mi;b(_i,"withContextAndObjects",(e,t,n=!0)=>new mi(e,t,n));const da=class{constructor(e,t){b(this,"context"),b(this,"objectsPerTick"),b(this,"parsedObjects",0),b(this,"shouldWaitForTick",n=>(this.parsedObjects+=n,this.parsedObjects%this.objectsPerTick===0)),this.context=e,this.objectsPerTick=t}async serializeToBuffer(){const{size:e,header:t,indirectObjects:n,xref:r,trailerDict:i,trailer:s}=await this.computeBufferSize();let o=0;const c=new Uint8Array(e);o+=t.copyBytesInto(c,o),c[o++]=m.Newline,c[o++]=m.Newline;for(let l=0,a=n.length;l<a;l++){const[h,f]=n[l],u=String(h.objectNumber);o+=fe(u,c,o),c[o++]=m.Space;const d=String(h.generationNumber);o+=fe(d,c,o),c[o++]=m.Space,c[o++]=m.o,c[o++]=m.b,c[o++]=m.j,c[o++]=m.Newline,o+=f.copyBytesInto(c,o),c[o++]=m.Newline,c[o++]=m.e,c[o++]=m.n,c[o++]=m.d,c[o++]=m.o,c[o++]=m.b,c[o++]=m.j,c[o++]=m.Newline,c[o++]=m.Newline;const _=f instanceof _i?f.getObjectsCount():1;this.shouldWaitForTick(_)&&await St()}return r&&(o+=r.copyBytesInto(c,o),c[o++]=m.Newline),i&&(o+=i.copyBytesInto(c,o),c[o++]=m.Newline,c[o++]=m.Newline),o+=s.copyBytesInto(c,o),c}computeIndirectObjectSize([e,t]){const n=e.sizeInBytes()+3,r=t.sizeInBytes()+9;return n+r}createTrailerDict(){return this.context.obj({Size:this.context.largestObjectNumber+1,Root:this.context.trailerInfo.Root,Encrypt:this.context.trailerInfo.Encrypt,Info:this.context.trailerInfo.Info,ID:this.context.trailerInfo.ID})}async computeBufferSize(){const e=gn.forVersion(1,7);let t=e.sizeInBytes()+2;const n=Xn.create(),r=this.context.enumerateIndirectObjects();for(let c=0,l=r.length;c<l;c++){const a=r[c],[h]=a;n.addEntry(h,t),t+=this.computeIndirectObjectSize(a),this.shouldWaitForTick(1)&&await St()}const i=t;t+=n.sizeInBytes()+1;const s=ha.of(this.createTrailerDict());t+=s.sizeInBytes()+2;const o=Yn.forLastCrossRefSectionOffset(i);return t+=o.sizeInBytes(),{size:t,header:e,indirectObjects:r,xref:n,trailerDict:s,trailer:o}}};let yi=da;b(yi,"forContext",(e,t)=>new da(e,t));const Jn=class extends pe{constructor(e){super(),b(this,"value"),this.value=e}asBytes(){const e=[];let t="",n=!1;const r=i=>{i!==void 0&&e.push(i),n=!1};for(let i=0,s=this.value.length;i<s;i++){const o=this.value[i],c=$(o),l=this.value[i+1];n?c===m.Newline||c===m.CarriageReturn?r():c===m.n?r(m.Newline):c===m.r?r(m.CarriageReturn):c===m.t?r(m.Tab):c===m.b?r(m.Backspace):c===m.f?r(m.FormFeed):c===m.LeftParen?r(m.LeftParen):c===m.RightParen?r(m.RightParen):c===m.Backspace?r(m.BackSlash):c>=m.Zero&&c<=m.Seven?(t+=o,(t.length===3||!(l>="0"&&l<="7"))&&(r(parseInt(t,8)),t="")):r(c):c===m.BackSlash?n=!0:r(c)}return new Uint8Array(e)}decodeText(){const e=this.asBytes();return ks(e)?ys(e):ms(e)}decodeDate(){const e=this.decodeText(),t=gs(e);if(!t)throw new Bs(e);return t}asString(){return this.value}clone(){return Jn.of(this.value)}toString(){return`(${this.value})`}sizeInBytes(){return this.value.length+2}copyBytesInto(e,t){return e[t++]=m.LeftParen,t+=fe(this.value,e,t),e[t++]=m.RightParen,this.value.length+2}};let oe=Jn;b(oe,"of",e=>new Jn(e)),b(oe,"fromDate",e=>{const t=Pe(String(e.getUTCFullYear()),4,"0"),n=Pe(String(e.getUTCMonth()+1),2,"0"),r=Pe(String(e.getUTCDate()),2,"0"),i=Pe(String(e.getUTCHours()),2,"0"),s=Pe(String(e.getUTCMinutes()),2,"0"),o=Pe(String(e.getUTCSeconds()),2,"0");return new Jn(`D:${t}${n}${r}${i}${s}${o}Z`)});class Qn{constructor(t,n,r){b(this,"bytes"),b(this,"start"),b(this,"pos"),b(this,"end"),this.bytes=t,this.start=n||0,this.pos=this.start,this.end=!!n&&!!r?n+r:this.bytes.length}get length(){return this.end-this.start}get isEmpty(){return this.length===0}getByte(){return this.pos>=this.end?-1:this.bytes[this.pos++]}getUint16(){const t=this.getByte(),n=this.getByte();return t===-1||n===-1?-1:(t<<8)+n}getInt32(){const t=this.getByte(),n=this.getByte(),r=this.getByte(),i=this.getByte();return(t<<24)+(n<<16)+(r<<8)+i}getBytes(t,n=!1){const r=this.bytes,i=this.pos,s=this.end;if(t){let o=i+t;o>s&&(o=s),this.pos=o;const c=r.subarray(i,o);return n?new Uint8ClampedArray(c):c}else{const o=r.subarray(i,s);return n?new Uint8ClampedArray(o):o}}peekByte(){const t=this.getByte();return this.pos--,t}peekBytes(t,n=!1){const r=this.getBytes(t,n);return this.pos-=r.length,r}skip(t){t||(t=1),this.pos+=t}reset(){this.pos=this.start}moveStart(){this.start=this.pos}makeSubStream(t,n){return new Qn(this.bytes,t,n)}decode(){return this.bytes}}const tf=new Uint8Array(0);class pn{constructor(t){if(b(this,"bufferLength"),b(this,"buffer"),b(this,"eof"),b(this,"pos"),b(this,"minBufferLength"),this.pos=0,this.bufferLength=0,this.eof=!1,this.buffer=tf,this.minBufferLength=512,t)for(;this.minBufferLength<t;)this.minBufferLength*=2}get isEmpty(){for(;!this.eof&&this.bufferLength===0;)this.readBlock();return this.bufferLength===0}getByte(){const t=this.pos;for(;this.bufferLength<=t;){if(this.eof)return-1;this.readBlock()}return this.buffer[this.pos++]}getUint16(){const t=this.getByte(),n=this.getByte();return t===-1||n===-1?-1:(t<<8)+n}getInt32(){const t=this.getByte(),n=this.getByte(),r=this.getByte(),i=this.getByte();return(t<<24)+(n<<16)+(r<<8)+i}getBytes(t,n=!1){let r;const i=this.pos;if(t){for(this.ensureBuffer(i+t),r=i+t;!this.eof&&this.bufferLength<r;)this.readBlock();const o=this.bufferLength;r>o&&(r=o)}else{for(;!this.eof;)this.readBlock();r=this.bufferLength}this.pos=r;const s=this.buffer.subarray(i,r);return n&&!(s instanceof Uint8ClampedArray)?new Uint8ClampedArray(s):s}peekByte(){const t=this.getByte();return this.pos--,t}peekBytes(t,n=!1){const r=this.getBytes(t,n);return this.pos-=r.length,r}skip(t){t||(t=1),this.pos+=t}reset(){this.pos=0}makeSubStream(t,n){const r=t+n;for(;this.bufferLength<=r&&!this.eof;)this.readBlock();return new Qn(this.buffer,t,n)}decode(){for(;!this.eof;)this.readBlock();return this.buffer.subarray(0,this.bufferLength)}readBlock(){throw new Oe(this.constructor.name,"readBlock")}ensureBuffer(t){const n=this.buffer;if(t<=n.byteLength)return n;let r=this.minBufferLength;for(;r<t;)r*=2;const i=new Uint8Array(r);return i.set(n),this.buffer=i}}const fa=e=>e===32||e===9||e===13||e===10;class nf extends pn{constructor(t,n){super(n),b(this,"stream"),b(this,"input"),this.stream=t,this.input=new Uint8Array(5),n&&(n=.8*n)}readBlock(){const i=this.stream;let s=i.getByte();for(;fa(s);)s=i.getByte();if(s===-1||s===126){this.eof=!0;return}const o=this.bufferLength;let c,l;if(s===122){for(c=this.ensureBuffer(o+4),l=0;l<4;++l)c[o+l]=0;this.bufferLength+=4}else{const a=this.input;for(a[0]=s,l=1;l<5;++l){for(s=i.getByte();fa(s);)s=i.getByte();if(a[l]=s,s===-1||s===126)break}if(c=this.ensureBuffer(o+l-1),this.bufferLength+=l-1,l<5){for(;l<5;++l)a[l]=33+84;this.eof=!0}let h=0;for(l=0;l<5;++l)h=h*85+(a[l]-33);for(l=3;l>=0;--l)c[o+l]=h&255,h>>=8}}}class rf extends pn{constructor(t,n){super(n),b(this,"stream"),b(this,"firstDigit"),this.stream=t,this.firstDigit=-1,n&&(n=.5*n)}readBlock(){const n=this.stream.getBytes(8e3);if(!n.length){this.eof=!0;return}const r=n.length+1>>1,i=this.ensureBuffer(this.bufferLength+r);let s=this.bufferLength,o=this.firstDigit;for(let c=0,l=n.length;c<l;c++){const a=n[c];let h;if(a>=48&&a<=57)h=a&15;else if(a>=65&&a<=70||a>=97&&a<=102)h=(a&15)+9;else if(a===62){this.eof=!0;break}else continue;o<0?o=h:(i[s++]=o<<4|h,o=-1)}o>=0&&this.eof&&(i[s++]=o<<4,o=-1),this.firstDigit=o,this.bufferLength=s}}const ua=new Int32Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),sf=new Int32Array([3,4,5,6,7,8,9,10,65547,65549,65551,65553,131091,131095,131099,131103,196643,196651,196659,196667,262211,262227,262243,262259,327811,327843,327875,327907,258,258,258]),of=new Int32Array([1,2,3,4,65541,65543,131081,131085,196625,196633,262177,262193,327745,327777,393345,393409,459009,459137,524801,525057,590849,591361,657409,658433,724993,727041,794625,798721,868353,876545]),af=[new Int32Array([459008,524368,524304,524568,459024,524400,524336,590016,459016,524384,524320,589984,524288,524416,524352,590048,459012,524376,524312,589968,459028,524408,524344,590032,459020,524392,524328,59e4,524296,524424,524360,590064,459010,524372,524308,524572,459026,524404,524340,590024,459018,524388,524324,589992,524292,524420,524356,590056,459014,524380,524316,589976,459030,524412,524348,590040,459022,524396,524332,590008,524300,524428,524364,590072,459009,524370,524306,524570,459025,524402,524338,590020,459017,524386,524322,589988,524290,524418,524354,590052,459013,524378,524314,589972,459029,524410,524346,590036,459021,524394,524330,590004,524298,524426,524362,590068,459011,524374,524310,524574,459027,524406,524342,590028,459019,524390,524326,589996,524294,524422,524358,590060,459015,524382,524318,589980,459031,524414,524350,590044,459023,524398,524334,590012,524302,524430,524366,590076,459008,524369,524305,524569,459024,524401,524337,590018,459016,524385,524321,589986,524289,524417,524353,590050,459012,524377,524313,589970,459028,524409,524345,590034,459020,524393,524329,590002,524297,524425,524361,590066,459010,524373,524309,524573,459026,524405,524341,590026,459018,524389,524325,589994,524293,524421,524357,590058,459014,524381,524317,589978,459030,524413,524349,590042,459022,524397,524333,590010,524301,524429,524365,590074,459009,524371,524307,524571,459025,524403,524339,590022,459017,524387,524323,589990,524291,524419,524355,590054,459013,524379,524315,589974,459029,524411,524347,590038,459021,524395,524331,590006,524299,524427,524363,590070,459011,524375,524311,524575,459027,524407,524343,590030,459019,524391,524327,589998,524295,524423,524359,590062,459015,524383,524319,589982,459031,524415,524351,590046,459023,524399,524335,590014,524303,524431,524367,590078,459008,524368,524304,524568,459024,524400,524336,590017,459016,524384,524320,589985,524288,524416,524352,590049,459012,524376,524312,589969,459028,524408,524344,590033,459020,524392,524328,590001,524296,524424,524360,590065,459010,524372,524308,524572,459026,524404,524340,590025,459018,524388,524324,589993,524292,524420,524356,590057,459014,524380,524316,589977,459030,524412,524348,590041,459022,524396,524332,590009,524300,524428,524364,590073,459009,524370,524306,524570,459025,524402,524338,590021,459017,524386,524322,589989,524290,524418,524354,590053,459013,524378,524314,589973,459029,524410,524346,590037,459021,524394,524330,590005,524298,524426,524362,590069,459011,524374,524310,524574,459027,524406,524342,590029,459019,524390,524326,589997,524294,524422,524358,590061,459015,524382,524318,589981,459031,524414,524350,590045,459023,524398,524334,590013,524302,524430,524366,590077,459008,524369,524305,524569,459024,524401,524337,590019,459016,524385,524321,589987,524289,524417,524353,590051,459012,524377,524313,589971,459028,524409,524345,590035,459020,524393,524329,590003,524297,524425,524361,590067,459010,524373,524309,524573,459026,524405,524341,590027,459018,524389,524325,589995,524293,524421,524357,590059,459014,524381,524317,589979,459030,524413,524349,590043,459022,524397,524333,590011,524301,524429,524365,590075,459009,524371,524307,524571,459025,524403,524339,590023,459017,524387,524323,589991,524291,524419,524355,590055,459013,524379,524315,589975,459029,524411,524347,590039,459021,524395,524331,590007,524299,524427,524363,590071,459011,524375,524311,524575,459027,524407,524343,590031,459019,524391,524327,589999,524295,524423,524359,590063,459015,524383,524319,589983,459031,524415,524351,590047,459023,524399,524335,590015,524303,524431,524367,590079]),9],cf=[new Int32Array([327680,327696,327688,327704,327684,327700,327692,327708,327682,327698,327690,327706,327686,327702,327694,0,327681,327697,327689,327705,327685,327701,327693,327709,327683,327699,327691,327707,327687,327703,327695,0]),5];class lf extends pn{constructor(t,n){super(n),b(this,"stream"),b(this,"codeSize"),b(this,"codeBuf"),this.stream=t;const r=t.getByte(),i=t.getByte();if(r===-1||i===-1)throw new Error(`Invalid header in flate stream: ${r}, ${i}`);if((r&15)!==8)throw new Error(`Unknown compression method in flate stream: ${r}, ${i}`);if(((r<<8)+i)%31!==0)throw new Error(`Bad FCHECK in flate stream: ${r}, ${i}`);if(i&32)throw new Error(`FDICT bit set in flate stream: ${r}, ${i}`);this.codeSize=0,this.codeBuf=0}readBlock(){let t,n;const r=this.stream;let i=this.getBits(3);if(i&1&&(this.eof=!0),i>>=1,i===0){let a;if((a=r.getByte())===-1)throw new Error("Bad block header in flate stream");let h=a;if((a=r.getByte())===-1)throw new Error("Bad block header in flate stream");if(h|=a<<8,(a=r.getByte())===-1)throw new Error("Bad block header in flate stream");let f=a;if((a=r.getByte())===-1)throw new Error("Bad block header in flate stream");if(f|=a<<8,f!==(~h&65535)&&(h!==0||f!==0))throw new Error("Bad uncompressed block length in flate stream");this.codeBuf=0,this.codeSize=0;const u=this.bufferLength;t=this.ensureBuffer(u+h);const d=u+h;if(this.bufferLength=d,h===0)r.peekByte()===-1&&(this.eof=!0);else for(let _=u;_<d;++_){if((a=r.getByte())===-1){this.eof=!0;break}t[_]=a}return}let s,o;if(i===1)s=af,o=cf;else if(i===2){const a=this.getBits(5)+257,h=this.getBits(5)+1,f=this.getBits(4)+4,u=new Uint8Array(ua.length);let d;for(d=0;d<f;++d)u[ua[d]]=this.getBits(3);const _=this.generateHuffmanTable(u);n=0,d=0;const w=a+h,x=new Uint8Array(w);let y,E,v;for(;d<w;){const S=this.getCode(_);if(S===16)y=2,E=3,v=n;else if(S===17)y=3,E=3,v=n=0;else if(S===18)y=7,E=11,v=n=0;else{x[d++]=n=S;continue}let I=this.getBits(y)+E;for(;I-- >0;)x[d++]=v}s=this.generateHuffmanTable(x.subarray(0,a)),o=this.generateHuffmanTable(x.subarray(a,w))}else throw new Error("Unknown block type in flate stream");t=this.buffer;let c=t?t.length:0,l=this.bufferLength;for(;;){let a=this.getCode(s);if(a<256){l+1>=c&&(t=this.ensureBuffer(l+1),c=t.length),t[l++]=a;continue}if(a===256){this.bufferLength=l;return}a-=257,a=sf[a];let h=a>>16;h>0&&(h=this.getBits(h)),n=(a&65535)+h,a=this.getCode(o),a=of[a],h=a>>16,h>0&&(h=this.getBits(h));const f=(a&65535)+h;l+n>=c&&(t=this.ensureBuffer(l+n),c=t.length);for(let u=0;u<n;++u,++l)t[l]=t[l-f]}}getBits(t){const n=this.stream;let r=this.codeSize,i=this.codeBuf,s;for(;r<t;){if((s=n.getByte())===-1)throw new Error("Bad encoding in flate stream");i|=s<<r,r+=8}return s=i&(1<<t)-1,this.codeBuf=i>>t,this.codeSize=r-=t,s}getCode(t){const n=this.stream,r=t[0],i=t[1];let s=this.codeSize,o=this.codeBuf,c;for(;s<i&&(c=n.getByte())!==-1;)o|=c<<s,s+=8;const l=r[o&(1<<i)-1];typeof r=="number"&&console.log("FLATE:",l);const a=l>>16,h=l&65535;if(a<1||s<a)throw new Error("Bad encoding in flate stream");return this.codeBuf=o>>a,this.codeSize=s-a,h}generateHuffmanTable(t){const n=t.length;let r=0,i;for(i=0;i<n;++i)t[i]>r&&(r=t[i]);const s=1<<r,o=new Int32Array(s);for(let c=1,l=0,a=2;c<=r;++c,l<<=1,a<<=1)for(let h=0;h<n;++h)if(t[h]===c){let f=0,u=l;for(i=0;i<c;++i)f=f<<1|u&1,u>>=1;for(i=f;i<s;i+=a)o[i]=c<<16|h;++l}return[o,r]}}class hf extends pn{constructor(t,n,r){super(n),b(this,"stream"),b(this,"cachedData"),b(this,"bitsCached"),b(this,"lzwState"),this.stream=t,this.cachedData=0,this.bitsCached=0;const i=4096,s={earlyChange:r,codeLength:9,nextCode:258,dictionaryValues:new Uint8Array(i),dictionaryLengths:new Uint16Array(i),dictionaryPrevCodes:new Uint16Array(i),currentSequence:new Uint8Array(i),currentSequenceLength:0};for(let o=0;o<256;++o)s.dictionaryValues[o]=o,s.dictionaryLengths[o]=1;this.lzwState=s}readBlock(){let n=1024;const r=512;let i,s,o;const c=this.lzwState;if(!c)return;const l=c.earlyChange;let a=c.nextCode;const h=c.dictionaryValues,f=c.dictionaryLengths,u=c.dictionaryPrevCodes;let d=c.codeLength,_=c.prevCode;const w=c.currentSequence;let x=c.currentSequenceLength,y=0,E=this.bufferLength,v=this.ensureBuffer(this.bufferLength+n);for(i=0;i<512;i++){const S=this.readBits(d),I=x>0;if(!S||S<256)w[0]=S,x=1;else if(S>=258)if(S<a)for(x=f[S],s=x-1,o=S;s>=0;s--)w[s]=h[o],o=u[o];else w[x++]=w[0];else if(S===256){d=9,a=258,x=0;continue}else{this.eof=!0,delete this.lzwState;break}if(I&&(u[a]=_,f[a]=f[_]+1,h[a]=w[0],a++,d=a+l&a+l-1?d:Math.min(Math.log(a+l)/.6931471805599453+1,12)|0),_=S,y+=x,n<y){do n+=r;while(n<y);v=this.ensureBuffer(this.bufferLength+n)}for(s=0;s<x;s++)v[E++]=w[s]}c.nextCode=a,c.codeLength=d,c.prevCode=_,c.currentSequenceLength=x,this.bufferLength=E}readBits(t){let n=this.bitsCached,r=this.cachedData;for(;n<t;){const i=this.stream.getByte();if(i===-1)return this.eof=!0,null;r=r<<8|i,n+=8}return this.bitsCached=n-=t,this.cachedData=r,r>>>n&(1<<t)-1}}class df extends pn{constructor(t,n){super(n),b(this,"stream"),this.stream=t}readBlock(){const t=this.stream.getBytes(2);if(!t||t.length<2||t[0]===128){this.eof=!0;return}let n,r=this.bufferLength,i=t[0];if(i<128){if(n=this.ensureBuffer(r+i+1),n[r++]=t[1],i>0){const s=this.stream.getBytes(i);n.set(s,r),r+=i}}else{i=257-i;const s=t[1];n=this.ensureBuffer(r+i+1);for(let o=0;o<i;o++)n[r++]=s}this.bufferLength=r}}const ga=(e,t,n)=>{if(t===p.of("FlateDecode"))return new lf(e);if(t===p.of("LZWDecode")){let r=1;if(n instanceof G){const i=n.lookup(p.of("EarlyChange"));i instanceof U&&(r=i.asNumber())}return new hf(e,void 0,r)}if(t===p.of("ASCII85Decode"))return new nf(e);if(t===p.of("ASCIIHexDecode"))return new rf(e);if(t===p.of("RunLengthDecode"))return new df(e);throw new Gc(t.asString())},pa=({dict:e,contents:t})=>{let n=new Qn(t);const r=e.lookup(p.of("Filter")),i=e.lookup(p.of("DecodeParms"));if(r instanceof p)n=ga(n,r,i);else if(r instanceof q)for(let s=0,o=r.size();s<o;s++)n=ga(n,r.lookup(s,p),i&&i.lookupMaybe(s,G));else if(r)throw new Cr([p,q],r);return n},ff=e=>{const t=e.MediaBox(),n=t.lookup(2,U).asNumber()-t.lookup(0,U).asNumber(),r=t.lookup(3,U).asNumber()-t.lookup(1,U).asNumber();return{left:0,bottom:0,right:n,top:r}},uf=e=>[1,0,0,1,-e.left,-e.bottom];class wi{constructor(t,n,r){b(this,"width"),b(this,"height"),b(this,"boundingBox"),b(this,"transformationMatrix"),b(this,"page"),this.page=t;const i=n??ff(t);this.width=i.right-i.left,this.height=i.top-i.bottom,this.boundingBox=i,this.transformationMatrix=r??uf(i)}static async for(t,n,r){return new wi(t,n,r)}async embedIntoContext(t,n){const{Contents:r,Resources:i}=this.page.normalizedEntries();if(!r)throw new Vc;const s=this.decodeContents(r),{left:o,bottom:c,right:l,top:a}=this.boundingBox,h=t.flateStream(s,{Type:"XObject",Subtype:"Form",FormType:1,BBox:[o,c,l,a],Matrix:this.transformationMatrix,Resources:i});return n?(t.assign(n,h),n):t.register(h)}decodeContents(t){const n=Uint8Array.of(m.Newline),r=[];for(let i=0,s=t.size();i<s;i++){const o=t.lookup(i,st);let c;if(o instanceof It)c=pa(o).decode();else if(o instanceof Ot)c=o.getUnencodedContents();else throw new Kc(o);r.push(c,n)}return Tc(...r)}}const xi=class extends pe{constructor(e){super(),b(this,"data"),this.data=e}clone(){return xi.of(this.data.slice())}toString(){return`PDFInvalidObject(${this.data.length} bytes)`}sizeInBytes(){return this.data.length}copyBytesInto(e,t){const n=this.data.length;for(let r=0;r<n;r++)e[t++]=this.data[r];return n}};let Si=xi;b(Si,"of",e=>new xi(e));const er=class extends ui{constructor(e,t,n=!0){super(e,n),b(this,"entries"),b(this,"entryTuplesCache"),b(this,"maxByteWidthsCache"),b(this,"indexCache"),b(this,"computeIndex",()=>{const r=[];let i=0;for(let s=0,o=this.entries.length;s<o;s++){const c=this.entries[s],l=this.entries[s-1];s===0?r.push(c.ref.objectNumber):c.ref.objectNumber-l.ref.objectNumber>1&&(r.push(i),r.push(c.ref.objectNumber),i=0),i+=1}return r.push(i),r}),b(this,"computeEntryTuples",()=>{const r=new Array(this.entries.length);for(let i=0,s=this.entries.length;i<s;i++){const o=this.entries[i];if(o.type===0){const{type:c,nextFreeObjectNumber:l,ref:a}=o;r[i]=[c,l,a.generationNumber]}if(o.type===1){const{type:c,offset:l,ref:a}=o;r[i]=[c,l,a.generationNumber]}if(o.type===2){const{type:c,objectStreamRef:l,index:a}=o;r[i]=[c,l.objectNumber,a]}}return r}),b(this,"computeMaxEntryByteWidths",()=>{const r=this.entryTuplesCache.access(),i=[0,0,0];for(let s=0,o=r.length;s<o;s++){const[c,l,a]=r[s],h=In(c),f=In(l),u=In(a);h>i[0]&&(i[0]=h),f>i[1]&&(i[1]=f),u>i[2]&&(i[2]=u)}return i}),this.entries=t||[],this.entryTuplesCache=vt.populatedBy(this.computeEntryTuples),this.maxByteWidthsCache=vt.populatedBy(this.computeMaxEntryByteWidths),this.indexCache=vt.populatedBy(this.computeIndex),e.set(p.of("Type"),p.of("XRef"))}addDeletedEntry(e,t){this.entries.push({type:0,ref:e,nextFreeObjectNumber:t}),this.entryTuplesCache.invalidate(),this.maxByteWidthsCache.invalidate(),this.indexCache.invalidate(),this.contentsCache.invalidate()}addUncompressedEntry(e,t){this.entries.push({type:1,ref:e,offset:t}),this.entryTuplesCache.invalidate(),this.maxByteWidthsCache.invalidate(),this.indexCache.invalidate(),this.contentsCache.invalidate()}addCompressedEntry(e,t,n){this.entries.push({type:2,ref:e,objectStreamRef:t,index:n}),this.entryTuplesCache.invalidate(),this.maxByteWidthsCache.invalidate(),this.indexCache.invalidate(),this.contentsCache.invalidate()}clone(e){const{dict:t,entries:n,encode:r}=this;return er.of(t.clone(e),n.slice(),r)}getContentsString(){const e=this.entryTuplesCache.access(),t=this.maxByteWidthsCache.access();let n="";for(let r=0,i=e.length;r<i;r++){const[s,o,c]=e[r],l=xt(kt(s)),a=xt(kt(o)),h=xt(kt(c));for(let f=t[0]-1;f>=0;f--)n+=(l[f]||0).toString(2);for(let f=t[1]-1;f>=0;f--)n+=(a[f]||0).toString(2);for(let f=t[2]-1;f>=0;f--)n+=(h[f]||0).toString(2)}return n}getUnencodedContents(){const e=this.entryTuplesCache.access(),t=this.maxByteWidthsCache.access(),n=new Uint8Array(this.getUnencodedContentsSize());let r=0;for(let i=0,s=e.length;i<s;i++){const[o,c,l]=e[i],a=xt(kt(o)),h=xt(kt(c)),f=xt(kt(l));for(let u=t[0]-1;u>=0;u--)n[r++]=a[u]||0;for(let u=t[1]-1;u>=0;u--)n[r++]=h[u]||0;for(let u=t[2]-1;u>=0;u--)n[r++]=f[u]||0}return n}getUnencodedContentsSize(){const e=this.maxByteWidthsCache.access();return Dc(e)*this.entries.length}updateDict(){super.updateDict();const e=this.maxByteWidthsCache.access(),t=this.indexCache.access(),{context:n}=this.dict;this.dict.set(p.of("W"),n.obj(e)),this.dict.set(p.of("Index"),n.obj(t))}};let vi=er;b(vi,"create",(e,t=!0)=>{const n=new er(e,[],t);return n.addDeletedEntry(re.of(0,65535),0),n}),b(vi,"of",(e,t,n=!0)=>new er(e,t,n));const ba=class extends yi{constructor(e,t,n,r){super(e,t),b(this,"encodeStreams"),b(this,"objectsPerStream"),this.encodeStreams=n,this.objectsPerStream=r}async computeBufferSize(){let e=this.context.largestObjectNumber+1;const t=gn.forVersion(1,7);let n=t.sizeInBytes()+2;const r=vi.create(this.createTrailerDict(),this.encodeStreams),i=[],s=[],o=[],c=this.context.enumerateIndirectObjects();for(let f=0,u=c.length;f<u;f++){const d=c[f],[_,w]=d;if(_===this.context.trailerInfo.Encrypt||w instanceof st||w instanceof Si||_.generationNumber!==0)i.push(d),r.addUncompressedEntry(_,n),n+=this.computeIndirectObjectSize(d),this.shouldWaitForTick(1)&&await St();else{let y=Pn(s),E=Pn(o);(!y||y.length%this.objectsPerStream===0)&&(y=[],s.push(y),E=re.of(e++),o.push(E)),r.addCompressedEntry(_,E,y.length),y.push(d)}}for(let f=0,u=s.length;f<u;f++){const d=s[f],_=o[f],w=_i.withContextAndObjects(this.context,d,this.encodeStreams);r.addUncompressedEntry(_,n),n+=this.computeIndirectObjectSize([_,w]),i.push([_,w]),this.shouldWaitForTick(d.length)&&await St()}const l=re.of(e++);r.dict.set(p.of("Size"),U.of(e)),r.addUncompressedEntry(l,n);const a=n;n+=this.computeIndirectObjectSize([l,r]),i.push([l,r]);const h=Yn.forLastCrossRefSectionOffset(a);return n+=h.sizeInBytes(),{size:n,header:t,indirectObjects:i,trailer:h}}};let ma=ba;b(ma,"forContext",(e,t,n=!0,r=50)=>new ba(e,t,n,r));const _a=[65472,65473,65474,65475,65477,65478,65479,65480,65481,65482,65483,65484,65485,65486,65487],gf={1:"DeviceGray",3:"DeviceRGB",4:"DeviceCMYK"};class ki{constructor(t,n,r,i,s){b(this,"bitsPerComponent"),b(this,"height"),b(this,"width"),b(this,"colorSpace"),b(this,"imageData"),this.imageData=t,this.bitsPerComponent=n,this.width=r,this.height=i,this.colorSpace=s}static async for(t){const n=new DataView(t.buffer);if(n.getUint16(0)!==65496)throw new Error("SOI not found in JPEG");let i=2,s;for(;i<n.byteLength&&(s=n.getUint16(i),i+=2,!_a.includes(s));)i+=n.getUint16(i);if(!_a.includes(s))throw new Error("Invalid JPEG");i+=2;const o=n.getUint8(i++),c=n.getUint16(i);i+=2;const l=n.getUint16(i);i+=2;const a=n.getUint8(i++),h=gf[a];if(!h)throw new Error("Unknown JPEG channel.");const f=h;return new ki(t,o,l,c,f)}async embedIntoContext(t,n){const r=t.stream(this.imageData,{Type:"XObject",Subtype:"Image",BitsPerComponent:this.bitsPerComponent,Width:this.width,Height:this.height,ColorSpace:this.colorSpace,Filter:"DCTDecode",Decode:this.colorSpace==="DeviceCMYK"?[1,0,1,0,1,0,1,0]:void 0});return n?(t.assign(n,r),n):t.register(r)}}var C={};C.toRGBA8=function(e){var t=e.width,n=e.height;if(e.tabs.acTL==null)return[C.toRGBA8.decodeImage(e.data,t,n,e).buffer];var r=[];e.frames[0].data==null&&(e.frames[0].data=e.data);for(var i=t*n*4,s=new Uint8Array(i),o=new Uint8Array(i),c=new Uint8Array(i),l=0;l<e.frames.length;l++){var a=e.frames[l],h=a.rect.x,f=a.rect.y,u=a.rect.width,d=a.rect.height,_=C.toRGBA8.decodeImage(a.data,u,d,e);if(l!=0)for(var w=0;w<i;w++)c[w]=s[w];if(a.blend==0?C._copyTile(_,u,d,s,t,n,h,f,0):a.blend==1&&C._copyTile(_,u,d,s,t,n,h,f,1),r.push(s.buffer.slice(0)),a.dispose!=0){if(a.dispose==1)C._copyTile(o,u,d,s,t,n,h,f,0);else if(a.dispose==2)for(var w=0;w<i;w++)s[w]=c[w]}}return r},C.toRGBA8.decodeImage=function(e,t,n,r){var i=t*n,s=C.decode._getBPP(r),o=Math.ceil(t*s/8),c=new Uint8Array(i*4),l=new Uint32Array(c.buffer),a=r.ctype,h=r.depth,f=C._bin.readUshort;if(a==6){var u=i<<2;if(h==8)for(var d=0;d<u;d+=4)c[d]=e[d],c[d+1]=e[d+1],c[d+2]=e[d+2],c[d+3]=e[d+3];if(h==16)for(var d=0;d<u;d++)c[d]=e[d<<1]}else if(a==2){var _=r.tabs.tRNS;if(_==null){if(h==8)for(var d=0;d<i;d++){var w=d*3;l[d]=255<<24|e[w+2]<<16|e[w+1]<<8|e[w]}if(h==16)for(var d=0;d<i;d++){var w=d*6;l[d]=255<<24|e[w+4]<<16|e[w+2]<<8|e[w]}}else{var x=_[0],y=_[1],E=_[2];if(h==8)for(var d=0;d<i;d++){var v=d<<2,w=d*3;l[d]=255<<24|e[w+2]<<16|e[w+1]<<8|e[w],e[w]==x&&e[w+1]==y&&e[w+2]==E&&(c[v+3]=0)}if(h==16)for(var d=0;d<i;d++){var v=d<<2,w=d*6;l[d]=255<<24|e[w+4]<<16|e[w+2]<<8|e[w],f(e,w)==x&&f(e,w+2)==y&&f(e,w+4)==E&&(c[v+3]=0)}}}else if(a==3){var S=r.tabs.PLTE,I=r.tabs.tRNS,B=I?I.length:0;if(h==1)for(var A=0;A<n;A++)for(var O=A*o,R=A*t,d=0;d<t;d++){var v=R+d<<2,D=e[O+(d>>3)]>>7-((d&7)<<0)&1,k=3*D;c[v]=S[k],c[v+1]=S[k+1],c[v+2]=S[k+2],c[v+3]=D<B?I[D]:255}if(h==2)for(var A=0;A<n;A++)for(var O=A*o,R=A*t,d=0;d<t;d++){var v=R+d<<2,D=e[O+(d>>2)]>>6-((d&3)<<1)&3,k=3*D;c[v]=S[k],c[v+1]=S[k+1],c[v+2]=S[k+2],c[v+3]=D<B?I[D]:255}if(h==4)for(var A=0;A<n;A++)for(var O=A*o,R=A*t,d=0;d<t;d++){var v=R+d<<2,D=e[O+(d>>1)]>>4-((d&1)<<2)&15,k=3*D;c[v]=S[k],c[v+1]=S[k+1],c[v+2]=S[k+2],c[v+3]=D<B?I[D]:255}if(h==8)for(var d=0;d<i;d++){var v=d<<2,D=e[d],k=3*D;c[v]=S[k],c[v+1]=S[k+1],c[v+2]=S[k+2],c[v+3]=D<B?I[D]:255}}else if(a==4){if(h==8)for(var d=0;d<i;d++){var v=d<<2,F=d<<1,P=e[F];c[v]=P,c[v+1]=P,c[v+2]=P,c[v+3]=e[F+1]}if(h==16)for(var d=0;d<i;d++){var v=d<<2,F=d<<2,P=e[F];c[v]=P,c[v+1]=P,c[v+2]=P,c[v+3]=e[F+2]}}else if(a==0)for(var x=r.tabs.tRNS?r.tabs.tRNS:-1,A=0;A<n;A++){var W=A*o,L=A*t;if(h==1)for(var z=0;z<t;z++){var P=255*(e[W+(z>>>3)]>>>7-(z&7)&1),J=P==x*255?0:255;l[L+z]=J<<24|P<<16|P<<8|P}else if(h==2)for(var z=0;z<t;z++){var P=85*(e[W+(z>>>2)]>>>6-((z&3)<<1)&3),J=P==x*85?0:255;l[L+z]=J<<24|P<<16|P<<8|P}else if(h==4)for(var z=0;z<t;z++){var P=17*(e[W+(z>>>1)]>>>4-((z&1)<<2)&15),J=P==x*17?0:255;l[L+z]=J<<24|P<<16|P<<8|P}else if(h==8)for(var z=0;z<t;z++){var P=e[W+z],J=P==x?0:255;l[L+z]=J<<24|P<<16|P<<8|P}else if(h==16)for(var z=0;z<t;z++){var P=e[W+(z<<1)],J=f(e,W+(z<<d))==x?0:255;l[L+z]=J<<24|P<<16|P<<8|P}}return c},C.decode=function(e){for(var t=new Uint8Array(e),n=8,r=C._bin,i=r.readUshort,s=r.readUint,o={tabs:{},frames:[]},c=new Uint8Array(t.length),l=0,a,h=0,f=[137,80,78,71,13,10,26,10],u=0;u<8;u++)if(t[u]!=f[u])throw"The input is not a PNG file!";for(;n<t.length;){var d=r.readUint(t,n);n+=4;var _=r.readASCII(t,n,4);if(n+=4,_=="IHDR")C.decode._IHDR(t,n,o);else if(_=="IDAT"){for(var u=0;u<d;u++)c[l+u]=t[n+u];l+=d}else if(_=="acTL")o.tabs[_]={num_frames:s(t,n),num_plays:s(t,n+4)},a=new Uint8Array(t.length);else if(_=="fcTL"){if(h!=0){var w=o.frames[o.frames.length-1];w.data=C.decode._decompress(o,a.slice(0,h),w.rect.width,w.rect.height),h=0}var x={x:s(t,n+12),y:s(t,n+16),width:s(t,n+4),height:s(t,n+8)},y=i(t,n+22);y=i(t,n+20)/(y==0?100:y);var E={rect:x,delay:Math.round(y*1e3),dispose:t[n+24],blend:t[n+25]};o.frames.push(E)}else if(_=="fdAT"){for(var u=0;u<d-4;u++)a[h+u]=t[n+u+4];h+=d-4}else if(_=="pHYs")o.tabs[_]=[r.readUint(t,n),r.readUint(t,n+4),t[n+8]];else if(_=="cHRM"){o.tabs[_]=[];for(var u=0;u<8;u++)o.tabs[_].push(r.readUint(t,n+u*4))}else if(_=="tEXt"){o.tabs[_]==null&&(o.tabs[_]={});var v=r.nextZero(t,n),S=r.readASCII(t,n,v-n),I=r.readASCII(t,v+1,n+d-v-1);o.tabs[_][S]=I}else if(_=="iTXt"){o.tabs[_]==null&&(o.tabs[_]={});var v=0,B=n;v=r.nextZero(t,B);var S=r.readASCII(t,B,v-B);B=v+1,t[B],t[B+1],B+=2,v=r.nextZero(t,B),r.readASCII(t,B,v-B),B=v+1,v=r.nextZero(t,B),r.readUTF8(t,B,v-B),B=v+1;var I=r.readUTF8(t,B,d-(B-n));o.tabs[_][S]=I}else if(_=="PLTE")o.tabs[_]=r.readBytes(t,n,d);else if(_=="hIST"){var A=o.tabs.PLTE.length/3;o.tabs[_]=[];for(var u=0;u<A;u++)o.tabs[_].push(i(t,n+u*2))}else if(_=="tRNS")o.ctype==3?o.tabs[_]=r.readBytes(t,n,d):o.ctype==0?o.tabs[_]=i(t,n):o.ctype==2&&(o.tabs[_]=[i(t,n),i(t,n+2),i(t,n+4)]);else if(_=="gAMA")o.tabs[_]=r.readUint(t,n)/1e5;else if(_=="sRGB")o.tabs[_]=t[n];else if(_=="bKGD")o.ctype==0||o.ctype==4?o.tabs[_]=[i(t,n)]:o.ctype==2||o.ctype==6?o.tabs[_]=[i(t,n),i(t,n+2),i(t,n+4)]:o.ctype==3&&(o.tabs[_]=t[n]);else if(_=="IEND")break;n+=d,r.readUint(t,n),n+=4}if(h!=0){var w=o.frames[o.frames.length-1];w.data=C.decode._decompress(o,a.slice(0,h),w.rect.width,w.rect.height),h=0}return o.data=C.decode._decompress(o,c,o.width,o.height),delete o.compress,delete o.interlace,delete o.filter,o},C.decode._decompress=function(e,t,n,r){var i=C.decode._getBPP(e),s=Math.ceil(n*i/8),o=new Uint8Array((s+1+e.interlace)*r);return t=C.decode._inflate(t,o),e.interlace==0?t=C.decode._filterZero(t,e,0,n,r):e.interlace==1&&(t=C.decode._readInterlace(t,e)),t},C.decode._inflate=function(e,t){var n=C.inflateRaw(new Uint8Array(e.buffer,2,e.length-6),t);return n},C.inflateRaw=function(){var e={};return e.H={},e.H.N=function(t,n){var r=Uint8Array,i=0,s=0,o=0,c=0,l=0,a=0,h=0,f=0,u=0,d,_;if(t[0]==3&&t[1]==0)return n||new r(0);var w=e.H,x=w.b,y=w.e,E=w.R,v=w.n,S=w.A,I=w.Z,B=w.m,A=n==null;for(A&&(n=new r(t.length>>>2<<3));i==0;){if(i=x(t,u,1),s=x(t,u+1,2),u+=3,s==0){(u&7)!=0&&(u+=8-(u&7));var O=(u>>>3)+4,R=t[O-4]|t[O-3]<<8;A&&(n=e.H.W(n,f+R)),n.set(new r(t.buffer,t.byteOffset+O,R),f),u=O+R<<3,f+=R;continue}if(A&&(n=e.H.W(n,f+(1<<17))),s==1&&(d=B.J,_=B.h,a=(1<<9)-1,h=(1<<5)-1),s==2){o=y(t,u,5)+257,c=y(t,u+5,5)+1,l=y(t,u+10,4)+4,u+=14;for(var D=1,k=0;k<38;k+=2)B.Q[k]=0,B.Q[k+1]=0;for(var k=0;k<l;k++){var F=y(t,u+k*3,3);B.Q[(B.X[k]<<1)+1]=F,F>D&&(D=F)}u+=3*l,v(B.Q,D),S(B.Q,D,B.u),d=B.w,_=B.d,u=E(B.u,(1<<D)-1,o+c,t,u,B.v);var P=w.V(B.v,0,o,B.C);a=(1<<P)-1;var W=w.V(B.v,o,c,B.D);h=(1<<W)-1,v(B.C,P),S(B.C,P,d),v(B.D,W),S(B.D,W,_)}for(;;){var L=d[I(t,u)&a];u+=L&15;var z=L>>>4;if(z>>>8==0)n[f++]=z;else{if(z==256)break;var J=f+z-254;if(z>264){var Ue=B.q[z-257];J=f+(Ue>>>3)+y(t,u,Ue&7),u+=Ue&7}var $e=_[I(t,u)&h];u+=$e&15;var ct=$e>>>4,we=B.c[ct],Ee=(we>>>4)+x(t,u,we&15);for(u+=we&15;f<J;)n[f]=n[f++-Ee],n[f]=n[f++-Ee],n[f]=n[f++-Ee],n[f]=n[f++-Ee];f=J}}}return n.length==f?n:n.slice(0,f)},e.H.W=function(t,n){var r=t.length;if(n<=r)return t;var i=new Uint8Array(r<<1);return i.set(t,0),i},e.H.R=function(t,n,r,i,s,o){for(var c=e.H.e,l=e.H.Z,a=0;a<r;){var h=t[l(i,s)&n];s+=h&15;var f=h>>>4;if(f<=15)o[a]=f,a++;else{var u=0,d=0;f==16?(d=3+c(i,s,2),s+=2,u=o[a-1]):f==17?(d=3+c(i,s,3),s+=3):f==18&&(d=11+c(i,s,7),s+=7);for(var _=a+d;a<_;)o[a]=u,a++}}return s},e.H.V=function(t,n,r,i){for(var s=0,o=0,c=i.length>>>1;o<r;){var l=t[o+n];i[o<<1]=0,i[(o<<1)+1]=l,l>s&&(s=l),o++}for(;o<c;)i[o<<1]=0,i[(o<<1)+1]=0,o++;return s},e.H.n=function(t,n){for(var r=e.H.m,i=t.length,s,o,c,l,a,h=r.j,l=0;l<=n;l++)h[l]=0;for(l=1;l<i;l+=2)h[t[l]]++;var f=r.K;for(s=0,h[0]=0,o=1;o<=n;o++)s=s+h[o-1]<<1,f[o]=s;for(c=0;c<i;c+=2)a=t[c+1],a!=0&&(t[c]=f[a],f[a]++)},e.H.A=function(t,n,r){for(var i=t.length,s=e.H.m,o=s.r,c=0;c<i;c+=2)if(t[c+1]!=0)for(var l=c>>1,a=t[c+1],h=l<<4|a,f=n-a,u=t[c]<<f,d=u+(1<<f);u!=d;){var _=o[u]>>>15-n;r[_]=h,u++}},e.H.l=function(t,n){for(var r=e.H.m.r,i=15-n,s=0;s<t.length;s+=2){var o=t[s]<<n-t[s+1];t[s]=r[o]>>>i}},e.H.M=function(t,n,r){r=r<<(n&7);var i=n>>>3;t[i]|=r,t[i+1]|=r>>>8},e.H.I=function(t,n,r){r=r<<(n&7);var i=n>>>3;t[i]|=r,t[i+1]|=r>>>8,t[i+2]|=r>>>16},e.H.e=function(t,n,r){return(t[n>>>3]|t[(n>>>3)+1]<<8)>>>(n&7)&(1<<r)-1},e.H.b=function(t,n,r){return(t[n>>>3]|t[(n>>>3)+1]<<8|t[(n>>>3)+2]<<16)>>>(n&7)&(1<<r)-1},e.H.Z=function(t,n){return(t[n>>>3]|t[(n>>>3)+1]<<8|t[(n>>>3)+2]<<16)>>>(n&7)},e.H.i=function(t,n){return(t[n>>>3]|t[(n>>>3)+1]<<8|t[(n>>>3)+2]<<16|t[(n>>>3)+3]<<24)>>>(n&7)},e.H.m=function(){var t=Uint16Array,n=Uint32Array;return{K:new t(16),j:new t(16),X:[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],S:[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,999,999,999],T:[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0],q:new t(32),p:[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,65535,65535],z:[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0],c:new n(32),J:new t(512),_:[],h:new t(32),$:[],w:new t(32768),C:[],v:[],d:new t(32768),D:[],u:new t(512),Q:[],r:new t(1<<15),s:new n(286),Y:new n(30),a:new n(19),t:new n(15e3),k:new t(1<<16),g:new t(1<<15)}}(),function(){for(var t=e.H.m,n=1<<15,r=0;r<n;r++){var i=r;i=(i&2863311530)>>>1|(i&1431655765)<<1,i=(i&3435973836)>>>2|(i&858993459)<<2,i=(i&4042322160)>>>4|(i&252645135)<<4,i=(i&4278255360)>>>8|(i&16711935)<<8,t.r[r]=(i>>>16|i<<16)>>>17}function s(o,c,l){for(;c--!=0;)o.push(0,l)}for(var r=0;r<32;r++)t.q[r]=t.S[r]<<3|t.T[r],t.c[r]=t.p[r]<<4|t.z[r];s(t._,144,8),s(t._,255-143,9),s(t._,279-255,7),s(t._,287-279,8),e.H.n(t._,9),e.H.A(t._,9,t.J),e.H.l(t._,9),s(t.$,32,5),e.H.n(t.$,5),e.H.A(t.$,5,t.h),e.H.l(t.$,5),s(t.Q,19,0),s(t.C,286,0),s(t.D,30,0),s(t.v,320,0)}(),e.H.N}(),C.decode._readInterlace=function(e,t){for(var n=t.width,r=t.height,i=C.decode._getBPP(t),s=i>>3,o=Math.ceil(n*i/8),c=new Uint8Array(r*o),l=0,a=[0,0,4,0,2,0,1],h=[0,4,0,2,0,1,0],f=[8,8,8,4,4,2,2],u=[8,8,4,4,2,2,1],d=0;d<7;){for(var _=f[d],w=u[d],x=0,y=0,E=a[d];E<r;)E+=_,y++;for(var v=h[d];v<n;)v+=w,x++;var S=Math.ceil(x*i/8);C.decode._filterZero(e,t,l,x,y);for(var I=0,B=a[d];B<r;){for(var A=h[d],O=l+I*S<<3;A<n;){if(i==1){var R=e[O>>3];R=R>>7-(O&7)&1,c[B*o+(A>>3)]|=R<<7-((A&7)<<0)}if(i==2){var R=e[O>>3];R=R>>6-(O&7)&3,c[B*o+(A>>2)]|=R<<6-((A&3)<<1)}if(i==4){var R=e[O>>3];R=R>>4-(O&7)&15,c[B*o+(A>>1)]|=R<<4-((A&1)<<2)}if(i>=8)for(var D=B*o+A*s,k=0;k<s;k++)c[D+k]=e[(O>>3)+k];O+=i,A+=w}I++,B+=_}x*y!=0&&(l+=y*(1+S)),d=d+1}return c},C.decode._getBPP=function(e){var t=[1,null,3,1,2,null,4][e.ctype];return t*e.depth},C.decode._filterZero=function(e,t,n,r,i){var s=C.decode._getBPP(t),o=Math.ceil(r*s/8),c=C.decode._paeth;s=Math.ceil(s/8);var l=0,a=1,h=e[n],f=0;if(h>1&&(e[n]=[0,0,1][h-2]),h==3)for(f=s;f<o;f++)e[f+1]=e[f+1]+(e[f+1-s]>>>1)&255;for(var u=0;u<i;u++)if(l=n+u*o,a=l+u+1,h=e[a-1],f=0,h==0)for(;f<o;f++)e[l+f]=e[a+f];else if(h==1){for(;f<s;f++)e[l+f]=e[a+f];for(;f<o;f++)e[l+f]=e[a+f]+e[l+f-s]}else if(h==2)for(;f<o;f++)e[l+f]=e[a+f]+e[l+f-o];else if(h==3){for(;f<s;f++)e[l+f]=e[a+f]+(e[l+f-o]>>>1);for(;f<o;f++)e[l+f]=e[a+f]+(e[l+f-o]+e[l+f-s]>>>1)}else{for(;f<s;f++)e[l+f]=e[a+f]+c(0,e[l+f-o],0);for(;f<o;f++)e[l+f]=e[a+f]+c(e[l+f-s],e[l+f-o],e[l+f-s-o])}return e},C.decode._paeth=function(e,t,n){var r=e+t-n,i=r-e,s=r-t,o=r-n;return i*i<=s*s&&i*i<=o*o?e:s*s<=o*o?t:n},C.decode._IHDR=function(e,t,n){var r=C._bin;n.width=r.readUint(e,t),t+=4,n.height=r.readUint(e,t),t+=4,n.depth=e[t],t++,n.ctype=e[t],t++,n.compress=e[t],t++,n.filter=e[t],t++,n.interlace=e[t],t++},C._bin={nextZero:function(e,t){for(;e[t]!=0;)t++;return t},readUshort:function(e,t){return e[t]<<8|e[t+1]},writeUshort:function(e,t,n){e[t]=n>>8&255,e[t+1]=n&255},readUint:function(e,t){return e[t]*(256*256*256)+(e[t+1]<<16|e[t+2]<<8|e[t+3])},writeUint:function(e,t,n){e[t]=n>>24&255,e[t+1]=n>>16&255,e[t+2]=n>>8&255,e[t+3]=n&255},readASCII:function(e,t,n){for(var r="",i=0;i<n;i++)r+=String.fromCharCode(e[t+i]);return r},writeASCII:function(e,t,n){for(var r=0;r<n.length;r++)e[t+r]=n.charCodeAt(r)},readBytes:function(e,t,n){for(var r=[],i=0;i<n;i++)r.push(e[t+i]);return r},pad:function(e){return e.length<2?"0"+e:e},readUTF8:function(e,t,n){for(var r="",i,s=0;s<n;s++)r+="%"+C._bin.pad(e[t+s].toString(16));try{i=decodeURIComponent(r)}catch{return C._bin.readASCII(e,t,n)}return i}},C._copyTile=function(e,t,n,r,i,s,o,c,l){for(var a=Math.min(t,i),h=Math.min(n,s),f=0,u=0,d=0;d<h;d++)for(var _=0;_<a;_++)if(o>=0&&c>=0?(f=d*t+_<<2,u=(c+d)*i+o+_<<2):(f=(-c+d)*t-o+_<<2,u=d*i+_<<2),l==0)r[u]=e[f],r[u+1]=e[f+1],r[u+2]=e[f+2],r[u+3]=e[f+3];else if(l==1){var w=e[f+3]*.00392156862745098,x=e[f]*w,y=e[f+1]*w,E=e[f+2]*w,v=r[u+3]*(1/255),S=r[u]*v,I=r[u+1]*v,B=r[u+2]*v,A=1-w,O=w+v*A,R=O==0?0:1/O;r[u+3]=255*O,r[u+0]=(x+S*A)*R,r[u+1]=(y+I*A)*R,r[u+2]=(E+B*A)*R}else if(l==2){var w=e[f+3],x=e[f],y=e[f+1],E=e[f+2],v=r[u+3],S=r[u],I=r[u+1],B=r[u+2];w==v&&x==S&&y==I&&E==B?(r[u]=0,r[u+1]=0,r[u+2]=0,r[u+3]=0):(r[u]=x,r[u+1]=y,r[u+2]=E,r[u+3]=w)}else if(l==3){var w=e[f+3],x=e[f],y=e[f+1],E=e[f+2],v=r[u+3],S=r[u],I=r[u+1],B=r[u+2];if(w==v&&x==S&&y==I&&E==B)continue;if(w<220&&v>20)return!1}return!0},C.encode=function(e,t,n,r,i,s,o){r==null&&(r=0),o==null&&(o=!1);var c=C.encode.compress(e,t,n,r,[!1,!1,!1,0,o]);return C.encode.compressPNG(c,-1),C.encode._main(c,t,n,i,s)},C.encodeLL=function(e,t,n,r,i,s,o,c){for(var l={ctype:0+(r==1?0:2)+(i==0?0:4),depth:s,frames:[]},a=(r+i)*s,h=a*t,f=0;f<e.length;f++)l.frames.push({rect:{x:0,y:0,width:t,height:n},img:new Uint8Array(e[f]),blend:0,dispose:1,bpp:Math.ceil(a/8),bpl:Math.ceil(h/8)});C.encode.compressPNG(l,0,!0);var u=C.encode._main(l,t,n,o,c);return u},C.encode._main=function(e,t,n,r,i){i==null&&(i={});var s=C.crc.crc,o=C._bin.writeUint,c=C._bin.writeUshort,l=C._bin.writeASCII,a=8,h=e.frames.length>1,f=!1,u=8+(16+5+4)+(h?20:0);if(i.sRGB!=null&&(u+=8+1+4),i.pHYs!=null&&(u+=8+9+4),e.ctype==3){for(var d=e.plte.length,_=0;_<d;_++)e.plte[_]>>>24!=255&&(f=!0);u+=8+d*3+4+(f?8+d*1+4:0)}for(var w=0;w<e.frames.length;w++){var x=e.frames[w];h&&(u+=38),u+=x.cimg.length+12,w!=0&&(u+=4)}u+=12;for(var y=new Uint8Array(u),E=[137,80,78,71,13,10,26,10],_=0;_<8;_++)y[_]=E[_];if(o(y,a,13),a+=4,l(y,a,"IHDR"),a+=4,o(y,a,t),a+=4,o(y,a,n),a+=4,y[a]=e.depth,a++,y[a]=e.ctype,a++,y[a]=0,a++,y[a]=0,a++,y[a]=0,a++,o(y,a,s(y,a-17,17)),a+=4,i.sRGB!=null&&(o(y,a,1),a+=4,l(y,a,"sRGB"),a+=4,y[a]=i.sRGB,a++,o(y,a,s(y,a-5,5)),a+=4),i.pHYs!=null&&(o(y,a,9),a+=4,l(y,a,"pHYs"),a+=4,o(y,a,i.pHYs[0]),a+=4,o(y,a,i.pHYs[1]),a+=4,y[a]=i.pHYs[2],a++,o(y,a,s(y,a-13,13)),a+=4),h&&(o(y,a,8),a+=4,l(y,a,"acTL"),a+=4,o(y,a,e.frames.length),a+=4,o(y,a,i.loop!=null?i.loop:0),a+=4,o(y,a,s(y,a-12,12)),a+=4),e.ctype==3){var d=e.plte.length;o(y,a,d*3),a+=4,l(y,a,"PLTE"),a+=4;for(var _=0;_<d;_++){var v=_*3,S=e.plte[_],I=S&255,B=S>>>8&255,A=S>>>16&255;y[a+v+0]=I,y[a+v+1]=B,y[a+v+2]=A}if(a+=d*3,o(y,a,s(y,a-d*3-4,d*3+4)),a+=4,f){o(y,a,d),a+=4,l(y,a,"tRNS"),a+=4;for(var _=0;_<d;_++)y[a+_]=e.plte[_]>>>24&255;a+=d,o(y,a,s(y,a-d-4,d+4)),a+=4}}for(var O=0,w=0;w<e.frames.length;w++){var x=e.frames[w];h&&(o(y,a,26),a+=4,l(y,a,"fcTL"),a+=4,o(y,a,O++),a+=4,o(y,a,x.rect.width),a+=4,o(y,a,x.rect.height),a+=4,o(y,a,x.rect.x),a+=4,o(y,a,x.rect.y),a+=4,c(y,a,r[w]),a+=2,c(y,a,1e3),a+=2,y[a]=x.dispose,a++,y[a]=x.blend,a++,o(y,a,s(y,a-30,30)),a+=4);var R=x.cimg,d=R.length;o(y,a,d+(w==0?0:4)),a+=4;var D=a;l(y,a,w==0?"IDAT":"fdAT"),a+=4,w!=0&&(o(y,a,O++),a+=4),y.set(R,a),a+=d,o(y,a,s(y,D,a-D)),a+=4}return o(y,a,0),a+=4,l(y,a,"IEND"),a+=4,o(y,a,s(y,a-4,4)),a+=4,y.buffer},C.encode.compressPNG=function(e,t,n){for(var r=0;r<e.frames.length;r++){var i=e.frames[r];i.rect.width;var s=i.rect.height,o=new Uint8Array(s*i.bpl+s);i.cimg=C.encode._filterZero(i.img,s,i.bpp,i.bpl,o,t,n)}},C.encode.compress=function(e,t,n,r,i){for(var s=i[0],o=i[1],c=i[2],l=i[3],a=i[4],h=6,f=8,u=255,d=0;d<e.length;d++)for(var _=new Uint8Array(e[d]),w=_.length,x=0;x<w;x+=4)u&=_[x+3];var y=u!=255,E=C.encode.framize(e,t,n,s,o,c),v={},S=[],I=[];if(r!=0){for(var B=[],x=0;x<E.length;x++)B.push(E[x].img.buffer);for(var A=C.encode.concatRGBA(B),O=C.quantize(A,r),R=0,D=new Uint8Array(O.abuf),x=0;x<E.length;x++){var k=E[x].img,F=k.length;I.push(new Uint8Array(O.inds.buffer,R>>2,F>>2));for(var d=0;d<F;d+=4)k[d]=D[R+d],k[d+1]=D[R+d+1],k[d+2]=D[R+d+2],k[d+3]=D[R+d+3];R+=F}for(var x=0;x<O.plte.length;x++)S.push(O.plte[x].est.rgba)}else for(var d=0;d<E.length;d++){var P=E[d],W=new Uint32Array(P.img.buffer),L=P.rect.width,w=W.length,z=new Uint8Array(w);I.push(z);for(var x=0;x<w;x++){var J=W[x];if(x!=0&&J==W[x-1])z[x]=z[x-1];else if(x>L&&J==W[x-L])z[x]=z[x-L];else{var Ue=v[J];if(Ue==null&&(v[J]=Ue=S.length,S.push(J),S.length>=300))break;z[x]=Ue}}}var $e=S.length;$e<=256&&a==!1&&($e<=2?f=1:$e<=4?f=2:$e<=16?f=4:f=8,f=Math.max(f,l));for(var d=0;d<E.length;d++){var P=E[d];P.rect.x,P.rect.y;var L=P.rect.width,ct=P.rect.height,we=P.img;new Uint32Array(we.buffer);var Ee=4*L,ls=4;if($e<=256&&a==!1){Ee=Math.ceil(f*L/8);for(var He=new Uint8Array(Ee*ct),xr=I[d],Sr=0;Sr<ct;Sr++){var x=Sr*Ee,vr=Sr*L;if(f==8)for(var ae=0;ae<L;ae++)He[x+ae]=xr[vr+ae];else if(f==4)for(var ae=0;ae<L;ae++)He[x+(ae>>1)]|=xr[vr+ae]<<4-(ae&1)*4;else if(f==2)for(var ae=0;ae<L;ae++)He[x+(ae>>2)]|=xr[vr+ae]<<6-(ae&3)*2;else if(f==1)for(var ae=0;ae<L;ae++)He[x+(ae>>3)]|=xr[vr+ae]<<7-(ae&7)*1}we=He,h=3,ls=1}else if(y==!1&&E.length==1){for(var He=new Uint8Array(L*ct*3),Mu=L*ct,x=0;x<Mu;x++){var k=x*3,hs=x*4;He[k]=we[hs],He[k+1]=we[hs+1],He[k+2]=we[hs+2]}we=He,h=2,ls=3,Ee=3*L}P.img=we,P.bpl=Ee,P.bpp=ls}return{ctype:h,depth:f,plte:S,frames:E}},C.encode.framize=function(e,t,n,r,i,s){for(var o=[],c=0;c<e.length;c++){var l=new Uint8Array(e[c]),a=new Uint32Array(l.buffer),h,f=0,u=0,d=t,_=n,w=r?1:0;if(c!=0){for(var x=s||r||c==1||o[c-2].dispose!=0?1:2,y=0,E=1e9,v=0;v<x;v++){for(var P=new Uint8Array(e[c-1-v]),S=new Uint32Array(e[c-1-v]),I=t,B=n,A=-1,O=-1,R=0;R<n;R++)for(var D=0;D<t;D++){var k=R*t+D;a[k]!=S[k]&&(D<I&&(I=D),D>A&&(A=D),R<B&&(B=R),R>O&&(O=R))}A==-1&&(I=B=A=O=0),i&&((I&1)==1&&I--,(B&1)==1&&B--);var F=(A-I+1)*(O-B+1);F<E&&(E=F,y=v,f=I,u=B,d=A-I+1,_=O-B+1)}var P=new Uint8Array(e[c-1-y]);y==1&&(o[c-1].dispose=2),h=new Uint8Array(d*_*4),C._copyTile(P,t,n,h,d,_,-f,-u,0),w=C._copyTile(l,t,n,h,d,_,-f,-u,3)?1:0,w==1?C.encode._prepareDiff(l,t,n,h,{x:f,y:u,width:d,height:_}):C._copyTile(l,t,n,h,d,_,-f,-u,0)}else h=l.slice(0);o.push({rect:{x:f,y:u,width:d,height:_},img:h,blend:w,dispose:0})}if(r)for(var c=0;c<o.length;c++){var W=o[c];if(W.blend!=1){var L=W.rect,z=o[c-1].rect,J=Math.min(L.x,z.x),Ue=Math.min(L.y,z.y),$e=Math.max(L.x+L.width,z.x+z.width),ct=Math.max(L.y+L.height,z.y+z.height),we={x:J,y:Ue,width:$e-J,height:ct-Ue};o[c-1].dispose=1,c-1!=0&&C.encode._updateFrame(e,t,n,o,c-1,we,i),C.encode._updateFrame(e,t,n,o,c,we,i)}}var Ee=0;if(e.length!=1)for(var k=0;k<o.length;k++){var W=o[k];Ee+=W.rect.width*W.rect.height}return o},C.encode._updateFrame=function(e,t,n,r,i,s,o){for(var c=Uint8Array,l=Uint32Array,a=new c(e[i-1]),h=new l(e[i-1]),f=i+1<e.length?new c(e[i+1]):null,u=new c(e[i]),d=new l(u.buffer),_=t,w=n,x=-1,y=-1,E=0;E<s.height;E++)for(var v=0;v<s.width;v++){var S=s.x+v,I=s.y+E,B=I*t+S,A=d[B];A==0||r[i-1].dispose==0&&h[B]==A&&(f==null||f[B*4+3]!=0)||(S<_&&(_=S),S>x&&(x=S),I<w&&(w=I),I>y&&(y=I))}x==-1&&(_=w=x=y=0),o&&((_&1)==1&&_--,(w&1)==1&&w--),s={x:_,y:w,width:x-_+1,height:y-w+1};var O=r[i];O.rect=s,O.blend=1,O.img=new Uint8Array(s.width*s.height*4),r[i-1].dispose==0?(C._copyTile(a,t,n,O.img,s.width,s.height,-s.x,-s.y,0),C.encode._prepareDiff(u,t,n,O.img,s)):C._copyTile(u,t,n,O.img,s.width,s.height,-s.x,-s.y,0)},C.encode._prepareDiff=function(e,t,n,r,i){C._copyTile(e,t,n,r,i.width,i.height,-i.x,-i.y,2)},C.encode._filterZero=function(e,t,n,r,i,s,o){var c=[],l=[0,1,2,3,4];s!=-1?l=[s]:(t*r>5e5||n==1)&&(l=[0]);var a;o&&(a={level:0});for(var h=o&&UZIP!=null?UZIP:ci,f=0;f<l.length;f++){for(var u=0;u<t;u++)C.encode._filterLine(i,e,u,r,n,l[f]);c.push(h.deflate(i,a))}for(var d,_=1e9,f=0;f<c.length;f++)c[f].length<_&&(d=f,_=c[f].length);return c[d]},C.encode._filterLine=function(e,t,n,r,i,s){var o=n*r,c=o+n,l=C.decode._paeth;if(e[c]=s,c++,s==0)if(r<500)for(var a=0;a<r;a++)e[c+a]=t[o+a];else e.set(new Uint8Array(t.buffer,o,r),c);else if(s==1){for(var a=0;a<i;a++)e[c+a]=t[o+a];for(var a=i;a<r;a++)e[c+a]=t[o+a]-t[o+a-i]+256&255}else if(n==0){for(var a=0;a<i;a++)e[c+a]=t[o+a];if(s==2)for(var a=i;a<r;a++)e[c+a]=t[o+a];if(s==3)for(var a=i;a<r;a++)e[c+a]=t[o+a]-(t[o+a-i]>>1)+256&255;if(s==4)for(var a=i;a<r;a++)e[c+a]=t[o+a]-l(t[o+a-i],0,0)+256&255}else{if(s==2)for(var a=0;a<r;a++)e[c+a]=t[o+a]+256-t[o+a-r]&255;if(s==3){for(var a=0;a<i;a++)e[c+a]=t[o+a]+256-(t[o+a-r]>>1)&255;for(var a=i;a<r;a++)e[c+a]=t[o+a]+256-(t[o+a-r]+t[o+a-i]>>1)&255}if(s==4){for(var a=0;a<i;a++)e[c+a]=t[o+a]+256-l(0,t[o+a-r],0)&255;for(var a=i;a<r;a++)e[c+a]=t[o+a]+256-l(t[o+a-i],t[o+a-r],t[o+a-i-r])&255}}},C.crc={table:function(){for(var e=new Uint32Array(256),t=0;t<256;t++){for(var n=t,r=0;r<8;r++)n&1?n=3988292384^n>>>1:n=n>>>1;e[t]=n}return e}(),update:function(e,t,n,r){for(var i=0;i<r;i++)e=C.crc.table[(e^t[n+i])&255]^e>>>8;return e},crc:function(e,t,n){return C.crc.update(4294967295,e,t,n)^4294967295}},C.quantize=function(e,t){var n=new Uint8Array(e),r=n.slice(0),i=new Uint32Array(r.buffer),s=C.quantize.getKDtree(r,t),o=s[0],c=s[1];C.quantize.planeDst;for(var l=n,a=i,h=l.length,f=new Uint8Array(n.length>>2),u=0;u<h;u+=4){var d=l[u]*.00392156862745098,_=l[u+1]*(1/255),w=l[u+2]*(1/255),x=l[u+3]*(1/255),y=C.quantize.getNearest(o,d,_,w,x);f[u>>2]=y.ind,a[u>>2]=y.est.rgba}return{abuf:r.buffer,inds:f,plte:c}},C.quantize.getKDtree=function(e,t,n){n==null&&(n=1e-4);var r=new Uint32Array(e.buffer),i={i0:0,i1:e.length,bst:null,est:null,tdst:0,left:null,right:null};i.bst=C.quantize.stats(e,i.i0,i.i1),i.est=C.quantize.estats(i.bst);for(var s=[i];s.length<t;){for(var o=0,c=0,l=0;l<s.length;l++)s[l].est.L>o&&(o=s[l].est.L,c=l);if(o<n)break;var a=s[c],h=C.quantize.splitPixels(e,r,a.i0,a.i1,a.est.e,a.est.eMq255),f=a.i0>=h||a.i1<=h;if(f){a.est.L=0;continue}var u={i0:a.i0,i1:h,bst:null,est:null,tdst:0,left:null,right:null};u.bst=C.quantize.stats(e,u.i0,u.i1),u.est=C.quantize.estats(u.bst);var d={i0:h,i1:a.i1,bst:null,est:null,tdst:0,left:null,right:null};d.bst={R:[],m:[],N:a.bst.N-u.bst.N};for(var l=0;l<16;l++)d.bst.R[l]=a.bst.R[l]-u.bst.R[l];for(var l=0;l<4;l++)d.bst.m[l]=a.bst.m[l]-u.bst.m[l];d.est=C.quantize.estats(d.bst),a.left=u,a.right=d,s[c]=u,s.push(d)}s.sort(function(_,w){return w.bst.N-_.bst.N});for(var l=0;l<s.length;l++)s[l].ind=l;return[i,s]},C.quantize.getNearest=function(e,t,n,r,i){if(e.left==null)return e.tdst=C.quantize.dist(e.est.q,t,n,r,i),e;var s=C.quantize.planeDst(e.est,t,n,r,i),o=e.left,c=e.right;s>0&&(o=e.right,c=e.left);var l=C.quantize.getNearest(o,t,n,r,i);if(l.tdst<=s*s)return l;var a=C.quantize.getNearest(c,t,n,r,i);return a.tdst<l.tdst?a:l},C.quantize.planeDst=function(e,t,n,r,i){var s=e.e;return s[0]*t+s[1]*n+s[2]*r+s[3]*i-e.eMq},C.quantize.dist=function(e,t,n,r,i){var s=t-e[0],o=n-e[1],c=r-e[2],l=i-e[3];return s*s+o*o+c*c+l*l},C.quantize.splitPixels=function(e,t,n,r,i,s){var o=C.quantize.vecDot;for(r-=4;n<r;){for(;o(e,n,i)<=s;)n+=4;for(;o(e,r,i)>s;)r-=4;if(n>=r)break;var c=t[n>>2];t[n>>2]=t[r>>2],t[r>>2]=c,n+=4,r-=4}for(;o(e,n,i)>s;)n-=4;return n+4},C.quantize.vecDot=function(e,t,n){return e[t]*n[0]+e[t+1]*n[1]+e[t+2]*n[2]+e[t+3]*n[3]},C.quantize.stats=function(e,t,n){for(var r=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],i=[0,0,0,0],s=n-t>>2,o=t;o<n;o+=4){var c=e[o]*.00392156862745098,l=e[o+1]*(1/255),a=e[o+2]*(1/255),h=e[o+3]*(1/255);i[0]+=c,i[1]+=l,i[2]+=a,i[3]+=h,r[0]+=c*c,r[1]+=c*l,r[2]+=c*a,r[3]+=c*h,r[5]+=l*l,r[6]+=l*a,r[7]+=l*h,r[10]+=a*a,r[11]+=a*h,r[15]+=h*h}return r[4]=r[1],r[8]=r[2],r[9]=r[6],r[12]=r[3],r[13]=r[7],r[14]=r[11],{R:r,m:i,N:s}},C.quantize.estats=function(e){var t=e.R,n=e.m,r=e.N,i=n[0],s=n[1],o=n[2],c=n[3],l=r==0?0:1/r,a=[t[0]-i*i*l,t[1]-i*s*l,t[2]-i*o*l,t[3]-i*c*l,t[4]-s*i*l,t[5]-s*s*l,t[6]-s*o*l,t[7]-s*c*l,t[8]-o*i*l,t[9]-o*s*l,t[10]-o*o*l,t[11]-o*c*l,t[12]-c*i*l,t[13]-c*s*l,t[14]-c*o*l,t[15]-c*c*l],h=a,f=C.M4,u=[.5,.5,.5,.5],d=0,_=0;if(r!=0)for(var w=0;w<10&&(u=f.multVec(h,u),_=Math.sqrt(f.dot(u,u)),u=f.sml(1/_,u),!(Math.abs(_-d)<1e-9));w++)d=_;var x=[i*l,s*l,o*l,c*l],y=f.dot(f.sml(255,x),u);return{Cov:a,q:x,e:u,L:d,eMq255:y,eMq:f.dot(u,x),rgba:(Math.round(255*x[3])<<24|Math.round(255*x[2])<<16|Math.round(255*x[1])<<8|Math.round(255*x[0])<<0)>>>0}},C.M4={multVec:function(e,t){return[e[0]*t[0]+e[1]*t[1]+e[2]*t[2]+e[3]*t[3],e[4]*t[0]+e[5]*t[1]+e[6]*t[2]+e[7]*t[3],e[8]*t[0]+e[9]*t[1]+e[10]*t[2]+e[11]*t[3],e[12]*t[0]+e[13]*t[1]+e[14]*t[2]+e[15]*t[3]]},dot:function(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]+e[3]*t[3]},sml:function(e,t){return[e*t[0],e*t[1],e*t[2],e*t[3]]}},C.encode.concatRGBA=function(e){for(var t=0,n=0;n<e.length;n++)t+=e[n].byteLength;for(var r=new Uint8Array(t),i=0,n=0;n<e.length;n++){for(var s=new Uint8Array(e[n]),o=s.length,c=0;c<o;c+=4){var l=s[c],a=s[c+1],h=s[c+2],f=s[c+3];f==0&&(l=a=h=0),r[i+c]=l,r[i+c+1]=a,r[i+c+2]=h,r[i+c+3]=f}i+=o}return r.buffer};const pf=e=>{if(e===0)return zt.Greyscale;if(e===2)return zt.Truecolour;if(e===3)return zt.IndexedColour;if(e===4)return zt.GreyscaleWithAlpha;if(e===6)return zt.TruecolourWithAlpha;throw new Error(`Unknown color type: ${e}`)},bf=e=>{const t=Math.floor(e.length/4),n=new Uint8Array(t*3),r=new Uint8Array(t*1);let i=0,s=0,o=0;for(;i<e.length;)n[s++]=e[i++],n[s++]=e[i++],n[s++]=e[i++],r[o++]=e[i++];return{rgbChannel:n,alphaChannel:r}};var zt=(e=>(e.Greyscale="Greyscale",e.Truecolour="Truecolour",e.IndexedColour="IndexedColour",e.GreyscaleWithAlpha="GreyscaleWithAlpha",e.TruecolourWithAlpha="TruecolourWithAlpha",e))(zt||{});const ya=class{constructor(e){b(this,"rgbChannel"),b(this,"alphaChannel"),b(this,"type"),b(this,"width"),b(this,"height"),b(this,"bitsPerComponent");const t=C.decode(e),n=C.toRGBA8(t);if(n.length>1)throw new Error("Animated PNGs are not supported");const r=new Uint8Array(n[0]),{rgbChannel:i,alphaChannel:s}=bf(r);this.rgbChannel=i,s.some(c=>c<255)&&(this.alphaChannel=s),this.type=pf(t.ctype),this.width=t.width,this.height=t.height,this.bitsPerComponent=8}};let wa=ya;b(wa,"load",e=>new ya(e));class Ai{constructor(t){b(this,"bitsPerComponent"),b(this,"height"),b(this,"width"),b(this,"colorSpace"),b(this,"image"),this.image=t,this.bitsPerComponent=t.bitsPerComponent,this.width=t.width,this.height=t.height,this.colorSpace="DeviceRGB"}static async for(t){const n=wa.load(t);return new Ai(n)}async embedIntoContext(t,n){const r=this.embedAlphaChannel(t),i=t.flateStream(this.image.rgbChannel,{Type:"XObject",Subtype:"Image",BitsPerComponent:this.image.bitsPerComponent,Width:this.image.width,Height:this.image.height,ColorSpace:this.colorSpace,SMask:r});return n?(t.assign(n,i),n):t.register(i)}embedAlphaChannel(t){if(!this.image.alphaChannel)return;const n=t.flateStream(this.image.alphaChannel,{Type:"XObject",Subtype:"Image",Height:this.image.height,Width:this.image.width,BitsPerComponent:this.image.bitsPerComponent,ColorSpace:"DeviceGray",Decode:[0,1]});return t.register(n)}}const mf=/\/([^\0\t\n\f\r\ ]+)[\0\t\n\f\r\ ]*(\d*\.\d+|\d+)?[\0\t\n\f\r\ ]+Tf/;class tr{constructor(t,n){b(this,"dict"),b(this,"ref"),this.dict=t,this.ref=n}T(){return this.dict.lookupMaybe(p.of("T"),oe,X)}Ff(){const t=this.getInheritableAttribute(p.of("Ff"));return this.dict.context.lookupMaybe(t,U)}V(){const t=this.getInheritableAttribute(p.of("V"));return this.dict.context.lookup(t)}Kids(){return this.dict.lookupMaybe(p.of("Kids"),q)}DA(){const t=this.dict.lookup(p.of("DA"));if(t instanceof oe||t instanceof X)return t}setKids(t){this.dict.set(p.of("Kids"),this.dict.context.obj(t))}getParent(){const t=this.dict.get(p.of("Parent"));if(t instanceof re){const n=this.dict.lookup(p.of("Parent"),G);return new tr(n,t)}}setParent(t){t?this.dict.set(p.of("Parent"),t):this.dict.delete(p.of("Parent"))}getFullyQualifiedName(){const t=this.getParent();return t?`${t.getFullyQualifiedName()}.${this.getPartialName()}`:this.getPartialName()}getPartialName(){var t;return(t=this.T())==null?void 0:t.decodeText()}setPartialName(t){t?this.dict.set(p.of("T"),X.fromText(t)):this.dict.delete(p.of("T"))}setDefaultAppearance(t){this.dict.set(p.of("DA"),oe.of(t))}getDefaultAppearance(){const t=this.DA();return t instanceof X?t.decodeText():t?.asString()}setFontSize(t){var n;const r=(n=this.getFullyQualifiedName())!=null?n:"",i=this.getDefaultAppearance();if(!i)throw new Xc(r);const s=Bc(i,mf);if(!s.match)throw new Yc(r);const o=i.slice(0,s.pos-s.match[0].length),c=s.pos<=i.length?i.slice(s.pos):"",l=s.match[1],a=`${o} /${l} ${t} Tf ${c}`;this.setDefaultAppearance(a)}getFlags(){var t,n;return(n=(t=this.Ff())==null?void 0:t.asNumber())!=null?n:0}setFlags(t){this.dict.set(p.of("Ff"),U.of(t))}hasFlag(t){return(this.getFlags()&t)!==0}setFlag(t){const n=this.getFlags();this.setFlags(n|t)}clearFlag(t){const n=this.getFlags();this.setFlags(n&~t)}setFlagTo(t,n){n?this.setFlag(t):this.clearFlag(t)}getInheritableAttribute(t){let n;return this.ascend(r=>{n||(n=r.dict.get(t))}),n}ascend(t){t(this);const n=this.getParent();n&&n.ascend(t)}}const xa=class{constructor(e){b(this,"dict"),this.dict=e}W(){const e=this.dict.lookup(p.of("W"));if(e instanceof U)return e}getWidth(){var e,t;return(t=(e=this.W())==null?void 0:e.asNumber())!=null?t:1}setWidth(e){const t=this.dict.context.obj(e);this.dict.set(p.of("W"),t)}};let nr=xa;b(nr,"fromDict",e=>new xa(e));const Sa=class{constructor(e){b(this,"dict"),this.dict=e}Rect(){return this.dict.lookup(p.of("Rect"),q)}AP(){return this.dict.lookupMaybe(p.of("AP"),G)}F(){const e=this.dict.lookup(p.of("F"));return this.dict.context.lookupMaybe(e,U)}getRectangle(){var e;const t=this.Rect();return(e=t?.asRectangle())!=null?e:{x:0,y:0,width:0,height:0}}setRectangle(e){const{x:t,y:n,width:r,height:i}=e,s=this.dict.context.obj([t,n,t+r,n+i]);this.dict.set(p.of("Rect"),s)}getAppearanceState(){const e=this.dict.lookup(p.of("AS"));if(e instanceof p)return e}setAppearanceState(e){this.dict.set(p.of("AS"),e)}setAppearances(e){this.dict.set(p.of("AP"),e)}ensureAP(){let e=this.AP();return e||(e=this.dict.context.obj({}),this.dict.set(p.of("AP"),e)),e}getNormalAppearance(){const t=this.ensureAP().get(p.of("N"));if(t instanceof re||t instanceof G)return t;throw new Error(`Unexpected N type: ${t?.constructor.name}`)}setNormalAppearance(e){this.ensureAP().set(p.of("N"),e)}setRolloverAppearance(e){this.ensureAP().set(p.of("R"),e)}setDownAppearance(e){this.ensureAP().set(p.of("D"),e)}removeRolloverAppearance(){const e=this.AP();e?.delete(p.of("R"))}removeDownAppearance(){const e=this.AP();e?.delete(p.of("D"))}getAppearances(){const e=this.AP();if(!e)return;const t=e.lookup(p.of("N"),G,st),n=e.lookupMaybe(p.of("R"),G,st),r=e.lookupMaybe(p.of("D"),G,st);return{normal:t,rollover:n,down:r}}getFlags(){var e,t;return(t=(e=this.F())==null?void 0:e.asNumber())!=null?t:0}setFlags(e){this.dict.set(p.of("F"),U.of(e))}hasFlag(e){return(this.getFlags()&e)!==0}setFlag(e){const t=this.getFlags();this.setFlags(t|e)}clearFlag(e){const t=this.getFlags();this.setFlags(t&~e)}setFlagTo(e,t){t?this.setFlag(e):this.clearFlag(e)}};let va=Sa;b(va,"fromDict",e=>new Sa(e));const ka=class{constructor(e){b(this,"dict"),this.dict=e}R(){const e=this.dict.lookup(p.of("R"));if(e instanceof U)return e}BC(){const e=this.dict.lookup(p.of("BC"));if(e instanceof q)return e}BG(){const e=this.dict.lookup(p.of("BG"));if(e instanceof q)return e}CA(){const e=this.dict.lookup(p.of("CA"));if(e instanceof X||e instanceof oe)return e}RC(){const e=this.dict.lookup(p.of("RC"));if(e instanceof X||e instanceof oe)return e}AC(){const e=this.dict.lookup(p.of("AC"));if(e instanceof X||e instanceof oe)return e}getRotation(){var e;return(e=this.R())==null?void 0:e.asNumber()}getBorderColor(){const e=this.BC();if(!e)return;const t=[];for(let n=0,r=e?.size();n<r;n++){const i=e.get(n);i instanceof U&&t.push(i.asNumber())}return t}getBackgroundColor(){const e=this.BG();if(!e)return;const t=[];for(let n=0,r=e?.size();n<r;n++){const i=e.get(n);i instanceof U&&t.push(i.asNumber())}return t}getCaptions(){const e=this.CA(),t=this.RC(),n=this.AC();return{normal:e?.decodeText(),rollover:t?.decodeText(),down:n?.decodeText()}}setRotation(e){const t=this.dict.context.obj(e);this.dict.set(p.of("R"),t)}setBorderColor(e){const t=this.dict.context.obj(e);this.dict.set(p.of("BC"),t)}setBackgroundColor(e){const t=this.dict.context.obj(e);this.dict.set(p.of("BG"),t)}setCaptions(e){const t=X.fromText(e.normal);if(this.dict.set(p.of("CA"),t),e.rollover){const n=X.fromText(e.rollover);this.dict.set(p.of("RC"),n)}else this.dict.delete(p.of("RC"));if(e.down){const n=X.fromText(e.down);this.dict.set(p.of("AC"),n)}else this.dict.delete(p.of("AC"))}};let rr=ka;b(rr,"fromDict",e=>new ka(e));const Ci=class extends va{MK(){const e=this.dict.lookup(p.of("MK"));if(e instanceof G)return e}BS(){const e=this.dict.lookup(p.of("BS"));if(e instanceof G)return e}DA(){const e=this.dict.lookup(p.of("DA"));if(e instanceof oe||e instanceof X)return e}P(){const e=this.dict.get(p.of("P"));if(e instanceof re)return e}setP(e){this.dict.set(p.of("P"),e)}setDefaultAppearance(e){this.dict.set(p.of("DA"),oe.of(e))}getDefaultAppearance(){const e=this.DA();return e instanceof X?e.decodeText():e?.asString()}getAppearanceCharacteristics(){const e=this.MK();if(e)return rr.fromDict(e)}getOrCreateAppearanceCharacteristics(){const e=this.MK();if(e)return rr.fromDict(e);const t=rr.fromDict(this.dict.context.obj({}));return this.dict.set(p.of("MK"),t.dict),t}getBorderStyle(){const e=this.BS();if(e)return nr.fromDict(e)}getOrCreateBorderStyle(){const e=this.BS();if(e)return nr.fromDict(e);const t=nr.fromDict(this.dict.context.obj({}));return this.dict.set(p.of("BS"),t.dict),t}getOnValue(){var e;const t=(e=this.getAppearances())==null?void 0:e.normal;if(t instanceof G){const n=t.keys();for(let r=0,i=n.length;r<i;r++){const s=n[r];if(s!==p.of("Off"))return s}}}};let ir=Ci;b(ir,"fromDict",e=>new Ci(e)),b(ir,"create",(e,t)=>{const n=e.obj({Type:"Annot",Subtype:"Widget",Rect:[0,0,0,0],Parent:t});return new Ci(n)});const Aa=class extends tr{FT(){const e=this.getInheritableAttribute(p.of("FT"));return this.dict.context.lookup(e,p)}getWidgets(){const e=this.Kids();if(!e)return[ir.fromDict(this.dict)];const t=new Array(e.size());for(let n=0,r=e.size();n<r;n++){const i=e.lookup(n,G);t[n]=ir.fromDict(i)}return t}addWidget(e){const{Kids:t}=this.normalizedEntries();t.push(e)}removeWidget(e){const t=this.Kids();if(t){if(e<0||e>t.size())throw new zn(e,0,t.size());t.remove(e)}else{if(e!==0)throw new zn(e,0,0);this.setKids([])}}normalizedEntries(){let e=this.Kids();return e||(e=this.dict.context.obj([this.ref]),this.dict.set(p.of("Kids"),e)),{Kids:e}}};let Ft=Aa;b(Ft,"fromDict",(e,t)=>new Aa(e,t));class Bi extends Ft{Opt(){return this.dict.lookupMaybe(p.of("Opt"),oe,X,q)}setOpt(t){this.dict.set(p.of("Opt"),this.dict.context.obj(t))}getExportValues(){const t=this.Opt();if(!t)return;if(t instanceof oe||t instanceof X)return[t];const n=[];for(let r=0,i=t.size();r<i;r++){const s=t.lookup(r);(s instanceof oe||s instanceof X)&&n.push(s)}return n}removeExportValue(t){const n=this.Opt();if(!!n)if(n instanceof oe||n instanceof X){if(t!==0)throw new zn(t,0,0);this.setOpt([])}else{if(t<0||t>n.size())throw new zn(t,0,n.size());n.remove(t)}}normalizeExportValues(){var t,n,r,i;const s=(t=this.getExportValues())!=null?t:[],o=[],c=this.getWidgets();for(let l=0,a=c.length;l<a;l++){const h=c[l],f=(i=s[l])!=null?i:X.fromText((r=(n=h.getOnValue())==null?void 0:n.decodeText())!=null?r:"");o.push(f)}this.setOpt(o)}addOpt(t,n){var r;this.normalizeExportValues();const i=t.decodeText();let s;if(n){const c=(r=this.getExportValues())!=null?r:[];for(let l=0,a=c.length;l<a;l++)c[l].decodeText()===i&&(s=l)}const o=this.Opt();return o.push(t),s??o.size()-1}addWidgetWithOpt(t,n,r){const i=this.addOpt(n,r),s=p.of(String(i));return this.addWidget(t),s}}const Ti=class extends Bi{setValue(e){var t;const n=(t=this.getOnValue())!=null?t:p.of("Yes");if(e!==n&&e!==p.of("Off"))throw new Tr;this.dict.set(p.of("V"),e);const r=this.getWidgets();for(let i=0,s=r.length;i<s;i++){const o=r[i],c=o.getOnValue()===e?e:p.of("Off");o.setAppearanceState(c)}}getValue(){const e=this.V();return e instanceof p?e:p.of("Off")}getOnValue(){const[e]=this.getWidgets();return e?.getOnValue()}};let Di=Ti;b(Di,"fromDict",(e,t)=>new Ti(e,t)),b(Di,"create",e=>{const t=e.obj({FT:"Btn",Kids:[]}),n=e.register(t);return new Ti(t,n)});const le=e=>1<<e;var _f=(e=>(e[e.ReadOnly=le(0)]="ReadOnly",e[e.Required=le(1)]="Required",e[e.NoExport=le(2)]="NoExport",e))(_f||{}),bn=(e=>(e[e.NoToggleToOff=le(14)]="NoToggleToOff",e[e.Radio=le(15)]="Radio",e[e.PushButton=le(16)]="PushButton",e[e.RadiosInUnison=le(25)]="RadiosInUnison",e))(bn||{}),yf=(e=>(e[e.Multiline=le(12)]="Multiline",e[e.Password=le(13)]="Password",e[e.FileSelect=le(20)]="FileSelect",e[e.DoNotSpellCheck=le(22)]="DoNotSpellCheck",e[e.DoNotScroll=le(23)]="DoNotScroll",e[e.Comb=le(24)]="Comb",e[e.RichText=le(25)]="RichText",e))(yf||{}),Nt=(e=>(e[e.Combo=le(17)]="Combo",e[e.Edit=le(18)]="Edit",e[e.Sort=le(19)]="Sort",e[e.MultiSelect=le(21)]="MultiSelect",e[e.DoNotSpellCheck=le(22)]="DoNotSpellCheck",e[e.CommitOnSelChange=le(26)]="CommitOnSelChange",e))(Nt||{});class Ca extends Ft{setValues(t){if(this.hasFlag(Nt.Combo)&&!this.hasFlag(Nt.Edit)&&!this.valuesAreValid(t))throw new Tr;if(t.length===0&&this.dict.delete(p.of("V")),t.length===1&&this.dict.set(p.of("V"),t[0]),t.length>1){if(!this.hasFlag(Nt.MultiSelect))throw new qc;this.dict.set(p.of("V"),this.dict.context.obj(t))}this.updateSelectedIndices(t)}valuesAreValid(t){const n=this.getOptions();for(let r=0,i=t.length;r<i;r++){const s=t[r].decodeText();if(!n.find(o=>s===(o.display||o.value).decodeText()))return!1}return!0}updateSelectedIndices(t){if(t.length>1){const n=new Array(t.length),r=this.getOptions();for(let i=0,s=t.length;i<s;i++){const o=t[i].decodeText();n[i]=r.findIndex(c=>o===(c.display||c.value).decodeText())}this.dict.set(p.of("I"),this.dict.context.obj(n.sort()))}else this.dict.delete(p.of("I"))}getValues(){const t=this.V();if(t instanceof oe||t instanceof X)return[t];if(t instanceof q){const n=[];for(let r=0,i=t.size();r<i;r++){const s=t.lookup(r);(s instanceof oe||s instanceof X)&&n.push(s)}return n}return[]}Opt(){return this.dict.lookupMaybe(p.of("Opt"),oe,X,q)}setOptions(t){const n=new Array(t.length);for(let r=0,i=t.length;r<i;r++){const{value:s,display:o}=t[r];n[r]=this.dict.context.obj([s,o||s])}this.dict.set(p.of("Opt"),this.dict.context.obj(n))}getOptions(){const t=this.Opt();if(t instanceof oe||t instanceof X)return[{value:t,display:t}];if(t instanceof q){const n=[];for(let r=0,i=t.size();r<i;r++){const s=t.lookup(r);if((s instanceof oe||s instanceof X)&&n.push({value:s,display:s}),s instanceof q&&s.size()>0){const o=s.lookup(0,oe,X),c=s.lookupMaybe(1,oe,X);n.push({value:o,display:c||o})}}return n}return[]}}const Ei=class extends Ca{};let Pi=Ei;b(Pi,"fromDict",(e,t)=>new Ei(e,t)),b(Pi,"create",e=>{const t=e.obj({FT:"Ch",Ff:Nt.Combo,Kids:[]}),n=e.register(t);return new Ei(t,n)});const Ri=class extends tr{addField(e){const{Kids:t}=this.normalizedEntries();t?.push(e)}normalizedEntries(){let e=this.Kids();return e||(e=this.dict.context.obj([]),this.dict.set(p.of("Kids"),e)),{Kids:e}}};let sr=Ri;b(sr,"fromDict",(e,t)=>new Ri(e,t)),b(sr,"create",e=>{const t=e.obj({}),n=e.register(t);return new Ri(t,n)});const Ba=class extends Ft{};let Ta=Ba;b(Ta,"fromDict",(e,t)=>new Ba(e,t));const Ii=class extends Ft{MaxLen(){const e=this.dict.lookup(p.of("MaxLen"));if(e instanceof U)return e}Q(){const e=this.dict.lookup(p.of("Q"));if(e instanceof U)return e}setMaxLength(e){this.dict.set(p.of("MaxLen"),U.of(e))}removeMaxLength(){this.dict.delete(p.of("MaxLen"))}getMaxLength(){var e;return(e=this.MaxLen())==null?void 0:e.asNumber()}setQuadding(e){this.dict.set(p.of("Q"),U.of(e))}getQuadding(){var e;return(e=this.Q())==null?void 0:e.asNumber()}setValue(e){this.dict.set(p.of("V"),e)}removeValue(){this.dict.delete(p.of("V"))}getValue(){const e=this.V();if(e instanceof oe||e instanceof X)return e}};let Oi=Ii;b(Oi,"fromDict",(e,t)=>new Ii(e,t)),b(Oi,"create",e=>{const t=e.obj({FT:"Tx",Kids:[]}),n=e.register(t);return new Ii(t,n)});const zi=class extends Bi{};let Fi=zi;b(Fi,"fromDict",(e,t)=>new zi(e,t)),b(Fi,"create",e=>{const t=e.obj({FT:"Btn",Ff:bn.PushButton,Kids:[]}),n=e.register(t);return new zi(t,n)});const Ni=class extends Bi{setValue(e){if(!this.getOnValues().includes(e)&&e!==p.of("Off"))throw new Tr;this.dict.set(p.of("V"),e);const n=this.getWidgets();for(let r=0,i=n.length;r<i;r++){const s=n[r],o=s.getOnValue()===e?e:p.of("Off");s.setAppearanceState(o)}}getValue(){const e=this.V();return e instanceof p?e:p.of("Off")}getOnValues(){const e=this.getWidgets(),t=[];for(let n=0,r=e.length;n<r;n++){const i=e[n].getOnValue();i&&t.push(i)}return t}};let Mi=Ni;b(Mi,"fromDict",(e,t)=>new Ni(e,t)),b(Mi,"create",e=>{const t=e.obj({FT:"Btn",Ff:bn.Radio,Kids:[]}),n=e.register(t);return new Ni(t,n)});const Li=class extends Ca{};let ji=Li;b(ji,"fromDict",(e,t)=>new Li(e,t)),b(ji,"create",e=>{const t=e.obj({FT:"Ch",Kids:[]}),n=e.register(t);return new Li(t,n)});const wf=e=>{if(!e)return[];const t=[];for(let n=0,r=e.size();n<r;n++){const i=e.get(n),s=e.lookup(n);i instanceof re&&s instanceof G&&t.push([Da(s,i),i])}return t},Da=(e,t)=>xf(e)?sr.fromDict(e,t):Sf(e,t),xf=e=>{const t=e.lookup(p.of("Kids"));if(t instanceof q)for(let n=0,r=t.size();n<r;n++){const i=t.lookup(n);if(i instanceof G&&i.has(p.of("T")))return!0}return!1},Sf=(e,t)=>{const n=$i(e,p.of("FT")),r=e.context.lookup(n,p);return r===p.of("Btn")?vf(e,t):r===p.of("Ch")?kf(e,t):r===p.of("Tx")?Oi.fromDict(e,t):r===p.of("Sig")?Ta.fromDict(e,t):Ft.fromDict(e,t)},vf=(e,t)=>{var n;const r=$i(e,p.of("Ff")),i=e.context.lookupMaybe(r,U),s=(n=i?.asNumber())!=null?n:0;return Ui(s,bn.PushButton)?Fi.fromDict(e,t):Ui(s,bn.Radio)?Mi.fromDict(e,t):Di.fromDict(e,t)},kf=(e,t)=>{var n;const r=$i(e,p.of("Ff")),i=e.context.lookupMaybe(r,U),s=(n=i?.asNumber())!=null?n:0;return Ui(s,Nt.Combo)?Pi.fromDict(e,t):ji.fromDict(e,t)},Ui=(e,t)=>(e&t)!==0,$i=(e,t)=>{let n;return Ea(e,r=>{n||(n=r.get(t))}),n},Ea=(e,t)=>{t(e);const n=e.lookupMaybe(p.of("Parent"),G);n&&Ea(n,t)},Hi=class{constructor(e){b(this,"dict"),this.dict=e}Fields(){const e=this.dict.lookup(p.of("Fields"));if(e instanceof q)return e}getFields(){const{Fields:e}=this.normalizedEntries(),t=new Array(e.size());for(let n=0,r=e.size();n<r;n++){const i=e.get(n),s=e.lookup(n,G);t[n]=[Da(s,i),i]}return t}getAllFields(){const e=[],t=n=>{if(!!n)for(let r=0,i=n.length;r<i;r++){const s=n[r];e.push(s);const[o]=s;o instanceof sr&&t(wf(o.Kids()))}};return t(this.getFields()),e}addField(e){const{Fields:t}=this.normalizedEntries();t?.push(e)}removeField(e){const t=e.getParent(),n=t===void 0?this.normalizedEntries().Fields:t.Kids(),r=n?.indexOf(e.ref);if(n===void 0||r===void 0)throw new Error(`Tried to remove inexistent field ${e.getFullyQualifiedName()}`);n.remove(r),t!==void 0&&n.size()===0&&this.removeField(t)}normalizedEntries(){let e=this.Fields();return e||(e=this.dict.context.obj([]),this.dict.set(p.of("Fields"),e)),{Fields:e}}};let or=Hi;b(or,"fromDict",e=>new Hi(e)),b(or,"create",e=>{const t=e.obj({Fields:[]});return new Hi(t)});const ar=(e,t)=>{if(e!==void 0)return t[e]};var Wi=(e=>(e.UseNone="UseNone",e.UseOutlines="UseOutlines",e.UseThumbs="UseThumbs",e.UseOC="UseOC",e))(Wi||{}),Gi=(e=>(e.L2R="L2R",e.R2L="R2L",e))(Gi||{}),Vi=(e=>(e.None="None",e.AppDefault="AppDefault",e))(Vi||{}),Ki=(e=>(e.Simplex="Simplex",e.DuplexFlipShortEdge="DuplexFlipShortEdge",e.DuplexFlipLongEdge="DuplexFlipLongEdge",e))(Ki||{});const Zi=class{constructor(e){b(this,"dict"),this.dict=e}lookupBool(e){const t=this.dict.lookup(p.of(e));if(t instanceof mt)return t}lookupName(e){const t=this.dict.lookup(p.of(e));if(t instanceof p)return t}HideToolbar(){return this.lookupBool("HideToolbar")}HideMenubar(){return this.lookupBool("HideMenubar")}HideWindowUI(){return this.lookupBool("HideWindowUI")}FitWindow(){return this.lookupBool("FitWindow")}CenterWindow(){return this.lookupBool("CenterWindow")}DisplayDocTitle(){return this.lookupBool("DisplayDocTitle")}NonFullScreenPageMode(){return this.lookupName("NonFullScreenPageMode")}Direction(){return this.lookupName("Direction")}PrintScaling(){return this.lookupName("PrintScaling")}Duplex(){return this.lookupName("Duplex")}PickTrayByPDFSize(){return this.lookupBool("PickTrayByPDFSize")}PrintPageRange(){const e=this.dict.lookup(p.of("PrintPageRange"));if(e instanceof q)return e}NumCopies(){const e=this.dict.lookup(p.of("NumCopies"));if(e instanceof U)return e}getHideToolbar(){var e,t;return(t=(e=this.HideToolbar())==null?void 0:e.asBoolean())!=null?t:!1}getHideMenubar(){var e,t;return(t=(e=this.HideMenubar())==null?void 0:e.asBoolean())!=null?t:!1}getHideWindowUI(){var e,t;return(t=(e=this.HideWindowUI())==null?void 0:e.asBoolean())!=null?t:!1}getFitWindow(){var e,t;return(t=(e=this.FitWindow())==null?void 0:e.asBoolean())!=null?t:!1}getCenterWindow(){var e,t;return(t=(e=this.CenterWindow())==null?void 0:e.asBoolean())!=null?t:!1}getDisplayDocTitle(){var e,t;return(t=(e=this.DisplayDocTitle())==null?void 0:e.asBoolean())!=null?t:!1}getNonFullScreenPageMode(){var e,t;const n=(e=this.NonFullScreenPageMode())==null?void 0:e.decodeText();return(t=ar(n,Wi))!=null?t:"UseNone"}getReadingDirection(){var e,t;const n=(e=this.Direction())==null?void 0:e.decodeText();return(t=ar(n,Gi))!=null?t:"L2R"}getPrintScaling(){var e,t;const n=(e=this.PrintScaling())==null?void 0:e.decodeText();return(t=ar(n,Vi))!=null?t:"AppDefault"}getDuplex(){var e;const t=(e=this.Duplex())==null?void 0:e.decodeText();return ar(t,Ki)}getPickTrayByPDFSize(){var e;return(e=this.PickTrayByPDFSize())==null?void 0:e.asBoolean()}getPrintPageRange(){const e=this.PrintPageRange();if(!e)return[];const t=[];for(let n=0;n<e.size();n+=2){const r=e.lookup(n,U).asNumber(),i=e.lookup(n+1,U).asNumber();t.push({start:r,end:i})}return t}getNumCopies(){var e,t;return(t=(e=this.NumCopies())==null?void 0:e.asNumber())!=null?t:1}setHideToolbar(e){const t=this.dict.context.obj(e);this.dict.set(p.of("HideToolbar"),t)}setHideMenubar(e){const t=this.dict.context.obj(e);this.dict.set(p.of("HideMenubar"),t)}setHideWindowUI(e){const t=this.dict.context.obj(e);this.dict.set(p.of("HideWindowUI"),t)}setFitWindow(e){const t=this.dict.context.obj(e);this.dict.set(p.of("FitWindow"),t)}setCenterWindow(e){const t=this.dict.context.obj(e);this.dict.set(p.of("CenterWindow"),t)}setDisplayDocTitle(e){const t=this.dict.context.obj(e);this.dict.set(p.of("DisplayDocTitle"),t)}setNonFullScreenPageMode(e){Zt(e,"nonFullScreenPageMode",Wi);const t=p.of(e);this.dict.set(p.of("NonFullScreenPageMode"),t)}setReadingDirection(e){Zt(e,"readingDirection",Gi);const t=p.of(e);this.dict.set(p.of("Direction"),t)}setPrintScaling(e){Zt(e,"printScaling",Vi);const t=p.of(e);this.dict.set(p.of("PrintScaling"),t)}setDuplex(e){Zt(e,"duplex",Ki);const t=p.of(e);this.dict.set(p.of("Duplex"),t)}setPickTrayByPDFSize(e){const t=this.dict.context.obj(e);this.dict.set(p.of("PickTrayByPDFSize"),t)}setPrintPageRange(e){Array.isArray(e)||(e=[e]);const t=[];for(let r=0,i=e.length;r<i;r++)t.push(e[r].start),t.push(e[r].end);Cs(t,"printPageRange",["number"]);const n=this.dict.context.obj(t);this.dict.set(p.of("PrintPageRange"),n)}setNumCopies(e){Je(e,"numCopies",1,Number.MAX_VALUE),Wc(e,"numCopies");const t=this.dict.context.obj(e);this.dict.set(p.of("NumCopies"),t)}};let cr=Zi;b(cr,"fromDict",e=>new Zi(e)),b(cr,"create",e=>{const t=e.obj({});return new Zi(t)});const qi=class extends G{Pages(){return this.lookup(p.of("Pages"),G)}AcroForm(){return this.lookupMaybe(p.of("AcroForm"),G)}getAcroForm(){const e=this.AcroForm();if(!!e)return or.fromDict(e)}getOrCreateAcroForm(){let e=this.getAcroForm();if(!e){e=or.create(this.context);const t=this.context.register(e.dict);this.set(p.of("AcroForm"),t)}return e}ViewerPreferences(){return this.lookupMaybe(p.of("ViewerPreferences"),G)}getViewerPreferences(){const e=this.ViewerPreferences();if(!!e)return cr.fromDict(e)}getOrCreateViewerPreferences(){let e=this.getViewerPreferences();if(!e){e=cr.create(this.context);const t=this.context.register(e.dict);this.set(p.of("ViewerPreferences"),t)}return e}insertLeafNode(e,t){const n=this.get(p.of("Pages"));return this.Pages().insertLeafNode(e,t)||n}removeLeafNode(e){this.Pages().removeLeafNode(e)}};let Xi=qi;b(Xi,"withContextAndPages",(e,t)=>{const n=new Map;return n.set(p.of("Type"),p.of("Catalog")),n.set(p.of("Pages"),t),new qi(n,e)}),b(Xi,"fromMapWithContext",(e,t)=>new qi(e,t));const lr=class extends G{constructor(e,t,n=!0){super(e,t),b(this,"normalized",!1),b(this,"autoNormalizeCTM"),this.autoNormalizeCTM=n}clone(e){const t=lr.fromMapWithContext(new Map,e||this.context,this.autoNormalizeCTM),n=this.entries();for(let r=0,i=n.length;r<i;r++){const[s,o]=n[r];t.set(s,o)}return t}Parent(){return this.lookupMaybe(p.Parent,G)}Contents(){return this.lookup(p.of("Contents"))}Annots(){return this.lookupMaybe(p.Annots,q)}BleedBox(){return this.lookupMaybe(p.BleedBox,q)}TrimBox(){return this.lookupMaybe(p.TrimBox,q)}ArtBox(){return this.lookupMaybe(p.ArtBox,q)}Resources(){const e=this.getInheritableAttribute(p.Resources);return this.context.lookupMaybe(e,G)}MediaBox(){const e=this.getInheritableAttribute(p.MediaBox);return this.context.lookup(e,q)}CropBox(){const e=this.getInheritableAttribute(p.CropBox);return this.context.lookupMaybe(e,q)}Rotate(){const e=this.getInheritableAttribute(p.Rotate);return this.context.lookupMaybe(e,U)}getInheritableAttribute(e){let t;return this.ascend(n=>{t||(t=n.get(e))}),t}setParent(e){this.set(p.Parent,e)}addContentStream(e){const t=this.normalizedEntries().Contents||this.context.obj([]);this.set(p.Contents,t),t.push(e)}wrapContentStreams(e,t){const n=this.Contents();return n instanceof q?(n.insert(0,e),n.push(t),!0):!1}addAnnot(e){const{Annots:t}=this.normalizedEntries();t.push(e)}removeAnnot(e){const{Annots:t}=this.normalizedEntries(),n=t.indexOf(e);n!==void 0&&t.remove(n)}setFontDictionary(e,t){const{Font:n}=this.normalizedEntries();n.set(e,t)}newFontDictionaryKey(e){const{Font:t}=this.normalizedEntries();return t.uniqueKey(e)}newFontDictionary(e,t){const n=this.newFontDictionaryKey(e);return this.setFontDictionary(n,t),n}setXObject(e,t){const{XObject:n}=this.normalizedEntries();n.set(e,t)}newXObjectKey(e){const{XObject:t}=this.normalizedEntries();return t.uniqueKey(e)}newXObject(e,t){const n=this.newXObjectKey(e);return this.setXObject(n,t),n}setExtGState(e,t){const{ExtGState:n}=this.normalizedEntries();n.set(e,t)}newExtGStateKey(e){const{ExtGState:t}=this.normalizedEntries();return t.uniqueKey(e)}newExtGState(e,t){const n=this.newExtGStateKey(e);return this.setExtGState(n,t),n}ascend(e){e(this);const t=this.Parent();t&&t.ascend(e)}normalize(){if(this.normalized)return;const{context:e}=this,t=this.get(p.Contents);this.context.lookup(t)instanceof st&&this.set(p.Contents,e.obj([t])),this.autoNormalizeCTM&&this.wrapContentStreams(this.context.getPushGraphicsStateContentStream(),this.context.getPopGraphicsStateContentStream());const r=this.getInheritableAttribute(p.Resources),i=e.lookupMaybe(r,G)||e.obj({});this.set(p.Resources,i);const s=i.lookupMaybe(p.Font,G)||e.obj({});i.set(p.Font,s);const o=i.lookupMaybe(p.XObject,G)||e.obj({});i.set(p.XObject,o);const c=i.lookupMaybe(p.ExtGState,G)||e.obj({});i.set(p.ExtGState,c);const l=this.Annots()||e.obj([]);this.set(p.Annots,l),this.normalized=!0}normalizedEntries(){this.normalize();const e=this.Annots(),t=this.Resources(),n=this.Contents();return{Annots:e,Resources:t,Contents:n,Font:t.lookup(p.Font,G),XObject:t.lookup(p.XObject,G),ExtGState:t.lookup(p.ExtGState,G)}}};let Le=lr;b(Le,"InheritableEntries",["Resources","MediaBox","CropBox","Rotate"]),b(Le,"withContextAndParent",(e,t)=>{const n=new Map;return n.set(p.Type,p.Page),n.set(p.Parent,t),n.set(p.Resources,e.obj({})),n.set(p.MediaBox,e.obj([0,0,612,792])),new lr(n,e,!1)}),b(Le,"fromMapWithContext",(e,t,n=!0)=>new lr(e,t,n));const Yi=class{constructor(e){b(this,"bytes"),b(this,"length"),b(this,"idx",0),b(this,"line",0),b(this,"column",0),this.bytes=e,this.length=this.bytes.length}moveTo(e){this.idx=e}next(){const e=this.bytes[this.idx++];return e===m.Newline?(this.line+=1,this.column=0):this.column+=1,e}assertNext(e){if(this.peek()!==e)throw new Jc(this.position(),e,this.peek());return this.next()}peek(){return this.bytes[this.idx]}peekAhead(e){return this.bytes[this.idx+e]}peekAt(e){return this.bytes[e]}done(){return this.idx>=this.length}offset(){return this.idx}slice(e,t){return this.bytes.slice(e,t)}position(){return{line:this.line,column:this.column,offset:this.idx}}};let Mt=Yi;b(Mt,"of",e=>new Yi(e)),b(Mt,"fromPDFRawStream",e=>Yi.of(pa(e).decode()));const ge=new Uint8Array(256);ge[m.Zero]=1,ge[m.One]=1,ge[m.Two]=1,ge[m.Three]=1,ge[m.Four]=1,ge[m.Five]=1,ge[m.Six]=1,ge[m.Seven]=1,ge[m.Eight]=1,ge[m.Nine]=1;const hr=new Uint8Array(256);hr[m.Period]=1,hr[m.Plus]=1,hr[m.Minus]=1;const Ji=new Uint8Array(256);for(let e=0,t=256;e<t;e++)Ji[e]=ge[e]||hr[e]?1:0;const{Newline:Pa,CarriageReturn:Ra}=m;class Af{constructor(t,n=!1){b(this,"bytes"),b(this,"capNumbers"),this.bytes=t,this.capNumbers=n}parseRawInt(){let t="";for(;!this.bytes.done();){const r=this.bytes.peek();if(!ge[r])break;t+=We(this.bytes.next())}const n=Number(t);if(!t||!isFinite(n))throw new Es(this.bytes.position(),t);return n}parseRawNumber(){let t="";for(;!this.bytes.done();){const r=this.bytes.peek();if(!Ji[r]||(t+=We(this.bytes.next()),r===m.Period))break}for(;!this.bytes.done();){const r=this.bytes.peek();if(!ge[r])break;t+=We(this.bytes.next())}const n=Number(t);if(!t||!isFinite(n))throw new Es(this.bytes.position(),t);if(n>Number.MAX_SAFE_INTEGER)if(this.capNumbers){const r=`Parsed number that is too large for some PDF readers: ${t}, using Number.MAX_SAFE_INTEGER instead.`;return console.warn(r),Number.MAX_SAFE_INTEGER}else{const r=`Parsed number that is too large for some PDF readers: ${t}, not capping.`;console.warn(r)}return n}skipWhitespace(){for(;!this.bytes.done()&&Ve[this.bytes.peek()];)this.bytes.next()}skipLine(){for(;!this.bytes.done();){const t=this.bytes.peek();if(t===Pa||t===Ra)return;this.bytes.next()}}skipComment(){if(this.bytes.peek()!==m.Percent)return!1;for(;!this.bytes.done();){const t=this.bytes.peek();if(t===Pa||t===Ra)return!0;this.bytes.next()}return!0}skipWhitespaceAndComments(){for(this.skipWhitespace();this.skipComment();)this.skipWhitespace()}matchKeyword(t){const n=this.bytes.offset();for(let r=0,i=t.length;r<i;r++)if(this.bytes.done()||this.bytes.next()!==t[r])return this.bytes.moveTo(n),!1;return!0}}const Lt=class extends G{Parent(){return this.lookup(p.of("Parent"))}Kids(){return this.lookup(p.of("Kids"),q)}Count(){return this.lookup(p.of("Count"),U)}pushTreeNode(e){this.Kids().push(e)}pushLeafNode(e){const t=this.Kids();this.insertLeafKid(t.size(),e)}insertLeafNode(e,t){const n=this.Kids(),r=this.Count().asNumber();if(t>r)throw new Ts(t,r);let i=t;for(let s=0,o=n.size();s<o;s++){if(i===0){this.insertLeafKid(s,e);return}const c=n.get(s),l=this.context.lookup(c);if(l instanceof Lt){if(l.Count().asNumber()>i)return l.insertLeafNode(e,i)||c;i-=l.Count().asNumber()}l instanceof Le&&(i-=1)}if(i===0){this.insertLeafKid(n.size(),e);return}throw new Ds(t,"insertLeafNode")}removeLeafNode(e,t=!0){const n=this.Kids(),r=this.Count().asNumber();if(e>=r)throw new Ts(e,r);let i=e;for(let s=0,o=n.size();s<o;s++){const c=n.get(s),l=this.context.lookup(c);if(l instanceof Lt)if(l.Count().asNumber()>i){l.removeLeafNode(i,t),t&&l.Kids().size()===0&&n.remove(s);return}else i-=l.Count().asNumber();if(l instanceof Le)if(i===0){this.removeKid(s);return}else i-=1}throw new Ds(e,"removeLeafNode")}ascend(e){e(this);const t=this.Parent();t&&t.ascend(e)}traverse(e){const t=this.Kids();for(let n=0,r=t.size();n<r;n++){const i=t.get(n),s=this.context.lookup(i);s instanceof Lt&&s.traverse(e),e(s,i)}}insertLeafKid(e,t){const n=this.Kids();this.ascend(r=>{const i=r.Count().asNumber()+1;r.set(p.of("Count"),U.of(i))}),n.insert(e,t)}removeKid(e){const t=this.Kids();t.lookup(e)instanceof Le&&this.ascend(r=>{const i=r.Count().asNumber()-1;r.set(p.of("Count"),U.of(i))}),t.remove(e)}};let Qi=Lt;b(Qi,"withContext",(e,t)=>{const n=new Map;return n.set(p.of("Type"),p.of("Pages")),n.set(p.of("Kids"),e.obj([])),n.set(p.of("Count"),e.obj(0)),t&&n.set(p.of("Parent"),t),new Lt(n,e)}),b(Qi,"fromMapWithContext",(e,t)=>new Lt(e,t));const{Space:Cf,CarriageReturn:mn,Newline:_n}=m,yn=[m.s,m.t,m.r,m.e,m.a,m.m],dr=[m.e,m.n,m.d,m.s,m.t,m.r,m.e,m.a,m.m],ee={header:[m.Percent,m.P,m.D,m.F,m.Dash],eof:[m.Percent,m.Percent,m.E,m.O,m.F],obj:[m.o,m.b,m.j],endobj:[m.e,m.n,m.d,m.o,m.b,m.j],xref:[m.x,m.r,m.e,m.f],trailer:[m.t,m.r,m.a,m.i,m.l,m.e,m.r],startxref:[m.s,m.t,m.a,m.r,m.t,m.x,m.r,m.e,m.f],true:[m.t,m.r,m.u,m.e],false:[m.f,m.a,m.l,m.s,m.e],null:[m.n,m.u,m.l,m.l],stream:yn,streamEOF1:[...yn,Cf,mn,_n],streamEOF2:[...yn,mn,_n],streamEOF3:[...yn,mn],streamEOF4:[...yn,_n],endstream:dr,EOF1endstream:[mn,_n,...dr],EOF2endstream:[mn,...dr],EOF3endstream:[_n,...dr]},es=class extends Af{constructor(e,t,n=!1){super(e,n),b(this,"context"),this.context=t}parseObject(){if(this.skipWhitespaceAndComments(),this.matchKeyword(ee.true))return mt.True;if(this.matchKeyword(ee.false))return mt.False;if(this.matchKeyword(ee.null))return _e;const e=this.bytes.peek();if(e===m.LessThan&&this.bytes.peekAhead(1)===m.LessThan)return this.parseDictOrStream();if(e===m.LessThan)return this.parseHexString();if(e===m.LeftParen)return this.parseString();if(e===m.ForwardSlash)return this.parseName();if(e===m.LeftSquareBracket)return this.parseArray();if(Ji[e])return this.parseNumberOrRef();throw new Qc(this.bytes.position(),e)}parseNumberOrRef(){const e=this.parseRawNumber();this.skipWhitespaceAndComments();const t=this.bytes.offset();if(ge[this.bytes.peek()]){const n=this.parseRawNumber();if(this.skipWhitespaceAndComments(),this.bytes.peek()===m.R)return this.bytes.assertNext(m.R),re.of(e,n)}return this.bytes.moveTo(t),U.of(e)}parseHexString(){let e="";for(this.bytes.assertNext(m.LessThan);!this.bytes.done()&&this.bytes.peek()!==m.GreaterThan;)e+=We(this.bytes.next());return this.bytes.assertNext(m.GreaterThan),X.of(e)}parseString(){let e=0,t=!1,n="";for(;!this.bytes.done();){const r=this.bytes.next();if(n+=We(r),t||(r===m.LeftParen&&(e+=1),r===m.RightParen&&(e-=1)),r===m.BackSlash?t=!t:t&&(t=!1),e===0)return oe.of(n.substring(1,n.length-1))}throw new nl(this.bytes.position())}parseName(){this.bytes.assertNext(m.ForwardSlash);let e="";for(;!this.bytes.done();){const t=this.bytes.peek();if(Ve[t]||Ae[t])break;e+=We(t),this.bytes.next()}return p.of(e)}parseArray(){this.bytes.assertNext(m.LeftSquareBracket),this.skipWhitespaceAndComments();const e=q.withContext(this.context);for(;this.bytes.peek()!==m.RightSquareBracket;){const t=this.parseObject();e.push(t),this.skipWhitespaceAndComments()}return this.bytes.assertNext(m.RightSquareBracket),e}parseDict(){this.bytes.assertNext(m.LessThan),this.bytes.assertNext(m.LessThan),this.skipWhitespaceAndComments();const e=new Map;for(;!this.bytes.done()&&this.bytes.peek()!==m.GreaterThan&&this.bytes.peekAhead(1)!==m.GreaterThan;){const n=this.parseName(),r=this.parseObject();e.set(n,r),this.skipWhitespaceAndComments()}this.skipWhitespaceAndComments(),this.bytes.assertNext(m.GreaterThan),this.bytes.assertNext(m.GreaterThan);const t=e.get(p.of("Type"));return t===p.of("Catalog")?Xi.fromMapWithContext(e,this.context):t===p.of("Pages")?Qi.fromMapWithContext(e,this.context):t===p.of("Page")?Le.fromMapWithContext(e,this.context):G.fromMapWithContext(e,this.context)}parseDictOrStream(){const e=this.bytes.position(),t=this.parseDict();if(this.skipWhitespaceAndComments(),!this.matchKeyword(ee.streamEOF1)&&!this.matchKeyword(ee.streamEOF2)&&!this.matchKeyword(ee.streamEOF3)&&!this.matchKeyword(ee.streamEOF4)&&!this.matchKeyword(ee.stream))return t;const n=this.bytes.offset();let r;const i=t.get(p.of("Length"));i instanceof U?(r=n+i.asNumber(),this.bytes.moveTo(r),this.skipWhitespaceAndComments(),this.matchKeyword(ee.endstream)||(this.bytes.moveTo(n),r=this.findEndOfStreamFallback(e))):r=this.findEndOfStreamFallback(e);const s=this.bytes.slice(n,r);return It.of(t,s)}findEndOfStreamFallback(e){let t=1,n=this.bytes.offset();for(;!this.bytes.done()&&(n=this.bytes.offset(),this.matchKeyword(ee.stream)?t+=1:this.matchKeyword(ee.EOF1endstream)||this.matchKeyword(ee.EOF2endstream)||this.matchKeyword(ee.EOF3endstream)||this.matchKeyword(ee.endstream)?t-=1:this.bytes.next(),t!==0););if(t!==0)throw new tl(e);return n}};let fr=es;b(fr,"forBytes",(e,t,n)=>new es(Mt.of(e),t,n)),b(fr,"forByteStream",(e,t,n=!1)=>new es(e,t,n));const Ia=class extends fr{constructor(e,t){super(Mt.fromPDFRawStream(e),e.dict.context),b(this,"alreadyParsed"),b(this,"shouldWaitForTick"),b(this,"firstOffset"),b(this,"objectCount");const{dict:n}=e;this.alreadyParsed=!1,this.shouldWaitForTick=t||(()=>!1),this.firstOffset=n.lookup(p.of("First"),U).asNumber(),this.objectCount=n.lookup(p.of("N"),U).asNumber()}async parseIntoContext(){if(this.alreadyParsed)throw new Br("PDFObjectStreamParser","parseIntoContext");this.alreadyParsed=!0;const e=this.parseOffsetsAndObjectNumbers();for(let t=0,n=e.length;t<n;t++){const{objectNumber:r,offset:i}=e[t];this.bytes.moveTo(this.firstOffset+i);const s=this.parseObject(),o=re.of(r,0);this.context.assign(o,s),this.shouldWaitForTick()&&await St()}}parseOffsetsAndObjectNumbers(){const e=[];for(let t=0,n=this.objectCount;t<n;t++){this.skipWhitespaceAndComments();const r=this.parseRawInt();this.skipWhitespaceAndComments();const i=this.parseRawInt();e.push({objectNumber:r,offset:i})}return e}};let Oa=Ia;b(Oa,"forStream",(e,t)=>new Ia(e,t));const za=class{constructor(e){b(this,"alreadyParsed"),b(this,"dict"),b(this,"context"),b(this,"bytes"),b(this,"subsections"),b(this,"byteWidths"),this.alreadyParsed=!1,this.dict=e.dict,this.bytes=Mt.fromPDFRawStream(e),this.context=this.dict.context;const t=this.dict.lookup(p.of("Size"),U),n=this.dict.lookup(p.of("Index"));if(n instanceof q){this.subsections=[];for(let i=0,s=n.size();i<s;i+=2){const o=n.lookup(i+0,U).asNumber(),c=n.lookup(i+1,U).asNumber();this.subsections.push({firstObjectNumber:o,length:c})}}else this.subsections=[{firstObjectNumber:0,length:t.asNumber()}];const r=this.dict.lookup(p.of("W"),q);this.byteWidths=[-1,-1,-1];for(let i=0,s=r.size();i<s;i++)this.byteWidths[i]=r.lookup(i,U).asNumber()}parseIntoContext(){if(this.alreadyParsed)throw new Br("PDFXRefStreamParser","parseIntoContext");return this.alreadyParsed=!0,this.context.trailerInfo={Root:this.dict.get(p.of("Root")),Encrypt:this.dict.get(p.of("Encrypt")),Info:this.dict.get(p.of("Info")),ID:this.dict.get(p.of("ID"))},this.parseEntries()}parseEntries(){const e=[],[t,n,r]=this.byteWidths;for(let i=0,s=this.subsections.length;i<s;i++){const{firstObjectNumber:o,length:c}=this.subsections[i];for(let l=0;l<c;l++){let a=0;for(let _=0,w=t;_<w;_++)a=a<<8|this.bytes.next();let h=0;for(let _=0,w=n;_<w;_++)h=h<<8|this.bytes.next();let f=0;for(let _=0,w=r;_<w;_++)f=f<<8|this.bytes.next();t===0&&(a=1);const u=o+l,d={ref:re.of(u,f),offset:h,deleted:a===0,inObjectStream:a===2};e.push(d)}}return e}};let Fa=za;b(Fa,"forStream",e=>new za(e));const Na=class extends fr{constructor(e,t=1/0,n=!1,r=!1){super(Mt.of(e),pi.create(),r),b(this,"objectsPerTick"),b(this,"throwOnInvalidObject"),b(this,"alreadyParsed",!1),b(this,"parsedObjects",0),b(this,"shouldWaitForTick",()=>(this.parsedObjects+=1,this.parsedObjects%this.objectsPerTick===0)),this.objectsPerTick=t,this.throwOnInvalidObject=n}async parseDocument(){if(this.alreadyParsed)throw new Br("PDFParser","parseDocument");this.alreadyParsed=!0,this.context.header=this.parseHeader();let e;for(;!this.bytes.done();){await this.parseDocumentSection();const t=this.bytes.offset();if(t===e)throw new rl(this.bytes.position());e=t}return this.maybeRecoverRoot(),this.context.lookup(re.of(0))&&(console.warn("Removing parsed object: 0 0 R"),this.context.delete(re.of(0))),this.context}maybeRecoverRoot(){const e=n=>n instanceof G&&n.lookup(p.of("Type"))===p.of("Catalog"),t=this.context.lookup(this.context.trailerInfo.Root);if(!e(t)){const n=this.context.enumerateIndirectObjects();for(let r=0,i=n.length;r<i;r++){const[s,o]=n[r];e(o)&&(this.context.trailerInfo.Root=s)}}}parseHeader(){for(;!this.bytes.done();){if(this.matchKeyword(ee.header)){const e=this.parseRawInt();this.bytes.assertNext(m.Period);const t=this.parseRawInt(),n=gn.forVersion(e,t);return this.skipBinaryHeaderComment(),n}this.bytes.next()}throw new il(this.bytes.position())}parseIndirectObjectHeader(){this.skipWhitespaceAndComments();const e=this.parseRawInt();this.skipWhitespaceAndComments();const t=this.parseRawInt();if(this.skipWhitespaceAndComments(),!this.matchKeyword(ee.obj))throw new sl(this.bytes.position(),ee.obj);return re.of(e,t)}matchIndirectObjectHeader(){const e=this.bytes.offset();try{return this.parseIndirectObjectHeader(),!0}catch{return this.bytes.moveTo(e),!1}}async parseIndirectObject(){const e=this.parseIndirectObjectHeader();this.skipWhitespaceAndComments();const t=this.parseObject();return this.skipWhitespaceAndComments(),this.matchKeyword(ee.endobj),t instanceof It&&t.dict.lookup(p.of("Type"))===p.of("ObjStm")?await Oa.forStream(t,this.shouldWaitForTick).parseIntoContext():t instanceof It&&t.dict.lookup(p.of("Type"))===p.of("XRef")?Fa.forStream(t).parseIntoContext():this.context.assign(e,t),e}tryToParseInvalidIndirectObject(){const e=this.bytes.position(),t=`Trying to parse invalid object: ${JSON.stringify(e)})`;if(this.throwOnInvalidObject)throw new Error(t);console.warn(t);const n=this.parseIndirectObjectHeader();console.warn(`Invalid object ref: ${n}`),this.skipWhitespaceAndComments();const r=this.bytes.offset();let i=!0;for(;!this.bytes.done()&&(this.matchKeyword(ee.endobj)&&(i=!1),!!i);)this.bytes.next();if(i)throw new el(e);const s=this.bytes.offset()-ee.endobj.length,o=Si.of(this.bytes.slice(r,s));return this.context.assign(n,o),n}async parseIndirectObjects(){for(this.skipWhitespaceAndComments();!this.bytes.done()&&ge[this.bytes.peek()];){const e=this.bytes.offset();try{await this.parseIndirectObject()}catch{this.bytes.moveTo(e),this.tryToParseInvalidIndirectObject()}this.skipWhitespaceAndComments(),this.skipJibberish(),this.shouldWaitForTick()&&await St()}}maybeParseCrossRefSection(){if(this.skipWhitespaceAndComments(),!this.matchKeyword(ee.xref))return;this.skipWhitespaceAndComments();let e=-1;const t=Xn.createEmpty();for(;!this.bytes.done()&&ge[this.bytes.peek()];){const n=this.parseRawInt();this.skipWhitespaceAndComments();const r=this.parseRawInt();this.skipWhitespaceAndComments();const i=this.bytes.peek();if(i===m.n||i===m.f){const s=re.of(e,r);this.bytes.next()===m.n?t.addEntry(s,n):t.addDeletedEntry(s,n),e+=1}else e=n;this.skipWhitespaceAndComments()}return t}maybeParseTrailerDict(){if(this.skipWhitespaceAndComments(),!this.matchKeyword(ee.trailer))return;this.skipWhitespaceAndComments();const e=this.parseDict(),{context:t}=this;t.trailerInfo={Root:e.get(p.of("Root"))||t.trailerInfo.Root,Encrypt:e.get(p.of("Encrypt"))||t.trailerInfo.Encrypt,Info:e.get(p.of("Info"))||t.trailerInfo.Info,ID:e.get(p.of("ID"))||t.trailerInfo.ID}}maybeParseTrailer(){if(this.skipWhitespaceAndComments(),!this.matchKeyword(ee.startxref))return;this.skipWhitespaceAndComments();const e=this.parseRawInt();return this.skipWhitespace(),this.matchKeyword(ee.eof),this.skipWhitespaceAndComments(),this.matchKeyword(ee.eof),this.skipWhitespaceAndComments(),Yn.forLastCrossRefSectionOffset(e)}async parseDocumentSection(){await this.parseIndirectObjects(),this.maybeParseCrossRefSection(),this.maybeParseTrailerDict(),this.maybeParseTrailer(),this.skipJibberish()}skipJibberish(){for(this.skipWhitespaceAndComments();!this.bytes.done();){const e=this.bytes.offset(),t=this.bytes.peek();if(t>=m.Space&&t<=m.Tilde&&(this.matchKeyword(ee.xref)||this.matchKeyword(ee.trailer)||this.matchKeyword(ee.startxref)||this.matchIndirectObjectHeader())){this.bytes.moveTo(e);break}this.bytes.next()}}skipBinaryHeaderComment(){this.skipWhitespaceAndComments();try{const e=this.bytes.offset();this.parseIndirectObjectHeader(),this.bytes.moveTo(e)}catch{this.bytes.next(),this.skipWhitespaceAndComments()}}};let Ma=Na;b(Ma,"forBytesWithOptions",(e,t,n,r)=>new Na(e,t,n,r));const La=e=>e instanceof p?e:p.of(e),V=e=>e instanceof U?e:U.of(e),ye=e=>e instanceof U?e.asNumber():e;var ja=(e=>(e.Degrees="degrees",e.Radians="radians",e))(ja||{});const ve=e=>(T(e,"degreeAngle",["number"]),{type:"degrees",angle:e}),{Radians:Ua,Degrees:$a}=ja,Bf=e=>e*Math.PI/180,Tf=e=>e*180/Math.PI,Re=e=>e.type===Ua?e.angle:e.type===$a?Bf(e.angle):Rn(`Invalid rotation: ${JSON.stringify(e)}`),Df=e=>e.type===Ua?Tf(e.angle):e.type===$a?e.angle:Rn(`Invalid rotation: ${JSON.stringify(e)}`),{cos:Ha,sin:Wa,tan:Ga}=Math,ur=(e,t,n,r,i,s)=>ne.of(ie.ConcatTransformationMatrix,[V(e),V(t),V(n),V(r),V(i),V(s)]),jt=(e,t)=>ur(1,0,0,1,e,t),wn=(e,t)=>ur(e,0,0,t,0,0),xn=e=>ur(Ha(ye(e)),Wa(ye(e)),-Wa(ye(e)),Ha(ye(e)),0,0),ts=(e,t)=>ur(1,Ga(ye(e)),Ga(ye(t)),1,0,0),gr=(e,t)=>ne.of(ie.SetLineDashPattern,[`[${e.map(V).join(" ")}]`,V(t)]);var Sn=(e=>(e[e.Butt=0]="Butt",e[e.Round=1]="Round",e[e.Projecting=2]="Projecting",e))(Sn||{});const pr=e=>ne.of(ie.SetLineCapStyle,[V(e)]),Ut=e=>ne.of(ie.SetGraphicsStateParams,[La(e)]),Xe=()=>ne.of(ie.PushGraphicsState),Ye=()=>ne.of(ie.PopGraphicsState),br=e=>ne.of(ie.SetLineWidth,[V(e)]),ke=(e,t,n,r,i,s)=>ne.of(ie.AppendBezierCurve,[V(e),V(t),V(n),V(r),V(i),V(s)]),mr=(e,t,n,r)=>ne.of(ie.CurveToReplicateInitialPoint,[V(e),V(t),V(n),V(r)]),$t=()=>ne.of(ie.ClosePath),_t=(e,t)=>ne.of(ie.MoveTo,[V(e),V(t)]),je=(e,t)=>ne.of(ie.LineTo,[V(e),V(t)]),_r=()=>ne.of(ie.StrokePath),ns=()=>ne.of(ie.FillNonZero),rs=()=>ne.of(ie.FillNonZeroAndStroke),Va=e=>ne.of(ie.DrawObject,[La(e)]),Ef=e=>ne.of(ie.NonStrokingColorGray,[V(e)]),Pf=e=>ne.of(ie.StrokingColorGray,[V(e)]),Rf=(e,t,n)=>ne.of(ie.NonStrokingColorRgb,[V(e),V(t),V(n)]),If=(e,t,n)=>ne.of(ie.StrokingColorRgb,[V(e),V(t),V(n)]),Of=(e,t,n,r)=>ne.of(ie.NonStrokingColorCmyk,[V(e),V(t),V(n),V(r)]),zf=(e,t,n,r)=>ne.of(ie.StrokingColorCmyk,[V(e),V(t),V(n),V(r)]);var Ka=(e=>(e.Grayscale="Grayscale",e.RGB="RGB",e.CMYK="CMYK",e))(Ka||{});const vn=(e,t,n)=>(Je(e,"red",0,1),Je(t,"green",0,1),Je(n,"blue",0,1),{type:"RGB",red:e,green:t,blue:n}),{Grayscale:Za,RGB:qa,CMYK:Xa}=Ka,is=e=>e.type===Za?Ef(e.gray):e.type===qa?Rf(e.red,e.green,e.blue):e.type===Xa?Of(e.cyan,e.magenta,e.yellow,e.key):Rn(`Invalid color: ${JSON.stringify(e)}`),yr=e=>e.type===Za?Pf(e.gray):e.type===qa?If(e.red,e.green,e.blue):e.type===Xa?zf(e.cyan,e.magenta,e.yellow,e.key):Rn(`Invalid color: ${JSON.stringify(e)}`);class Ff extends Error{constructor(){const t="Input document to `PDFDocument.load` is encrypted. You can use `PDFDocument.load(..., { ignoreEncryption: true })` if you wish to load the document anyways.";super(t)}}class Nf extends Error{constructor(){const t="A `page` passed to `PDFDocument.addPage` or `PDFDocument.insertPage` was from a different (foreign) PDF document. If you want to copy pages from one PDFDocument to another, you must use `PDFDocument.copyPages(...)` to copy the pages before adding or inserting them.";super(t)}}class Mf extends Error{constructor(){const t="PDFDocument has no pages so `PDFDocument.removePage` cannot be called";super(t)}}let N=0,M=0,K=0,Z=0,kn=0,An=0;const Ya=new Map([["A",7],["a",7],["C",6],["c",6],["H",1],["h",1],["L",2],["l",2],["M",2],["m",2],["Q",4],["q",4],["S",4],["s",4],["T",2],["t",2],["V",1],["v",1],["Z",0],["z",0]]),Lf=e=>{let t;const n=[];let r=[],i="",s=!1,o=0;for(const c of e)if(Ya.has(c))o=Ya.get(c),t&&(i.length>0&&(r[r.length]=+i),n[n.length]={cmd:t,args:r},r=[],i="",s=!1),t=c;else if([" ",","].includes(c)||c==="-"&&i.length>0&&i[i.length-1]!=="e"||c==="."&&s){if(i.length===0)continue;r.length===o?(n[n.length]={cmd:t,args:r},r=[+i],t==="M"&&(t="L"),t==="m"&&(t="l")):r[r.length]=+i,s=c===".",i=["-","."].includes(c)?c:""}else i+=c,c==="."&&(s=!0);return i.length>0&&(r.length===o?(n[n.length]={cmd:t,args:r},r=[+i],t==="M"&&(t="L"),t==="m"&&(t="l")):r[r.length]=+i),n[n.length]={cmd:t,args:r},n},jf=e=>{N=M=K=Z=kn=An=0;let t=[];for(let n=0;n<e.length;n++){const r=e[n];if(r.cmd&&typeof Ja[r.cmd]=="function"){const i=Ja[r.cmd](r.args);Array.isArray(i)?t=t.concat(i):t.push(i)}}return t},Ja={M(e){return N=e[0],M=e[1],K=Z=null,kn=N,An=M,_t(N,M)},m(e){return N+=e[0],M+=e[1],K=Z=null,kn=N,An=M,_t(N,M)},C(e){return N=e[4],M=e[5],K=e[2],Z=e[3],ke(e[0],e[1],e[2],e[3],e[4],e[5])},c(e){const t=ke(e[0]+N,e[1]+M,e[2]+N,e[3]+M,e[4]+N,e[5]+M);return K=N+e[2],Z=M+e[3],N+=e[4],M+=e[5],t},S(e){(K===null||Z===null)&&(K=N,Z=M);const t=ke(N-(K-N),M-(Z-M),e[0],e[1],e[2],e[3]);return K=e[0],Z=e[1],N=e[2],M=e[3],t},s(e){(K===null||Z===null)&&(K=N,Z=M);const t=ke(N-(K-N),M-(Z-M),N+e[0],M+e[1],N+e[2],M+e[3]);return K=N+e[0],Z=M+e[1],N+=e[2],M+=e[3],t},Q(e){return K=e[0],Z=e[1],N=e[2],M=e[3],mr(e[0],e[1],N,M)},q(e){const t=mr(e[0]+N,e[1]+M,e[2]+N,e[3]+M);return K=N+e[0],Z=M+e[1],N+=e[2],M+=e[3],t},T(e){K===null||Z===null?(K=N,Z=M):(K=N-(K-N),Z=M-(Z-M));const t=mr(K,Z,e[0],e[1]);return K=N-(K-N),Z=M-(Z-M),N=e[0],M=e[1],t},t(e){K===null||Z===null?(K=N,Z=M):(K=N-(K-N),Z=M-(Z-M));const t=mr(K,Z,N+e[0],M+e[1]);return N+=e[0],M+=e[1],t},A(e){const t=Qa(N,M,e);return N=e[5],M=e[6],t},a(e){e[5]+=N,e[6]+=M;const t=Qa(N,M,e);return N=e[5],M=e[6],t},L(e){return N=e[0],M=e[1],K=Z=null,je(N,M)},l(e){return N+=e[0],M+=e[1],K=Z=null,je(N,M)},H(e){return N=e[0],K=Z=null,je(N,M)},h(e){return N+=e[0],K=Z=null,je(N,M)},V(e){return M=e[0],K=Z=null,je(N,M)},v(e){return M+=e[0],K=Z=null,je(N,M)},Z(){const e=$t();return N=kn,M=An,e},z(){const e=$t();return N=kn,M=An,e}},Qa=(e,t,n)=>{const[r,i,s,o,c,l,a]=n,h=Uf(l,a,r,i,o,c,s,e,t),f=[];for(const u of h){const d=$f(...u);f.push(ke(...d))}return f},Uf=(e,t,n,r,i,s,o,c,l)=>{const a=o*(Math.PI/180),h=Math.sin(a),f=Math.cos(a);n=Math.abs(n),r=Math.abs(r),K=f*(c-e)*.5+h*(l-t)*.5,Z=f*(l-t)*.5-h*(c-e)*.5;let u=K*K/(n*n)+Z*Z/(r*r);u>1&&(u=Math.sqrt(u),n*=u,r*=u);const d=f/n,_=h/n,w=-h/r,x=f/r,y=d*c+_*l,E=w*c+x*l,v=d*e+_*t,S=w*e+x*t;let B=1/((v-y)*(v-y)+(S-E)*(S-E))-.25;B<0&&(B=0);let A=Math.sqrt(B);s===i&&(A=-A);const O=.5*(y+v)-A*(S-E),R=.5*(E+S)+A*(v-y),D=Math.atan2(E-R,y-O);let F=Math.atan2(S-R,v-O)-D;F<0&&s===1?F+=2*Math.PI:F>0&&s===0&&(F-=2*Math.PI);const P=Math.ceil(Math.abs(F/(Math.PI*.5+.001))),W=[];for(let L=0;L<P;L++){const z=D+L*F/P,J=D+(L+1)*F/P;W[L]=[O,R,z,J,n,r,h,f]}return W},$f=(e,t,n,r,i,s,o,c)=>{const l=c*i,a=-o*s,h=o*i,f=c*s,u=.5*(r-n),d=8/3*Math.sin(u*.5)*Math.sin(u*.5)/Math.sin(u),_=e+Math.cos(n)-d*Math.sin(n),w=t+Math.sin(n)+d*Math.cos(n),x=e+Math.cos(r),y=t+Math.sin(r),E=x+d*Math.sin(r),v=y-d*Math.cos(r);return[l*_+a*w,h*_+f*w,l*E+a*v,h*E+f*v,l*x+a*y,h*x+f*y]},Hf=e=>jf(Lf(e)),Wf=(e,t)=>[Xe(),t.graphicsState&&Ut(t.graphicsState),jt(t.x,t.y),xn(Re(t.rotate)),wn(t.width,t.height),ts(Re(t.xSkew),Re(t.ySkew)),Va(e),Ye()].filter(Boolean),Gf=(e,t)=>[Xe(),t.graphicsState&&Ut(t.graphicsState),jt(t.x,t.y),xn(Re(t.rotate)),wn(t.xScale,t.yScale),ts(Re(t.xSkew),Re(t.ySkew)),Va(e),Ye()].filter(Boolean),Vf=e=>{var t,n;return[Xe(),e.graphicsState&&Ut(e.graphicsState),e.color&&yr(e.color),br(e.thickness),gr((t=e.dashArray)!=null?t:[],(n=e.dashPhase)!=null?n:0),_t(e.start.x,e.start.y),e.lineCap&&pr(e.lineCap),_t(e.start.x,e.start.y),je(e.end.x,e.end.y),_r(),Ye()].filter(Boolean)},Kf=e=>{var t,n;return[Xe(),e.graphicsState&&Ut(e.graphicsState),e.color&&is(e.color),e.borderColor&&yr(e.borderColor),br(e.borderWidth),e.borderLineCap&&pr(e.borderLineCap),gr((t=e.borderDashArray)!=null?t:[],(n=e.borderDashPhase)!=null?n:0),jt(e.x,e.y),xn(Re(e.rotate)),ts(Re(e.xSkew),Re(e.ySkew)),_t(0,0),je(0,e.height),je(e.width,e.height),je(e.width,0),$t(),e.color&&e.borderWidth?rs():e.color?ns():e.borderColor?_r():$t(),Ye()].filter(Boolean)},wr=4*((Math.sqrt(2)-1)/3),Zf=e=>{let t=ye(e.x),n=ye(e.y);const r=ye(e.xScale),i=ye(e.yScale);t-=r,n-=i;const s=r*wr,o=i*wr,c=t+r*2,l=n+i*2,a=t+r,h=n+i;return[Xe(),_t(t,h),ke(t,h-o,a-s,n,a,n),ke(a+s,n,c,h-o,c,h),ke(c,h+o,a+s,l,a,l),ke(a-s,l,t,h+o,t,h),Ye()]},qf=e=>{const t=ye(e.x),n=ye(e.y),r=ye(e.xScale),i=ye(e.yScale),s=-r,o=-i,c=r*wr,l=i*wr,a=s+r*2,h=o+i*2,f=s+r,u=o+i;return[jt(t,n),xn(Re(e.rotate)),_t(s,u),ke(s,u-l,f-c,o,f,o),ke(f+c,o,a,u-l,a,u),ke(a,u+l,f+c,h,f,h),ke(f-c,h,s,u+l,s,u)]},Xf=e=>{var t,n,r;return[Xe(),e.graphicsState&&Ut(e.graphicsState),e.color&&is(e.color),e.borderColor&&yr(e.borderColor),br(e.borderWidth),e.borderLineCap&&pr(e.borderLineCap),gr((t=e.borderDashArray)!=null?t:[],(n=e.borderDashPhase)!=null?n:0),...e.rotate===void 0?Zf({x:e.x,y:e.y,xScale:e.xScale,yScale:e.yScale}):qf({x:e.x,y:e.y,xScale:e.xScale,yScale:e.yScale,rotate:(r=e.rotate)!=null?r:ve(0)}),e.color&&e.borderWidth?rs():e.color?ns():e.borderColor?_r():$t(),Ye()].filter(Boolean)},Yf=(e,t)=>{var n,r,i;return[Xe(),t.graphicsState&&Ut(t.graphicsState),jt(t.x,t.y),xn(Re((n=t.rotate)!=null?n:ve(0))),t.scale?wn(t.scale,-t.scale):wn(1,-1),t.color&&is(t.color),t.borderColor&&yr(t.borderColor),t.borderWidth&&br(t.borderWidth),t.borderLineCap&&pr(t.borderLineCap),gr((r=t.borderDashArray)!=null?r:[],(i=t.borderDashPhase)!=null?i:0),...Hf(e),t.color&&t.borderWidth?rs():t.color?ns():t.borderColor?_r():$t(),Ye()].filter(Boolean)},Jf={"4A0":[4767.87,6740.79],"2A0":[3370.39,4767.87],A0:[2383.94,3370.39],A1:[1683.78,2383.94],A2:[1190.55,1683.78],A3:[841.89,1190.55],A4:[595.28,841.89],A5:[419.53,595.28],A6:[297.64,419.53],A7:[209.76,297.64],A8:[147.4,209.76],A9:[104.88,147.4],A10:[73.7,104.88],B0:[2834.65,4008.19],B1:[2004.09,2834.65],B2:[1417.32,2004.09],B3:[1000.63,1417.32],B4:[708.66,1000.63],B5:[498.9,708.66],B6:[354.33,498.9],B7:[249.45,354.33],B8:[175.75,249.45],B9:[124.72,175.75],B10:[87.87,124.72],C0:[2599.37,3676.54],C1:[1836.85,2599.37],C2:[1298.27,1836.85],C3:[918.43,1298.27],C4:[649.13,918.43],C5:[459.21,649.13],C6:[323.15,459.21],C7:[229.61,323.15],C8:[161.57,229.61],C9:[113.39,161.57],C10:[79.37,113.39],RA0:[2437.8,3458.27],RA1:[1729.13,2437.8],RA2:[1218.9,1729.13],RA3:[864.57,1218.9],RA4:[609.45,864.57],SRA0:[2551.18,3628.35],SRA1:[1814.17,2551.18],SRA2:[1275.59,1814.17],SRA3:[907.09,1275.59],SRA4:[637.8,907.09],Executive:[521.86,756],Folio:[612,936],Legal:[612,1008],Letter:[612,792],Tabloid:[792,1224]};var yt=(e=>(e.Normal="Normal",e.Multiply="Multiply",e.Screen="Screen",e.Overlay="Overlay",e.Darken="Darken",e.Lighten="Lighten",e.ColorDodge="ColorDodge",e.ColorBurn="ColorBurn",e.HardLight="HardLight",e.SoftLight="SoftLight",e.Difference="Difference",e.Exclusion="Exclusion",e))(yt||{});const ec=class{constructor(e,t,n){b(this,"ref"),b(this,"doc"),b(this,"width"),b(this,"height"),b(this,"alreadyEmbedded",!1),b(this,"embedder"),T(e,"ref",[[re,"PDFRef"]]),T(t,"doc",[[ot,"PDFDocument"]]),T(n,"embedder",[[wi,"PDFPageEmbedder"]]),this.ref=e,this.doc=t,this.width=n.width,this.height=n.height,this.embedder=n}scale(e){return T(e,"factor",["number"]),{width:this.width*e,height:this.height*e}}size(){return this.scale(1)}async embed(){this.alreadyEmbedded||(await this.embedder.embedIntoContext(this.doc.context,this.ref),this.alreadyEmbedded=!0)}};let tc=ec;b(tc,"of",(e,t,n)=>new ec(e,t,n));const nc=class{constructor(e,t,n){b(this,"ref"),b(this,"doc"),b(this,"name"),b(this,"modified",!0),b(this,"embedder"),T(e,"ref",[[re,"PDFRef"]]),T(t,"doc",[[ot,"PDFDocument"]]),this.ref=e,this.doc=t,this.name=n.fontName,this.embedder=n}encodeText(e){return T(e,"text",["string"]),this.modified=!0,this.embedder.encodeText(e)}widthOfTextAtSize(e,t){return T(e,"text",["string"]),T(t,"size",["number"]),this.embedder.widthOfTextAtSize(e,t)}heightAtSize(e,t){var n;return T(e,"size",["number"]),j(t?.descender,"options.descender",["boolean"]),this.embedder.heightOfFontAtSize(e,{descender:(n=t?.descender)!=null?n:!0})}sizeAtHeight(e){return T(e,"height",["number"]),this.embedder.sizeOfFontAtHeight(e)}getCharacterSet(){return this.embedder.font.characterSet}async embed(){this.modified&&(await this.embedder.embedIntoContext(this.doc.context,this.ref),this.modified=!1)}};let rc=nc;b(rc,"of",(e,t,n)=>new nc(e,t,n));const ic=class{constructor(e,t,n){b(this,"ref"),b(this,"doc"),b(this,"width"),b(this,"height"),b(this,"embedder"),b(this,"embedTask"),T(e,"ref",[[re,"PDFRef"]]),T(t,"doc",[[ot,"PDFDocument"]]),T(n,"embedder",[[ki,"JpegEmbedder"],[Ai,"PngEmbedder"]]),this.ref=e,this.doc=t,this.width=n.width,this.height=n.height,this.embedder=n}scale(e){return T(e,"factor",["number"]),{width:this.width*e,height:this.height*e}}scaleToFit(e,t){T(e,"width",["number"]),T(t,"height",["number"]);const n=e/this.width,r=t/this.height,i=Math.min(n,r);return this.scale(i)}size(){return this.scale(1)}async embed(){if(!!this.embedder){if(!this.embedTask){const{doc:e,ref:t}=this;this.embedTask=this.embedder.embedIntoContext(e.context,t)}await this.embedTask,this.embedder=void 0}}};let sc=ic;b(sc,"of",(e,t,n)=>new ic(e,t,n));const ss=class{constructor(e,t,n){b(this,"node"),b(this,"ref"),b(this,"doc"),b(this,"fontKey"),b(this,"font"),b(this,"fontSize",24),b(this,"fontColor",vn(0,0,0)),b(this,"lineHeight",24),b(this,"x",0),b(this,"y",0),b(this,"contentStream"),b(this,"contentStreamRef"),T(e,"leafNode",[[Le,"PDFPageLeaf"]]),T(t,"ref",[[re,"PDFRef"]]),T(n,"doc",[[ot,"PDFDocument"]]),this.node=e,this.ref=t,this.doc=n}setRotation(e){const t=Df(e);Hc(t,"degreesAngle",90),this.node.set(p.of("Rotate"),this.doc.context.obj(t))}getRotation(){const e=this.node.Rotate();return ve(e?e.asNumber():0)}setSize(e,t){T(e,"width",["number"]),T(t,"height",["number"]);const n=this.getMediaBox();this.setMediaBox(n.x,n.y,e,t);const r=this.getCropBox(),i=this.getBleedBox(),s=this.getTrimBox(),o=this.getArtBox(),c=this.node.CropBox(),l=this.node.BleedBox(),a=this.node.TrimBox(),h=this.node.ArtBox();c&&On(r,n)&&this.setCropBox(n.x,n.y,e,t),l&&On(i,n)&&this.setBleedBox(n.x,n.y,e,t),a&&On(s,n)&&this.setTrimBox(n.x,n.y,e,t),h&&On(o,n)&&this.setArtBox(n.x,n.y,e,t)}setWidth(e){T(e,"width",["number"]),this.setSize(e,this.getSize().height)}setHeight(e){T(e,"height",["number"]),this.setSize(this.getSize().width,e)}setMediaBox(e,t,n,r){T(e,"x",["number"]),T(t,"y",["number"]),T(n,"width",["number"]),T(r,"height",["number"]);const i=this.doc.context.obj([e,t,e+n,t+r]);this.node.set(p.MediaBox,i)}setCropBox(e,t,n,r){T(e,"x",["number"]),T(t,"y",["number"]),T(n,"width",["number"]),T(r,"height",["number"]);const i=this.doc.context.obj([e,t,e+n,t+r]);this.node.set(p.CropBox,i)}setBleedBox(e,t,n,r){T(e,"x",["number"]),T(t,"y",["number"]),T(n,"width",["number"]),T(r,"height",["number"]);const i=this.doc.context.obj([e,t,e+n,t+r]);this.node.set(p.BleedBox,i)}setTrimBox(e,t,n,r){T(e,"x",["number"]),T(t,"y",["number"]),T(n,"width",["number"]),T(r,"height",["number"]);const i=this.doc.context.obj([e,t,e+n,t+r]);this.node.set(p.TrimBox,i)}setArtBox(e,t,n,r){T(e,"x",["number"]),T(t,"y",["number"]),T(n,"width",["number"]),T(r,"height",["number"]);const i=this.doc.context.obj([e,t,e+n,t+r]);this.node.set(p.ArtBox,i)}getSize(){const{width:e,height:t}=this.getMediaBox();return{width:e,height:t}}getWidth(){return this.getSize().width}getHeight(){return this.getSize().height}getMediaBox(){return this.node.MediaBox().asRectangle()}getCropBox(){var e;const t=this.node.CropBox();return(e=t?.asRectangle())!=null?e:this.getMediaBox()}getBleedBox(){var e;const t=this.node.BleedBox();return(e=t?.asRectangle())!=null?e:this.getCropBox()}getTrimBox(){var e;const t=this.node.TrimBox();return(e=t?.asRectangle())!=null?e:this.getCropBox()}getArtBox(){var e;const t=this.node.ArtBox();return(e=t?.asRectangle())!=null?e:this.getCropBox()}translateContent(e,t){T(e,"x",["number"]),T(t,"y",["number"]),this.node.normalize(),this.getContentStream();const n=this.createContentStream(Xe(),jt(e,t)),r=this.doc.context.register(n),i=this.createContentStream(Ye()),s=this.doc.context.register(i);this.node.wrapContentStreams(r,s)}scale(e,t){T(e,"x",["number"]),T(t,"y",["number"]),this.setSize(this.getWidth()*e,this.getHeight()*t),this.scaleContent(e,t),this.scaleAnnotations(e,t)}scaleContent(e,t){T(e,"x",["number"]),T(t,"y",["number"]),this.node.normalize(),this.getContentStream();const n=this.createContentStream(Xe(),wn(e,t)),r=this.doc.context.register(n),i=this.createContentStream(Ye()),s=this.doc.context.register(i);this.node.wrapContentStreams(r,s)}scaleAnnotations(e,t){T(e,"x",["number"]),T(t,"y",["number"]);const n=this.node.Annots();if(!!n)for(let r=0;r<n.size();r++){const i=n.lookup(r);i instanceof G&&this.scaleAnnot(i,e,t)}}resetPosition(){this.getContentStream(!1),this.x=0,this.y=0}setFont(e){T(e,"font",[[rc,"PDFFont"]]),this.font=e,this.fontKey=this.node.newFontDictionary(this.font.name,this.font.ref)}setFontSize(e){T(e,"fontSize",["number"]),this.fontSize=e}setFontColor(e){T(e,"fontColor",[[Object,"Color"]]),this.fontColor=e}setLineHeight(e){T(e,"lineHeight",["number"]),this.lineHeight=e}getPosition(){return{x:this.x,y:this.y}}getX(){return this.x}getY(){return this.y}moveTo(e,t){T(e,"x",["number"]),T(t,"y",["number"]),this.x=e,this.y=t}moveDown(e){T(e,"yDecrease",["number"]),this.y-=e}moveUp(e){T(e,"yIncrease",["number"]),this.y+=e}moveLeft(e){T(e,"xDecrease",["number"]),this.x-=e}moveRight(e){T(e,"xIncrease",["number"]),this.x+=e}pushOperators(...e){Cs(e,"operator",[[ne,"PDFOperator"]]),this.getContentStream().push(...e)}drawImage(e,t={}){var n,r,i,s,o,c,l;T(e,"image",[[sc,"PDFImage"]]),j(t.x,"options.x",["number"]),j(t.y,"options.y",["number"]),j(t.width,"options.width",["number"]),j(t.height,"options.height",["number"]),j(t.rotate,"options.rotate",[[Object,"Rotation"]]),j(t.xSkew,"options.xSkew",[[Object,"Rotation"]]),j(t.ySkew,"options.ySkew",[[Object,"Rotation"]]),Ge(t.opacity,"opacity.opacity",0,1),Ie(t.blendMode,"options.blendMode",yt);const a=this.node.newXObject("Image",e.ref),h=this.maybeEmbedGraphicsState({opacity:t.opacity,blendMode:t.blendMode});this.getContentStream().push(...Wf(a,{x:(n=t.x)!=null?n:this.x,y:(r=t.y)!=null?r:this.y,width:(i=t.width)!=null?i:e.size().width,height:(s=t.height)!=null?s:e.size().height,rotate:(o=t.rotate)!=null?o:ve(0),xSkew:(c=t.xSkew)!=null?c:ve(0),ySkew:(l=t.ySkew)!=null?l:ve(0),graphicsState:h}))}drawPage(e,t={}){var n,r,i,s,o;T(e,"embeddedPage",[[tc,"PDFEmbeddedPage"]]),j(t.x,"options.x",["number"]),j(t.y,"options.y",["number"]),j(t.xScale,"options.xScale",["number"]),j(t.yScale,"options.yScale",["number"]),j(t.width,"options.width",["number"]),j(t.height,"options.height",["number"]),j(t.rotate,"options.rotate",[[Object,"Rotation"]]),j(t.xSkew,"options.xSkew",[[Object,"Rotation"]]),j(t.ySkew,"options.ySkew",[[Object,"Rotation"]]),Ge(t.opacity,"opacity.opacity",0,1),Ie(t.blendMode,"options.blendMode",yt);const c=this.node.newXObject("EmbeddedPdfPage",e.ref),l=this.maybeEmbedGraphicsState({opacity:t.opacity,blendMode:t.blendMode}),a=t.width!==void 0?t.width/e.width:t.xScale!==void 0?t.xScale:1,h=t.height!==void 0?t.height/e.height:t.yScale!==void 0?t.yScale:1;this.getContentStream().push(...Gf(c,{x:(n=t.x)!=null?n:this.x,y:(r=t.y)!=null?r:this.y,xScale:a,yScale:h,rotate:(i=t.rotate)!=null?i:ve(0),xSkew:(s=t.xSkew)!=null?s:ve(0),ySkew:(o=t.ySkew)!=null?o:ve(0),graphicsState:l}))}drawSvgPath(e,t={}){var n,r,i,s,o,c,l,a,h;T(e,"path",["string"]),j(t.x,"options.x",["number"]),j(t.y,"options.y",["number"]),j(t.scale,"options.scale",["number"]),j(t.rotate,"options.rotate",[[Object,"Rotation"]]),j(t.borderWidth,"options.borderWidth",["number"]),j(t.color,"options.color",[[Object,"Color"]]),Ge(t.opacity,"opacity.opacity",0,1),j(t.borderColor,"options.borderColor",[[Object,"Color"]]),j(t.borderDashArray,"options.borderDashArray",[Array]),j(t.borderDashPhase,"options.borderDashPhase",["number"]),Ie(t.borderLineCap,"options.borderLineCap",Sn),Ge(t.borderOpacity,"options.borderOpacity",0,1),Ie(t.blendMode,"options.blendMode",yt);const f=this.maybeEmbedGraphicsState({opacity:t.opacity,borderOpacity:t.borderOpacity,blendMode:t.blendMode});!("color"in t)&&!("borderColor"in t)&&(t.borderColor=vn(0,0,0)),this.getContentStream().push(...Yf(e,{x:(n=t.x)!=null?n:this.x,y:(r=t.y)!=null?r:this.y,scale:t.scale,rotate:(i=t.rotate)!=null?i:ve(0),color:(s=t.color)!=null?s:void 0,borderColor:(o=t.borderColor)!=null?o:void 0,borderWidth:(c=t.borderWidth)!=null?c:0,borderDashArray:(l=t.borderDashArray)!=null?l:void 0,borderDashPhase:(a=t.borderDashPhase)!=null?a:void 0,borderLineCap:(h=t.borderLineCap)!=null?h:void 0,graphicsState:f}))}drawLine(e){var t,n,r,i,s;T(e.start,"options.start",[[Object,"{ x: number, y: number }"]]),T(e.end,"options.end",[[Object,"{ x: number, y: number }"]]),T(e.start.x,"options.start.x",["number"]),T(e.start.y,"options.start.y",["number"]),T(e.end.x,"options.end.x",["number"]),T(e.end.y,"options.end.y",["number"]),j(e.thickness,"options.thickness",["number"]),j(e.color,"options.color",[[Object,"Color"]]),j(e.dashArray,"options.dashArray",[Array]),j(e.dashPhase,"options.dashPhase",["number"]),Ie(e.lineCap,"options.lineCap",Sn),Ge(e.opacity,"opacity.opacity",0,1),Ie(e.blendMode,"options.blendMode",yt);const o=this.maybeEmbedGraphicsState({borderOpacity:e.opacity,blendMode:e.blendMode});"color"in e||(e.color=vn(0,0,0)),this.getContentStream().push(...Vf({start:e.start,end:e.end,thickness:(t=e.thickness)!=null?t:1,color:(n=e.color)!=null?n:void 0,dashArray:(r=e.dashArray)!=null?r:void 0,dashPhase:(i=e.dashPhase)!=null?i:void 0,lineCap:(s=e.lineCap)!=null?s:void 0,graphicsState:o}))}drawRectangle(e={}){var t,n,r,i,s,o,c,l,a,h,f,u,d;j(e.x,"options.x",["number"]),j(e.y,"options.y",["number"]),j(e.width,"options.width",["number"]),j(e.height,"options.height",["number"]),j(e.rotate,"options.rotate",[[Object,"Rotation"]]),j(e.xSkew,"options.xSkew",[[Object,"Rotation"]]),j(e.ySkew,"options.ySkew",[[Object,"Rotation"]]),j(e.borderWidth,"options.borderWidth",["number"]),j(e.color,"options.color",[[Object,"Color"]]),Ge(e.opacity,"opacity.opacity",0,1),j(e.borderColor,"options.borderColor",[[Object,"Color"]]),j(e.borderDashArray,"options.borderDashArray",[Array]),j(e.borderDashPhase,"options.borderDashPhase",["number"]),Ie(e.borderLineCap,"options.borderLineCap",Sn),Ge(e.borderOpacity,"options.borderOpacity",0,1),Ie(e.blendMode,"options.blendMode",yt);const _=this.maybeEmbedGraphicsState({opacity:e.opacity,borderOpacity:e.borderOpacity,blendMode:e.blendMode});!("color"in e)&&!("borderColor"in e)&&(e.color=vn(0,0,0)),this.getContentStream().push(...Kf({x:(t=e.x)!=null?t:this.x,y:(n=e.y)!=null?n:this.y,width:(r=e.width)!=null?r:150,height:(i=e.height)!=null?i:100,rotate:(s=e.rotate)!=null?s:ve(0),xSkew:(o=e.xSkew)!=null?o:ve(0),ySkew:(c=e.ySkew)!=null?c:ve(0),borderWidth:(l=e.borderWidth)!=null?l:0,color:(a=e.color)!=null?a:void 0,borderColor:(h=e.borderColor)!=null?h:void 0,borderDashArray:(f=e.borderDashArray)!=null?f:void 0,borderDashPhase:(u=e.borderDashPhase)!=null?u:void 0,graphicsState:_,borderLineCap:(d=e.borderLineCap)!=null?d:void 0}))}drawSquare(e={}){const{size:t}=e;j(t,"size",["number"]),this.drawRectangle({...e,width:t,height:t})}drawEllipse(e={}){var t,n,r,i,s,o,c,l,a,h,f;j(e.x,"options.x",["number"]),j(e.y,"options.y",["number"]),j(e.xScale,"options.xScale",["number"]),j(e.yScale,"options.yScale",["number"]),j(e.rotate,"options.rotate",[[Object,"Rotation"]]),j(e.color,"options.color",[[Object,"Color"]]),Ge(e.opacity,"opacity.opacity",0,1),j(e.borderColor,"options.borderColor",[[Object,"Color"]]),Ge(e.borderOpacity,"options.borderOpacity",0,1),j(e.borderWidth,"options.borderWidth",["number"]),j(e.borderDashArray,"options.borderDashArray",[Array]),j(e.borderDashPhase,"options.borderDashPhase",["number"]),Ie(e.borderLineCap,"options.borderLineCap",Sn),Ie(e.blendMode,"options.blendMode",yt);const u=this.maybeEmbedGraphicsState({opacity:e.opacity,borderOpacity:e.borderOpacity,blendMode:e.blendMode});!("color"in e)&&!("borderColor"in e)&&(e.color=vn(0,0,0)),this.getContentStream().push(...Xf({x:(t=e.x)!=null?t:this.x,y:(n=e.y)!=null?n:this.y,xScale:(r=e.xScale)!=null?r:100,yScale:(i=e.yScale)!=null?i:100,rotate:(s=e.rotate)!=null?s:void 0,color:(o=e.color)!=null?o:void 0,borderColor:(c=e.borderColor)!=null?c:void 0,borderWidth:(l=e.borderWidth)!=null?l:0,borderDashArray:(a=e.borderDashArray)!=null?a:void 0,borderDashPhase:(h=e.borderDashPhase)!=null?h:void 0,borderLineCap:(f=e.borderLineCap)!=null?f:void 0,graphicsState:u}))}drawCircle(e={}){const{size:t=100}=e;j(t,"size",["number"]),this.drawEllipse({...e,xScale:t,yScale:t})}resetFont(){this.font=void 0,this.fontKey=void 0}getContentStream(e=!0){return e&&this.contentStream?this.contentStream:(this.contentStream=this.createContentStream(),this.contentStreamRef=this.doc.context.register(this.contentStream),this.node.addContentStream(this.contentStreamRef),this.contentStream)}createContentStream(...e){const t=this.doc.context.obj({});return Ot.of(t,e)}maybeEmbedGraphicsState(e){const{opacity:t,borderOpacity:n,blendMode:r}=e;if(t===void 0&&n===void 0&&r===void 0)return;const i=this.doc.context.obj({Type:"ExtGState",ca:t,CA:n,BM:r});return this.node.newExtGState("GS",i)}scaleAnnot(e,t,n){const r=["RD","CL","Vertices","QuadPoints","L","Rect"];for(let s=0,o=r.length;s<o;s++){const c=e.lookup(p.of(r[s]));c instanceof q&&c.scalePDFNumbers(t,n)}const i=e.lookup(p.of("InkList"));if(i instanceof q)for(let s=0,o=i.size();s<o;s++){const c=i.lookup(s);c instanceof q&&c.scalePDFNumbers(t,n)}}};let Ht=ss;b(Ht,"of",(e,t,n)=>new ss(e,t,n)),b(Ht,"create",e=>{T(e,"doc",[[ot,"PDFDocument"]]);const t=re.of(-1),n=Le.withContextAndParent(e.context,t),r=e.context.register(n);return new ss(n,r,e)});const oc=class{constructor(e,t,n){b(this,"ref"),b(this,"doc"),b(this,"alreadyEmbedded",!1),b(this,"embedder"),this.ref=e,this.doc=t,this.embedder=n}async embed(){if(!this.alreadyEmbedded){const{catalog:e,context:t}=this.doc,n=await this.embedder.embedIntoContext(this.doc.context,this.ref);e.has(p.of("Names"))||e.set(p.of("Names"),t.obj({}));const r=e.lookup(p.of("Names"),G);r.has(p.of("JavaScript"))||r.set(p.of("JavaScript"),t.obj({}));const i=r.lookup(p.of("JavaScript"),G);i.has(p.of("Names"))||i.set(p.of("Names"),t.obj([]));const s=i.lookup(p.of("Names"),q);s.push(X.fromText(this.embedder.scriptName)),s.push(n),this.alreadyEmbedded=!0}}};let ac=oc;b(ac,"of",(e,t,n)=>new oc(e,t,n));class os{constructor(t,n){b(this,"script"),b(this,"scriptName"),this.script=t,this.scriptName=n}static for(t,n){return new os(t,n)}async embedIntoContext(t,n){const r=t.obj({Type:"Action",S:"JavaScript",JS:X.fromText(this.script)});return n?(t.assign(n,r),n):t.register(r)}}class ot{constructor(t,n){if(b(this,"context"),b(this,"catalog"),b(this,"isEncrypted"),b(this,"defaultWordBreaks",[" "]),b(this,"fontkit"),b(this,"pageCount"),b(this,"pageCache"),b(this,"pageMap"),b(this,"fonts"),b(this,"images"),b(this,"embeddedPages"),b(this,"embeddedFiles"),b(this,"javaScripts"),b(this,"computePages",()=>{const r=[];return this.catalog.Pages().traverse((i,s)=>{if(i instanceof Le){let o=this.pageMap.get(i);o||(o=Ht.of(i,s,this),this.pageMap.set(i,o)),r.push(o)}}),r}),T(t,"context",[[pi,"PDFContext"]]),T(n,"ignoreEncryption",["boolean"]),this.context=t,this.catalog=t.lookup(t.trailerInfo.Root),this.isEncrypted=!!t.lookup(t.trailerInfo.Encrypt),this.pageCache=vt.populatedBy(this.computePages),this.pageMap=new Map,this.fonts=[],this.images=[],this.embeddedPages=[],this.embeddedFiles=[],this.javaScripts=[],!n&&this.isEncrypted)throw new Ff}static async load(t,n={}){const{ignoreEncryption:r=!1,parseSpeed:i=100,throwOnInvalidObject:s=!1,updateMetadata:o=!0,capNumbers:c=!1}=n;T(t,"pdf",["string",Uint8Array,ArrayBuffer]),T(r,"ignoreEncryption",["boolean"]),T(i,"parseSpeed",["number"]),T(s,"throwOnInvalidObject",["boolean"]);const l=Pc(t),a=await Ma.forBytesWithOptions(l,i,s,c).parseDocument();return new ot(a,r)}registerFontkit(t){this.fontkit=t}getPageCount(){return this.pageCount===void 0&&(this.pageCount=this.getPages().length),this.pageCount}getPages(){return this.pageCache.access()}getPage(t){const n=this.getPages();return Je(t,"index",0,n.length-1),n[t]}getPageIndices(){return Ec(0,this.getPageCount())}removePage(t){const n=this.getPageCount();if(this.pageCount===0)throw new Mf;Je(t,"index",0,n-1),this.catalog.removeLeafNode(t),this.pageCount=n-1}addPage(t){return T(t,"page",["undefined",[Ht,"PDFPage"],Array]),this.insertPage(this.getPageCount(),t)}insertPage(t,n){const r=this.getPageCount();if(Je(t,"index",0,r),T(n,"page",["undefined",[Ht,"PDFPage"],Array]),!n||Array.isArray(n)){const s=Array.isArray(n)?n:Jf.A4;n=Ht.create(this),n.setSize(...s)}else if(n.doc!==this)throw new Nf;const i=this.catalog.insertLeafNode(n.ref,t);return n.node.setParent(i),this.pageMap.set(n.node,n),this.pageCache.invalidate(),this.pageCount=r+1,n}addJavaScript(t,n){T(t,"name",["string"]),T(n,"script",["string"]);const r=os.for(n,t),i=this.context.nextRef(),s=ac.of(i,this,r);this.javaScripts.push(s)}async flush(){await this.embedAll(this.fonts),await this.embedAll(this.images),await this.embedAll(this.embeddedPages),await this.embedAll(this.embeddedFiles),await this.embedAll(this.javaScripts)}async save(t={}){const{useObjectStreams:n=!0,addDefaultPage:r=!0,objectsPerTick:i=50,updateFieldAppearances:s=!0}=t;return T(n,"useObjectStreams",["boolean"]),T(r,"addDefaultPage",["boolean"]),T(i,"objectsPerTick",["number"]),T(s,"updateFieldAppearances",["boolean"]),r&&this.getPageCount()===0&&this.addPage(),await this.flush(),(n?ma:yi).forContext(this.context,i).serializeToBuffer()}async saveAsBase64(t={}){const{dataUri:n=!1,...r}=t;T(n,"dataUri",["boolean"]);const i=await this.save(r),s=Sc(i);return n?`data:application/pdf;base64,${s}`:s}findPageForAnnotationRef(t){const n=this.getPages();for(let r=0,i=n.length;r<i;r++){const s=n[r],o=s.node.Annots();if(o?.indexOf(t)!==void 0)return s}}async embedAll(t){for(let n=0,r=t.length;n<r;n++)await t[n].embed()}}var Wt;(function(e){e.textSelection="vpv:annotation:textSelection",e.freeText="vpv:annotation:freeText",e.signature="vpv:annotation:signature",e.image="vpv:annotation:image",e.highlight="vpv:annotation:highlight",e.underline="vpv:annotation:underline",e.strikeout="vpv:annotation:strikeout"})(Wt||(Wt={}));var as;(function(e){e.AnnotationCreated="vpv:annotation:created",e.AnnotationUpdated="vpv:annotation:updated",e.AnnotationDeleted="vpv:annotation:deleted",e.AnnotationMounted="vpv:annotation:mounted",e.Rotate="vpv:rotate"})(as||(as={})),ce.AnnotationType=void 0,function(e){e[e.Text=1]="Text",e[e.Link=2]="Link",e[e.FreeText=3]="FreeText",e[e.Line=4]="Line",e[e.Square=5]="Square",e[e.Circle=6]="Circle",e[e.Polygon=7]="Polygon",e[e.Polyline=8]="Polyline",e[e.Highlight=9]="Highlight",e[e.Underline=10]="Underline",e[e.Squiggly=11]="Squiggly",e[e.StrikeOut=12]="StrikeOut",e[e.Stamp=13]="Stamp",e[e.Caret=14]="Caret",e[e.Ink=15]="Ink",e[e.Popup=16]="Popup",e[e.FileAttachment=17]="FileAttachment",e[e.Sound=18]="Sound",e[e.Movie=19]="Movie",e[e.Widget=20]="Widget",e[e.Screen=21]="Screen",e[e.PrinterMark=22]="PrinterMark",e[e.TrapNet=23]="TrapNet",e[e.Watermark=24]="Watermark",e[e.ThreeD=25]="ThreeD",e[e.Redact=26]="Redact"}(ce.AnnotationType||(ce.AnnotationType={})),ce.AnnotationFlag=void 0,function(e){e[e.INVISIBLE=1]="INVISIBLE",e[e.HIDDEN=2]="HIDDEN",e[e.PRINT=4]="PRINT",e[e.NOZOOM=8]="NOZOOM",e[e.NOROTATE=16]="NOROTATE",e[e.NOVIEW=32]="NOVIEW",e[e.READONLY=64]="READONLY",e[e.LOCKED=128]="LOCKED",e[e.TOGGLENOVIEW=256]="TOGGLENOVIEW",e[e.LOCKEDCONTENTS=512]="LOCKEDCONTENTS"}(ce.AnnotationFlag||(ce.AnnotationFlag={}));const Qf={ANNOTATIONS:"annotations"},Cn=Symbol("VPV Shared UIs"),cc=Symbol("VPV Current Localization"),Bn=as,lc={Black:"#000000",DarkGray:"#444444",Gray:"#696969",LightGray:"#9C9C9C",LightestGray:"#CDCDCD",White:"#FFFFFF"},Te={...lc,Purple:"#7862FF",Blue:"#1777FF",Red:"#F66365",Orange:"#F67E63",Yellow:"#F5C463",Green:"#48BB77"},De={Purple:"#CAAAFF",Cyan:"#65EDE9",Red:"#FFACAC",Orange:"#FFBD82",Yellow:"#FCE244",Green:"#A0F751",...lc},eu={[De.Purple]:"Purple",[De.Cyan]:"Cyan",[De.Red]:"Red",[De.Orange]:"Orange",[De.Yellow]:"Yellow",[De.Green]:"Green",[De.Black]:"Black",[De.DarkGray]:"Dark Gray",[De.Gray]:"Gray",[De.LightGray]:"Light Gray",[De.LightestGray]:"Lightest Gray",[De.White]:"White"},tu={[Te.Black]:"Black",[Te.DarkGray]:"Dark Gray",[Te.Gray]:"Gray",[Te.LightGray]:"Light Gray",[Te.LightestGray]:"Lightest Gray",[Te.White]:"White",[Te.Purple]:"Purple",[Te.Blue]:"Blue",[Te.Red]:"Red",[Te.Orange]:"Orange",[Te.Yellow]:"Yellow",[Te.Green]:"Green"},nu="pdfjs_internal_editor_",Gt=(e,t)=>`${e}-${t}`;class ru{static async serializeAnnotationsToPdf(t,n,r){const i=await ot.load(t),s=i.getPages();r&&r.length>0&&await this.removeAnnotations(i,s,r);const o=n.filter(l=>l.annotationType===ce.AnnotationType.Underline||l.annotationType===ce.AnnotationType.StrikeOut),c=n.filter(l=>l.annotationType===ce.AnnotationType.Square);for(const l of o)await this.addTextMarkupAnnotation(i,s,l);for(const l of c)await this.addRectangleAnnotation(i,s,l);return await i.save()}static async removeAnnotations(t,n,r){const i=new Map;for(const s of r){const o=i.get(s.pageIndex)||[];o.push(s),i.set(s.pageIndex,o)}for(let s=0;s<n.length;s++){const o=n[s],c=i.get(s);if(!c||c.length===0)continue;const l=o.node.Annots();if(!l||!(l instanceof q))continue;const a=[];for(let h=0;h<l.size();h++){const f=l.get(h);let u;if(f instanceof re){const _=t.context.lookup(f);_ instanceof G&&(u=_)}else f instanceof G&&(u=f);if(!u)continue;this.matchesDeletedAnnotation(u,c)&&a.push(h)}for(let h=a.length-1;h>=0;h--)l.remove(a[h])}}static matchesDeletedAnnotation(t,n){const r=t.get(p.of("NM"));let i=null;if((r instanceof oe||r instanceof X)&&(i=r.decodeText()),i&&n.find(f=>f.id===i))return!0;const s=t.get(p.of("Subtype")),o=s instanceof p?s.decodeText():null;let c=null;if(o==="Underline"?c=ce.AnnotationType.Underline:o==="StrikeOut"&&(c=ce.AnnotationType.StrikeOut),c===null)return!1;const l=t.get(p.of("Rect"));if(!(l instanceof q))return!1;const a=[];for(let h=0;h<l.size();h++){const f=l.get(h);f instanceof U&&a.push(f.asNumber())}if(a.length!==4)return!1;for(const h of n){if(h.annotationType!==c||!h.rect||h.rect.length!==4)continue;const f=1;if(Math.abs(a[0]-h.rect[0])<f&&Math.abs(a[1]-h.rect[1])<f&&Math.abs(a[2]-h.rect[2])<f&&Math.abs(a[3]-h.rect[3])<f)return!0}return!1}static async addTextMarkupAnnotation(t,n,r){const i=n[r.pageIndex??0],s=r.rect,o=Array.from(r.quadPoints||[]),c=t.context.obj({Type:"Annot",Subtype:r.annotationType===ce.AnnotationType.Underline?"Underline":"StrikeOut",Rect:s,QuadPoints:o,C:[(r.color?.[0]??0)/255,(r.color?.[1]??0)/255,(r.color?.[2]??0)/255],F:4,Contents:X.fromText(r.contents||`${r.subtype} annotation`)}),l=t.context.register(c);let a=i.node.lookup(p.of("Annots"));a||(a=t.context.obj([]),i.node.set(p.of("Annots"),a)),a instanceof q&&a.push(l)}static async addRectangleAnnotation(t,n,r){const i=n[r.pageIndex??0],{height:s}=i.getSize(),o=this.convertRectToPdfCoords(r.rect,s),c=r.borderColor||r.color,l=r.backgroundColor,a={Type:"Annot",Subtype:"Square",Rect:o,F:r.annotationFlags??4};if(c&&(a.C=[(c[0]??0)/255,(c[1]??0)/255,(c[2]??0)/255]),l&&(a.IC=[(l[0]??0)/255,(l[1]??0)/255,(l[2]??0)/255]),r.borderStyle){const d={Type:"Border"};if(r.borderStyle.width!==void 0&&(d.W=r.borderStyle.width),r.borderStyle.style!==void 0){const _={1:"S",2:"D",3:"B",4:"I",5:"U"};d.S=p.of(_[r.borderStyle.style]||"S")}r.borderStyle.dashArray&&r.borderStyle.dashArray.length>0&&(d.D=r.borderStyle.dashArray),a.BS=t.context.obj(d)}r.opacity!==void 0&&r.opacity<1&&(a.CA=r.opacity),r.contents&&(a.Contents=X.fromText(r.contents)),r.creationDate&&(a.CreationDate=X.fromText(r.creationDate.toString())),r.modificationDate&&(a.M=X.fromText(r.modificationDate.toString()));const h=t.context.obj(a),f=t.context.register(h);let u=i.node.lookup(p.of("Annots"));u||(u=t.context.obj([]),i.node.set(p.of("Annots"),u)),u instanceof q&&u.push(f)}static convertRectToPdfCoords(t,n){return[t[0],n-t[3],t[2],n-t[1]]}static convertQuadPointsToPdfCoords(t,n){const r=[];for(let i=0;i<t.length;i+=2)r.push(t[i],n-t[i+1]);return r}}const iu={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4","indianred ":"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"},su=e=>e.startsWith("#")||e.startsWith("0x")?e:iu[e]||e,Tn=g.defineComponent({__name:"AppTooltip",setup(e){const t=g.inject(Cn),n=g.computed(()=>t?.AppTooltip);return(r,i)=>n.value?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.value),g.normalizeProps(g.mergeProps({key:0},r.$attrs)),g.createSlots({default:g.withCtx(()=>[g.renderSlot(r.$slots,"default")]),_:2},[g.renderList(r.$slots,(s,o)=>({name:o,fn:g.withCtx(()=>[g.renderSlot(r.$slots,o)])}))]),1040)):(g.openBlock(),g.createElementBlock("div",g.normalizeProps(g.mergeProps({key:1},r.$attrs)),[g.renderSlot(r.$slots,"default")],16))}}),Dn=g.defineComponent({inheritAttrs:!1,__name:"AppButton",props:{ariaLabel:{},ariaDisabled:{type:Boolean}},setup(e){const t=e,n=g.useAttrs(),r=g.inject(Cn),i=g.computed(()=>r?.AppButton),s=g.computed(()=>({"aria-label":t.ariaLabel,"aria-disabled":t.ariaDisabled,...n}));return(o,c)=>i.value?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(i.value),g.normalizeProps(g.mergeProps({key:0},s.value)),{default:g.withCtx(()=>[g.renderSlot(o.$slots,"default")]),_:3},16)):(g.openBlock(),g.createElementBlock("button",g.normalizeProps(g.mergeProps({key:1},s.value)),[g.renderSlot(o.$slots,"default")],16))}}),ou=(e,t)=>{const n=e[t];return n?typeof n=="function"?n():Promise.resolve(n):new Promise((r,i)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(i.bind(null,new Error("Unknown variable dynamic import: "+t)))})},au=g.defineComponent({__name:"Icon",props:{name:{}},setup(e){const t=e,n=g.defineAsyncComponent({loader:()=>ou(Object.assign({"../assets/icons/annotations.svg":()=>Promise.resolve().then(()=>xu),"../assets/icons/tool-comment.svg":()=>Promise.resolve().then(()=>vu),"../assets/icons/tool-free-text.svg":()=>Promise.resolve().then(()=>Au),"../assets/icons/tool-highlight.svg":()=>Promise.resolve().then(()=>Bu),"../assets/icons/tool-image.svg":()=>Promise.resolve().then(()=>Du),"../assets/icons/tool-signature.svg":()=>Promise.resolve().then(()=>Pu),"../assets/icons/tool-strikethrough.svg":()=>Promise.resolve().then(()=>Iu),"../assets/icons/tool-text-selection.svg":()=>Promise.resolve().then(()=>zu),"../assets/icons/tool-underline.svg":()=>Promise.resolve().then(()=>Nu)}),`../assets/icons/${t.name}.svg`)});return(r,i)=>(g.openBlock(),g.createBlock(g.resolveDynamicComponent(g.unref(n)),{class:"vp-text-xl"}))}}),Gu="",cs=(e,t)=>{const n=e.__vccOpts||e;for(const[r,i]of t)n[r]=i;return n},at=cs(au,[["__scopeId","data-v-9d5f0033"]]),En=()=>{const e=g.inject(cc,g.computed(()=>({})));return{t:g.computed(()=>n=>{const r=n.split(".").pop()||n;return e.value&&r in e.value?e.value[r]:(console.warn(`useLocalization - Translation not found for key: ${n}`),n)}).value,currentLocale:g.computed(()=>e.value)}},cu=g.defineComponent({__name:"ToolAnnotation",emits:["toggle"],setup(e,{emit:t}){const{t:n}=En(),r=t,i=g.ref(!1),s=()=>{i.value=!i.value,r("toggle",i.value)};return(o,c)=>o.$slots.default?g.renderSlot(o.$slots,"default",{key:0,onClick:s},void 0,!0):(g.openBlock(),g.createBlock(Tn,{key:1},{content:g.withCtx(()=>[g.createTextVNode(g.toDisplayString(i.value?g.unref(n)("annotationToggleHideTooltip"):g.unref(n)("annotationToggleShowTooltip")),1)]),default:g.withCtx(()=>[g.createVNode(Dn,{"aria-label":i.value?g.unref(n)("annotationToggleHideTooltip"):g.unref(n)("annotationToggleShowTooltip"),class:g.normalizeClass(["vpv-toolbar-btn",{"vpv-toolbar-btn-active":i.value}]),onClick:s},{default:g.withCtx(()=>[g.createVNode(at,{name:"annotations",class:"vp-text-xl"})]),_:1},8,["aria-label","class"])]),_:1}))}}),Vu="",lu=cs(cu,[["__scopeId","data-v-df5778ee"]]),hu=g.defineComponent({__name:"ToolAnnotationTextSelection",props:g.mergeModels({ariaDisabled:{type:Boolean},active:{type:Boolean}},{active:{type:Boolean,required:!0},activeModifiers:{}}),emits:["update:active"],setup(e){const t=e,n=g.useModel(e,"active"),{t:r}=En(),i=g.computed(()=>t.ariaDisabled===!0),s=()=>{i.value||(n.value=!n.value)};return(o,c)=>o.$slots.default?g.renderSlot(o.$slots,"default",g.mergeProps({key:0},o.$attrs,{onClick:s})):(g.openBlock(),g.createBlock(Tn,{key:1},{content:g.withCtx(()=>[g.createTextVNode(g.toDisplayString(g.unref(r)("annotationTextSelectionTooltip")),1)]),default:g.withCtx(()=>[g.createVNode(Dn,g.mergeProps({"aria-label":g.unref(r)("annotationTextSelectionLabel"),class:["vpv-toolbar-btn",{"vpv-toolbar-btn-active":n.value}]},o.$attrs,{onClick:s}),{default:g.withCtx(()=>[g.renderSlot(o.$slots,"icon",{},()=>[g.createVNode(at,{name:"tool-text-selection"})])]),_:3},16,["aria-label","class"])]),_:3}))}}),du=g.defineComponent({__name:"AppPopover",props:{open:{type:Boolean},side:{},sideOffset:{},class:{},ariaLabel:{}},setup(e){const t=e,n=g.inject(Cn),r=g.computed(()=>n?.AppPopover);return(i,s)=>r.value?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(r.value),g.normalizeProps(g.mergeProps({key:0},t)),{trigger:g.withCtx(()=>[g.renderSlot(i.$slots,"trigger")]),default:g.withCtx(()=>[g.renderSlot(i.$slots,"default")]),_:3},16)):(g.openBlock(),g.createElementBlock("button",g.normalizeProps(g.mergeProps({key:1},t)),[g.renderSlot(i.$slots,"default")],16))}}),fu=g.defineComponent({__name:"AppSignatures",setup(e){const t=g.inject(Cn),n=g.computed(()=>t?.AppSignatures);return(r,i)=>n.value?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.value),g.normalizeProps(g.mergeProps({key:0},r.$attrs)),null,16)):g.createCommentVNode("",!0)}}),uu=g.defineComponent({__name:"ToolAnnotationSignature",props:g.mergeModels({ariaDisabled:{type:Boolean},active:{type:Boolean}},{active:{type:Boolean,required:!0},activeModifiers:{}}),emits:["update:active"],setup(e){const t=e,n=g.useModel(e,"active"),{t:r}=En(),i=g.ref(!1),s=g.computed(()=>t.ariaDisabled===!0),o=()=>{s.value||(!n.value&&!i.value&&(i.value=!0),n.value=!n.value)},c=l=>{i.value=!1};return(l,a)=>l.$slots.default?g.renderSlot(l.$slots,"default",g.mergeProps({key:0},l.$attrs,{onClick:o})):(g.openBlock(),g.createBlock(du,{key:1,open:i.value,side:"right",sideOffset:10,class:"vpv-annotation-signatures__popover",onInteractOutside:c},{trigger:g.withCtx(()=>[g.createVNode(Tn,null,{content:g.withCtx(()=>[g.createTextVNode(g.toDisplayString(g.unref(r)("annotationSignatureTooltip")),1)]),default:g.withCtx(()=>[g.createVNode(Dn,g.mergeProps({"aria-label":g.unref(r)("annotationSignatureLabel"),class:["vpv-toolbar-btn",{"vpv-toolbar-btn-active":n.value}]},l.$attrs,{onClick:o}),{default:g.withCtx(()=>[g.renderSlot(l.$slots,"icon",{},()=>[g.createVNode(at,{name:"tool-signature"})])]),_:3},16,["aria-label","class"])]),_:3})]),default:g.withCtx(()=>[g.createVNode(fu)]),_:3},8,["open"]))}}),gu=g.defineComponent({__name:"ToolAnnotationFreeText",props:g.mergeModels({ariaDisabled:{type:Boolean},active:{type:Boolean}},{active:{type:Boolean,required:!0},activeModifiers:{}}),emits:["update:active"],setup(e){const t=e,n=g.useModel(e,"active"),{t:r}=En(),i=g.computed(()=>t.ariaDisabled===!0),s=()=>{i.value||(n.value=!n.value)};return(o,c)=>o.$slots.default?g.renderSlot(o.$slots,"default",g.mergeProps({key:0},o.$attrs,{onClick:s})):(g.openBlock(),g.createBlock(Tn,{key:1},{content:g.withCtx(()=>[g.createTextVNode(g.toDisplayString(g.unref(r)("annotationFreeTextTooltip")),1)]),default:g.withCtx(()=>[g.createVNode(Dn,g.mergeProps({"aria-label":g.unref(r)("annotationFreeTextLabel"),class:["vpv-toolbar-btn",{"vpv-toolbar-btn-active":n.value}]},o.$attrs,{onClick:s}),{default:g.withCtx(()=>[g.renderSlot(o.$slots,"icon",{},()=>[g.createVNode(at,{name:"tool-free-text"})])]),_:3},16,["aria-label","class"])]),_:3}))}}),pu=g.defineComponent({__name:"ToolAnnotationImage",props:{ariaDisabled:{type:Boolean}},emits:["change"],setup(e,{emit:t}){const n=e,{t:r}=En(),i=t,s=g.computed(()=>n.ariaDisabled===!0),o=()=>{if(s.value)return;const c=document.createElement("input");c.type="file",c.accept="image/*",c.onchange=l=>{const a=l.target.files?.[0];i("change",a)},c.click()};return(c,l)=>c.$slots.default?g.renderSlot(c.$slots,"default",g.mergeProps({key:0},c.$attrs,{onClick:o})):(g.openBlock(),g.createBlock(Tn,{key:1},{content:g.withCtx(()=>[g.createTextVNode(g.toDisplayString(g.unref(r)("annotationImageTooltip")),1)]),default:g.withCtx(()=>[g.createVNode(Dn,g.mergeProps({"aria-label":g.unref(r)("annotationImageLabel"),class:"vpv-toolbar-btn"},c.$attrs,{onClick:o}),{default:g.withCtx(()=>[g.renderSlot(c.$slots,"icon",{},()=>[g.createVNode(at,{name:"tool-image"})])]),_:3},16,["aria-label"])]),_:3}))}}),Ku="",bu={class:"vpv-annotation-tools-container"},mu={key:0,class:"vpv-annotation-tools"},_u=g.defineComponent({__name:"VPdfAnnotationTools",props:{textSelection:{type:[Object,Boolean],default:()=>!0},freeText:{type:[Object,Boolean],default:()=>!0},signature:{type:[Object,Boolean],default:()=>!1},image:{type:[Object,Boolean],default:()=>!0},instanceId:{type:Number,required:!0},onAnnotationCreated:{type:Function,default:void 0},onAnnotationUpdated:{type:Function,default:void 0},onAnnotationDeleted:{type:Function,default:void 0}},emits:["textSelection","freeText","signature","image"],setup(e,{emit:t}){const n=e,r=t,i=g.ref(!1),s=k=>Gt(n.instanceId,k),o={textSelection:new CustomEvent(s(Wt.textSelection),{detail:{active:!1,colors:null,highlight:null,strikethrough:null,underline:null}}),freeText:new CustomEvent(s(Wt.freeText),{detail:{active:!1,fontColors:null,fontSizes:null}}),signature:new CustomEvent(s(Wt.signature),{detail:{active:!1}}),image:new CustomEvent(s(Wt.image),{detail:{file:void 0}})},c=g.ref(!1),l=g.reactive({textSelection:!1,freeText:!1,signature:!1}),a=g.computed({get:()=>l.textSelection,set:k=>{l.textSelection=k,k&&(l.freeText=!1,l.signature=!1),A()}}),h=g.computed({get:()=>l.freeText,set:k=>{k&&(l.textSelection=!1,l.signature=!1),l.freeText=k,A()}}),f=g.computed({get:()=>l.signature,set:k=>{k&&(l.textSelection=!1,l.freeText=!1),l.signature=k,A()}}),u=g.computed(()=>n.textSelection),d=g.computed(()=>n.freeText),_=g.computed(()=>n.signature),w=g.computed(()=>n.image);function x(k){return k.map(F=>typeof F=="string"?{value:su(F),label:F}:F)}const y=k=>{c.value=k,k||(a.value=!1,h.value=!1,f.value=!1)},E=Object.entries(eu).map(([k,F])=>({value:k,label:F})),v=k=>{r("textSelection",k),o.textSelection.detail.active=k,o.textSelection.detail.colors=E;let F={icon:g.markRaw(g.h(at,{name:"tool-highlight"}))},P={icon:g.markRaw(g.h(at,{name:"tool-strikethrough"}))},W={icon:g.markRaw(g.h(at,{name:"tool-underline"}))};if(typeof n.textSelection=="object"){const{highlight:L,strikethrough:z,underline:J}=n.textSelection;L===!1?F=!1:typeof L=="object"&&(F={...F,...L},L.icon&&typeof L.icon=="object"&&(F.icon=g.markRaw(L.icon))),z===!1?P=!1:typeof z=="object"&&(P={...P,...z},z.icon&&typeof z.icon=="object"&&(P.icon=g.markRaw(z.icon))),J===!1?W=!1:typeof J=="object"&&(W={...W,...J},J.icon&&typeof J.icon=="object"&&(W.icon=g.markRaw(J.icon)))}o.textSelection.detail.highlight=F,o.textSelection.detail.strikethrough=P,o.textSelection.detail.underline=W,window.dispatchEvent(o.textSelection)},S=k=>{r("freeText",k),o.freeText.detail.active=k;let F=Object.entries(tu).map(([P,W])=>({value:P,label:W}));typeof n.freeText=="object"&&n.freeText?.fontColors&&(F=x(n.freeText.fontColors)),o.freeText.detail.fontColors=F,typeof n.freeText=="object"&&n.freeText?.fontSizes?.length&&(o.freeText.detail.fontSizes=n.freeText.fontSizes),window.dispatchEvent(o.freeText)},I=k=>{r("signature",k),o.signature.detail.active=k,window.dispatchEvent(o.signature)},B=k=>{l.textSelection=!1,l.freeText=!1,l.signature=!1,r("image",k),o.image.detail.file=k,window.dispatchEvent(o.image)};function A(){v(a.value),S(h.value),I(f.value)}const O=Gt(n.instanceId,Bn.Rotate);g.onMounted(()=>{window.dispatchEvent(new CustomEvent(Gt(n.instanceId,Bn.AnnotationMounted))),window.addEventListener(O,R)});function R(k){const{firstPageRotation:F,rotation:P}=k.detail;i.value=P!==0}g.watch(i,k=>{k&&(l.textSelection=!1,l.freeText=!1,l.signature=!1,A())});const D=k=>{const{id:F,...P}=k;return{...P,id:F?.startsWith(nu)?null:F}};return g.watch(()=>n.onAnnotationCreated,(k,F,P)=>{if(!k)return;const W=z=>{k(D(z.detail))},L=Gt(n.instanceId,Bn.AnnotationCreated);window.addEventListener(L,W),P(()=>{window.removeEventListener(L,W)})},{immediate:!0}),g.watch(()=>n.onAnnotationUpdated,(k,F,P)=>{if(!k)return;const W=z=>{k(D(z.detail))},L=Gt(n.instanceId,Bn.AnnotationUpdated);window.addEventListener(L,W),P(()=>{window.removeEventListener(L,W)})},{immediate:!0}),g.watch(()=>n.onAnnotationDeleted,(k,F,P)=>{if(!k)return;const W=z=>{k(D(z.detail))},L=Gt(n.instanceId,Bn.AnnotationDeleted);window.addEventListener(L,W),P(()=>{window.removeEventListener(L,W)})},{immediate:!0}),g.onUnmounted(()=>{window.removeEventListener(O,R)}),(k,F)=>(g.openBlock(),g.createElementBlock("div",bu,[g.createVNode(lu,{onToggle:y}),g.createVNode(g.Transition,{name:"slide"},{default:g.withCtx(()=>[c.value?(g.openBlock(),g.createElementBlock("div",mu,[u.value?(g.openBlock(),g.createBlock(hu,{key:0,active:a.value,"onUpdate:active":F[0]||(F[0]=P=>a.value=P),"aria-disabled":i.value},g.createSlots({_:2},[typeof n.textSelection=="object"&&n.textSelection.icon?{name:"icon",fn:g.withCtx(()=>[typeof n.textSelection=="object"&&n.textSelection.icon?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.textSelection.icon),{key:0})):g.createCommentVNode("",!0)]),key:"0"}:typeof n.textSelection=="object"&&n.textSelection.component?{name:"default",fn:g.withCtx(({onClick:P})=>[typeof n.textSelection=="object"&&n.textSelection.component?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.textSelection.component),{key:0,onClick:P},null,8,["onClick"])):g.createCommentVNode("",!0)]),key:"1"}:void 0]),1032,["active","aria-disabled"])):g.createCommentVNode("",!0),d.value?(g.openBlock(),g.createBlock(gu,{key:1,active:h.value,"onUpdate:active":F[1]||(F[1]=P=>h.value=P),"aria-disabled":i.value},g.createSlots({_:2},[typeof n.freeText=="object"&&n.freeText.icon?{name:"icon",fn:g.withCtx(()=>[typeof n.freeText=="object"&&n.freeText.icon?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.freeText.icon),{key:0})):g.createCommentVNode("",!0),typeof n.freeText=="object"&&n.freeText.icon?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.freeText.icon),{key:1})):g.createCommentVNode("",!0)]),key:"0"}:typeof n.freeText=="object"&&n.freeText.component?{name:"default",fn:g.withCtx(({onClick:P})=>[typeof n.freeText=="object"&&n.freeText.component?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.freeText.component),{key:0,onClick:P},null,8,["onClick"])):g.createCommentVNode("",!0)]),key:"1"}:void 0]),1032,["active","aria-disabled"])):g.createCommentVNode("",!0),w.value?(g.openBlock(),g.createBlock(pu,{key:2,onChange:B,"aria-disabled":i.value},g.createSlots({_:2},[typeof n.image=="object"&&n.image?{name:"icon",fn:g.withCtx(()=>[typeof n.image=="object"&&n.image.icon?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.image.icon),{key:0})):g.createCommentVNode("",!0)]),key:"0"}:typeof n.image=="object"&&n.image&&"component"in n.image?{name:"default",fn:g.withCtx(({onClick:P})=>[typeof n.image=="object"&&n.image&&"component"in n.image?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.image.component),{key:0,onClick:P},null,8,["onClick"])):g.createCommentVNode("",!0)]),key:"1"}:void 0]),1032,["aria-disabled"])):g.createCommentVNode("",!0),_.value?(g.openBlock(),g.createBlock(uu,{key:3,active:f.value,"onUpdate:active":F[2]||(F[2]=P=>f.value=P),"aria-disabled":i.value},g.createSlots({_:2},[typeof n.signature=="object"&&n.signature.icon?{name:"icon",fn:g.withCtx(()=>[typeof n.signature=="object"&&n.signature.icon?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.signature.icon),{key:0})):g.createCommentVNode("",!0)]),key:"0"}:typeof n.signature=="object"&&n.signature.component?{name:"default",fn:g.withCtx(({onClick:P})=>[typeof n.signature=="object"&&n.signature.component?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.signature.component),{key:0,onClick:P},null,8,["onClick"])):g.createCommentVNode("",!0)]),key:"1"}:void 0]),1032,["active","aria-disabled"])):g.createCommentVNode("",!0)])):g.createCommentVNode("",!0)]),_:1})]))}}),Zu="",hc=cs(_u,[["__scopeId","data-v-8583d7e5"]]),yu=(e={})=>{const{textSelection:t,freeText:n,image:r,...i}=e;let s=null;return{name:"annotation",setup(o){const{componentInstance:c,shared:l}=o,a=c?.uid??0;o.toolbar.addItem({id:Qf.ANNOTATIONS,toolbarDirection:"left",component:g.h(hc,{textSelection:t,freeText:n,image:r,instanceId:a,...i})});const h=c?.appContext.app;l.ui?h.provide(Cn,l.ui):console.warn("VPdfAnnotationPlugin - No UI context found in plugin context"),l.localization?.value?h.provide(cc,l.localization):console.warn("VPdfAnnotationPlugin - No localization found in plugin context"),l.pdf||console.warn("VPdfAnnotationPlugin - PDF context not available"),s={exportToPdf:async(f,u)=>{const d=await l.pdf?.getOriginalBytes();return d?await ru.serializeAnnotationsToPdf(d,f,u):null}}},getApi:()=>s}},wu={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function dc(e,t){return g.openBlock(),g.createElementBlock("svg",wu,[...t[0]||(t[0]=[g.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.25",d:"M10 18.334a8.333 8.333 0 1 0 0-16.667 8.333 8.333 0 0 0 0 16.667"},null,-1),g.createElementVNode("path",{stroke:"currentColor","stroke-linejoin":"round","stroke-width":"1.25",d:"m5.417 17.084 1.171-4.394c.238-.892.357-1.338.694-1.597s.798-.259 1.722-.259h1.992c.923 0 1.385 0 1.722.259.337.258.456.705.693 1.597l1.172 4.394"},null,-1),g.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.25",d:"M7.917 10.834 9.23 7.8c.327-.756.491-1.134.769-1.134s.441.378.77 1.134l1.313 3.033"},null,-1)])])}const xu=Object.freeze(Object.defineProperty({__proto__:null,render:dc,default:{render:dc}},Symbol.toStringTag,{value:"Module"})),Su={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function fc(e,t){return g.openBlock(),g.createElementBlock("svg",Su,[...t[0]||(t[0]=[g.createElementVNode("path",{fill:"currentColor",d:"M18.125 9.688a7.82 7.82 0 0 1-7.812 7.812H3.75a1.25 1.25 0 0 1-1.25-1.25V9.688a7.812 7.812 0 0 1 15.625 0m-1.25 0a6.563 6.563 0 0 0-13.125 0v6.562h6.563a6.57 6.57 0 0 0 6.562-6.562"},null,-1),g.createElementVNode("path",{fill:"currentColor",d:"M12.5 10a.624.624 0 0 1-.625.625h-1.25v1.25a.624.624 0 1 1-1.25 0v-1.25h-1.25a.625.625 0 1 1 0-1.25h1.25v-1.25a.625.625 0 0 1 1.25 0v1.25h1.25A.625.625 0 0 1 12.5 10"},null,-1)])])}const vu=Object.freeze(Object.defineProperty({__proto__:null,render:fc,default:{render:fc}},Symbol.toStringTag,{value:"Module"})),ku={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function uc(e,t){return g.openBlock(),g.createElementBlock("svg",ku,[...t[0]||(t[0]=[g.createElementVNode("path",{fill:"currentColor",d:"M11.458 13.75a.624.624 0 1 0 0-1.25h-.625v-5h2.5v.625a.625.625 0 0 0 1.25 0v-1.25a.625.625 0 0 0-.625-.625h-7.5a.625.625 0 0 0-.625.625v1.25a.625.625 0 0 0 1.25 0V7.5h2.5v5h-.625a.625.625 0 1 0 0 1.25z"},null,-1),g.createElementVNode("path",{fill:"currentColor","fill-rule":"evenodd",d:"M3.125 3.75c0-.115.093-.208.208-.208h13.334c.115 0 .208.093.208.208v2.917a.625.625 0 1 0 1.25 0V3.75c0-.805-.653-1.458-1.458-1.458H3.333c-.805 0-1.458.653-1.458 1.458v3.334a.625.625 0 1 0 1.25 0zm0 12.5c0 .115.093.209.208.209h13.334a.21.21 0 0 0 .208-.209v-2.916a.625.625 0 1 1 1.25 0v2.916c0 .806-.653 1.459-1.458 1.459H3.333a1.46 1.46 0 0 1-1.458-1.459v-3.333a.625.625 0 1 1 1.25 0zM2.5 8.542c.345 0 .625.28.625.625v1.667a.625.625 0 0 1-1.25 0V9.167c0-.345.28-.625.625-.625m15.625.625a.625.625 0 1 0-1.25 0v1.667a.625.625 0 0 0 1.25 0z","clip-rule":"evenodd"},null,-1)])])}const Au=Object.freeze(Object.defineProperty({__proto__:null,render:uc,default:{render:uc}},Symbol.toStringTag,{value:"Module"})),Cu={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function gc(e,t){return g.openBlock(),g.createElementBlock("svg",Cu,[...t[0]||(t[0]=[g.createElementVNode("g",{"clip-path":"url(#a)"},[g.createElementVNode("path",{fill:"currentColor",d:"M19.818 8.308a.625.625 0 0 0-.885 0L15 12.242 8.384 5.625l3.934-3.932a.626.626 0 0 0-.885-.885L7.5 4.742a1.25 1.25 0 0 0-.22 1.47L5.625 7.866a1.25 1.25 0 0 0 0 1.767l.367.366-4.559 4.558a.625.625 0 0 0 .245 1.035l5.625 1.875a.62.62 0 0 0 .437-.015.6.6 0 0 0 .203-.136l2.682-2.683.367.366a1.25 1.25 0 0 0 1.767 0l1.656-1.654a1.25 1.25 0 0 0 1.469-.22l3.934-3.933a.626.626 0 0 0 0-.885M7.332 16.16l-4.297-1.433 3.84-3.843 2.867 2.866zm4.543-2.043L6.51 8.75l1.616-1.616 5.367 5.366z"})],-1),g.createElementVNode("defs",null,[g.createElementVNode("clipPath",{id:"a"},[g.createElementVNode("path",{fill:"currentColor",d:"M0 0h20v20H0z"})])],-1)])])}const Bu=Object.freeze(Object.defineProperty({__proto__:null,render:gc,default:{render:gc}},Symbol.toStringTag,{value:"Module"})),Tu={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function pc(e,t){return g.openBlock(),g.createElementBlock("svg",Tu,[...t[0]||(t[0]=[g.createElementVNode("path",{fill:"currentColor",d:"M16.875 3.125H3.125a1.25 1.25 0 0 0-1.25 1.25v11.25a1.25 1.25 0 0 0 1.25 1.25h13.75a1.25 1.25 0 0 0 1.25-1.25V4.375a1.25 1.25 0 0 0-1.25-1.25m0 1.25v8.027l-2.037-2.036a1.25 1.25 0 0 0-1.768 0l-1.562 1.563L8.07 8.49a1.25 1.25 0 0 0-1.767 0L3.125 11.67V4.376zm-13.75 9.063 4.063-4.063 6.25 6.25H3.124zm13.75 2.187h-1.67l-2.812-2.812 1.563-1.563 2.919 2.92zM11.25 7.813a.938.938 0 1 1 1.875 0 .938.938 0 0 1-1.875 0"},null,-1)])])}const Du=Object.freeze(Object.defineProperty({__proto__:null,render:pc,default:{render:pc}},Symbol.toStringTag,{value:"Module"})),Eu={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function bc(e,t){return g.openBlock(),g.createElementBlock("svg",Eu,[...t[0]||(t[0]=[g.createElementVNode("path",{fill:"currentColor",d:"M18.125 13.125H4.99q.313-.615.625-1.259c1.172.13 2.546-.685 4.114-2.432.391 1.051 1.13 2.416 2.39 2.441.707.014 1.414-.406 2.142-1.279.53.634 1.623 1.279 3.865 1.279a.625.625 0 1 0 0-1.25c-2.377 0-3.08-.816-3.125-1.259a.6.6 0 0 0-.426-.605.636.636 0 0 0-.723.273c-.943 1.448-1.514 1.596-1.713 1.591-.645-.012-1.301-1.525-1.526-2.61a.625.625 0 0 0-1.1-.264c-1.579 1.98-2.637 2.646-3.295 2.818.663-1.474 1.158-2.768 1.475-3.858.533-1.831.572-3.112.118-3.914-.234-.42-.73-.922-1.723-.922-1.255 0-2.245 1.186-2.716 3.254-.28 1.227-.327 2.594-.127 3.75.2 1.155.615 1.996 1.218 2.495a72 72 0 0 1-.877 1.751h-1.71a.625.625 0 1 0 0 1.25h1.048c-.884 1.64-1.572 2.784-1.583 2.803a.625.625 0 1 0 1.071.644c.012-.02.88-1.468 1.93-3.447h13.784a.625.625 0 1 0 0-1.25M4.59 5.407c.311-1.365.914-2.282 1.498-2.282.416 0 .555.145.635.287.235.416.51 1.89-1.692 6.749-.645-.881-.865-2.895-.44-4.754"},null,-1)])])}const Pu=Object.freeze(Object.defineProperty({__proto__:null,render:bc,default:{render:bc}},Symbol.toStringTag,{value:"Module"})),Ru={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function mc(e,t){return g.openBlock(),g.createElementBlock("svg",Ru,[...t[0]||(t[0]=[g.createElementVNode("path",{fill:"currentColor",d:"M17.5 10a.624.624 0 0 1-.625.625h-3.13c.718.556 1.255 1.344 1.255 2.5 0 1.042-.547 2.008-1.543 2.718-.931.666-2.16 1.032-3.457 1.032-1.298 0-2.526-.366-3.457-1.032C5.547 15.133 5 14.167 5 13.125a.625.625 0 1 1 1.25 0c0 1.355 1.719 2.5 3.75 2.5s3.75-1.145 3.75-2.5c0-1.16-.823-1.842-3.029-2.5H3.125a.625.625 0 1 1 0-1.25h13.75A.625.625 0 0 1 17.5 10M5.963 8.125a.625.625 0 0 0 .595-.82 1.4 1.4 0 0 1-.065-.43c0-1.425 1.508-2.5 3.507-2.5 1.472 0 2.669.58 3.203 1.55a.625.625 0 0 0 1.094-.6c-.756-1.378-2.362-2.2-4.297-2.2-2.712 0-4.757 1.612-4.757 3.75-.001.278.041.555.127.82a.625.625 0 0 0 .593.43"},null,-1)])])}const Iu=Object.freeze(Object.defineProperty({__proto__:null,render:mc,default:{render:mc}},Symbol.toStringTag,{value:"Module"})),Ou={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function _c(e,t){return g.openBlock(),g.createElementBlock("svg",Ou,[...t[0]||(t[0]=[g.createElementVNode("path",{fill:"currentColor",d:"M17.916 14.568c.345 0 .625.28.625.625V17.9c0 .345-.28.625-.625.625H2.083a.625.625 0 0 1-.625-.625v-2.708c0-.345.28-.625.625-.625zM2.708 17.276h14.583v-1.458H2.708zm8.333-15.428a.626.626 0 0 1 .88.887L8.39 6.242l3.525 3.524 3.584-3.558a.626.626 0 0 1 .88.887l-4.057 4.03a.63.63 0 0 1-.633.15v.001h.004l.002.002-.018-.004a1 1 0 0 0-.125-.02 2 2 0 0 0-.534.015c-.457.07-1.144.312-1.92 1.07a.625.625 0 0 1-.873 0l-.07-.069-1.173 1.09a.63.63 0 0 1-.426.166H3.75a.625.625 0 0 1-.444-1.065l2.487-2.5-.045-.044a.626.626 0 0 1 0-.894c.775-.757 1.018-1.425 1.09-1.862.035-.224.029-.4.016-.512a1 1 0 0 0-.02-.118l-.004-.012v.001l.002.002V6.52a.63.63 0 0 1 .15-.643zM5.254 12.276h1.058l.948-.88-.444-.435-.13-.127zm6.444-.998h-.003zM8.014 7.634c-.131.537-.412 1.162-.958 1.814l1.627 1.591c.648-.523 1.267-.8 1.802-.934z"},null,-1)])])}const zu=Object.freeze(Object.defineProperty({__proto__:null,render:_c,default:{render:_c}},Symbol.toStringTag,{value:"Module"})),Fu={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function yc(e,t){return g.openBlock(),g.createElementBlock("svg",Fu,[...t[0]||(t[0]=[g.createElementVNode("path",{fill:"currentColor",d:"M15.625 17.5a.624.624 0 0 1-.625.625H5a.625.625 0 1 1 0-1.25h10a.624.624 0 0 1 .625.625M10 15.625a5.005 5.005 0 0 0 5-5v-6.25a.625.625 0 1 0-1.25 0v6.25a3.75 3.75 0 0 1-7.5 0v-6.25a.625.625 0 0 0-1.25 0v6.25a5.005 5.005 0 0 0 5 5"},null,-1)])])}const Nu=Object.freeze(Object.defineProperty({__proto__:null,render:yc,default:{render:yc}},Symbol.toStringTag,{value:"Module"}));ce.VPdfAnnotationTools=hc,ce.default=yu,Object.defineProperties(ce,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
16
|
+
`}return e}getUnencodedContents(){const e=new Uint8Array(this.getUnencodedContentsSize());let t=fe(this.offsetsString,e,0);for(let n=0,r=this.objects.length;n<r;n++){const[,i]=this.objects[n];t+=i.copyBytesInto(e,t),e[t++]=m.Newline}return e}getUnencodedContentsSize(){return this.offsetsString.length+Pn(this.offsets)[1]+Pn(this.objects)[1].sizeInBytes()+1}computeOffsetsString(){let e="";for(let t=0,n=this.offsets.length;t<n;t++){const[r,i]=this.offsets[t];e+=`${r} ${i} `}return e}computeObjectOffsets(){let e=0;const t=new Array(this.objects.length);for(let n=0,r=this.objects.length;n<r;n++){const[i,s]=this.objects[n];t[n]=[i.objectNumber,e],e+=s.sizeInBytes()+1}return t}};let _i=mi;b(_i,"withContextAndObjects",(e,t,n=!0)=>new mi(e,t,n));const da=class{constructor(e,t){b(this,"context"),b(this,"objectsPerTick"),b(this,"parsedObjects",0),b(this,"shouldWaitForTick",n=>(this.parsedObjects+=n,this.parsedObjects%this.objectsPerTick===0)),this.context=e,this.objectsPerTick=t}async serializeToBuffer(){const{size:e,header:t,indirectObjects:n,xref:r,trailerDict:i,trailer:s}=await this.computeBufferSize();let o=0;const c=new Uint8Array(e);o+=t.copyBytesInto(c,o),c[o++]=m.Newline,c[o++]=m.Newline;for(let l=0,a=n.length;l<a;l++){const[h,f]=n[l],u=String(h.objectNumber);o+=fe(u,c,o),c[o++]=m.Space;const d=String(h.generationNumber);o+=fe(d,c,o),c[o++]=m.Space,c[o++]=m.o,c[o++]=m.b,c[o++]=m.j,c[o++]=m.Newline,o+=f.copyBytesInto(c,o),c[o++]=m.Newline,c[o++]=m.e,c[o++]=m.n,c[o++]=m.d,c[o++]=m.o,c[o++]=m.b,c[o++]=m.j,c[o++]=m.Newline,c[o++]=m.Newline;const _=f instanceof _i?f.getObjectsCount():1;this.shouldWaitForTick(_)&&await St()}return r&&(o+=r.copyBytesInto(c,o),c[o++]=m.Newline),i&&(o+=i.copyBytesInto(c,o),c[o++]=m.Newline,c[o++]=m.Newline),o+=s.copyBytesInto(c,o),c}computeIndirectObjectSize([e,t]){const n=e.sizeInBytes()+3,r=t.sizeInBytes()+9;return n+r}createTrailerDict(){return this.context.obj({Size:this.context.largestObjectNumber+1,Root:this.context.trailerInfo.Root,Encrypt:this.context.trailerInfo.Encrypt,Info:this.context.trailerInfo.Info,ID:this.context.trailerInfo.ID})}async computeBufferSize(){const e=gn.forVersion(1,7);let t=e.sizeInBytes()+2;const n=Xn.create(),r=this.context.enumerateIndirectObjects();for(let c=0,l=r.length;c<l;c++){const a=r[c],[h]=a;n.addEntry(h,t),t+=this.computeIndirectObjectSize(a),this.shouldWaitForTick(1)&&await St()}const i=t;t+=n.sizeInBytes()+1;const s=ha.of(this.createTrailerDict());t+=s.sizeInBytes()+2;const o=Yn.forLastCrossRefSectionOffset(i);return t+=o.sizeInBytes(),{size:t,header:e,indirectObjects:r,xref:n,trailerDict:s,trailer:o}}};let yi=da;b(yi,"forContext",(e,t)=>new da(e,t));const Jn=class extends pe{constructor(e){super(),b(this,"value"),this.value=e}asBytes(){const e=[];let t="",n=!1;const r=i=>{i!==void 0&&e.push(i),n=!1};for(let i=0,s=this.value.length;i<s;i++){const o=this.value[i],c=$(o),l=this.value[i+1];n?c===m.Newline||c===m.CarriageReturn?r():c===m.n?r(m.Newline):c===m.r?r(m.CarriageReturn):c===m.t?r(m.Tab):c===m.b?r(m.Backspace):c===m.f?r(m.FormFeed):c===m.LeftParen?r(m.LeftParen):c===m.RightParen?r(m.RightParen):c===m.Backspace?r(m.BackSlash):c>=m.Zero&&c<=m.Seven?(t+=o,(t.length===3||!(l>="0"&&l<="7"))&&(r(parseInt(t,8)),t="")):r(c):c===m.BackSlash?n=!0:r(c)}return new Uint8Array(e)}decodeText(){const e=this.asBytes();return ks(e)?ys(e):ms(e)}decodeDate(){const e=this.decodeText(),t=gs(e);if(!t)throw new Bs(e);return t}asString(){return this.value}clone(){return Jn.of(this.value)}toString(){return`(${this.value})`}sizeInBytes(){return this.value.length+2}copyBytesInto(e,t){return e[t++]=m.LeftParen,t+=fe(this.value,e,t),e[t++]=m.RightParen,this.value.length+2}};let oe=Jn;b(oe,"of",e=>new Jn(e)),b(oe,"fromDate",e=>{const t=Pe(String(e.getUTCFullYear()),4,"0"),n=Pe(String(e.getUTCMonth()+1),2,"0"),r=Pe(String(e.getUTCDate()),2,"0"),i=Pe(String(e.getUTCHours()),2,"0"),s=Pe(String(e.getUTCMinutes()),2,"0"),o=Pe(String(e.getUTCSeconds()),2,"0");return new Jn(`D:${t}${n}${r}${i}${s}${o}Z`)});class Qn{constructor(t,n,r){b(this,"bytes"),b(this,"start"),b(this,"pos"),b(this,"end"),this.bytes=t,this.start=n||0,this.pos=this.start,this.end=!!n&&!!r?n+r:this.bytes.length}get length(){return this.end-this.start}get isEmpty(){return this.length===0}getByte(){return this.pos>=this.end?-1:this.bytes[this.pos++]}getUint16(){const t=this.getByte(),n=this.getByte();return t===-1||n===-1?-1:(t<<8)+n}getInt32(){const t=this.getByte(),n=this.getByte(),r=this.getByte(),i=this.getByte();return(t<<24)+(n<<16)+(r<<8)+i}getBytes(t,n=!1){const r=this.bytes,i=this.pos,s=this.end;if(t){let o=i+t;o>s&&(o=s),this.pos=o;const c=r.subarray(i,o);return n?new Uint8ClampedArray(c):c}else{const o=r.subarray(i,s);return n?new Uint8ClampedArray(o):o}}peekByte(){const t=this.getByte();return this.pos--,t}peekBytes(t,n=!1){const r=this.getBytes(t,n);return this.pos-=r.length,r}skip(t){t||(t=1),this.pos+=t}reset(){this.pos=this.start}moveStart(){this.start=this.pos}makeSubStream(t,n){return new Qn(this.bytes,t,n)}decode(){return this.bytes}}const tf=new Uint8Array(0);class pn{constructor(t){if(b(this,"bufferLength"),b(this,"buffer"),b(this,"eof"),b(this,"pos"),b(this,"minBufferLength"),this.pos=0,this.bufferLength=0,this.eof=!1,this.buffer=tf,this.minBufferLength=512,t)for(;this.minBufferLength<t;)this.minBufferLength*=2}get isEmpty(){for(;!this.eof&&this.bufferLength===0;)this.readBlock();return this.bufferLength===0}getByte(){const t=this.pos;for(;this.bufferLength<=t;){if(this.eof)return-1;this.readBlock()}return this.buffer[this.pos++]}getUint16(){const t=this.getByte(),n=this.getByte();return t===-1||n===-1?-1:(t<<8)+n}getInt32(){const t=this.getByte(),n=this.getByte(),r=this.getByte(),i=this.getByte();return(t<<24)+(n<<16)+(r<<8)+i}getBytes(t,n=!1){let r;const i=this.pos;if(t){for(this.ensureBuffer(i+t),r=i+t;!this.eof&&this.bufferLength<r;)this.readBlock();const o=this.bufferLength;r>o&&(r=o)}else{for(;!this.eof;)this.readBlock();r=this.bufferLength}this.pos=r;const s=this.buffer.subarray(i,r);return n&&!(s instanceof Uint8ClampedArray)?new Uint8ClampedArray(s):s}peekByte(){const t=this.getByte();return this.pos--,t}peekBytes(t,n=!1){const r=this.getBytes(t,n);return this.pos-=r.length,r}skip(t){t||(t=1),this.pos+=t}reset(){this.pos=0}makeSubStream(t,n){const r=t+n;for(;this.bufferLength<=r&&!this.eof;)this.readBlock();return new Qn(this.buffer,t,n)}decode(){for(;!this.eof;)this.readBlock();return this.buffer.subarray(0,this.bufferLength)}readBlock(){throw new Oe(this.constructor.name,"readBlock")}ensureBuffer(t){const n=this.buffer;if(t<=n.byteLength)return n;let r=this.minBufferLength;for(;r<t;)r*=2;const i=new Uint8Array(r);return i.set(n),this.buffer=i}}const fa=e=>e===32||e===9||e===13||e===10;class nf extends pn{constructor(t,n){super(n),b(this,"stream"),b(this,"input"),this.stream=t,this.input=new Uint8Array(5),n&&(n=.8*n)}readBlock(){const i=this.stream;let s=i.getByte();for(;fa(s);)s=i.getByte();if(s===-1||s===126){this.eof=!0;return}const o=this.bufferLength;let c,l;if(s===122){for(c=this.ensureBuffer(o+4),l=0;l<4;++l)c[o+l]=0;this.bufferLength+=4}else{const a=this.input;for(a[0]=s,l=1;l<5;++l){for(s=i.getByte();fa(s);)s=i.getByte();if(a[l]=s,s===-1||s===126)break}if(c=this.ensureBuffer(o+l-1),this.bufferLength+=l-1,l<5){for(;l<5;++l)a[l]=33+84;this.eof=!0}let h=0;for(l=0;l<5;++l)h=h*85+(a[l]-33);for(l=3;l>=0;--l)c[o+l]=h&255,h>>=8}}}class rf extends pn{constructor(t,n){super(n),b(this,"stream"),b(this,"firstDigit"),this.stream=t,this.firstDigit=-1,n&&(n=.5*n)}readBlock(){const n=this.stream.getBytes(8e3);if(!n.length){this.eof=!0;return}const r=n.length+1>>1,i=this.ensureBuffer(this.bufferLength+r);let s=this.bufferLength,o=this.firstDigit;for(let c=0,l=n.length;c<l;c++){const a=n[c];let h;if(a>=48&&a<=57)h=a&15;else if(a>=65&&a<=70||a>=97&&a<=102)h=(a&15)+9;else if(a===62){this.eof=!0;break}else continue;o<0?o=h:(i[s++]=o<<4|h,o=-1)}o>=0&&this.eof&&(i[s++]=o<<4,o=-1),this.firstDigit=o,this.bufferLength=s}}const ua=new Int32Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),sf=new Int32Array([3,4,5,6,7,8,9,10,65547,65549,65551,65553,131091,131095,131099,131103,196643,196651,196659,196667,262211,262227,262243,262259,327811,327843,327875,327907,258,258,258]),of=new Int32Array([1,2,3,4,65541,65543,131081,131085,196625,196633,262177,262193,327745,327777,393345,393409,459009,459137,524801,525057,590849,591361,657409,658433,724993,727041,794625,798721,868353,876545]),af=[new Int32Array([459008,524368,524304,524568,459024,524400,524336,590016,459016,524384,524320,589984,524288,524416,524352,590048,459012,524376,524312,589968,459028,524408,524344,590032,459020,524392,524328,59e4,524296,524424,524360,590064,459010,524372,524308,524572,459026,524404,524340,590024,459018,524388,524324,589992,524292,524420,524356,590056,459014,524380,524316,589976,459030,524412,524348,590040,459022,524396,524332,590008,524300,524428,524364,590072,459009,524370,524306,524570,459025,524402,524338,590020,459017,524386,524322,589988,524290,524418,524354,590052,459013,524378,524314,589972,459029,524410,524346,590036,459021,524394,524330,590004,524298,524426,524362,590068,459011,524374,524310,524574,459027,524406,524342,590028,459019,524390,524326,589996,524294,524422,524358,590060,459015,524382,524318,589980,459031,524414,524350,590044,459023,524398,524334,590012,524302,524430,524366,590076,459008,524369,524305,524569,459024,524401,524337,590018,459016,524385,524321,589986,524289,524417,524353,590050,459012,524377,524313,589970,459028,524409,524345,590034,459020,524393,524329,590002,524297,524425,524361,590066,459010,524373,524309,524573,459026,524405,524341,590026,459018,524389,524325,589994,524293,524421,524357,590058,459014,524381,524317,589978,459030,524413,524349,590042,459022,524397,524333,590010,524301,524429,524365,590074,459009,524371,524307,524571,459025,524403,524339,590022,459017,524387,524323,589990,524291,524419,524355,590054,459013,524379,524315,589974,459029,524411,524347,590038,459021,524395,524331,590006,524299,524427,524363,590070,459011,524375,524311,524575,459027,524407,524343,590030,459019,524391,524327,589998,524295,524423,524359,590062,459015,524383,524319,589982,459031,524415,524351,590046,459023,524399,524335,590014,524303,524431,524367,590078,459008,524368,524304,524568,459024,524400,524336,590017,459016,524384,524320,589985,524288,524416,524352,590049,459012,524376,524312,589969,459028,524408,524344,590033,459020,524392,524328,590001,524296,524424,524360,590065,459010,524372,524308,524572,459026,524404,524340,590025,459018,524388,524324,589993,524292,524420,524356,590057,459014,524380,524316,589977,459030,524412,524348,590041,459022,524396,524332,590009,524300,524428,524364,590073,459009,524370,524306,524570,459025,524402,524338,590021,459017,524386,524322,589989,524290,524418,524354,590053,459013,524378,524314,589973,459029,524410,524346,590037,459021,524394,524330,590005,524298,524426,524362,590069,459011,524374,524310,524574,459027,524406,524342,590029,459019,524390,524326,589997,524294,524422,524358,590061,459015,524382,524318,589981,459031,524414,524350,590045,459023,524398,524334,590013,524302,524430,524366,590077,459008,524369,524305,524569,459024,524401,524337,590019,459016,524385,524321,589987,524289,524417,524353,590051,459012,524377,524313,589971,459028,524409,524345,590035,459020,524393,524329,590003,524297,524425,524361,590067,459010,524373,524309,524573,459026,524405,524341,590027,459018,524389,524325,589995,524293,524421,524357,590059,459014,524381,524317,589979,459030,524413,524349,590043,459022,524397,524333,590011,524301,524429,524365,590075,459009,524371,524307,524571,459025,524403,524339,590023,459017,524387,524323,589991,524291,524419,524355,590055,459013,524379,524315,589975,459029,524411,524347,590039,459021,524395,524331,590007,524299,524427,524363,590071,459011,524375,524311,524575,459027,524407,524343,590031,459019,524391,524327,589999,524295,524423,524359,590063,459015,524383,524319,589983,459031,524415,524351,590047,459023,524399,524335,590015,524303,524431,524367,590079]),9],cf=[new Int32Array([327680,327696,327688,327704,327684,327700,327692,327708,327682,327698,327690,327706,327686,327702,327694,0,327681,327697,327689,327705,327685,327701,327693,327709,327683,327699,327691,327707,327687,327703,327695,0]),5];class lf extends pn{constructor(t,n){super(n),b(this,"stream"),b(this,"codeSize"),b(this,"codeBuf"),this.stream=t;const r=t.getByte(),i=t.getByte();if(r===-1||i===-1)throw new Error(`Invalid header in flate stream: ${r}, ${i}`);if((r&15)!==8)throw new Error(`Unknown compression method in flate stream: ${r}, ${i}`);if(((r<<8)+i)%31!==0)throw new Error(`Bad FCHECK in flate stream: ${r}, ${i}`);if(i&32)throw new Error(`FDICT bit set in flate stream: ${r}, ${i}`);this.codeSize=0,this.codeBuf=0}readBlock(){let t,n;const r=this.stream;let i=this.getBits(3);if(i&1&&(this.eof=!0),i>>=1,i===0){let a;if((a=r.getByte())===-1)throw new Error("Bad block header in flate stream");let h=a;if((a=r.getByte())===-1)throw new Error("Bad block header in flate stream");if(h|=a<<8,(a=r.getByte())===-1)throw new Error("Bad block header in flate stream");let f=a;if((a=r.getByte())===-1)throw new Error("Bad block header in flate stream");if(f|=a<<8,f!==(~h&65535)&&(h!==0||f!==0))throw new Error("Bad uncompressed block length in flate stream");this.codeBuf=0,this.codeSize=0;const u=this.bufferLength;t=this.ensureBuffer(u+h);const d=u+h;if(this.bufferLength=d,h===0)r.peekByte()===-1&&(this.eof=!0);else for(let _=u;_<d;++_){if((a=r.getByte())===-1){this.eof=!0;break}t[_]=a}return}let s,o;if(i===1)s=af,o=cf;else if(i===2){const a=this.getBits(5)+257,h=this.getBits(5)+1,f=this.getBits(4)+4,u=new Uint8Array(ua.length);let d;for(d=0;d<f;++d)u[ua[d]]=this.getBits(3);const _=this.generateHuffmanTable(u);n=0,d=0;const w=a+h,x=new Uint8Array(w);let y,E,v;for(;d<w;){const S=this.getCode(_);if(S===16)y=2,E=3,v=n;else if(S===17)y=3,E=3,v=n=0;else if(S===18)y=7,E=11,v=n=0;else{x[d++]=n=S;continue}let I=this.getBits(y)+E;for(;I-- >0;)x[d++]=v}s=this.generateHuffmanTable(x.subarray(0,a)),o=this.generateHuffmanTable(x.subarray(a,w))}else throw new Error("Unknown block type in flate stream");t=this.buffer;let c=t?t.length:0,l=this.bufferLength;for(;;){let a=this.getCode(s);if(a<256){l+1>=c&&(t=this.ensureBuffer(l+1),c=t.length),t[l++]=a;continue}if(a===256){this.bufferLength=l;return}a-=257,a=sf[a];let h=a>>16;h>0&&(h=this.getBits(h)),n=(a&65535)+h,a=this.getCode(o),a=of[a],h=a>>16,h>0&&(h=this.getBits(h));const f=(a&65535)+h;l+n>=c&&(t=this.ensureBuffer(l+n),c=t.length);for(let u=0;u<n;++u,++l)t[l]=t[l-f]}}getBits(t){const n=this.stream;let r=this.codeSize,i=this.codeBuf,s;for(;r<t;){if((s=n.getByte())===-1)throw new Error("Bad encoding in flate stream");i|=s<<r,r+=8}return s=i&(1<<t)-1,this.codeBuf=i>>t,this.codeSize=r-=t,s}getCode(t){const n=this.stream,r=t[0],i=t[1];let s=this.codeSize,o=this.codeBuf,c;for(;s<i&&(c=n.getByte())!==-1;)o|=c<<s,s+=8;const l=r[o&(1<<i)-1];typeof r=="number"&&console.log("FLATE:",l);const a=l>>16,h=l&65535;if(a<1||s<a)throw new Error("Bad encoding in flate stream");return this.codeBuf=o>>a,this.codeSize=s-a,h}generateHuffmanTable(t){const n=t.length;let r=0,i;for(i=0;i<n;++i)t[i]>r&&(r=t[i]);const s=1<<r,o=new Int32Array(s);for(let c=1,l=0,a=2;c<=r;++c,l<<=1,a<<=1)for(let h=0;h<n;++h)if(t[h]===c){let f=0,u=l;for(i=0;i<c;++i)f=f<<1|u&1,u>>=1;for(i=f;i<s;i+=a)o[i]=c<<16|h;++l}return[o,r]}}class hf extends pn{constructor(t,n,r){super(n),b(this,"stream"),b(this,"cachedData"),b(this,"bitsCached"),b(this,"lzwState"),this.stream=t,this.cachedData=0,this.bitsCached=0;const i=4096,s={earlyChange:r,codeLength:9,nextCode:258,dictionaryValues:new Uint8Array(i),dictionaryLengths:new Uint16Array(i),dictionaryPrevCodes:new Uint16Array(i),currentSequence:new Uint8Array(i),currentSequenceLength:0};for(let o=0;o<256;++o)s.dictionaryValues[o]=o,s.dictionaryLengths[o]=1;this.lzwState=s}readBlock(){let n=1024;const r=512;let i,s,o;const c=this.lzwState;if(!c)return;const l=c.earlyChange;let a=c.nextCode;const h=c.dictionaryValues,f=c.dictionaryLengths,u=c.dictionaryPrevCodes;let d=c.codeLength,_=c.prevCode;const w=c.currentSequence;let x=c.currentSequenceLength,y=0,E=this.bufferLength,v=this.ensureBuffer(this.bufferLength+n);for(i=0;i<512;i++){const S=this.readBits(d),I=x>0;if(!S||S<256)w[0]=S,x=1;else if(S>=258)if(S<a)for(x=f[S],s=x-1,o=S;s>=0;s--)w[s]=h[o],o=u[o];else w[x++]=w[0];else if(S===256){d=9,a=258,x=0;continue}else{this.eof=!0,delete this.lzwState;break}if(I&&(u[a]=_,f[a]=f[_]+1,h[a]=w[0],a++,d=a+l&a+l-1?d:Math.min(Math.log(a+l)/.6931471805599453+1,12)|0),_=S,y+=x,n<y){do n+=r;while(n<y);v=this.ensureBuffer(this.bufferLength+n)}for(s=0;s<x;s++)v[E++]=w[s]}c.nextCode=a,c.codeLength=d,c.prevCode=_,c.currentSequenceLength=x,this.bufferLength=E}readBits(t){let n=this.bitsCached,r=this.cachedData;for(;n<t;){const i=this.stream.getByte();if(i===-1)return this.eof=!0,null;r=r<<8|i,n+=8}return this.bitsCached=n-=t,this.cachedData=r,r>>>n&(1<<t)-1}}class df extends pn{constructor(t,n){super(n),b(this,"stream"),this.stream=t}readBlock(){const t=this.stream.getBytes(2);if(!t||t.length<2||t[0]===128){this.eof=!0;return}let n,r=this.bufferLength,i=t[0];if(i<128){if(n=this.ensureBuffer(r+i+1),n[r++]=t[1],i>0){const s=this.stream.getBytes(i);n.set(s,r),r+=i}}else{i=257-i;const s=t[1];n=this.ensureBuffer(r+i+1);for(let o=0;o<i;o++)n[r++]=s}this.bufferLength=r}}const ga=(e,t,n)=>{if(t===p.of("FlateDecode"))return new lf(e);if(t===p.of("LZWDecode")){let r=1;if(n instanceof G){const i=n.lookup(p.of("EarlyChange"));i instanceof U&&(r=i.asNumber())}return new hf(e,void 0,r)}if(t===p.of("ASCII85Decode"))return new nf(e);if(t===p.of("ASCIIHexDecode"))return new rf(e);if(t===p.of("RunLengthDecode"))return new df(e);throw new Gc(t.asString())},pa=({dict:e,contents:t})=>{let n=new Qn(t);const r=e.lookup(p.of("Filter")),i=e.lookup(p.of("DecodeParms"));if(r instanceof p)n=ga(n,r,i);else if(r instanceof q)for(let s=0,o=r.size();s<o;s++)n=ga(n,r.lookup(s,p),i&&i.lookupMaybe(s,G));else if(r)throw new Cr([p,q],r);return n},ff=e=>{const t=e.MediaBox(),n=t.lookup(2,U).asNumber()-t.lookup(0,U).asNumber(),r=t.lookup(3,U).asNumber()-t.lookup(1,U).asNumber();return{left:0,bottom:0,right:n,top:r}},uf=e=>[1,0,0,1,-e.left,-e.bottom];class wi{constructor(t,n,r){b(this,"width"),b(this,"height"),b(this,"boundingBox"),b(this,"transformationMatrix"),b(this,"page"),this.page=t;const i=n??ff(t);this.width=i.right-i.left,this.height=i.top-i.bottom,this.boundingBox=i,this.transformationMatrix=r??uf(i)}static async for(t,n,r){return new wi(t,n,r)}async embedIntoContext(t,n){const{Contents:r,Resources:i}=this.page.normalizedEntries();if(!r)throw new Vc;const s=this.decodeContents(r),{left:o,bottom:c,right:l,top:a}=this.boundingBox,h=t.flateStream(s,{Type:"XObject",Subtype:"Form",FormType:1,BBox:[o,c,l,a],Matrix:this.transformationMatrix,Resources:i});return n?(t.assign(n,h),n):t.register(h)}decodeContents(t){const n=Uint8Array.of(m.Newline),r=[];for(let i=0,s=t.size();i<s;i++){const o=t.lookup(i,st);let c;if(o instanceof It)c=pa(o).decode();else if(o instanceof Ot)c=o.getUnencodedContents();else throw new Kc(o);r.push(c,n)}return Tc(...r)}}const xi=class extends pe{constructor(e){super(),b(this,"data"),this.data=e}clone(){return xi.of(this.data.slice())}toString(){return`PDFInvalidObject(${this.data.length} bytes)`}sizeInBytes(){return this.data.length}copyBytesInto(e,t){const n=this.data.length;for(let r=0;r<n;r++)e[t++]=this.data[r];return n}};let Si=xi;b(Si,"of",e=>new xi(e));const er=class extends ui{constructor(e,t,n=!0){super(e,n),b(this,"entries"),b(this,"entryTuplesCache"),b(this,"maxByteWidthsCache"),b(this,"indexCache"),b(this,"computeIndex",()=>{const r=[];let i=0;for(let s=0,o=this.entries.length;s<o;s++){const c=this.entries[s],l=this.entries[s-1];s===0?r.push(c.ref.objectNumber):c.ref.objectNumber-l.ref.objectNumber>1&&(r.push(i),r.push(c.ref.objectNumber),i=0),i+=1}return r.push(i),r}),b(this,"computeEntryTuples",()=>{const r=new Array(this.entries.length);for(let i=0,s=this.entries.length;i<s;i++){const o=this.entries[i];if(o.type===0){const{type:c,nextFreeObjectNumber:l,ref:a}=o;r[i]=[c,l,a.generationNumber]}if(o.type===1){const{type:c,offset:l,ref:a}=o;r[i]=[c,l,a.generationNumber]}if(o.type===2){const{type:c,objectStreamRef:l,index:a}=o;r[i]=[c,l.objectNumber,a]}}return r}),b(this,"computeMaxEntryByteWidths",()=>{const r=this.entryTuplesCache.access(),i=[0,0,0];for(let s=0,o=r.length;s<o;s++){const[c,l,a]=r[s],h=In(c),f=In(l),u=In(a);h>i[0]&&(i[0]=h),f>i[1]&&(i[1]=f),u>i[2]&&(i[2]=u)}return i}),this.entries=t||[],this.entryTuplesCache=vt.populatedBy(this.computeEntryTuples),this.maxByteWidthsCache=vt.populatedBy(this.computeMaxEntryByteWidths),this.indexCache=vt.populatedBy(this.computeIndex),e.set(p.of("Type"),p.of("XRef"))}addDeletedEntry(e,t){this.entries.push({type:0,ref:e,nextFreeObjectNumber:t}),this.entryTuplesCache.invalidate(),this.maxByteWidthsCache.invalidate(),this.indexCache.invalidate(),this.contentsCache.invalidate()}addUncompressedEntry(e,t){this.entries.push({type:1,ref:e,offset:t}),this.entryTuplesCache.invalidate(),this.maxByteWidthsCache.invalidate(),this.indexCache.invalidate(),this.contentsCache.invalidate()}addCompressedEntry(e,t,n){this.entries.push({type:2,ref:e,objectStreamRef:t,index:n}),this.entryTuplesCache.invalidate(),this.maxByteWidthsCache.invalidate(),this.indexCache.invalidate(),this.contentsCache.invalidate()}clone(e){const{dict:t,entries:n,encode:r}=this;return er.of(t.clone(e),n.slice(),r)}getContentsString(){const e=this.entryTuplesCache.access(),t=this.maxByteWidthsCache.access();let n="";for(let r=0,i=e.length;r<i;r++){const[s,o,c]=e[r],l=xt(kt(s)),a=xt(kt(o)),h=xt(kt(c));for(let f=t[0]-1;f>=0;f--)n+=(l[f]||0).toString(2);for(let f=t[1]-1;f>=0;f--)n+=(a[f]||0).toString(2);for(let f=t[2]-1;f>=0;f--)n+=(h[f]||0).toString(2)}return n}getUnencodedContents(){const e=this.entryTuplesCache.access(),t=this.maxByteWidthsCache.access(),n=new Uint8Array(this.getUnencodedContentsSize());let r=0;for(let i=0,s=e.length;i<s;i++){const[o,c,l]=e[i],a=xt(kt(o)),h=xt(kt(c)),f=xt(kt(l));for(let u=t[0]-1;u>=0;u--)n[r++]=a[u]||0;for(let u=t[1]-1;u>=0;u--)n[r++]=h[u]||0;for(let u=t[2]-1;u>=0;u--)n[r++]=f[u]||0}return n}getUnencodedContentsSize(){const e=this.maxByteWidthsCache.access();return Dc(e)*this.entries.length}updateDict(){super.updateDict();const e=this.maxByteWidthsCache.access(),t=this.indexCache.access(),{context:n}=this.dict;this.dict.set(p.of("W"),n.obj(e)),this.dict.set(p.of("Index"),n.obj(t))}};let vi=er;b(vi,"create",(e,t=!0)=>{const n=new er(e,[],t);return n.addDeletedEntry(re.of(0,65535),0),n}),b(vi,"of",(e,t,n=!0)=>new er(e,t,n));const ba=class extends yi{constructor(e,t,n,r){super(e,t),b(this,"encodeStreams"),b(this,"objectsPerStream"),this.encodeStreams=n,this.objectsPerStream=r}async computeBufferSize(){let e=this.context.largestObjectNumber+1;const t=gn.forVersion(1,7);let n=t.sizeInBytes()+2;const r=vi.create(this.createTrailerDict(),this.encodeStreams),i=[],s=[],o=[],c=this.context.enumerateIndirectObjects();for(let f=0,u=c.length;f<u;f++){const d=c[f],[_,w]=d;if(_===this.context.trailerInfo.Encrypt||w instanceof st||w instanceof Si||_.generationNumber!==0)i.push(d),r.addUncompressedEntry(_,n),n+=this.computeIndirectObjectSize(d),this.shouldWaitForTick(1)&&await St();else{let y=Pn(s),E=Pn(o);(!y||y.length%this.objectsPerStream===0)&&(y=[],s.push(y),E=re.of(e++),o.push(E)),r.addCompressedEntry(_,E,y.length),y.push(d)}}for(let f=0,u=s.length;f<u;f++){const d=s[f],_=o[f],w=_i.withContextAndObjects(this.context,d,this.encodeStreams);r.addUncompressedEntry(_,n),n+=this.computeIndirectObjectSize([_,w]),i.push([_,w]),this.shouldWaitForTick(d.length)&&await St()}const l=re.of(e++);r.dict.set(p.of("Size"),U.of(e)),r.addUncompressedEntry(l,n);const a=n;n+=this.computeIndirectObjectSize([l,r]),i.push([l,r]);const h=Yn.forLastCrossRefSectionOffset(a);return n+=h.sizeInBytes(),{size:n,header:t,indirectObjects:i,trailer:h}}};let ma=ba;b(ma,"forContext",(e,t,n=!0,r=50)=>new ba(e,t,n,r));const _a=[65472,65473,65474,65475,65477,65478,65479,65480,65481,65482,65483,65484,65485,65486,65487],gf={1:"DeviceGray",3:"DeviceRGB",4:"DeviceCMYK"};class ki{constructor(t,n,r,i,s){b(this,"bitsPerComponent"),b(this,"height"),b(this,"width"),b(this,"colorSpace"),b(this,"imageData"),this.imageData=t,this.bitsPerComponent=n,this.width=r,this.height=i,this.colorSpace=s}static async for(t){const n=new DataView(t.buffer);if(n.getUint16(0)!==65496)throw new Error("SOI not found in JPEG");let i=2,s;for(;i<n.byteLength&&(s=n.getUint16(i),i+=2,!_a.includes(s));)i+=n.getUint16(i);if(!_a.includes(s))throw new Error("Invalid JPEG");i+=2;const o=n.getUint8(i++),c=n.getUint16(i);i+=2;const l=n.getUint16(i);i+=2;const a=n.getUint8(i++),h=gf[a];if(!h)throw new Error("Unknown JPEG channel.");const f=h;return new ki(t,o,l,c,f)}async embedIntoContext(t,n){const r=t.stream(this.imageData,{Type:"XObject",Subtype:"Image",BitsPerComponent:this.bitsPerComponent,Width:this.width,Height:this.height,ColorSpace:this.colorSpace,Filter:"DCTDecode",Decode:this.colorSpace==="DeviceCMYK"?[1,0,1,0,1,0,1,0]:void 0});return n?(t.assign(n,r),n):t.register(r)}}var C={};C.toRGBA8=function(e){var t=e.width,n=e.height;if(e.tabs.acTL==null)return[C.toRGBA8.decodeImage(e.data,t,n,e).buffer];var r=[];e.frames[0].data==null&&(e.frames[0].data=e.data);for(var i=t*n*4,s=new Uint8Array(i),o=new Uint8Array(i),c=new Uint8Array(i),l=0;l<e.frames.length;l++){var a=e.frames[l],h=a.rect.x,f=a.rect.y,u=a.rect.width,d=a.rect.height,_=C.toRGBA8.decodeImage(a.data,u,d,e);if(l!=0)for(var w=0;w<i;w++)c[w]=s[w];if(a.blend==0?C._copyTile(_,u,d,s,t,n,h,f,0):a.blend==1&&C._copyTile(_,u,d,s,t,n,h,f,1),r.push(s.buffer.slice(0)),a.dispose!=0){if(a.dispose==1)C._copyTile(o,u,d,s,t,n,h,f,0);else if(a.dispose==2)for(var w=0;w<i;w++)s[w]=c[w]}}return r},C.toRGBA8.decodeImage=function(e,t,n,r){var i=t*n,s=C.decode._getBPP(r),o=Math.ceil(t*s/8),c=new Uint8Array(i*4),l=new Uint32Array(c.buffer),a=r.ctype,h=r.depth,f=C._bin.readUshort;if(a==6){var u=i<<2;if(h==8)for(var d=0;d<u;d+=4)c[d]=e[d],c[d+1]=e[d+1],c[d+2]=e[d+2],c[d+3]=e[d+3];if(h==16)for(var d=0;d<u;d++)c[d]=e[d<<1]}else if(a==2){var _=r.tabs.tRNS;if(_==null){if(h==8)for(var d=0;d<i;d++){var w=d*3;l[d]=255<<24|e[w+2]<<16|e[w+1]<<8|e[w]}if(h==16)for(var d=0;d<i;d++){var w=d*6;l[d]=255<<24|e[w+4]<<16|e[w+2]<<8|e[w]}}else{var x=_[0],y=_[1],E=_[2];if(h==8)for(var d=0;d<i;d++){var v=d<<2,w=d*3;l[d]=255<<24|e[w+2]<<16|e[w+1]<<8|e[w],e[w]==x&&e[w+1]==y&&e[w+2]==E&&(c[v+3]=0)}if(h==16)for(var d=0;d<i;d++){var v=d<<2,w=d*6;l[d]=255<<24|e[w+4]<<16|e[w+2]<<8|e[w],f(e,w)==x&&f(e,w+2)==y&&f(e,w+4)==E&&(c[v+3]=0)}}}else if(a==3){var S=r.tabs.PLTE,I=r.tabs.tRNS,B=I?I.length:0;if(h==1)for(var A=0;A<n;A++)for(var O=A*o,R=A*t,d=0;d<t;d++){var v=R+d<<2,D=e[O+(d>>3)]>>7-((d&7)<<0)&1,k=3*D;c[v]=S[k],c[v+1]=S[k+1],c[v+2]=S[k+2],c[v+3]=D<B?I[D]:255}if(h==2)for(var A=0;A<n;A++)for(var O=A*o,R=A*t,d=0;d<t;d++){var v=R+d<<2,D=e[O+(d>>2)]>>6-((d&3)<<1)&3,k=3*D;c[v]=S[k],c[v+1]=S[k+1],c[v+2]=S[k+2],c[v+3]=D<B?I[D]:255}if(h==4)for(var A=0;A<n;A++)for(var O=A*o,R=A*t,d=0;d<t;d++){var v=R+d<<2,D=e[O+(d>>1)]>>4-((d&1)<<2)&15,k=3*D;c[v]=S[k],c[v+1]=S[k+1],c[v+2]=S[k+2],c[v+3]=D<B?I[D]:255}if(h==8)for(var d=0;d<i;d++){var v=d<<2,D=e[d],k=3*D;c[v]=S[k],c[v+1]=S[k+1],c[v+2]=S[k+2],c[v+3]=D<B?I[D]:255}}else if(a==4){if(h==8)for(var d=0;d<i;d++){var v=d<<2,F=d<<1,P=e[F];c[v]=P,c[v+1]=P,c[v+2]=P,c[v+3]=e[F+1]}if(h==16)for(var d=0;d<i;d++){var v=d<<2,F=d<<2,P=e[F];c[v]=P,c[v+1]=P,c[v+2]=P,c[v+3]=e[F+2]}}else if(a==0)for(var x=r.tabs.tRNS?r.tabs.tRNS:-1,A=0;A<n;A++){var W=A*o,L=A*t;if(h==1)for(var z=0;z<t;z++){var P=255*(e[W+(z>>>3)]>>>7-(z&7)&1),J=P==x*255?0:255;l[L+z]=J<<24|P<<16|P<<8|P}else if(h==2)for(var z=0;z<t;z++){var P=85*(e[W+(z>>>2)]>>>6-((z&3)<<1)&3),J=P==x*85?0:255;l[L+z]=J<<24|P<<16|P<<8|P}else if(h==4)for(var z=0;z<t;z++){var P=17*(e[W+(z>>>1)]>>>4-((z&1)<<2)&15),J=P==x*17?0:255;l[L+z]=J<<24|P<<16|P<<8|P}else if(h==8)for(var z=0;z<t;z++){var P=e[W+z],J=P==x?0:255;l[L+z]=J<<24|P<<16|P<<8|P}else if(h==16)for(var z=0;z<t;z++){var P=e[W+(z<<1)],J=f(e,W+(z<<d))==x?0:255;l[L+z]=J<<24|P<<16|P<<8|P}}return c},C.decode=function(e){for(var t=new Uint8Array(e),n=8,r=C._bin,i=r.readUshort,s=r.readUint,o={tabs:{},frames:[]},c=new Uint8Array(t.length),l=0,a,h=0,f=[137,80,78,71,13,10,26,10],u=0;u<8;u++)if(t[u]!=f[u])throw"The input is not a PNG file!";for(;n<t.length;){var d=r.readUint(t,n);n+=4;var _=r.readASCII(t,n,4);if(n+=4,_=="IHDR")C.decode._IHDR(t,n,o);else if(_=="IDAT"){for(var u=0;u<d;u++)c[l+u]=t[n+u];l+=d}else if(_=="acTL")o.tabs[_]={num_frames:s(t,n),num_plays:s(t,n+4)},a=new Uint8Array(t.length);else if(_=="fcTL"){if(h!=0){var w=o.frames[o.frames.length-1];w.data=C.decode._decompress(o,a.slice(0,h),w.rect.width,w.rect.height),h=0}var x={x:s(t,n+12),y:s(t,n+16),width:s(t,n+4),height:s(t,n+8)},y=i(t,n+22);y=i(t,n+20)/(y==0?100:y);var E={rect:x,delay:Math.round(y*1e3),dispose:t[n+24],blend:t[n+25]};o.frames.push(E)}else if(_=="fdAT"){for(var u=0;u<d-4;u++)a[h+u]=t[n+u+4];h+=d-4}else if(_=="pHYs")o.tabs[_]=[r.readUint(t,n),r.readUint(t,n+4),t[n+8]];else if(_=="cHRM"){o.tabs[_]=[];for(var u=0;u<8;u++)o.tabs[_].push(r.readUint(t,n+u*4))}else if(_=="tEXt"){o.tabs[_]==null&&(o.tabs[_]={});var v=r.nextZero(t,n),S=r.readASCII(t,n,v-n),I=r.readASCII(t,v+1,n+d-v-1);o.tabs[_][S]=I}else if(_=="iTXt"){o.tabs[_]==null&&(o.tabs[_]={});var v=0,B=n;v=r.nextZero(t,B);var S=r.readASCII(t,B,v-B);B=v+1,t[B],t[B+1],B+=2,v=r.nextZero(t,B),r.readASCII(t,B,v-B),B=v+1,v=r.nextZero(t,B),r.readUTF8(t,B,v-B),B=v+1;var I=r.readUTF8(t,B,d-(B-n));o.tabs[_][S]=I}else if(_=="PLTE")o.tabs[_]=r.readBytes(t,n,d);else if(_=="hIST"){var A=o.tabs.PLTE.length/3;o.tabs[_]=[];for(var u=0;u<A;u++)o.tabs[_].push(i(t,n+u*2))}else if(_=="tRNS")o.ctype==3?o.tabs[_]=r.readBytes(t,n,d):o.ctype==0?o.tabs[_]=i(t,n):o.ctype==2&&(o.tabs[_]=[i(t,n),i(t,n+2),i(t,n+4)]);else if(_=="gAMA")o.tabs[_]=r.readUint(t,n)/1e5;else if(_=="sRGB")o.tabs[_]=t[n];else if(_=="bKGD")o.ctype==0||o.ctype==4?o.tabs[_]=[i(t,n)]:o.ctype==2||o.ctype==6?o.tabs[_]=[i(t,n),i(t,n+2),i(t,n+4)]:o.ctype==3&&(o.tabs[_]=t[n]);else if(_=="IEND")break;n+=d,r.readUint(t,n),n+=4}if(h!=0){var w=o.frames[o.frames.length-1];w.data=C.decode._decompress(o,a.slice(0,h),w.rect.width,w.rect.height),h=0}return o.data=C.decode._decompress(o,c,o.width,o.height),delete o.compress,delete o.interlace,delete o.filter,o},C.decode._decompress=function(e,t,n,r){var i=C.decode._getBPP(e),s=Math.ceil(n*i/8),o=new Uint8Array((s+1+e.interlace)*r);return t=C.decode._inflate(t,o),e.interlace==0?t=C.decode._filterZero(t,e,0,n,r):e.interlace==1&&(t=C.decode._readInterlace(t,e)),t},C.decode._inflate=function(e,t){var n=C.inflateRaw(new Uint8Array(e.buffer,2,e.length-6),t);return n},C.inflateRaw=function(){var e={};return e.H={},e.H.N=function(t,n){var r=Uint8Array,i=0,s=0,o=0,c=0,l=0,a=0,h=0,f=0,u=0,d,_;if(t[0]==3&&t[1]==0)return n||new r(0);var w=e.H,x=w.b,y=w.e,E=w.R,v=w.n,S=w.A,I=w.Z,B=w.m,A=n==null;for(A&&(n=new r(t.length>>>2<<3));i==0;){if(i=x(t,u,1),s=x(t,u+1,2),u+=3,s==0){(u&7)!=0&&(u+=8-(u&7));var O=(u>>>3)+4,R=t[O-4]|t[O-3]<<8;A&&(n=e.H.W(n,f+R)),n.set(new r(t.buffer,t.byteOffset+O,R),f),u=O+R<<3,f+=R;continue}if(A&&(n=e.H.W(n,f+(1<<17))),s==1&&(d=B.J,_=B.h,a=(1<<9)-1,h=(1<<5)-1),s==2){o=y(t,u,5)+257,c=y(t,u+5,5)+1,l=y(t,u+10,4)+4,u+=14;for(var D=1,k=0;k<38;k+=2)B.Q[k]=0,B.Q[k+1]=0;for(var k=0;k<l;k++){var F=y(t,u+k*3,3);B.Q[(B.X[k]<<1)+1]=F,F>D&&(D=F)}u+=3*l,v(B.Q,D),S(B.Q,D,B.u),d=B.w,_=B.d,u=E(B.u,(1<<D)-1,o+c,t,u,B.v);var P=w.V(B.v,0,o,B.C);a=(1<<P)-1;var W=w.V(B.v,o,c,B.D);h=(1<<W)-1,v(B.C,P),S(B.C,P,d),v(B.D,W),S(B.D,W,_)}for(;;){var L=d[I(t,u)&a];u+=L&15;var z=L>>>4;if(z>>>8==0)n[f++]=z;else{if(z==256)break;var J=f+z-254;if(z>264){var Ue=B.q[z-257];J=f+(Ue>>>3)+y(t,u,Ue&7),u+=Ue&7}var $e=_[I(t,u)&h];u+=$e&15;var ct=$e>>>4,we=B.c[ct],Ee=(we>>>4)+x(t,u,we&15);for(u+=we&15;f<J;)n[f]=n[f++-Ee],n[f]=n[f++-Ee],n[f]=n[f++-Ee],n[f]=n[f++-Ee];f=J}}}return n.length==f?n:n.slice(0,f)},e.H.W=function(t,n){var r=t.length;if(n<=r)return t;var i=new Uint8Array(r<<1);return i.set(t,0),i},e.H.R=function(t,n,r,i,s,o){for(var c=e.H.e,l=e.H.Z,a=0;a<r;){var h=t[l(i,s)&n];s+=h&15;var f=h>>>4;if(f<=15)o[a]=f,a++;else{var u=0,d=0;f==16?(d=3+c(i,s,2),s+=2,u=o[a-1]):f==17?(d=3+c(i,s,3),s+=3):f==18&&(d=11+c(i,s,7),s+=7);for(var _=a+d;a<_;)o[a]=u,a++}}return s},e.H.V=function(t,n,r,i){for(var s=0,o=0,c=i.length>>>1;o<r;){var l=t[o+n];i[o<<1]=0,i[(o<<1)+1]=l,l>s&&(s=l),o++}for(;o<c;)i[o<<1]=0,i[(o<<1)+1]=0,o++;return s},e.H.n=function(t,n){for(var r=e.H.m,i=t.length,s,o,c,l,a,h=r.j,l=0;l<=n;l++)h[l]=0;for(l=1;l<i;l+=2)h[t[l]]++;var f=r.K;for(s=0,h[0]=0,o=1;o<=n;o++)s=s+h[o-1]<<1,f[o]=s;for(c=0;c<i;c+=2)a=t[c+1],a!=0&&(t[c]=f[a],f[a]++)},e.H.A=function(t,n,r){for(var i=t.length,s=e.H.m,o=s.r,c=0;c<i;c+=2)if(t[c+1]!=0)for(var l=c>>1,a=t[c+1],h=l<<4|a,f=n-a,u=t[c]<<f,d=u+(1<<f);u!=d;){var _=o[u]>>>15-n;r[_]=h,u++}},e.H.l=function(t,n){for(var r=e.H.m.r,i=15-n,s=0;s<t.length;s+=2){var o=t[s]<<n-t[s+1];t[s]=r[o]>>>i}},e.H.M=function(t,n,r){r=r<<(n&7);var i=n>>>3;t[i]|=r,t[i+1]|=r>>>8},e.H.I=function(t,n,r){r=r<<(n&7);var i=n>>>3;t[i]|=r,t[i+1]|=r>>>8,t[i+2]|=r>>>16},e.H.e=function(t,n,r){return(t[n>>>3]|t[(n>>>3)+1]<<8)>>>(n&7)&(1<<r)-1},e.H.b=function(t,n,r){return(t[n>>>3]|t[(n>>>3)+1]<<8|t[(n>>>3)+2]<<16)>>>(n&7)&(1<<r)-1},e.H.Z=function(t,n){return(t[n>>>3]|t[(n>>>3)+1]<<8|t[(n>>>3)+2]<<16)>>>(n&7)},e.H.i=function(t,n){return(t[n>>>3]|t[(n>>>3)+1]<<8|t[(n>>>3)+2]<<16|t[(n>>>3)+3]<<24)>>>(n&7)},e.H.m=function(){var t=Uint16Array,n=Uint32Array;return{K:new t(16),j:new t(16),X:[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],S:[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,999,999,999],T:[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0],q:new t(32),p:[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,65535,65535],z:[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0],c:new n(32),J:new t(512),_:[],h:new t(32),$:[],w:new t(32768),C:[],v:[],d:new t(32768),D:[],u:new t(512),Q:[],r:new t(1<<15),s:new n(286),Y:new n(30),a:new n(19),t:new n(15e3),k:new t(1<<16),g:new t(1<<15)}}(),function(){for(var t=e.H.m,n=1<<15,r=0;r<n;r++){var i=r;i=(i&2863311530)>>>1|(i&1431655765)<<1,i=(i&3435973836)>>>2|(i&858993459)<<2,i=(i&4042322160)>>>4|(i&252645135)<<4,i=(i&4278255360)>>>8|(i&16711935)<<8,t.r[r]=(i>>>16|i<<16)>>>17}function s(o,c,l){for(;c--!=0;)o.push(0,l)}for(var r=0;r<32;r++)t.q[r]=t.S[r]<<3|t.T[r],t.c[r]=t.p[r]<<4|t.z[r];s(t._,144,8),s(t._,255-143,9),s(t._,279-255,7),s(t._,287-279,8),e.H.n(t._,9),e.H.A(t._,9,t.J),e.H.l(t._,9),s(t.$,32,5),e.H.n(t.$,5),e.H.A(t.$,5,t.h),e.H.l(t.$,5),s(t.Q,19,0),s(t.C,286,0),s(t.D,30,0),s(t.v,320,0)}(),e.H.N}(),C.decode._readInterlace=function(e,t){for(var n=t.width,r=t.height,i=C.decode._getBPP(t),s=i>>3,o=Math.ceil(n*i/8),c=new Uint8Array(r*o),l=0,a=[0,0,4,0,2,0,1],h=[0,4,0,2,0,1,0],f=[8,8,8,4,4,2,2],u=[8,8,4,4,2,2,1],d=0;d<7;){for(var _=f[d],w=u[d],x=0,y=0,E=a[d];E<r;)E+=_,y++;for(var v=h[d];v<n;)v+=w,x++;var S=Math.ceil(x*i/8);C.decode._filterZero(e,t,l,x,y);for(var I=0,B=a[d];B<r;){for(var A=h[d],O=l+I*S<<3;A<n;){if(i==1){var R=e[O>>3];R=R>>7-(O&7)&1,c[B*o+(A>>3)]|=R<<7-((A&7)<<0)}if(i==2){var R=e[O>>3];R=R>>6-(O&7)&3,c[B*o+(A>>2)]|=R<<6-((A&3)<<1)}if(i==4){var R=e[O>>3];R=R>>4-(O&7)&15,c[B*o+(A>>1)]|=R<<4-((A&1)<<2)}if(i>=8)for(var D=B*o+A*s,k=0;k<s;k++)c[D+k]=e[(O>>3)+k];O+=i,A+=w}I++,B+=_}x*y!=0&&(l+=y*(1+S)),d=d+1}return c},C.decode._getBPP=function(e){var t=[1,null,3,1,2,null,4][e.ctype];return t*e.depth},C.decode._filterZero=function(e,t,n,r,i){var s=C.decode._getBPP(t),o=Math.ceil(r*s/8),c=C.decode._paeth;s=Math.ceil(s/8);var l=0,a=1,h=e[n],f=0;if(h>1&&(e[n]=[0,0,1][h-2]),h==3)for(f=s;f<o;f++)e[f+1]=e[f+1]+(e[f+1-s]>>>1)&255;for(var u=0;u<i;u++)if(l=n+u*o,a=l+u+1,h=e[a-1],f=0,h==0)for(;f<o;f++)e[l+f]=e[a+f];else if(h==1){for(;f<s;f++)e[l+f]=e[a+f];for(;f<o;f++)e[l+f]=e[a+f]+e[l+f-s]}else if(h==2)for(;f<o;f++)e[l+f]=e[a+f]+e[l+f-o];else if(h==3){for(;f<s;f++)e[l+f]=e[a+f]+(e[l+f-o]>>>1);for(;f<o;f++)e[l+f]=e[a+f]+(e[l+f-o]+e[l+f-s]>>>1)}else{for(;f<s;f++)e[l+f]=e[a+f]+c(0,e[l+f-o],0);for(;f<o;f++)e[l+f]=e[a+f]+c(e[l+f-s],e[l+f-o],e[l+f-s-o])}return e},C.decode._paeth=function(e,t,n){var r=e+t-n,i=r-e,s=r-t,o=r-n;return i*i<=s*s&&i*i<=o*o?e:s*s<=o*o?t:n},C.decode._IHDR=function(e,t,n){var r=C._bin;n.width=r.readUint(e,t),t+=4,n.height=r.readUint(e,t),t+=4,n.depth=e[t],t++,n.ctype=e[t],t++,n.compress=e[t],t++,n.filter=e[t],t++,n.interlace=e[t],t++},C._bin={nextZero:function(e,t){for(;e[t]!=0;)t++;return t},readUshort:function(e,t){return e[t]<<8|e[t+1]},writeUshort:function(e,t,n){e[t]=n>>8&255,e[t+1]=n&255},readUint:function(e,t){return e[t]*(256*256*256)+(e[t+1]<<16|e[t+2]<<8|e[t+3])},writeUint:function(e,t,n){e[t]=n>>24&255,e[t+1]=n>>16&255,e[t+2]=n>>8&255,e[t+3]=n&255},readASCII:function(e,t,n){for(var r="",i=0;i<n;i++)r+=String.fromCharCode(e[t+i]);return r},writeASCII:function(e,t,n){for(var r=0;r<n.length;r++)e[t+r]=n.charCodeAt(r)},readBytes:function(e,t,n){for(var r=[],i=0;i<n;i++)r.push(e[t+i]);return r},pad:function(e){return e.length<2?"0"+e:e},readUTF8:function(e,t,n){for(var r="",i,s=0;s<n;s++)r+="%"+C._bin.pad(e[t+s].toString(16));try{i=decodeURIComponent(r)}catch{return C._bin.readASCII(e,t,n)}return i}},C._copyTile=function(e,t,n,r,i,s,o,c,l){for(var a=Math.min(t,i),h=Math.min(n,s),f=0,u=0,d=0;d<h;d++)for(var _=0;_<a;_++)if(o>=0&&c>=0?(f=d*t+_<<2,u=(c+d)*i+o+_<<2):(f=(-c+d)*t-o+_<<2,u=d*i+_<<2),l==0)r[u]=e[f],r[u+1]=e[f+1],r[u+2]=e[f+2],r[u+3]=e[f+3];else if(l==1){var w=e[f+3]*.00392156862745098,x=e[f]*w,y=e[f+1]*w,E=e[f+2]*w,v=r[u+3]*(1/255),S=r[u]*v,I=r[u+1]*v,B=r[u+2]*v,A=1-w,O=w+v*A,R=O==0?0:1/O;r[u+3]=255*O,r[u+0]=(x+S*A)*R,r[u+1]=(y+I*A)*R,r[u+2]=(E+B*A)*R}else if(l==2){var w=e[f+3],x=e[f],y=e[f+1],E=e[f+2],v=r[u+3],S=r[u],I=r[u+1],B=r[u+2];w==v&&x==S&&y==I&&E==B?(r[u]=0,r[u+1]=0,r[u+2]=0,r[u+3]=0):(r[u]=x,r[u+1]=y,r[u+2]=E,r[u+3]=w)}else if(l==3){var w=e[f+3],x=e[f],y=e[f+1],E=e[f+2],v=r[u+3],S=r[u],I=r[u+1],B=r[u+2];if(w==v&&x==S&&y==I&&E==B)continue;if(w<220&&v>20)return!1}return!0},C.encode=function(e,t,n,r,i,s,o){r==null&&(r=0),o==null&&(o=!1);var c=C.encode.compress(e,t,n,r,[!1,!1,!1,0,o]);return C.encode.compressPNG(c,-1),C.encode._main(c,t,n,i,s)},C.encodeLL=function(e,t,n,r,i,s,o,c){for(var l={ctype:0+(r==1?0:2)+(i==0?0:4),depth:s,frames:[]},a=(r+i)*s,h=a*t,f=0;f<e.length;f++)l.frames.push({rect:{x:0,y:0,width:t,height:n},img:new Uint8Array(e[f]),blend:0,dispose:1,bpp:Math.ceil(a/8),bpl:Math.ceil(h/8)});C.encode.compressPNG(l,0,!0);var u=C.encode._main(l,t,n,o,c);return u},C.encode._main=function(e,t,n,r,i){i==null&&(i={});var s=C.crc.crc,o=C._bin.writeUint,c=C._bin.writeUshort,l=C._bin.writeASCII,a=8,h=e.frames.length>1,f=!1,u=8+(16+5+4)+(h?20:0);if(i.sRGB!=null&&(u+=8+1+4),i.pHYs!=null&&(u+=8+9+4),e.ctype==3){for(var d=e.plte.length,_=0;_<d;_++)e.plte[_]>>>24!=255&&(f=!0);u+=8+d*3+4+(f?8+d*1+4:0)}for(var w=0;w<e.frames.length;w++){var x=e.frames[w];h&&(u+=38),u+=x.cimg.length+12,w!=0&&(u+=4)}u+=12;for(var y=new Uint8Array(u),E=[137,80,78,71,13,10,26,10],_=0;_<8;_++)y[_]=E[_];if(o(y,a,13),a+=4,l(y,a,"IHDR"),a+=4,o(y,a,t),a+=4,o(y,a,n),a+=4,y[a]=e.depth,a++,y[a]=e.ctype,a++,y[a]=0,a++,y[a]=0,a++,y[a]=0,a++,o(y,a,s(y,a-17,17)),a+=4,i.sRGB!=null&&(o(y,a,1),a+=4,l(y,a,"sRGB"),a+=4,y[a]=i.sRGB,a++,o(y,a,s(y,a-5,5)),a+=4),i.pHYs!=null&&(o(y,a,9),a+=4,l(y,a,"pHYs"),a+=4,o(y,a,i.pHYs[0]),a+=4,o(y,a,i.pHYs[1]),a+=4,y[a]=i.pHYs[2],a++,o(y,a,s(y,a-13,13)),a+=4),h&&(o(y,a,8),a+=4,l(y,a,"acTL"),a+=4,o(y,a,e.frames.length),a+=4,o(y,a,i.loop!=null?i.loop:0),a+=4,o(y,a,s(y,a-12,12)),a+=4),e.ctype==3){var d=e.plte.length;o(y,a,d*3),a+=4,l(y,a,"PLTE"),a+=4;for(var _=0;_<d;_++){var v=_*3,S=e.plte[_],I=S&255,B=S>>>8&255,A=S>>>16&255;y[a+v+0]=I,y[a+v+1]=B,y[a+v+2]=A}if(a+=d*3,o(y,a,s(y,a-d*3-4,d*3+4)),a+=4,f){o(y,a,d),a+=4,l(y,a,"tRNS"),a+=4;for(var _=0;_<d;_++)y[a+_]=e.plte[_]>>>24&255;a+=d,o(y,a,s(y,a-d-4,d+4)),a+=4}}for(var O=0,w=0;w<e.frames.length;w++){var x=e.frames[w];h&&(o(y,a,26),a+=4,l(y,a,"fcTL"),a+=4,o(y,a,O++),a+=4,o(y,a,x.rect.width),a+=4,o(y,a,x.rect.height),a+=4,o(y,a,x.rect.x),a+=4,o(y,a,x.rect.y),a+=4,c(y,a,r[w]),a+=2,c(y,a,1e3),a+=2,y[a]=x.dispose,a++,y[a]=x.blend,a++,o(y,a,s(y,a-30,30)),a+=4);var R=x.cimg,d=R.length;o(y,a,d+(w==0?0:4)),a+=4;var D=a;l(y,a,w==0?"IDAT":"fdAT"),a+=4,w!=0&&(o(y,a,O++),a+=4),y.set(R,a),a+=d,o(y,a,s(y,D,a-D)),a+=4}return o(y,a,0),a+=4,l(y,a,"IEND"),a+=4,o(y,a,s(y,a-4,4)),a+=4,y.buffer},C.encode.compressPNG=function(e,t,n){for(var r=0;r<e.frames.length;r++){var i=e.frames[r];i.rect.width;var s=i.rect.height,o=new Uint8Array(s*i.bpl+s);i.cimg=C.encode._filterZero(i.img,s,i.bpp,i.bpl,o,t,n)}},C.encode.compress=function(e,t,n,r,i){for(var s=i[0],o=i[1],c=i[2],l=i[3],a=i[4],h=6,f=8,u=255,d=0;d<e.length;d++)for(var _=new Uint8Array(e[d]),w=_.length,x=0;x<w;x+=4)u&=_[x+3];var y=u!=255,E=C.encode.framize(e,t,n,s,o,c),v={},S=[],I=[];if(r!=0){for(var B=[],x=0;x<E.length;x++)B.push(E[x].img.buffer);for(var A=C.encode.concatRGBA(B),O=C.quantize(A,r),R=0,D=new Uint8Array(O.abuf),x=0;x<E.length;x++){var k=E[x].img,F=k.length;I.push(new Uint8Array(O.inds.buffer,R>>2,F>>2));for(var d=0;d<F;d+=4)k[d]=D[R+d],k[d+1]=D[R+d+1],k[d+2]=D[R+d+2],k[d+3]=D[R+d+3];R+=F}for(var x=0;x<O.plte.length;x++)S.push(O.plte[x].est.rgba)}else for(var d=0;d<E.length;d++){var P=E[d],W=new Uint32Array(P.img.buffer),L=P.rect.width,w=W.length,z=new Uint8Array(w);I.push(z);for(var x=0;x<w;x++){var J=W[x];if(x!=0&&J==W[x-1])z[x]=z[x-1];else if(x>L&&J==W[x-L])z[x]=z[x-L];else{var Ue=v[J];if(Ue==null&&(v[J]=Ue=S.length,S.push(J),S.length>=300))break;z[x]=Ue}}}var $e=S.length;$e<=256&&a==!1&&($e<=2?f=1:$e<=4?f=2:$e<=16?f=4:f=8,f=Math.max(f,l));for(var d=0;d<E.length;d++){var P=E[d];P.rect.x,P.rect.y;var L=P.rect.width,ct=P.rect.height,we=P.img;new Uint32Array(we.buffer);var Ee=4*L,ls=4;if($e<=256&&a==!1){Ee=Math.ceil(f*L/8);for(var He=new Uint8Array(Ee*ct),xr=I[d],Sr=0;Sr<ct;Sr++){var x=Sr*Ee,vr=Sr*L;if(f==8)for(var ae=0;ae<L;ae++)He[x+ae]=xr[vr+ae];else if(f==4)for(var ae=0;ae<L;ae++)He[x+(ae>>1)]|=xr[vr+ae]<<4-(ae&1)*4;else if(f==2)for(var ae=0;ae<L;ae++)He[x+(ae>>2)]|=xr[vr+ae]<<6-(ae&3)*2;else if(f==1)for(var ae=0;ae<L;ae++)He[x+(ae>>3)]|=xr[vr+ae]<<7-(ae&7)*1}we=He,h=3,ls=1}else if(y==!1&&E.length==1){for(var He=new Uint8Array(L*ct*3),Mu=L*ct,x=0;x<Mu;x++){var k=x*3,hs=x*4;He[k]=we[hs],He[k+1]=we[hs+1],He[k+2]=we[hs+2]}we=He,h=2,ls=3,Ee=3*L}P.img=we,P.bpl=Ee,P.bpp=ls}return{ctype:h,depth:f,plte:S,frames:E}},C.encode.framize=function(e,t,n,r,i,s){for(var o=[],c=0;c<e.length;c++){var l=new Uint8Array(e[c]),a=new Uint32Array(l.buffer),h,f=0,u=0,d=t,_=n,w=r?1:0;if(c!=0){for(var x=s||r||c==1||o[c-2].dispose!=0?1:2,y=0,E=1e9,v=0;v<x;v++){for(var P=new Uint8Array(e[c-1-v]),S=new Uint32Array(e[c-1-v]),I=t,B=n,A=-1,O=-1,R=0;R<n;R++)for(var D=0;D<t;D++){var k=R*t+D;a[k]!=S[k]&&(D<I&&(I=D),D>A&&(A=D),R<B&&(B=R),R>O&&(O=R))}A==-1&&(I=B=A=O=0),i&&((I&1)==1&&I--,(B&1)==1&&B--);var F=(A-I+1)*(O-B+1);F<E&&(E=F,y=v,f=I,u=B,d=A-I+1,_=O-B+1)}var P=new Uint8Array(e[c-1-y]);y==1&&(o[c-1].dispose=2),h=new Uint8Array(d*_*4),C._copyTile(P,t,n,h,d,_,-f,-u,0),w=C._copyTile(l,t,n,h,d,_,-f,-u,3)?1:0,w==1?C.encode._prepareDiff(l,t,n,h,{x:f,y:u,width:d,height:_}):C._copyTile(l,t,n,h,d,_,-f,-u,0)}else h=l.slice(0);o.push({rect:{x:f,y:u,width:d,height:_},img:h,blend:w,dispose:0})}if(r)for(var c=0;c<o.length;c++){var W=o[c];if(W.blend!=1){var L=W.rect,z=o[c-1].rect,J=Math.min(L.x,z.x),Ue=Math.min(L.y,z.y),$e=Math.max(L.x+L.width,z.x+z.width),ct=Math.max(L.y+L.height,z.y+z.height),we={x:J,y:Ue,width:$e-J,height:ct-Ue};o[c-1].dispose=1,c-1!=0&&C.encode._updateFrame(e,t,n,o,c-1,we,i),C.encode._updateFrame(e,t,n,o,c,we,i)}}var Ee=0;if(e.length!=1)for(var k=0;k<o.length;k++){var W=o[k];Ee+=W.rect.width*W.rect.height}return o},C.encode._updateFrame=function(e,t,n,r,i,s,o){for(var c=Uint8Array,l=Uint32Array,a=new c(e[i-1]),h=new l(e[i-1]),f=i+1<e.length?new c(e[i+1]):null,u=new c(e[i]),d=new l(u.buffer),_=t,w=n,x=-1,y=-1,E=0;E<s.height;E++)for(var v=0;v<s.width;v++){var S=s.x+v,I=s.y+E,B=I*t+S,A=d[B];A==0||r[i-1].dispose==0&&h[B]==A&&(f==null||f[B*4+3]!=0)||(S<_&&(_=S),S>x&&(x=S),I<w&&(w=I),I>y&&(y=I))}x==-1&&(_=w=x=y=0),o&&((_&1)==1&&_--,(w&1)==1&&w--),s={x:_,y:w,width:x-_+1,height:y-w+1};var O=r[i];O.rect=s,O.blend=1,O.img=new Uint8Array(s.width*s.height*4),r[i-1].dispose==0?(C._copyTile(a,t,n,O.img,s.width,s.height,-s.x,-s.y,0),C.encode._prepareDiff(u,t,n,O.img,s)):C._copyTile(u,t,n,O.img,s.width,s.height,-s.x,-s.y,0)},C.encode._prepareDiff=function(e,t,n,r,i){C._copyTile(e,t,n,r,i.width,i.height,-i.x,-i.y,2)},C.encode._filterZero=function(e,t,n,r,i,s,o){var c=[],l=[0,1,2,3,4];s!=-1?l=[s]:(t*r>5e5||n==1)&&(l=[0]);var a;o&&(a={level:0});for(var h=o&&UZIP!=null?UZIP:ci,f=0;f<l.length;f++){for(var u=0;u<t;u++)C.encode._filterLine(i,e,u,r,n,l[f]);c.push(h.deflate(i,a))}for(var d,_=1e9,f=0;f<c.length;f++)c[f].length<_&&(d=f,_=c[f].length);return c[d]},C.encode._filterLine=function(e,t,n,r,i,s){var o=n*r,c=o+n,l=C.decode._paeth;if(e[c]=s,c++,s==0)if(r<500)for(var a=0;a<r;a++)e[c+a]=t[o+a];else e.set(new Uint8Array(t.buffer,o,r),c);else if(s==1){for(var a=0;a<i;a++)e[c+a]=t[o+a];for(var a=i;a<r;a++)e[c+a]=t[o+a]-t[o+a-i]+256&255}else if(n==0){for(var a=0;a<i;a++)e[c+a]=t[o+a];if(s==2)for(var a=i;a<r;a++)e[c+a]=t[o+a];if(s==3)for(var a=i;a<r;a++)e[c+a]=t[o+a]-(t[o+a-i]>>1)+256&255;if(s==4)for(var a=i;a<r;a++)e[c+a]=t[o+a]-l(t[o+a-i],0,0)+256&255}else{if(s==2)for(var a=0;a<r;a++)e[c+a]=t[o+a]+256-t[o+a-r]&255;if(s==3){for(var a=0;a<i;a++)e[c+a]=t[o+a]+256-(t[o+a-r]>>1)&255;for(var a=i;a<r;a++)e[c+a]=t[o+a]+256-(t[o+a-r]+t[o+a-i]>>1)&255}if(s==4){for(var a=0;a<i;a++)e[c+a]=t[o+a]+256-l(0,t[o+a-r],0)&255;for(var a=i;a<r;a++)e[c+a]=t[o+a]+256-l(t[o+a-i],t[o+a-r],t[o+a-i-r])&255}}},C.crc={table:function(){for(var e=new Uint32Array(256),t=0;t<256;t++){for(var n=t,r=0;r<8;r++)n&1?n=3988292384^n>>>1:n=n>>>1;e[t]=n}return e}(),update:function(e,t,n,r){for(var i=0;i<r;i++)e=C.crc.table[(e^t[n+i])&255]^e>>>8;return e},crc:function(e,t,n){return C.crc.update(4294967295,e,t,n)^4294967295}},C.quantize=function(e,t){var n=new Uint8Array(e),r=n.slice(0),i=new Uint32Array(r.buffer),s=C.quantize.getKDtree(r,t),o=s[0],c=s[1];C.quantize.planeDst;for(var l=n,a=i,h=l.length,f=new Uint8Array(n.length>>2),u=0;u<h;u+=4){var d=l[u]*.00392156862745098,_=l[u+1]*(1/255),w=l[u+2]*(1/255),x=l[u+3]*(1/255),y=C.quantize.getNearest(o,d,_,w,x);f[u>>2]=y.ind,a[u>>2]=y.est.rgba}return{abuf:r.buffer,inds:f,plte:c}},C.quantize.getKDtree=function(e,t,n){n==null&&(n=1e-4);var r=new Uint32Array(e.buffer),i={i0:0,i1:e.length,bst:null,est:null,tdst:0,left:null,right:null};i.bst=C.quantize.stats(e,i.i0,i.i1),i.est=C.quantize.estats(i.bst);for(var s=[i];s.length<t;){for(var o=0,c=0,l=0;l<s.length;l++)s[l].est.L>o&&(o=s[l].est.L,c=l);if(o<n)break;var a=s[c],h=C.quantize.splitPixels(e,r,a.i0,a.i1,a.est.e,a.est.eMq255),f=a.i0>=h||a.i1<=h;if(f){a.est.L=0;continue}var u={i0:a.i0,i1:h,bst:null,est:null,tdst:0,left:null,right:null};u.bst=C.quantize.stats(e,u.i0,u.i1),u.est=C.quantize.estats(u.bst);var d={i0:h,i1:a.i1,bst:null,est:null,tdst:0,left:null,right:null};d.bst={R:[],m:[],N:a.bst.N-u.bst.N};for(var l=0;l<16;l++)d.bst.R[l]=a.bst.R[l]-u.bst.R[l];for(var l=0;l<4;l++)d.bst.m[l]=a.bst.m[l]-u.bst.m[l];d.est=C.quantize.estats(d.bst),a.left=u,a.right=d,s[c]=u,s.push(d)}s.sort(function(_,w){return w.bst.N-_.bst.N});for(var l=0;l<s.length;l++)s[l].ind=l;return[i,s]},C.quantize.getNearest=function(e,t,n,r,i){if(e.left==null)return e.tdst=C.quantize.dist(e.est.q,t,n,r,i),e;var s=C.quantize.planeDst(e.est,t,n,r,i),o=e.left,c=e.right;s>0&&(o=e.right,c=e.left);var l=C.quantize.getNearest(o,t,n,r,i);if(l.tdst<=s*s)return l;var a=C.quantize.getNearest(c,t,n,r,i);return a.tdst<l.tdst?a:l},C.quantize.planeDst=function(e,t,n,r,i){var s=e.e;return s[0]*t+s[1]*n+s[2]*r+s[3]*i-e.eMq},C.quantize.dist=function(e,t,n,r,i){var s=t-e[0],o=n-e[1],c=r-e[2],l=i-e[3];return s*s+o*o+c*c+l*l},C.quantize.splitPixels=function(e,t,n,r,i,s){var o=C.quantize.vecDot;for(r-=4;n<r;){for(;o(e,n,i)<=s;)n+=4;for(;o(e,r,i)>s;)r-=4;if(n>=r)break;var c=t[n>>2];t[n>>2]=t[r>>2],t[r>>2]=c,n+=4,r-=4}for(;o(e,n,i)>s;)n-=4;return n+4},C.quantize.vecDot=function(e,t,n){return e[t]*n[0]+e[t+1]*n[1]+e[t+2]*n[2]+e[t+3]*n[3]},C.quantize.stats=function(e,t,n){for(var r=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],i=[0,0,0,0],s=n-t>>2,o=t;o<n;o+=4){var c=e[o]*.00392156862745098,l=e[o+1]*(1/255),a=e[o+2]*(1/255),h=e[o+3]*(1/255);i[0]+=c,i[1]+=l,i[2]+=a,i[3]+=h,r[0]+=c*c,r[1]+=c*l,r[2]+=c*a,r[3]+=c*h,r[5]+=l*l,r[6]+=l*a,r[7]+=l*h,r[10]+=a*a,r[11]+=a*h,r[15]+=h*h}return r[4]=r[1],r[8]=r[2],r[9]=r[6],r[12]=r[3],r[13]=r[7],r[14]=r[11],{R:r,m:i,N:s}},C.quantize.estats=function(e){var t=e.R,n=e.m,r=e.N,i=n[0],s=n[1],o=n[2],c=n[3],l=r==0?0:1/r,a=[t[0]-i*i*l,t[1]-i*s*l,t[2]-i*o*l,t[3]-i*c*l,t[4]-s*i*l,t[5]-s*s*l,t[6]-s*o*l,t[7]-s*c*l,t[8]-o*i*l,t[9]-o*s*l,t[10]-o*o*l,t[11]-o*c*l,t[12]-c*i*l,t[13]-c*s*l,t[14]-c*o*l,t[15]-c*c*l],h=a,f=C.M4,u=[.5,.5,.5,.5],d=0,_=0;if(r!=0)for(var w=0;w<10&&(u=f.multVec(h,u),_=Math.sqrt(f.dot(u,u)),u=f.sml(1/_,u),!(Math.abs(_-d)<1e-9));w++)d=_;var x=[i*l,s*l,o*l,c*l],y=f.dot(f.sml(255,x),u);return{Cov:a,q:x,e:u,L:d,eMq255:y,eMq:f.dot(u,x),rgba:(Math.round(255*x[3])<<24|Math.round(255*x[2])<<16|Math.round(255*x[1])<<8|Math.round(255*x[0])<<0)>>>0}},C.M4={multVec:function(e,t){return[e[0]*t[0]+e[1]*t[1]+e[2]*t[2]+e[3]*t[3],e[4]*t[0]+e[5]*t[1]+e[6]*t[2]+e[7]*t[3],e[8]*t[0]+e[9]*t[1]+e[10]*t[2]+e[11]*t[3],e[12]*t[0]+e[13]*t[1]+e[14]*t[2]+e[15]*t[3]]},dot:function(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]+e[3]*t[3]},sml:function(e,t){return[e*t[0],e*t[1],e*t[2],e*t[3]]}},C.encode.concatRGBA=function(e){for(var t=0,n=0;n<e.length;n++)t+=e[n].byteLength;for(var r=new Uint8Array(t),i=0,n=0;n<e.length;n++){for(var s=new Uint8Array(e[n]),o=s.length,c=0;c<o;c+=4){var l=s[c],a=s[c+1],h=s[c+2],f=s[c+3];f==0&&(l=a=h=0),r[i+c]=l,r[i+c+1]=a,r[i+c+2]=h,r[i+c+3]=f}i+=o}return r.buffer};const pf=e=>{if(e===0)return zt.Greyscale;if(e===2)return zt.Truecolour;if(e===3)return zt.IndexedColour;if(e===4)return zt.GreyscaleWithAlpha;if(e===6)return zt.TruecolourWithAlpha;throw new Error(`Unknown color type: ${e}`)},bf=e=>{const t=Math.floor(e.length/4),n=new Uint8Array(t*3),r=new Uint8Array(t*1);let i=0,s=0,o=0;for(;i<e.length;)n[s++]=e[i++],n[s++]=e[i++],n[s++]=e[i++],r[o++]=e[i++];return{rgbChannel:n,alphaChannel:r}};var zt=(e=>(e.Greyscale="Greyscale",e.Truecolour="Truecolour",e.IndexedColour="IndexedColour",e.GreyscaleWithAlpha="GreyscaleWithAlpha",e.TruecolourWithAlpha="TruecolourWithAlpha",e))(zt||{});const ya=class{constructor(e){b(this,"rgbChannel"),b(this,"alphaChannel"),b(this,"type"),b(this,"width"),b(this,"height"),b(this,"bitsPerComponent");const t=C.decode(e),n=C.toRGBA8(t);if(n.length>1)throw new Error("Animated PNGs are not supported");const r=new Uint8Array(n[0]),{rgbChannel:i,alphaChannel:s}=bf(r);this.rgbChannel=i,s.some(c=>c<255)&&(this.alphaChannel=s),this.type=pf(t.ctype),this.width=t.width,this.height=t.height,this.bitsPerComponent=8}};let wa=ya;b(wa,"load",e=>new ya(e));class Ai{constructor(t){b(this,"bitsPerComponent"),b(this,"height"),b(this,"width"),b(this,"colorSpace"),b(this,"image"),this.image=t,this.bitsPerComponent=t.bitsPerComponent,this.width=t.width,this.height=t.height,this.colorSpace="DeviceRGB"}static async for(t){const n=wa.load(t);return new Ai(n)}async embedIntoContext(t,n){const r=this.embedAlphaChannel(t),i=t.flateStream(this.image.rgbChannel,{Type:"XObject",Subtype:"Image",BitsPerComponent:this.image.bitsPerComponent,Width:this.image.width,Height:this.image.height,ColorSpace:this.colorSpace,SMask:r});return n?(t.assign(n,i),n):t.register(i)}embedAlphaChannel(t){if(!this.image.alphaChannel)return;const n=t.flateStream(this.image.alphaChannel,{Type:"XObject",Subtype:"Image",Height:this.image.height,Width:this.image.width,BitsPerComponent:this.image.bitsPerComponent,ColorSpace:"DeviceGray",Decode:[0,1]});return t.register(n)}}const mf=/\/([^\0\t\n\f\r\ ]+)[\0\t\n\f\r\ ]*(\d*\.\d+|\d+)?[\0\t\n\f\r\ ]+Tf/;class tr{constructor(t,n){b(this,"dict"),b(this,"ref"),this.dict=t,this.ref=n}T(){return this.dict.lookupMaybe(p.of("T"),oe,X)}Ff(){const t=this.getInheritableAttribute(p.of("Ff"));return this.dict.context.lookupMaybe(t,U)}V(){const t=this.getInheritableAttribute(p.of("V"));return this.dict.context.lookup(t)}Kids(){return this.dict.lookupMaybe(p.of("Kids"),q)}DA(){const t=this.dict.lookup(p.of("DA"));if(t instanceof oe||t instanceof X)return t}setKids(t){this.dict.set(p.of("Kids"),this.dict.context.obj(t))}getParent(){const t=this.dict.get(p.of("Parent"));if(t instanceof re){const n=this.dict.lookup(p.of("Parent"),G);return new tr(n,t)}}setParent(t){t?this.dict.set(p.of("Parent"),t):this.dict.delete(p.of("Parent"))}getFullyQualifiedName(){const t=this.getParent();return t?`${t.getFullyQualifiedName()}.${this.getPartialName()}`:this.getPartialName()}getPartialName(){var t;return(t=this.T())==null?void 0:t.decodeText()}setPartialName(t){t?this.dict.set(p.of("T"),X.fromText(t)):this.dict.delete(p.of("T"))}setDefaultAppearance(t){this.dict.set(p.of("DA"),oe.of(t))}getDefaultAppearance(){const t=this.DA();return t instanceof X?t.decodeText():t?.asString()}setFontSize(t){var n;const r=(n=this.getFullyQualifiedName())!=null?n:"",i=this.getDefaultAppearance();if(!i)throw new Xc(r);const s=Bc(i,mf);if(!s.match)throw new Yc(r);const o=i.slice(0,s.pos-s.match[0].length),c=s.pos<=i.length?i.slice(s.pos):"",l=s.match[1],a=`${o} /${l} ${t} Tf ${c}`;this.setDefaultAppearance(a)}getFlags(){var t,n;return(n=(t=this.Ff())==null?void 0:t.asNumber())!=null?n:0}setFlags(t){this.dict.set(p.of("Ff"),U.of(t))}hasFlag(t){return(this.getFlags()&t)!==0}setFlag(t){const n=this.getFlags();this.setFlags(n|t)}clearFlag(t){const n=this.getFlags();this.setFlags(n&~t)}setFlagTo(t,n){n?this.setFlag(t):this.clearFlag(t)}getInheritableAttribute(t){let n;return this.ascend(r=>{n||(n=r.dict.get(t))}),n}ascend(t){t(this);const n=this.getParent();n&&n.ascend(t)}}const xa=class{constructor(e){b(this,"dict"),this.dict=e}W(){const e=this.dict.lookup(p.of("W"));if(e instanceof U)return e}getWidth(){var e,t;return(t=(e=this.W())==null?void 0:e.asNumber())!=null?t:1}setWidth(e){const t=this.dict.context.obj(e);this.dict.set(p.of("W"),t)}};let nr=xa;b(nr,"fromDict",e=>new xa(e));const Sa=class{constructor(e){b(this,"dict"),this.dict=e}Rect(){return this.dict.lookup(p.of("Rect"),q)}AP(){return this.dict.lookupMaybe(p.of("AP"),G)}F(){const e=this.dict.lookup(p.of("F"));return this.dict.context.lookupMaybe(e,U)}getRectangle(){var e;const t=this.Rect();return(e=t?.asRectangle())!=null?e:{x:0,y:0,width:0,height:0}}setRectangle(e){const{x:t,y:n,width:r,height:i}=e,s=this.dict.context.obj([t,n,t+r,n+i]);this.dict.set(p.of("Rect"),s)}getAppearanceState(){const e=this.dict.lookup(p.of("AS"));if(e instanceof p)return e}setAppearanceState(e){this.dict.set(p.of("AS"),e)}setAppearances(e){this.dict.set(p.of("AP"),e)}ensureAP(){let e=this.AP();return e||(e=this.dict.context.obj({}),this.dict.set(p.of("AP"),e)),e}getNormalAppearance(){const t=this.ensureAP().get(p.of("N"));if(t instanceof re||t instanceof G)return t;throw new Error(`Unexpected N type: ${t?.constructor.name}`)}setNormalAppearance(e){this.ensureAP().set(p.of("N"),e)}setRolloverAppearance(e){this.ensureAP().set(p.of("R"),e)}setDownAppearance(e){this.ensureAP().set(p.of("D"),e)}removeRolloverAppearance(){const e=this.AP();e?.delete(p.of("R"))}removeDownAppearance(){const e=this.AP();e?.delete(p.of("D"))}getAppearances(){const e=this.AP();if(!e)return;const t=e.lookup(p.of("N"),G,st),n=e.lookupMaybe(p.of("R"),G,st),r=e.lookupMaybe(p.of("D"),G,st);return{normal:t,rollover:n,down:r}}getFlags(){var e,t;return(t=(e=this.F())==null?void 0:e.asNumber())!=null?t:0}setFlags(e){this.dict.set(p.of("F"),U.of(e))}hasFlag(e){return(this.getFlags()&e)!==0}setFlag(e){const t=this.getFlags();this.setFlags(t|e)}clearFlag(e){const t=this.getFlags();this.setFlags(t&~e)}setFlagTo(e,t){t?this.setFlag(e):this.clearFlag(e)}};let va=Sa;b(va,"fromDict",e=>new Sa(e));const ka=class{constructor(e){b(this,"dict"),this.dict=e}R(){const e=this.dict.lookup(p.of("R"));if(e instanceof U)return e}BC(){const e=this.dict.lookup(p.of("BC"));if(e instanceof q)return e}BG(){const e=this.dict.lookup(p.of("BG"));if(e instanceof q)return e}CA(){const e=this.dict.lookup(p.of("CA"));if(e instanceof X||e instanceof oe)return e}RC(){const e=this.dict.lookup(p.of("RC"));if(e instanceof X||e instanceof oe)return e}AC(){const e=this.dict.lookup(p.of("AC"));if(e instanceof X||e instanceof oe)return e}getRotation(){var e;return(e=this.R())==null?void 0:e.asNumber()}getBorderColor(){const e=this.BC();if(!e)return;const t=[];for(let n=0,r=e?.size();n<r;n++){const i=e.get(n);i instanceof U&&t.push(i.asNumber())}return t}getBackgroundColor(){const e=this.BG();if(!e)return;const t=[];for(let n=0,r=e?.size();n<r;n++){const i=e.get(n);i instanceof U&&t.push(i.asNumber())}return t}getCaptions(){const e=this.CA(),t=this.RC(),n=this.AC();return{normal:e?.decodeText(),rollover:t?.decodeText(),down:n?.decodeText()}}setRotation(e){const t=this.dict.context.obj(e);this.dict.set(p.of("R"),t)}setBorderColor(e){const t=this.dict.context.obj(e);this.dict.set(p.of("BC"),t)}setBackgroundColor(e){const t=this.dict.context.obj(e);this.dict.set(p.of("BG"),t)}setCaptions(e){const t=X.fromText(e.normal);if(this.dict.set(p.of("CA"),t),e.rollover){const n=X.fromText(e.rollover);this.dict.set(p.of("RC"),n)}else this.dict.delete(p.of("RC"));if(e.down){const n=X.fromText(e.down);this.dict.set(p.of("AC"),n)}else this.dict.delete(p.of("AC"))}};let rr=ka;b(rr,"fromDict",e=>new ka(e));const Ci=class extends va{MK(){const e=this.dict.lookup(p.of("MK"));if(e instanceof G)return e}BS(){const e=this.dict.lookup(p.of("BS"));if(e instanceof G)return e}DA(){const e=this.dict.lookup(p.of("DA"));if(e instanceof oe||e instanceof X)return e}P(){const e=this.dict.get(p.of("P"));if(e instanceof re)return e}setP(e){this.dict.set(p.of("P"),e)}setDefaultAppearance(e){this.dict.set(p.of("DA"),oe.of(e))}getDefaultAppearance(){const e=this.DA();return e instanceof X?e.decodeText():e?.asString()}getAppearanceCharacteristics(){const e=this.MK();if(e)return rr.fromDict(e)}getOrCreateAppearanceCharacteristics(){const e=this.MK();if(e)return rr.fromDict(e);const t=rr.fromDict(this.dict.context.obj({}));return this.dict.set(p.of("MK"),t.dict),t}getBorderStyle(){const e=this.BS();if(e)return nr.fromDict(e)}getOrCreateBorderStyle(){const e=this.BS();if(e)return nr.fromDict(e);const t=nr.fromDict(this.dict.context.obj({}));return this.dict.set(p.of("BS"),t.dict),t}getOnValue(){var e;const t=(e=this.getAppearances())==null?void 0:e.normal;if(t instanceof G){const n=t.keys();for(let r=0,i=n.length;r<i;r++){const s=n[r];if(s!==p.of("Off"))return s}}}};let ir=Ci;b(ir,"fromDict",e=>new Ci(e)),b(ir,"create",(e,t)=>{const n=e.obj({Type:"Annot",Subtype:"Widget",Rect:[0,0,0,0],Parent:t});return new Ci(n)});const Aa=class extends tr{FT(){const e=this.getInheritableAttribute(p.of("FT"));return this.dict.context.lookup(e,p)}getWidgets(){const e=this.Kids();if(!e)return[ir.fromDict(this.dict)];const t=new Array(e.size());for(let n=0,r=e.size();n<r;n++){const i=e.lookup(n,G);t[n]=ir.fromDict(i)}return t}addWidget(e){const{Kids:t}=this.normalizedEntries();t.push(e)}removeWidget(e){const t=this.Kids();if(t){if(e<0||e>t.size())throw new zn(e,0,t.size());t.remove(e)}else{if(e!==0)throw new zn(e,0,0);this.setKids([])}}normalizedEntries(){let e=this.Kids();return e||(e=this.dict.context.obj([this.ref]),this.dict.set(p.of("Kids"),e)),{Kids:e}}};let Ft=Aa;b(Ft,"fromDict",(e,t)=>new Aa(e,t));class Bi extends Ft{Opt(){return this.dict.lookupMaybe(p.of("Opt"),oe,X,q)}setOpt(t){this.dict.set(p.of("Opt"),this.dict.context.obj(t))}getExportValues(){const t=this.Opt();if(!t)return;if(t instanceof oe||t instanceof X)return[t];const n=[];for(let r=0,i=t.size();r<i;r++){const s=t.lookup(r);(s instanceof oe||s instanceof X)&&n.push(s)}return n}removeExportValue(t){const n=this.Opt();if(!!n)if(n instanceof oe||n instanceof X){if(t!==0)throw new zn(t,0,0);this.setOpt([])}else{if(t<0||t>n.size())throw new zn(t,0,n.size());n.remove(t)}}normalizeExportValues(){var t,n,r,i;const s=(t=this.getExportValues())!=null?t:[],o=[],c=this.getWidgets();for(let l=0,a=c.length;l<a;l++){const h=c[l],f=(i=s[l])!=null?i:X.fromText((r=(n=h.getOnValue())==null?void 0:n.decodeText())!=null?r:"");o.push(f)}this.setOpt(o)}addOpt(t,n){var r;this.normalizeExportValues();const i=t.decodeText();let s;if(n){const c=(r=this.getExportValues())!=null?r:[];for(let l=0,a=c.length;l<a;l++)c[l].decodeText()===i&&(s=l)}const o=this.Opt();return o.push(t),s??o.size()-1}addWidgetWithOpt(t,n,r){const i=this.addOpt(n,r),s=p.of(String(i));return this.addWidget(t),s}}const Ti=class extends Bi{setValue(e){var t;const n=(t=this.getOnValue())!=null?t:p.of("Yes");if(e!==n&&e!==p.of("Off"))throw new Tr;this.dict.set(p.of("V"),e);const r=this.getWidgets();for(let i=0,s=r.length;i<s;i++){const o=r[i],c=o.getOnValue()===e?e:p.of("Off");o.setAppearanceState(c)}}getValue(){const e=this.V();return e instanceof p?e:p.of("Off")}getOnValue(){const[e]=this.getWidgets();return e?.getOnValue()}};let Di=Ti;b(Di,"fromDict",(e,t)=>new Ti(e,t)),b(Di,"create",e=>{const t=e.obj({FT:"Btn",Kids:[]}),n=e.register(t);return new Ti(t,n)});const le=e=>1<<e;var _f=(e=>(e[e.ReadOnly=le(0)]="ReadOnly",e[e.Required=le(1)]="Required",e[e.NoExport=le(2)]="NoExport",e))(_f||{}),bn=(e=>(e[e.NoToggleToOff=le(14)]="NoToggleToOff",e[e.Radio=le(15)]="Radio",e[e.PushButton=le(16)]="PushButton",e[e.RadiosInUnison=le(25)]="RadiosInUnison",e))(bn||{}),yf=(e=>(e[e.Multiline=le(12)]="Multiline",e[e.Password=le(13)]="Password",e[e.FileSelect=le(20)]="FileSelect",e[e.DoNotSpellCheck=le(22)]="DoNotSpellCheck",e[e.DoNotScroll=le(23)]="DoNotScroll",e[e.Comb=le(24)]="Comb",e[e.RichText=le(25)]="RichText",e))(yf||{}),Nt=(e=>(e[e.Combo=le(17)]="Combo",e[e.Edit=le(18)]="Edit",e[e.Sort=le(19)]="Sort",e[e.MultiSelect=le(21)]="MultiSelect",e[e.DoNotSpellCheck=le(22)]="DoNotSpellCheck",e[e.CommitOnSelChange=le(26)]="CommitOnSelChange",e))(Nt||{});class Ca extends Ft{setValues(t){if(this.hasFlag(Nt.Combo)&&!this.hasFlag(Nt.Edit)&&!this.valuesAreValid(t))throw new Tr;if(t.length===0&&this.dict.delete(p.of("V")),t.length===1&&this.dict.set(p.of("V"),t[0]),t.length>1){if(!this.hasFlag(Nt.MultiSelect))throw new qc;this.dict.set(p.of("V"),this.dict.context.obj(t))}this.updateSelectedIndices(t)}valuesAreValid(t){const n=this.getOptions();for(let r=0,i=t.length;r<i;r++){const s=t[r].decodeText();if(!n.find(o=>s===(o.display||o.value).decodeText()))return!1}return!0}updateSelectedIndices(t){if(t.length>1){const n=new Array(t.length),r=this.getOptions();for(let i=0,s=t.length;i<s;i++){const o=t[i].decodeText();n[i]=r.findIndex(c=>o===(c.display||c.value).decodeText())}this.dict.set(p.of("I"),this.dict.context.obj(n.sort()))}else this.dict.delete(p.of("I"))}getValues(){const t=this.V();if(t instanceof oe||t instanceof X)return[t];if(t instanceof q){const n=[];for(let r=0,i=t.size();r<i;r++){const s=t.lookup(r);(s instanceof oe||s instanceof X)&&n.push(s)}return n}return[]}Opt(){return this.dict.lookupMaybe(p.of("Opt"),oe,X,q)}setOptions(t){const n=new Array(t.length);for(let r=0,i=t.length;r<i;r++){const{value:s,display:o}=t[r];n[r]=this.dict.context.obj([s,o||s])}this.dict.set(p.of("Opt"),this.dict.context.obj(n))}getOptions(){const t=this.Opt();if(t instanceof oe||t instanceof X)return[{value:t,display:t}];if(t instanceof q){const n=[];for(let r=0,i=t.size();r<i;r++){const s=t.lookup(r);if((s instanceof oe||s instanceof X)&&n.push({value:s,display:s}),s instanceof q&&s.size()>0){const o=s.lookup(0,oe,X),c=s.lookupMaybe(1,oe,X);n.push({value:o,display:c||o})}}return n}return[]}}const Ei=class extends Ca{};let Pi=Ei;b(Pi,"fromDict",(e,t)=>new Ei(e,t)),b(Pi,"create",e=>{const t=e.obj({FT:"Ch",Ff:Nt.Combo,Kids:[]}),n=e.register(t);return new Ei(t,n)});const Ri=class extends tr{addField(e){const{Kids:t}=this.normalizedEntries();t?.push(e)}normalizedEntries(){let e=this.Kids();return e||(e=this.dict.context.obj([]),this.dict.set(p.of("Kids"),e)),{Kids:e}}};let sr=Ri;b(sr,"fromDict",(e,t)=>new Ri(e,t)),b(sr,"create",e=>{const t=e.obj({}),n=e.register(t);return new Ri(t,n)});const Ba=class extends Ft{};let Ta=Ba;b(Ta,"fromDict",(e,t)=>new Ba(e,t));const Ii=class extends Ft{MaxLen(){const e=this.dict.lookup(p.of("MaxLen"));if(e instanceof U)return e}Q(){const e=this.dict.lookup(p.of("Q"));if(e instanceof U)return e}setMaxLength(e){this.dict.set(p.of("MaxLen"),U.of(e))}removeMaxLength(){this.dict.delete(p.of("MaxLen"))}getMaxLength(){var e;return(e=this.MaxLen())==null?void 0:e.asNumber()}setQuadding(e){this.dict.set(p.of("Q"),U.of(e))}getQuadding(){var e;return(e=this.Q())==null?void 0:e.asNumber()}setValue(e){this.dict.set(p.of("V"),e)}removeValue(){this.dict.delete(p.of("V"))}getValue(){const e=this.V();if(e instanceof oe||e instanceof X)return e}};let Oi=Ii;b(Oi,"fromDict",(e,t)=>new Ii(e,t)),b(Oi,"create",e=>{const t=e.obj({FT:"Tx",Kids:[]}),n=e.register(t);return new Ii(t,n)});const zi=class extends Bi{};let Fi=zi;b(Fi,"fromDict",(e,t)=>new zi(e,t)),b(Fi,"create",e=>{const t=e.obj({FT:"Btn",Ff:bn.PushButton,Kids:[]}),n=e.register(t);return new zi(t,n)});const Ni=class extends Bi{setValue(e){if(!this.getOnValues().includes(e)&&e!==p.of("Off"))throw new Tr;this.dict.set(p.of("V"),e);const n=this.getWidgets();for(let r=0,i=n.length;r<i;r++){const s=n[r],o=s.getOnValue()===e?e:p.of("Off");s.setAppearanceState(o)}}getValue(){const e=this.V();return e instanceof p?e:p.of("Off")}getOnValues(){const e=this.getWidgets(),t=[];for(let n=0,r=e.length;n<r;n++){const i=e[n].getOnValue();i&&t.push(i)}return t}};let Mi=Ni;b(Mi,"fromDict",(e,t)=>new Ni(e,t)),b(Mi,"create",e=>{const t=e.obj({FT:"Btn",Ff:bn.Radio,Kids:[]}),n=e.register(t);return new Ni(t,n)});const Li=class extends Ca{};let ji=Li;b(ji,"fromDict",(e,t)=>new Li(e,t)),b(ji,"create",e=>{const t=e.obj({FT:"Ch",Kids:[]}),n=e.register(t);return new Li(t,n)});const wf=e=>{if(!e)return[];const t=[];for(let n=0,r=e.size();n<r;n++){const i=e.get(n),s=e.lookup(n);i instanceof re&&s instanceof G&&t.push([Da(s,i),i])}return t},Da=(e,t)=>xf(e)?sr.fromDict(e,t):Sf(e,t),xf=e=>{const t=e.lookup(p.of("Kids"));if(t instanceof q)for(let n=0,r=t.size();n<r;n++){const i=t.lookup(n);if(i instanceof G&&i.has(p.of("T")))return!0}return!1},Sf=(e,t)=>{const n=$i(e,p.of("FT")),r=e.context.lookup(n,p);return r===p.of("Btn")?vf(e,t):r===p.of("Ch")?kf(e,t):r===p.of("Tx")?Oi.fromDict(e,t):r===p.of("Sig")?Ta.fromDict(e,t):Ft.fromDict(e,t)},vf=(e,t)=>{var n;const r=$i(e,p.of("Ff")),i=e.context.lookupMaybe(r,U),s=(n=i?.asNumber())!=null?n:0;return Ui(s,bn.PushButton)?Fi.fromDict(e,t):Ui(s,bn.Radio)?Mi.fromDict(e,t):Di.fromDict(e,t)},kf=(e,t)=>{var n;const r=$i(e,p.of("Ff")),i=e.context.lookupMaybe(r,U),s=(n=i?.asNumber())!=null?n:0;return Ui(s,Nt.Combo)?Pi.fromDict(e,t):ji.fromDict(e,t)},Ui=(e,t)=>(e&t)!==0,$i=(e,t)=>{let n;return Ea(e,r=>{n||(n=r.get(t))}),n},Ea=(e,t)=>{t(e);const n=e.lookupMaybe(p.of("Parent"),G);n&&Ea(n,t)},Hi=class{constructor(e){b(this,"dict"),this.dict=e}Fields(){const e=this.dict.lookup(p.of("Fields"));if(e instanceof q)return e}getFields(){const{Fields:e}=this.normalizedEntries(),t=new Array(e.size());for(let n=0,r=e.size();n<r;n++){const i=e.get(n),s=e.lookup(n,G);t[n]=[Da(s,i),i]}return t}getAllFields(){const e=[],t=n=>{if(!!n)for(let r=0,i=n.length;r<i;r++){const s=n[r];e.push(s);const[o]=s;o instanceof sr&&t(wf(o.Kids()))}};return t(this.getFields()),e}addField(e){const{Fields:t}=this.normalizedEntries();t?.push(e)}removeField(e){const t=e.getParent(),n=t===void 0?this.normalizedEntries().Fields:t.Kids(),r=n?.indexOf(e.ref);if(n===void 0||r===void 0)throw new Error(`Tried to remove inexistent field ${e.getFullyQualifiedName()}`);n.remove(r),t!==void 0&&n.size()===0&&this.removeField(t)}normalizedEntries(){let e=this.Fields();return e||(e=this.dict.context.obj([]),this.dict.set(p.of("Fields"),e)),{Fields:e}}};let or=Hi;b(or,"fromDict",e=>new Hi(e)),b(or,"create",e=>{const t=e.obj({Fields:[]});return new Hi(t)});const ar=(e,t)=>{if(e!==void 0)return t[e]};var Wi=(e=>(e.UseNone="UseNone",e.UseOutlines="UseOutlines",e.UseThumbs="UseThumbs",e.UseOC="UseOC",e))(Wi||{}),Gi=(e=>(e.L2R="L2R",e.R2L="R2L",e))(Gi||{}),Vi=(e=>(e.None="None",e.AppDefault="AppDefault",e))(Vi||{}),Ki=(e=>(e.Simplex="Simplex",e.DuplexFlipShortEdge="DuplexFlipShortEdge",e.DuplexFlipLongEdge="DuplexFlipLongEdge",e))(Ki||{});const Zi=class{constructor(e){b(this,"dict"),this.dict=e}lookupBool(e){const t=this.dict.lookup(p.of(e));if(t instanceof mt)return t}lookupName(e){const t=this.dict.lookup(p.of(e));if(t instanceof p)return t}HideToolbar(){return this.lookupBool("HideToolbar")}HideMenubar(){return this.lookupBool("HideMenubar")}HideWindowUI(){return this.lookupBool("HideWindowUI")}FitWindow(){return this.lookupBool("FitWindow")}CenterWindow(){return this.lookupBool("CenterWindow")}DisplayDocTitle(){return this.lookupBool("DisplayDocTitle")}NonFullScreenPageMode(){return this.lookupName("NonFullScreenPageMode")}Direction(){return this.lookupName("Direction")}PrintScaling(){return this.lookupName("PrintScaling")}Duplex(){return this.lookupName("Duplex")}PickTrayByPDFSize(){return this.lookupBool("PickTrayByPDFSize")}PrintPageRange(){const e=this.dict.lookup(p.of("PrintPageRange"));if(e instanceof q)return e}NumCopies(){const e=this.dict.lookup(p.of("NumCopies"));if(e instanceof U)return e}getHideToolbar(){var e,t;return(t=(e=this.HideToolbar())==null?void 0:e.asBoolean())!=null?t:!1}getHideMenubar(){var e,t;return(t=(e=this.HideMenubar())==null?void 0:e.asBoolean())!=null?t:!1}getHideWindowUI(){var e,t;return(t=(e=this.HideWindowUI())==null?void 0:e.asBoolean())!=null?t:!1}getFitWindow(){var e,t;return(t=(e=this.FitWindow())==null?void 0:e.asBoolean())!=null?t:!1}getCenterWindow(){var e,t;return(t=(e=this.CenterWindow())==null?void 0:e.asBoolean())!=null?t:!1}getDisplayDocTitle(){var e,t;return(t=(e=this.DisplayDocTitle())==null?void 0:e.asBoolean())!=null?t:!1}getNonFullScreenPageMode(){var e,t;const n=(e=this.NonFullScreenPageMode())==null?void 0:e.decodeText();return(t=ar(n,Wi))!=null?t:"UseNone"}getReadingDirection(){var e,t;const n=(e=this.Direction())==null?void 0:e.decodeText();return(t=ar(n,Gi))!=null?t:"L2R"}getPrintScaling(){var e,t;const n=(e=this.PrintScaling())==null?void 0:e.decodeText();return(t=ar(n,Vi))!=null?t:"AppDefault"}getDuplex(){var e;const t=(e=this.Duplex())==null?void 0:e.decodeText();return ar(t,Ki)}getPickTrayByPDFSize(){var e;return(e=this.PickTrayByPDFSize())==null?void 0:e.asBoolean()}getPrintPageRange(){const e=this.PrintPageRange();if(!e)return[];const t=[];for(let n=0;n<e.size();n+=2){const r=e.lookup(n,U).asNumber(),i=e.lookup(n+1,U).asNumber();t.push({start:r,end:i})}return t}getNumCopies(){var e,t;return(t=(e=this.NumCopies())==null?void 0:e.asNumber())!=null?t:1}setHideToolbar(e){const t=this.dict.context.obj(e);this.dict.set(p.of("HideToolbar"),t)}setHideMenubar(e){const t=this.dict.context.obj(e);this.dict.set(p.of("HideMenubar"),t)}setHideWindowUI(e){const t=this.dict.context.obj(e);this.dict.set(p.of("HideWindowUI"),t)}setFitWindow(e){const t=this.dict.context.obj(e);this.dict.set(p.of("FitWindow"),t)}setCenterWindow(e){const t=this.dict.context.obj(e);this.dict.set(p.of("CenterWindow"),t)}setDisplayDocTitle(e){const t=this.dict.context.obj(e);this.dict.set(p.of("DisplayDocTitle"),t)}setNonFullScreenPageMode(e){Zt(e,"nonFullScreenPageMode",Wi);const t=p.of(e);this.dict.set(p.of("NonFullScreenPageMode"),t)}setReadingDirection(e){Zt(e,"readingDirection",Gi);const t=p.of(e);this.dict.set(p.of("Direction"),t)}setPrintScaling(e){Zt(e,"printScaling",Vi);const t=p.of(e);this.dict.set(p.of("PrintScaling"),t)}setDuplex(e){Zt(e,"duplex",Ki);const t=p.of(e);this.dict.set(p.of("Duplex"),t)}setPickTrayByPDFSize(e){const t=this.dict.context.obj(e);this.dict.set(p.of("PickTrayByPDFSize"),t)}setPrintPageRange(e){Array.isArray(e)||(e=[e]);const t=[];for(let r=0,i=e.length;r<i;r++)t.push(e[r].start),t.push(e[r].end);Cs(t,"printPageRange",["number"]);const n=this.dict.context.obj(t);this.dict.set(p.of("PrintPageRange"),n)}setNumCopies(e){Je(e,"numCopies",1,Number.MAX_VALUE),Wc(e,"numCopies");const t=this.dict.context.obj(e);this.dict.set(p.of("NumCopies"),t)}};let cr=Zi;b(cr,"fromDict",e=>new Zi(e)),b(cr,"create",e=>{const t=e.obj({});return new Zi(t)});const qi=class extends G{Pages(){return this.lookup(p.of("Pages"),G)}AcroForm(){return this.lookupMaybe(p.of("AcroForm"),G)}getAcroForm(){const e=this.AcroForm();if(!!e)return or.fromDict(e)}getOrCreateAcroForm(){let e=this.getAcroForm();if(!e){e=or.create(this.context);const t=this.context.register(e.dict);this.set(p.of("AcroForm"),t)}return e}ViewerPreferences(){return this.lookupMaybe(p.of("ViewerPreferences"),G)}getViewerPreferences(){const e=this.ViewerPreferences();if(!!e)return cr.fromDict(e)}getOrCreateViewerPreferences(){let e=this.getViewerPreferences();if(!e){e=cr.create(this.context);const t=this.context.register(e.dict);this.set(p.of("ViewerPreferences"),t)}return e}insertLeafNode(e,t){const n=this.get(p.of("Pages"));return this.Pages().insertLeafNode(e,t)||n}removeLeafNode(e){this.Pages().removeLeafNode(e)}};let Xi=qi;b(Xi,"withContextAndPages",(e,t)=>{const n=new Map;return n.set(p.of("Type"),p.of("Catalog")),n.set(p.of("Pages"),t),new qi(n,e)}),b(Xi,"fromMapWithContext",(e,t)=>new qi(e,t));const lr=class extends G{constructor(e,t,n=!0){super(e,t),b(this,"normalized",!1),b(this,"autoNormalizeCTM"),this.autoNormalizeCTM=n}clone(e){const t=lr.fromMapWithContext(new Map,e||this.context,this.autoNormalizeCTM),n=this.entries();for(let r=0,i=n.length;r<i;r++){const[s,o]=n[r];t.set(s,o)}return t}Parent(){return this.lookupMaybe(p.Parent,G)}Contents(){return this.lookup(p.of("Contents"))}Annots(){return this.lookupMaybe(p.Annots,q)}BleedBox(){return this.lookupMaybe(p.BleedBox,q)}TrimBox(){return this.lookupMaybe(p.TrimBox,q)}ArtBox(){return this.lookupMaybe(p.ArtBox,q)}Resources(){const e=this.getInheritableAttribute(p.Resources);return this.context.lookupMaybe(e,G)}MediaBox(){const e=this.getInheritableAttribute(p.MediaBox);return this.context.lookup(e,q)}CropBox(){const e=this.getInheritableAttribute(p.CropBox);return this.context.lookupMaybe(e,q)}Rotate(){const e=this.getInheritableAttribute(p.Rotate);return this.context.lookupMaybe(e,U)}getInheritableAttribute(e){let t;return this.ascend(n=>{t||(t=n.get(e))}),t}setParent(e){this.set(p.Parent,e)}addContentStream(e){const t=this.normalizedEntries().Contents||this.context.obj([]);this.set(p.Contents,t),t.push(e)}wrapContentStreams(e,t){const n=this.Contents();return n instanceof q?(n.insert(0,e),n.push(t),!0):!1}addAnnot(e){const{Annots:t}=this.normalizedEntries();t.push(e)}removeAnnot(e){const{Annots:t}=this.normalizedEntries(),n=t.indexOf(e);n!==void 0&&t.remove(n)}setFontDictionary(e,t){const{Font:n}=this.normalizedEntries();n.set(e,t)}newFontDictionaryKey(e){const{Font:t}=this.normalizedEntries();return t.uniqueKey(e)}newFontDictionary(e,t){const n=this.newFontDictionaryKey(e);return this.setFontDictionary(n,t),n}setXObject(e,t){const{XObject:n}=this.normalizedEntries();n.set(e,t)}newXObjectKey(e){const{XObject:t}=this.normalizedEntries();return t.uniqueKey(e)}newXObject(e,t){const n=this.newXObjectKey(e);return this.setXObject(n,t),n}setExtGState(e,t){const{ExtGState:n}=this.normalizedEntries();n.set(e,t)}newExtGStateKey(e){const{ExtGState:t}=this.normalizedEntries();return t.uniqueKey(e)}newExtGState(e,t){const n=this.newExtGStateKey(e);return this.setExtGState(n,t),n}ascend(e){e(this);const t=this.Parent();t&&t.ascend(e)}normalize(){if(this.normalized)return;const{context:e}=this,t=this.get(p.Contents);this.context.lookup(t)instanceof st&&this.set(p.Contents,e.obj([t])),this.autoNormalizeCTM&&this.wrapContentStreams(this.context.getPushGraphicsStateContentStream(),this.context.getPopGraphicsStateContentStream());const r=this.getInheritableAttribute(p.Resources),i=e.lookupMaybe(r,G)||e.obj({});this.set(p.Resources,i);const s=i.lookupMaybe(p.Font,G)||e.obj({});i.set(p.Font,s);const o=i.lookupMaybe(p.XObject,G)||e.obj({});i.set(p.XObject,o);const c=i.lookupMaybe(p.ExtGState,G)||e.obj({});i.set(p.ExtGState,c);const l=this.Annots()||e.obj([]);this.set(p.Annots,l),this.normalized=!0}normalizedEntries(){this.normalize();const e=this.Annots(),t=this.Resources(),n=this.Contents();return{Annots:e,Resources:t,Contents:n,Font:t.lookup(p.Font,G),XObject:t.lookup(p.XObject,G),ExtGState:t.lookup(p.ExtGState,G)}}};let Le=lr;b(Le,"InheritableEntries",["Resources","MediaBox","CropBox","Rotate"]),b(Le,"withContextAndParent",(e,t)=>{const n=new Map;return n.set(p.Type,p.Page),n.set(p.Parent,t),n.set(p.Resources,e.obj({})),n.set(p.MediaBox,e.obj([0,0,612,792])),new lr(n,e,!1)}),b(Le,"fromMapWithContext",(e,t,n=!0)=>new lr(e,t,n));const Yi=class{constructor(e){b(this,"bytes"),b(this,"length"),b(this,"idx",0),b(this,"line",0),b(this,"column",0),this.bytes=e,this.length=this.bytes.length}moveTo(e){this.idx=e}next(){const e=this.bytes[this.idx++];return e===m.Newline?(this.line+=1,this.column=0):this.column+=1,e}assertNext(e){if(this.peek()!==e)throw new Jc(this.position(),e,this.peek());return this.next()}peek(){return this.bytes[this.idx]}peekAhead(e){return this.bytes[this.idx+e]}peekAt(e){return this.bytes[e]}done(){return this.idx>=this.length}offset(){return this.idx}slice(e,t){return this.bytes.slice(e,t)}position(){return{line:this.line,column:this.column,offset:this.idx}}};let Mt=Yi;b(Mt,"of",e=>new Yi(e)),b(Mt,"fromPDFRawStream",e=>Yi.of(pa(e).decode()));const ge=new Uint8Array(256);ge[m.Zero]=1,ge[m.One]=1,ge[m.Two]=1,ge[m.Three]=1,ge[m.Four]=1,ge[m.Five]=1,ge[m.Six]=1,ge[m.Seven]=1,ge[m.Eight]=1,ge[m.Nine]=1;const hr=new Uint8Array(256);hr[m.Period]=1,hr[m.Plus]=1,hr[m.Minus]=1;const Ji=new Uint8Array(256);for(let e=0,t=256;e<t;e++)Ji[e]=ge[e]||hr[e]?1:0;const{Newline:Pa,CarriageReturn:Ra}=m;class Af{constructor(t,n=!1){b(this,"bytes"),b(this,"capNumbers"),this.bytes=t,this.capNumbers=n}parseRawInt(){let t="";for(;!this.bytes.done();){const r=this.bytes.peek();if(!ge[r])break;t+=We(this.bytes.next())}const n=Number(t);if(!t||!isFinite(n))throw new Es(this.bytes.position(),t);return n}parseRawNumber(){let t="";for(;!this.bytes.done();){const r=this.bytes.peek();if(!Ji[r]||(t+=We(this.bytes.next()),r===m.Period))break}for(;!this.bytes.done();){const r=this.bytes.peek();if(!ge[r])break;t+=We(this.bytes.next())}const n=Number(t);if(!t||!isFinite(n))throw new Es(this.bytes.position(),t);if(n>Number.MAX_SAFE_INTEGER)if(this.capNumbers){const r=`Parsed number that is too large for some PDF readers: ${t}, using Number.MAX_SAFE_INTEGER instead.`;return console.warn(r),Number.MAX_SAFE_INTEGER}else{const r=`Parsed number that is too large for some PDF readers: ${t}, not capping.`;console.warn(r)}return n}skipWhitespace(){for(;!this.bytes.done()&&Ve[this.bytes.peek()];)this.bytes.next()}skipLine(){for(;!this.bytes.done();){const t=this.bytes.peek();if(t===Pa||t===Ra)return;this.bytes.next()}}skipComment(){if(this.bytes.peek()!==m.Percent)return!1;for(;!this.bytes.done();){const t=this.bytes.peek();if(t===Pa||t===Ra)return!0;this.bytes.next()}return!0}skipWhitespaceAndComments(){for(this.skipWhitespace();this.skipComment();)this.skipWhitespace()}matchKeyword(t){const n=this.bytes.offset();for(let r=0,i=t.length;r<i;r++)if(this.bytes.done()||this.bytes.next()!==t[r])return this.bytes.moveTo(n),!1;return!0}}const Lt=class extends G{Parent(){return this.lookup(p.of("Parent"))}Kids(){return this.lookup(p.of("Kids"),q)}Count(){return this.lookup(p.of("Count"),U)}pushTreeNode(e){this.Kids().push(e)}pushLeafNode(e){const t=this.Kids();this.insertLeafKid(t.size(),e)}insertLeafNode(e,t){const n=this.Kids(),r=this.Count().asNumber();if(t>r)throw new Ts(t,r);let i=t;for(let s=0,o=n.size();s<o;s++){if(i===0){this.insertLeafKid(s,e);return}const c=n.get(s),l=this.context.lookup(c);if(l instanceof Lt){if(l.Count().asNumber()>i)return l.insertLeafNode(e,i)||c;i-=l.Count().asNumber()}l instanceof Le&&(i-=1)}if(i===0){this.insertLeafKid(n.size(),e);return}throw new Ds(t,"insertLeafNode")}removeLeafNode(e,t=!0){const n=this.Kids(),r=this.Count().asNumber();if(e>=r)throw new Ts(e,r);let i=e;for(let s=0,o=n.size();s<o;s++){const c=n.get(s),l=this.context.lookup(c);if(l instanceof Lt)if(l.Count().asNumber()>i){l.removeLeafNode(i,t),t&&l.Kids().size()===0&&n.remove(s);return}else i-=l.Count().asNumber();if(l instanceof Le)if(i===0){this.removeKid(s);return}else i-=1}throw new Ds(e,"removeLeafNode")}ascend(e){e(this);const t=this.Parent();t&&t.ascend(e)}traverse(e){const t=this.Kids();for(let n=0,r=t.size();n<r;n++){const i=t.get(n),s=this.context.lookup(i);s instanceof Lt&&s.traverse(e),e(s,i)}}insertLeafKid(e,t){const n=this.Kids();this.ascend(r=>{const i=r.Count().asNumber()+1;r.set(p.of("Count"),U.of(i))}),n.insert(e,t)}removeKid(e){const t=this.Kids();t.lookup(e)instanceof Le&&this.ascend(r=>{const i=r.Count().asNumber()-1;r.set(p.of("Count"),U.of(i))}),t.remove(e)}};let Qi=Lt;b(Qi,"withContext",(e,t)=>{const n=new Map;return n.set(p.of("Type"),p.of("Pages")),n.set(p.of("Kids"),e.obj([])),n.set(p.of("Count"),e.obj(0)),t&&n.set(p.of("Parent"),t),new Lt(n,e)}),b(Qi,"fromMapWithContext",(e,t)=>new Lt(e,t));const{Space:Cf,CarriageReturn:mn,Newline:_n}=m,yn=[m.s,m.t,m.r,m.e,m.a,m.m],dr=[m.e,m.n,m.d,m.s,m.t,m.r,m.e,m.a,m.m],ee={header:[m.Percent,m.P,m.D,m.F,m.Dash],eof:[m.Percent,m.Percent,m.E,m.O,m.F],obj:[m.o,m.b,m.j],endobj:[m.e,m.n,m.d,m.o,m.b,m.j],xref:[m.x,m.r,m.e,m.f],trailer:[m.t,m.r,m.a,m.i,m.l,m.e,m.r],startxref:[m.s,m.t,m.a,m.r,m.t,m.x,m.r,m.e,m.f],true:[m.t,m.r,m.u,m.e],false:[m.f,m.a,m.l,m.s,m.e],null:[m.n,m.u,m.l,m.l],stream:yn,streamEOF1:[...yn,Cf,mn,_n],streamEOF2:[...yn,mn,_n],streamEOF3:[...yn,mn],streamEOF4:[...yn,_n],endstream:dr,EOF1endstream:[mn,_n,...dr],EOF2endstream:[mn,...dr],EOF3endstream:[_n,...dr]},es=class extends Af{constructor(e,t,n=!1){super(e,n),b(this,"context"),this.context=t}parseObject(){if(this.skipWhitespaceAndComments(),this.matchKeyword(ee.true))return mt.True;if(this.matchKeyword(ee.false))return mt.False;if(this.matchKeyword(ee.null))return _e;const e=this.bytes.peek();if(e===m.LessThan&&this.bytes.peekAhead(1)===m.LessThan)return this.parseDictOrStream();if(e===m.LessThan)return this.parseHexString();if(e===m.LeftParen)return this.parseString();if(e===m.ForwardSlash)return this.parseName();if(e===m.LeftSquareBracket)return this.parseArray();if(Ji[e])return this.parseNumberOrRef();throw new Qc(this.bytes.position(),e)}parseNumberOrRef(){const e=this.parseRawNumber();this.skipWhitespaceAndComments();const t=this.bytes.offset();if(ge[this.bytes.peek()]){const n=this.parseRawNumber();if(this.skipWhitespaceAndComments(),this.bytes.peek()===m.R)return this.bytes.assertNext(m.R),re.of(e,n)}return this.bytes.moveTo(t),U.of(e)}parseHexString(){let e="";for(this.bytes.assertNext(m.LessThan);!this.bytes.done()&&this.bytes.peek()!==m.GreaterThan;)e+=We(this.bytes.next());return this.bytes.assertNext(m.GreaterThan),X.of(e)}parseString(){let e=0,t=!1,n="";for(;!this.bytes.done();){const r=this.bytes.next();if(n+=We(r),t||(r===m.LeftParen&&(e+=1),r===m.RightParen&&(e-=1)),r===m.BackSlash?t=!t:t&&(t=!1),e===0)return oe.of(n.substring(1,n.length-1))}throw new nl(this.bytes.position())}parseName(){this.bytes.assertNext(m.ForwardSlash);let e="";for(;!this.bytes.done();){const t=this.bytes.peek();if(Ve[t]||Ae[t])break;e+=We(t),this.bytes.next()}return p.of(e)}parseArray(){this.bytes.assertNext(m.LeftSquareBracket),this.skipWhitespaceAndComments();const e=q.withContext(this.context);for(;this.bytes.peek()!==m.RightSquareBracket;){const t=this.parseObject();e.push(t),this.skipWhitespaceAndComments()}return this.bytes.assertNext(m.RightSquareBracket),e}parseDict(){this.bytes.assertNext(m.LessThan),this.bytes.assertNext(m.LessThan),this.skipWhitespaceAndComments();const e=new Map;for(;!this.bytes.done()&&this.bytes.peek()!==m.GreaterThan&&this.bytes.peekAhead(1)!==m.GreaterThan;){const n=this.parseName(),r=this.parseObject();e.set(n,r),this.skipWhitespaceAndComments()}this.skipWhitespaceAndComments(),this.bytes.assertNext(m.GreaterThan),this.bytes.assertNext(m.GreaterThan);const t=e.get(p.of("Type"));return t===p.of("Catalog")?Xi.fromMapWithContext(e,this.context):t===p.of("Pages")?Qi.fromMapWithContext(e,this.context):t===p.of("Page")?Le.fromMapWithContext(e,this.context):G.fromMapWithContext(e,this.context)}parseDictOrStream(){const e=this.bytes.position(),t=this.parseDict();if(this.skipWhitespaceAndComments(),!this.matchKeyword(ee.streamEOF1)&&!this.matchKeyword(ee.streamEOF2)&&!this.matchKeyword(ee.streamEOF3)&&!this.matchKeyword(ee.streamEOF4)&&!this.matchKeyword(ee.stream))return t;const n=this.bytes.offset();let r;const i=t.get(p.of("Length"));i instanceof U?(r=n+i.asNumber(),this.bytes.moveTo(r),this.skipWhitespaceAndComments(),this.matchKeyword(ee.endstream)||(this.bytes.moveTo(n),r=this.findEndOfStreamFallback(e))):r=this.findEndOfStreamFallback(e);const s=this.bytes.slice(n,r);return It.of(t,s)}findEndOfStreamFallback(e){let t=1,n=this.bytes.offset();for(;!this.bytes.done()&&(n=this.bytes.offset(),this.matchKeyword(ee.stream)?t+=1:this.matchKeyword(ee.EOF1endstream)||this.matchKeyword(ee.EOF2endstream)||this.matchKeyword(ee.EOF3endstream)||this.matchKeyword(ee.endstream)?t-=1:this.bytes.next(),t!==0););if(t!==0)throw new tl(e);return n}};let fr=es;b(fr,"forBytes",(e,t,n)=>new es(Mt.of(e),t,n)),b(fr,"forByteStream",(e,t,n=!1)=>new es(e,t,n));const Ia=class extends fr{constructor(e,t){super(Mt.fromPDFRawStream(e),e.dict.context),b(this,"alreadyParsed"),b(this,"shouldWaitForTick"),b(this,"firstOffset"),b(this,"objectCount");const{dict:n}=e;this.alreadyParsed=!1,this.shouldWaitForTick=t||(()=>!1),this.firstOffset=n.lookup(p.of("First"),U).asNumber(),this.objectCount=n.lookup(p.of("N"),U).asNumber()}async parseIntoContext(){if(this.alreadyParsed)throw new Br("PDFObjectStreamParser","parseIntoContext");this.alreadyParsed=!0;const e=this.parseOffsetsAndObjectNumbers();for(let t=0,n=e.length;t<n;t++){const{objectNumber:r,offset:i}=e[t];this.bytes.moveTo(this.firstOffset+i);const s=this.parseObject(),o=re.of(r,0);this.context.assign(o,s),this.shouldWaitForTick()&&await St()}}parseOffsetsAndObjectNumbers(){const e=[];for(let t=0,n=this.objectCount;t<n;t++){this.skipWhitespaceAndComments();const r=this.parseRawInt();this.skipWhitespaceAndComments();const i=this.parseRawInt();e.push({objectNumber:r,offset:i})}return e}};let Oa=Ia;b(Oa,"forStream",(e,t)=>new Ia(e,t));const za=class{constructor(e){b(this,"alreadyParsed"),b(this,"dict"),b(this,"context"),b(this,"bytes"),b(this,"subsections"),b(this,"byteWidths"),this.alreadyParsed=!1,this.dict=e.dict,this.bytes=Mt.fromPDFRawStream(e),this.context=this.dict.context;const t=this.dict.lookup(p.of("Size"),U),n=this.dict.lookup(p.of("Index"));if(n instanceof q){this.subsections=[];for(let i=0,s=n.size();i<s;i+=2){const o=n.lookup(i+0,U).asNumber(),c=n.lookup(i+1,U).asNumber();this.subsections.push({firstObjectNumber:o,length:c})}}else this.subsections=[{firstObjectNumber:0,length:t.asNumber()}];const r=this.dict.lookup(p.of("W"),q);this.byteWidths=[-1,-1,-1];for(let i=0,s=r.size();i<s;i++)this.byteWidths[i]=r.lookup(i,U).asNumber()}parseIntoContext(){if(this.alreadyParsed)throw new Br("PDFXRefStreamParser","parseIntoContext");return this.alreadyParsed=!0,this.context.trailerInfo={Root:this.dict.get(p.of("Root")),Encrypt:this.dict.get(p.of("Encrypt")),Info:this.dict.get(p.of("Info")),ID:this.dict.get(p.of("ID"))},this.parseEntries()}parseEntries(){const e=[],[t,n,r]=this.byteWidths;for(let i=0,s=this.subsections.length;i<s;i++){const{firstObjectNumber:o,length:c}=this.subsections[i];for(let l=0;l<c;l++){let a=0;for(let _=0,w=t;_<w;_++)a=a<<8|this.bytes.next();let h=0;for(let _=0,w=n;_<w;_++)h=h<<8|this.bytes.next();let f=0;for(let _=0,w=r;_<w;_++)f=f<<8|this.bytes.next();t===0&&(a=1);const u=o+l,d={ref:re.of(u,f),offset:h,deleted:a===0,inObjectStream:a===2};e.push(d)}}return e}};let Fa=za;b(Fa,"forStream",e=>new za(e));const Na=class extends fr{constructor(e,t=1/0,n=!1,r=!1){super(Mt.of(e),pi.create(),r),b(this,"objectsPerTick"),b(this,"throwOnInvalidObject"),b(this,"alreadyParsed",!1),b(this,"parsedObjects",0),b(this,"shouldWaitForTick",()=>(this.parsedObjects+=1,this.parsedObjects%this.objectsPerTick===0)),this.objectsPerTick=t,this.throwOnInvalidObject=n}async parseDocument(){if(this.alreadyParsed)throw new Br("PDFParser","parseDocument");this.alreadyParsed=!0,this.context.header=this.parseHeader();let e;for(;!this.bytes.done();){await this.parseDocumentSection();const t=this.bytes.offset();if(t===e)throw new rl(this.bytes.position());e=t}return this.maybeRecoverRoot(),this.context.lookup(re.of(0))&&(console.warn("Removing parsed object: 0 0 R"),this.context.delete(re.of(0))),this.context}maybeRecoverRoot(){const e=n=>n instanceof G&&n.lookup(p.of("Type"))===p.of("Catalog"),t=this.context.lookup(this.context.trailerInfo.Root);if(!e(t)){const n=this.context.enumerateIndirectObjects();for(let r=0,i=n.length;r<i;r++){const[s,o]=n[r];e(o)&&(this.context.trailerInfo.Root=s)}}}parseHeader(){for(;!this.bytes.done();){if(this.matchKeyword(ee.header)){const e=this.parseRawInt();this.bytes.assertNext(m.Period);const t=this.parseRawInt(),n=gn.forVersion(e,t);return this.skipBinaryHeaderComment(),n}this.bytes.next()}throw new il(this.bytes.position())}parseIndirectObjectHeader(){this.skipWhitespaceAndComments();const e=this.parseRawInt();this.skipWhitespaceAndComments();const t=this.parseRawInt();if(this.skipWhitespaceAndComments(),!this.matchKeyword(ee.obj))throw new sl(this.bytes.position(),ee.obj);return re.of(e,t)}matchIndirectObjectHeader(){const e=this.bytes.offset();try{return this.parseIndirectObjectHeader(),!0}catch{return this.bytes.moveTo(e),!1}}async parseIndirectObject(){const e=this.parseIndirectObjectHeader();this.skipWhitespaceAndComments();const t=this.parseObject();return this.skipWhitespaceAndComments(),this.matchKeyword(ee.endobj),t instanceof It&&t.dict.lookup(p.of("Type"))===p.of("ObjStm")?await Oa.forStream(t,this.shouldWaitForTick).parseIntoContext():t instanceof It&&t.dict.lookup(p.of("Type"))===p.of("XRef")?Fa.forStream(t).parseIntoContext():this.context.assign(e,t),e}tryToParseInvalidIndirectObject(){const e=this.bytes.position(),t=`Trying to parse invalid object: ${JSON.stringify(e)})`;if(this.throwOnInvalidObject)throw new Error(t);console.warn(t);const n=this.parseIndirectObjectHeader();console.warn(`Invalid object ref: ${n}`),this.skipWhitespaceAndComments();const r=this.bytes.offset();let i=!0;for(;!this.bytes.done()&&(this.matchKeyword(ee.endobj)&&(i=!1),!!i);)this.bytes.next();if(i)throw new el(e);const s=this.bytes.offset()-ee.endobj.length,o=Si.of(this.bytes.slice(r,s));return this.context.assign(n,o),n}async parseIndirectObjects(){for(this.skipWhitespaceAndComments();!this.bytes.done()&&ge[this.bytes.peek()];){const e=this.bytes.offset();try{await this.parseIndirectObject()}catch{this.bytes.moveTo(e),this.tryToParseInvalidIndirectObject()}this.skipWhitespaceAndComments(),this.skipJibberish(),this.shouldWaitForTick()&&await St()}}maybeParseCrossRefSection(){if(this.skipWhitespaceAndComments(),!this.matchKeyword(ee.xref))return;this.skipWhitespaceAndComments();let e=-1;const t=Xn.createEmpty();for(;!this.bytes.done()&&ge[this.bytes.peek()];){const n=this.parseRawInt();this.skipWhitespaceAndComments();const r=this.parseRawInt();this.skipWhitespaceAndComments();const i=this.bytes.peek();if(i===m.n||i===m.f){const s=re.of(e,r);this.bytes.next()===m.n?t.addEntry(s,n):t.addDeletedEntry(s,n),e+=1}else e=n;this.skipWhitespaceAndComments()}return t}maybeParseTrailerDict(){if(this.skipWhitespaceAndComments(),!this.matchKeyword(ee.trailer))return;this.skipWhitespaceAndComments();const e=this.parseDict(),{context:t}=this;t.trailerInfo={Root:e.get(p.of("Root"))||t.trailerInfo.Root,Encrypt:e.get(p.of("Encrypt"))||t.trailerInfo.Encrypt,Info:e.get(p.of("Info"))||t.trailerInfo.Info,ID:e.get(p.of("ID"))||t.trailerInfo.ID}}maybeParseTrailer(){if(this.skipWhitespaceAndComments(),!this.matchKeyword(ee.startxref))return;this.skipWhitespaceAndComments();const e=this.parseRawInt();return this.skipWhitespace(),this.matchKeyword(ee.eof),this.skipWhitespaceAndComments(),this.matchKeyword(ee.eof),this.skipWhitespaceAndComments(),Yn.forLastCrossRefSectionOffset(e)}async parseDocumentSection(){await this.parseIndirectObjects(),this.maybeParseCrossRefSection(),this.maybeParseTrailerDict(),this.maybeParseTrailer(),this.skipJibberish()}skipJibberish(){for(this.skipWhitespaceAndComments();!this.bytes.done();){const e=this.bytes.offset(),t=this.bytes.peek();if(t>=m.Space&&t<=m.Tilde&&(this.matchKeyword(ee.xref)||this.matchKeyword(ee.trailer)||this.matchKeyword(ee.startxref)||this.matchIndirectObjectHeader())){this.bytes.moveTo(e);break}this.bytes.next()}}skipBinaryHeaderComment(){this.skipWhitespaceAndComments();try{const e=this.bytes.offset();this.parseIndirectObjectHeader(),this.bytes.moveTo(e)}catch{this.bytes.next(),this.skipWhitespaceAndComments()}}};let Ma=Na;b(Ma,"forBytesWithOptions",(e,t,n,r)=>new Na(e,t,n,r));const La=e=>e instanceof p?e:p.of(e),V=e=>e instanceof U?e:U.of(e),ye=e=>e instanceof U?e.asNumber():e;var ja=(e=>(e.Degrees="degrees",e.Radians="radians",e))(ja||{});const ve=e=>(T(e,"degreeAngle",["number"]),{type:"degrees",angle:e}),{Radians:Ua,Degrees:$a}=ja,Bf=e=>e*Math.PI/180,Tf=e=>e*180/Math.PI,Re=e=>e.type===Ua?e.angle:e.type===$a?Bf(e.angle):Rn(`Invalid rotation: ${JSON.stringify(e)}`),Df=e=>e.type===Ua?Tf(e.angle):e.type===$a?e.angle:Rn(`Invalid rotation: ${JSON.stringify(e)}`),{cos:Ha,sin:Wa,tan:Ga}=Math,ur=(e,t,n,r,i,s)=>ne.of(ie.ConcatTransformationMatrix,[V(e),V(t),V(n),V(r),V(i),V(s)]),jt=(e,t)=>ur(1,0,0,1,e,t),wn=(e,t)=>ur(e,0,0,t,0,0),xn=e=>ur(Ha(ye(e)),Wa(ye(e)),-Wa(ye(e)),Ha(ye(e)),0,0),ts=(e,t)=>ur(1,Ga(ye(e)),Ga(ye(t)),1,0,0),gr=(e,t)=>ne.of(ie.SetLineDashPattern,[`[${e.map(V).join(" ")}]`,V(t)]);var Sn=(e=>(e[e.Butt=0]="Butt",e[e.Round=1]="Round",e[e.Projecting=2]="Projecting",e))(Sn||{});const pr=e=>ne.of(ie.SetLineCapStyle,[V(e)]),Ut=e=>ne.of(ie.SetGraphicsStateParams,[La(e)]),Xe=()=>ne.of(ie.PushGraphicsState),Ye=()=>ne.of(ie.PopGraphicsState),br=e=>ne.of(ie.SetLineWidth,[V(e)]),ke=(e,t,n,r,i,s)=>ne.of(ie.AppendBezierCurve,[V(e),V(t),V(n),V(r),V(i),V(s)]),mr=(e,t,n,r)=>ne.of(ie.CurveToReplicateInitialPoint,[V(e),V(t),V(n),V(r)]),$t=()=>ne.of(ie.ClosePath),_t=(e,t)=>ne.of(ie.MoveTo,[V(e),V(t)]),je=(e,t)=>ne.of(ie.LineTo,[V(e),V(t)]),_r=()=>ne.of(ie.StrokePath),ns=()=>ne.of(ie.FillNonZero),rs=()=>ne.of(ie.FillNonZeroAndStroke),Va=e=>ne.of(ie.DrawObject,[La(e)]),Ef=e=>ne.of(ie.NonStrokingColorGray,[V(e)]),Pf=e=>ne.of(ie.StrokingColorGray,[V(e)]),Rf=(e,t,n)=>ne.of(ie.NonStrokingColorRgb,[V(e),V(t),V(n)]),If=(e,t,n)=>ne.of(ie.StrokingColorRgb,[V(e),V(t),V(n)]),Of=(e,t,n,r)=>ne.of(ie.NonStrokingColorCmyk,[V(e),V(t),V(n),V(r)]),zf=(e,t,n,r)=>ne.of(ie.StrokingColorCmyk,[V(e),V(t),V(n),V(r)]);var Ka=(e=>(e.Grayscale="Grayscale",e.RGB="RGB",e.CMYK="CMYK",e))(Ka||{});const vn=(e,t,n)=>(Je(e,"red",0,1),Je(t,"green",0,1),Je(n,"blue",0,1),{type:"RGB",red:e,green:t,blue:n}),{Grayscale:Za,RGB:qa,CMYK:Xa}=Ka,is=e=>e.type===Za?Ef(e.gray):e.type===qa?Rf(e.red,e.green,e.blue):e.type===Xa?Of(e.cyan,e.magenta,e.yellow,e.key):Rn(`Invalid color: ${JSON.stringify(e)}`),yr=e=>e.type===Za?Pf(e.gray):e.type===qa?If(e.red,e.green,e.blue):e.type===Xa?zf(e.cyan,e.magenta,e.yellow,e.key):Rn(`Invalid color: ${JSON.stringify(e)}`);class Ff extends Error{constructor(){const t="Input document to `PDFDocument.load` is encrypted. You can use `PDFDocument.load(..., { ignoreEncryption: true })` if you wish to load the document anyways.";super(t)}}class Nf extends Error{constructor(){const t="A `page` passed to `PDFDocument.addPage` or `PDFDocument.insertPage` was from a different (foreign) PDF document. If you want to copy pages from one PDFDocument to another, you must use `PDFDocument.copyPages(...)` to copy the pages before adding or inserting them.";super(t)}}class Mf extends Error{constructor(){const t="PDFDocument has no pages so `PDFDocument.removePage` cannot be called";super(t)}}let N=0,M=0,K=0,Z=0,kn=0,An=0;const Ya=new Map([["A",7],["a",7],["C",6],["c",6],["H",1],["h",1],["L",2],["l",2],["M",2],["m",2],["Q",4],["q",4],["S",4],["s",4],["T",2],["t",2],["V",1],["v",1],["Z",0],["z",0]]),Lf=e=>{let t;const n=[];let r=[],i="",s=!1,o=0;for(const c of e)if(Ya.has(c))o=Ya.get(c),t&&(i.length>0&&(r[r.length]=+i),n[n.length]={cmd:t,args:r},r=[],i="",s=!1),t=c;else if([" ",","].includes(c)||c==="-"&&i.length>0&&i[i.length-1]!=="e"||c==="."&&s){if(i.length===0)continue;r.length===o?(n[n.length]={cmd:t,args:r},r=[+i],t==="M"&&(t="L"),t==="m"&&(t="l")):r[r.length]=+i,s=c===".",i=["-","."].includes(c)?c:""}else i+=c,c==="."&&(s=!0);return i.length>0&&(r.length===o?(n[n.length]={cmd:t,args:r},r=[+i],t==="M"&&(t="L"),t==="m"&&(t="l")):r[r.length]=+i),n[n.length]={cmd:t,args:r},n},jf=e=>{N=M=K=Z=kn=An=0;let t=[];for(let n=0;n<e.length;n++){const r=e[n];if(r.cmd&&typeof Ja[r.cmd]=="function"){const i=Ja[r.cmd](r.args);Array.isArray(i)?t=t.concat(i):t.push(i)}}return t},Ja={M(e){return N=e[0],M=e[1],K=Z=null,kn=N,An=M,_t(N,M)},m(e){return N+=e[0],M+=e[1],K=Z=null,kn=N,An=M,_t(N,M)},C(e){return N=e[4],M=e[5],K=e[2],Z=e[3],ke(e[0],e[1],e[2],e[3],e[4],e[5])},c(e){const t=ke(e[0]+N,e[1]+M,e[2]+N,e[3]+M,e[4]+N,e[5]+M);return K=N+e[2],Z=M+e[3],N+=e[4],M+=e[5],t},S(e){(K===null||Z===null)&&(K=N,Z=M);const t=ke(N-(K-N),M-(Z-M),e[0],e[1],e[2],e[3]);return K=e[0],Z=e[1],N=e[2],M=e[3],t},s(e){(K===null||Z===null)&&(K=N,Z=M);const t=ke(N-(K-N),M-(Z-M),N+e[0],M+e[1],N+e[2],M+e[3]);return K=N+e[0],Z=M+e[1],N+=e[2],M+=e[3],t},Q(e){return K=e[0],Z=e[1],N=e[2],M=e[3],mr(e[0],e[1],N,M)},q(e){const t=mr(e[0]+N,e[1]+M,e[2]+N,e[3]+M);return K=N+e[0],Z=M+e[1],N+=e[2],M+=e[3],t},T(e){K===null||Z===null?(K=N,Z=M):(K=N-(K-N),Z=M-(Z-M));const t=mr(K,Z,e[0],e[1]);return K=N-(K-N),Z=M-(Z-M),N=e[0],M=e[1],t},t(e){K===null||Z===null?(K=N,Z=M):(K=N-(K-N),Z=M-(Z-M));const t=mr(K,Z,N+e[0],M+e[1]);return N+=e[0],M+=e[1],t},A(e){const t=Qa(N,M,e);return N=e[5],M=e[6],t},a(e){e[5]+=N,e[6]+=M;const t=Qa(N,M,e);return N=e[5],M=e[6],t},L(e){return N=e[0],M=e[1],K=Z=null,je(N,M)},l(e){return N+=e[0],M+=e[1],K=Z=null,je(N,M)},H(e){return N=e[0],K=Z=null,je(N,M)},h(e){return N+=e[0],K=Z=null,je(N,M)},V(e){return M=e[0],K=Z=null,je(N,M)},v(e){return M+=e[0],K=Z=null,je(N,M)},Z(){const e=$t();return N=kn,M=An,e},z(){const e=$t();return N=kn,M=An,e}},Qa=(e,t,n)=>{const[r,i,s,o,c,l,a]=n,h=Uf(l,a,r,i,o,c,s,e,t),f=[];for(const u of h){const d=$f(...u);f.push(ke(...d))}return f},Uf=(e,t,n,r,i,s,o,c,l)=>{const a=o*(Math.PI/180),h=Math.sin(a),f=Math.cos(a);n=Math.abs(n),r=Math.abs(r),K=f*(c-e)*.5+h*(l-t)*.5,Z=f*(l-t)*.5-h*(c-e)*.5;let u=K*K/(n*n)+Z*Z/(r*r);u>1&&(u=Math.sqrt(u),n*=u,r*=u);const d=f/n,_=h/n,w=-h/r,x=f/r,y=d*c+_*l,E=w*c+x*l,v=d*e+_*t,S=w*e+x*t;let B=1/((v-y)*(v-y)+(S-E)*(S-E))-.25;B<0&&(B=0);let A=Math.sqrt(B);s===i&&(A=-A);const O=.5*(y+v)-A*(S-E),R=.5*(E+S)+A*(v-y),D=Math.atan2(E-R,y-O);let F=Math.atan2(S-R,v-O)-D;F<0&&s===1?F+=2*Math.PI:F>0&&s===0&&(F-=2*Math.PI);const P=Math.ceil(Math.abs(F/(Math.PI*.5+.001))),W=[];for(let L=0;L<P;L++){const z=D+L*F/P,J=D+(L+1)*F/P;W[L]=[O,R,z,J,n,r,h,f]}return W},$f=(e,t,n,r,i,s,o,c)=>{const l=c*i,a=-o*s,h=o*i,f=c*s,u=.5*(r-n),d=8/3*Math.sin(u*.5)*Math.sin(u*.5)/Math.sin(u),_=e+Math.cos(n)-d*Math.sin(n),w=t+Math.sin(n)+d*Math.cos(n),x=e+Math.cos(r),y=t+Math.sin(r),E=x+d*Math.sin(r),v=y-d*Math.cos(r);return[l*_+a*w,h*_+f*w,l*E+a*v,h*E+f*v,l*x+a*y,h*x+f*y]},Hf=e=>jf(Lf(e)),Wf=(e,t)=>[Xe(),t.graphicsState&&Ut(t.graphicsState),jt(t.x,t.y),xn(Re(t.rotate)),wn(t.width,t.height),ts(Re(t.xSkew),Re(t.ySkew)),Va(e),Ye()].filter(Boolean),Gf=(e,t)=>[Xe(),t.graphicsState&&Ut(t.graphicsState),jt(t.x,t.y),xn(Re(t.rotate)),wn(t.xScale,t.yScale),ts(Re(t.xSkew),Re(t.ySkew)),Va(e),Ye()].filter(Boolean),Vf=e=>{var t,n;return[Xe(),e.graphicsState&&Ut(e.graphicsState),e.color&&yr(e.color),br(e.thickness),gr((t=e.dashArray)!=null?t:[],(n=e.dashPhase)!=null?n:0),_t(e.start.x,e.start.y),e.lineCap&&pr(e.lineCap),_t(e.start.x,e.start.y),je(e.end.x,e.end.y),_r(),Ye()].filter(Boolean)},Kf=e=>{var t,n;return[Xe(),e.graphicsState&&Ut(e.graphicsState),e.color&&is(e.color),e.borderColor&&yr(e.borderColor),br(e.borderWidth),e.borderLineCap&&pr(e.borderLineCap),gr((t=e.borderDashArray)!=null?t:[],(n=e.borderDashPhase)!=null?n:0),jt(e.x,e.y),xn(Re(e.rotate)),ts(Re(e.xSkew),Re(e.ySkew)),_t(0,0),je(0,e.height),je(e.width,e.height),je(e.width,0),$t(),e.color&&e.borderWidth?rs():e.color?ns():e.borderColor?_r():$t(),Ye()].filter(Boolean)},wr=4*((Math.sqrt(2)-1)/3),Zf=e=>{let t=ye(e.x),n=ye(e.y);const r=ye(e.xScale),i=ye(e.yScale);t-=r,n-=i;const s=r*wr,o=i*wr,c=t+r*2,l=n+i*2,a=t+r,h=n+i;return[Xe(),_t(t,h),ke(t,h-o,a-s,n,a,n),ke(a+s,n,c,h-o,c,h),ke(c,h+o,a+s,l,a,l),ke(a-s,l,t,h+o,t,h),Ye()]},qf=e=>{const t=ye(e.x),n=ye(e.y),r=ye(e.xScale),i=ye(e.yScale),s=-r,o=-i,c=r*wr,l=i*wr,a=s+r*2,h=o+i*2,f=s+r,u=o+i;return[jt(t,n),xn(Re(e.rotate)),_t(s,u),ke(s,u-l,f-c,o,f,o),ke(f+c,o,a,u-l,a,u),ke(a,u+l,f+c,h,f,h),ke(f-c,h,s,u+l,s,u)]},Xf=e=>{var t,n,r;return[Xe(),e.graphicsState&&Ut(e.graphicsState),e.color&&is(e.color),e.borderColor&&yr(e.borderColor),br(e.borderWidth),e.borderLineCap&&pr(e.borderLineCap),gr((t=e.borderDashArray)!=null?t:[],(n=e.borderDashPhase)!=null?n:0),...e.rotate===void 0?Zf({x:e.x,y:e.y,xScale:e.xScale,yScale:e.yScale}):qf({x:e.x,y:e.y,xScale:e.xScale,yScale:e.yScale,rotate:(r=e.rotate)!=null?r:ve(0)}),e.color&&e.borderWidth?rs():e.color?ns():e.borderColor?_r():$t(),Ye()].filter(Boolean)},Yf=(e,t)=>{var n,r,i;return[Xe(),t.graphicsState&&Ut(t.graphicsState),jt(t.x,t.y),xn(Re((n=t.rotate)!=null?n:ve(0))),t.scale?wn(t.scale,-t.scale):wn(1,-1),t.color&&is(t.color),t.borderColor&&yr(t.borderColor),t.borderWidth&&br(t.borderWidth),t.borderLineCap&&pr(t.borderLineCap),gr((r=t.borderDashArray)!=null?r:[],(i=t.borderDashPhase)!=null?i:0),...Hf(e),t.color&&t.borderWidth?rs():t.color?ns():t.borderColor?_r():$t(),Ye()].filter(Boolean)},Jf={"4A0":[4767.87,6740.79],"2A0":[3370.39,4767.87],A0:[2383.94,3370.39],A1:[1683.78,2383.94],A2:[1190.55,1683.78],A3:[841.89,1190.55],A4:[595.28,841.89],A5:[419.53,595.28],A6:[297.64,419.53],A7:[209.76,297.64],A8:[147.4,209.76],A9:[104.88,147.4],A10:[73.7,104.88],B0:[2834.65,4008.19],B1:[2004.09,2834.65],B2:[1417.32,2004.09],B3:[1000.63,1417.32],B4:[708.66,1000.63],B5:[498.9,708.66],B6:[354.33,498.9],B7:[249.45,354.33],B8:[175.75,249.45],B9:[124.72,175.75],B10:[87.87,124.72],C0:[2599.37,3676.54],C1:[1836.85,2599.37],C2:[1298.27,1836.85],C3:[918.43,1298.27],C4:[649.13,918.43],C5:[459.21,649.13],C6:[323.15,459.21],C7:[229.61,323.15],C8:[161.57,229.61],C9:[113.39,161.57],C10:[79.37,113.39],RA0:[2437.8,3458.27],RA1:[1729.13,2437.8],RA2:[1218.9,1729.13],RA3:[864.57,1218.9],RA4:[609.45,864.57],SRA0:[2551.18,3628.35],SRA1:[1814.17,2551.18],SRA2:[1275.59,1814.17],SRA3:[907.09,1275.59],SRA4:[637.8,907.09],Executive:[521.86,756],Folio:[612,936],Legal:[612,1008],Letter:[612,792],Tabloid:[792,1224]};var yt=(e=>(e.Normal="Normal",e.Multiply="Multiply",e.Screen="Screen",e.Overlay="Overlay",e.Darken="Darken",e.Lighten="Lighten",e.ColorDodge="ColorDodge",e.ColorBurn="ColorBurn",e.HardLight="HardLight",e.SoftLight="SoftLight",e.Difference="Difference",e.Exclusion="Exclusion",e))(yt||{});const ec=class{constructor(e,t,n){b(this,"ref"),b(this,"doc"),b(this,"width"),b(this,"height"),b(this,"alreadyEmbedded",!1),b(this,"embedder"),T(e,"ref",[[re,"PDFRef"]]),T(t,"doc",[[ot,"PDFDocument"]]),T(n,"embedder",[[wi,"PDFPageEmbedder"]]),this.ref=e,this.doc=t,this.width=n.width,this.height=n.height,this.embedder=n}scale(e){return T(e,"factor",["number"]),{width:this.width*e,height:this.height*e}}size(){return this.scale(1)}async embed(){this.alreadyEmbedded||(await this.embedder.embedIntoContext(this.doc.context,this.ref),this.alreadyEmbedded=!0)}};let tc=ec;b(tc,"of",(e,t,n)=>new ec(e,t,n));const nc=class{constructor(e,t,n){b(this,"ref"),b(this,"doc"),b(this,"name"),b(this,"modified",!0),b(this,"embedder"),T(e,"ref",[[re,"PDFRef"]]),T(t,"doc",[[ot,"PDFDocument"]]),this.ref=e,this.doc=t,this.name=n.fontName,this.embedder=n}encodeText(e){return T(e,"text",["string"]),this.modified=!0,this.embedder.encodeText(e)}widthOfTextAtSize(e,t){return T(e,"text",["string"]),T(t,"size",["number"]),this.embedder.widthOfTextAtSize(e,t)}heightAtSize(e,t){var n;return T(e,"size",["number"]),j(t?.descender,"options.descender",["boolean"]),this.embedder.heightOfFontAtSize(e,{descender:(n=t?.descender)!=null?n:!0})}sizeAtHeight(e){return T(e,"height",["number"]),this.embedder.sizeOfFontAtHeight(e)}getCharacterSet(){return this.embedder.font.characterSet}async embed(){this.modified&&(await this.embedder.embedIntoContext(this.doc.context,this.ref),this.modified=!1)}};let rc=nc;b(rc,"of",(e,t,n)=>new nc(e,t,n));const ic=class{constructor(e,t,n){b(this,"ref"),b(this,"doc"),b(this,"width"),b(this,"height"),b(this,"embedder"),b(this,"embedTask"),T(e,"ref",[[re,"PDFRef"]]),T(t,"doc",[[ot,"PDFDocument"]]),T(n,"embedder",[[ki,"JpegEmbedder"],[Ai,"PngEmbedder"]]),this.ref=e,this.doc=t,this.width=n.width,this.height=n.height,this.embedder=n}scale(e){return T(e,"factor",["number"]),{width:this.width*e,height:this.height*e}}scaleToFit(e,t){T(e,"width",["number"]),T(t,"height",["number"]);const n=e/this.width,r=t/this.height,i=Math.min(n,r);return this.scale(i)}size(){return this.scale(1)}async embed(){if(!!this.embedder){if(!this.embedTask){const{doc:e,ref:t}=this;this.embedTask=this.embedder.embedIntoContext(e.context,t)}await this.embedTask,this.embedder=void 0}}};let sc=ic;b(sc,"of",(e,t,n)=>new ic(e,t,n));const ss=class{constructor(e,t,n){b(this,"node"),b(this,"ref"),b(this,"doc"),b(this,"fontKey"),b(this,"font"),b(this,"fontSize",24),b(this,"fontColor",vn(0,0,0)),b(this,"lineHeight",24),b(this,"x",0),b(this,"y",0),b(this,"contentStream"),b(this,"contentStreamRef"),T(e,"leafNode",[[Le,"PDFPageLeaf"]]),T(t,"ref",[[re,"PDFRef"]]),T(n,"doc",[[ot,"PDFDocument"]]),this.node=e,this.ref=t,this.doc=n}setRotation(e){const t=Df(e);Hc(t,"degreesAngle",90),this.node.set(p.of("Rotate"),this.doc.context.obj(t))}getRotation(){const e=this.node.Rotate();return ve(e?e.asNumber():0)}setSize(e,t){T(e,"width",["number"]),T(t,"height",["number"]);const n=this.getMediaBox();this.setMediaBox(n.x,n.y,e,t);const r=this.getCropBox(),i=this.getBleedBox(),s=this.getTrimBox(),o=this.getArtBox(),c=this.node.CropBox(),l=this.node.BleedBox(),a=this.node.TrimBox(),h=this.node.ArtBox();c&&On(r,n)&&this.setCropBox(n.x,n.y,e,t),l&&On(i,n)&&this.setBleedBox(n.x,n.y,e,t),a&&On(s,n)&&this.setTrimBox(n.x,n.y,e,t),h&&On(o,n)&&this.setArtBox(n.x,n.y,e,t)}setWidth(e){T(e,"width",["number"]),this.setSize(e,this.getSize().height)}setHeight(e){T(e,"height",["number"]),this.setSize(this.getSize().width,e)}setMediaBox(e,t,n,r){T(e,"x",["number"]),T(t,"y",["number"]),T(n,"width",["number"]),T(r,"height",["number"]);const i=this.doc.context.obj([e,t,e+n,t+r]);this.node.set(p.MediaBox,i)}setCropBox(e,t,n,r){T(e,"x",["number"]),T(t,"y",["number"]),T(n,"width",["number"]),T(r,"height",["number"]);const i=this.doc.context.obj([e,t,e+n,t+r]);this.node.set(p.CropBox,i)}setBleedBox(e,t,n,r){T(e,"x",["number"]),T(t,"y",["number"]),T(n,"width",["number"]),T(r,"height",["number"]);const i=this.doc.context.obj([e,t,e+n,t+r]);this.node.set(p.BleedBox,i)}setTrimBox(e,t,n,r){T(e,"x",["number"]),T(t,"y",["number"]),T(n,"width",["number"]),T(r,"height",["number"]);const i=this.doc.context.obj([e,t,e+n,t+r]);this.node.set(p.TrimBox,i)}setArtBox(e,t,n,r){T(e,"x",["number"]),T(t,"y",["number"]),T(n,"width",["number"]),T(r,"height",["number"]);const i=this.doc.context.obj([e,t,e+n,t+r]);this.node.set(p.ArtBox,i)}getSize(){const{width:e,height:t}=this.getMediaBox();return{width:e,height:t}}getWidth(){return this.getSize().width}getHeight(){return this.getSize().height}getMediaBox(){return this.node.MediaBox().asRectangle()}getCropBox(){var e;const t=this.node.CropBox();return(e=t?.asRectangle())!=null?e:this.getMediaBox()}getBleedBox(){var e;const t=this.node.BleedBox();return(e=t?.asRectangle())!=null?e:this.getCropBox()}getTrimBox(){var e;const t=this.node.TrimBox();return(e=t?.asRectangle())!=null?e:this.getCropBox()}getArtBox(){var e;const t=this.node.ArtBox();return(e=t?.asRectangle())!=null?e:this.getCropBox()}translateContent(e,t){T(e,"x",["number"]),T(t,"y",["number"]),this.node.normalize(),this.getContentStream();const n=this.createContentStream(Xe(),jt(e,t)),r=this.doc.context.register(n),i=this.createContentStream(Ye()),s=this.doc.context.register(i);this.node.wrapContentStreams(r,s)}scale(e,t){T(e,"x",["number"]),T(t,"y",["number"]),this.setSize(this.getWidth()*e,this.getHeight()*t),this.scaleContent(e,t),this.scaleAnnotations(e,t)}scaleContent(e,t){T(e,"x",["number"]),T(t,"y",["number"]),this.node.normalize(),this.getContentStream();const n=this.createContentStream(Xe(),wn(e,t)),r=this.doc.context.register(n),i=this.createContentStream(Ye()),s=this.doc.context.register(i);this.node.wrapContentStreams(r,s)}scaleAnnotations(e,t){T(e,"x",["number"]),T(t,"y",["number"]);const n=this.node.Annots();if(!!n)for(let r=0;r<n.size();r++){const i=n.lookup(r);i instanceof G&&this.scaleAnnot(i,e,t)}}resetPosition(){this.getContentStream(!1),this.x=0,this.y=0}setFont(e){T(e,"font",[[rc,"PDFFont"]]),this.font=e,this.fontKey=this.node.newFontDictionary(this.font.name,this.font.ref)}setFontSize(e){T(e,"fontSize",["number"]),this.fontSize=e}setFontColor(e){T(e,"fontColor",[[Object,"Color"]]),this.fontColor=e}setLineHeight(e){T(e,"lineHeight",["number"]),this.lineHeight=e}getPosition(){return{x:this.x,y:this.y}}getX(){return this.x}getY(){return this.y}moveTo(e,t){T(e,"x",["number"]),T(t,"y",["number"]),this.x=e,this.y=t}moveDown(e){T(e,"yDecrease",["number"]),this.y-=e}moveUp(e){T(e,"yIncrease",["number"]),this.y+=e}moveLeft(e){T(e,"xDecrease",["number"]),this.x-=e}moveRight(e){T(e,"xIncrease",["number"]),this.x+=e}pushOperators(...e){Cs(e,"operator",[[ne,"PDFOperator"]]),this.getContentStream().push(...e)}drawImage(e,t={}){var n,r,i,s,o,c,l;T(e,"image",[[sc,"PDFImage"]]),j(t.x,"options.x",["number"]),j(t.y,"options.y",["number"]),j(t.width,"options.width",["number"]),j(t.height,"options.height",["number"]),j(t.rotate,"options.rotate",[[Object,"Rotation"]]),j(t.xSkew,"options.xSkew",[[Object,"Rotation"]]),j(t.ySkew,"options.ySkew",[[Object,"Rotation"]]),Ge(t.opacity,"opacity.opacity",0,1),Ie(t.blendMode,"options.blendMode",yt);const a=this.node.newXObject("Image",e.ref),h=this.maybeEmbedGraphicsState({opacity:t.opacity,blendMode:t.blendMode});this.getContentStream().push(...Wf(a,{x:(n=t.x)!=null?n:this.x,y:(r=t.y)!=null?r:this.y,width:(i=t.width)!=null?i:e.size().width,height:(s=t.height)!=null?s:e.size().height,rotate:(o=t.rotate)!=null?o:ve(0),xSkew:(c=t.xSkew)!=null?c:ve(0),ySkew:(l=t.ySkew)!=null?l:ve(0),graphicsState:h}))}drawPage(e,t={}){var n,r,i,s,o;T(e,"embeddedPage",[[tc,"PDFEmbeddedPage"]]),j(t.x,"options.x",["number"]),j(t.y,"options.y",["number"]),j(t.xScale,"options.xScale",["number"]),j(t.yScale,"options.yScale",["number"]),j(t.width,"options.width",["number"]),j(t.height,"options.height",["number"]),j(t.rotate,"options.rotate",[[Object,"Rotation"]]),j(t.xSkew,"options.xSkew",[[Object,"Rotation"]]),j(t.ySkew,"options.ySkew",[[Object,"Rotation"]]),Ge(t.opacity,"opacity.opacity",0,1),Ie(t.blendMode,"options.blendMode",yt);const c=this.node.newXObject("EmbeddedPdfPage",e.ref),l=this.maybeEmbedGraphicsState({opacity:t.opacity,blendMode:t.blendMode}),a=t.width!==void 0?t.width/e.width:t.xScale!==void 0?t.xScale:1,h=t.height!==void 0?t.height/e.height:t.yScale!==void 0?t.yScale:1;this.getContentStream().push(...Gf(c,{x:(n=t.x)!=null?n:this.x,y:(r=t.y)!=null?r:this.y,xScale:a,yScale:h,rotate:(i=t.rotate)!=null?i:ve(0),xSkew:(s=t.xSkew)!=null?s:ve(0),ySkew:(o=t.ySkew)!=null?o:ve(0),graphicsState:l}))}drawSvgPath(e,t={}){var n,r,i,s,o,c,l,a,h;T(e,"path",["string"]),j(t.x,"options.x",["number"]),j(t.y,"options.y",["number"]),j(t.scale,"options.scale",["number"]),j(t.rotate,"options.rotate",[[Object,"Rotation"]]),j(t.borderWidth,"options.borderWidth",["number"]),j(t.color,"options.color",[[Object,"Color"]]),Ge(t.opacity,"opacity.opacity",0,1),j(t.borderColor,"options.borderColor",[[Object,"Color"]]),j(t.borderDashArray,"options.borderDashArray",[Array]),j(t.borderDashPhase,"options.borderDashPhase",["number"]),Ie(t.borderLineCap,"options.borderLineCap",Sn),Ge(t.borderOpacity,"options.borderOpacity",0,1),Ie(t.blendMode,"options.blendMode",yt);const f=this.maybeEmbedGraphicsState({opacity:t.opacity,borderOpacity:t.borderOpacity,blendMode:t.blendMode});!("color"in t)&&!("borderColor"in t)&&(t.borderColor=vn(0,0,0)),this.getContentStream().push(...Yf(e,{x:(n=t.x)!=null?n:this.x,y:(r=t.y)!=null?r:this.y,scale:t.scale,rotate:(i=t.rotate)!=null?i:ve(0),color:(s=t.color)!=null?s:void 0,borderColor:(o=t.borderColor)!=null?o:void 0,borderWidth:(c=t.borderWidth)!=null?c:0,borderDashArray:(l=t.borderDashArray)!=null?l:void 0,borderDashPhase:(a=t.borderDashPhase)!=null?a:void 0,borderLineCap:(h=t.borderLineCap)!=null?h:void 0,graphicsState:f}))}drawLine(e){var t,n,r,i,s;T(e.start,"options.start",[[Object,"{ x: number, y: number }"]]),T(e.end,"options.end",[[Object,"{ x: number, y: number }"]]),T(e.start.x,"options.start.x",["number"]),T(e.start.y,"options.start.y",["number"]),T(e.end.x,"options.end.x",["number"]),T(e.end.y,"options.end.y",["number"]),j(e.thickness,"options.thickness",["number"]),j(e.color,"options.color",[[Object,"Color"]]),j(e.dashArray,"options.dashArray",[Array]),j(e.dashPhase,"options.dashPhase",["number"]),Ie(e.lineCap,"options.lineCap",Sn),Ge(e.opacity,"opacity.opacity",0,1),Ie(e.blendMode,"options.blendMode",yt);const o=this.maybeEmbedGraphicsState({borderOpacity:e.opacity,blendMode:e.blendMode});"color"in e||(e.color=vn(0,0,0)),this.getContentStream().push(...Vf({start:e.start,end:e.end,thickness:(t=e.thickness)!=null?t:1,color:(n=e.color)!=null?n:void 0,dashArray:(r=e.dashArray)!=null?r:void 0,dashPhase:(i=e.dashPhase)!=null?i:void 0,lineCap:(s=e.lineCap)!=null?s:void 0,graphicsState:o}))}drawRectangle(e={}){var t,n,r,i,s,o,c,l,a,h,f,u,d;j(e.x,"options.x",["number"]),j(e.y,"options.y",["number"]),j(e.width,"options.width",["number"]),j(e.height,"options.height",["number"]),j(e.rotate,"options.rotate",[[Object,"Rotation"]]),j(e.xSkew,"options.xSkew",[[Object,"Rotation"]]),j(e.ySkew,"options.ySkew",[[Object,"Rotation"]]),j(e.borderWidth,"options.borderWidth",["number"]),j(e.color,"options.color",[[Object,"Color"]]),Ge(e.opacity,"opacity.opacity",0,1),j(e.borderColor,"options.borderColor",[[Object,"Color"]]),j(e.borderDashArray,"options.borderDashArray",[Array]),j(e.borderDashPhase,"options.borderDashPhase",["number"]),Ie(e.borderLineCap,"options.borderLineCap",Sn),Ge(e.borderOpacity,"options.borderOpacity",0,1),Ie(e.blendMode,"options.blendMode",yt);const _=this.maybeEmbedGraphicsState({opacity:e.opacity,borderOpacity:e.borderOpacity,blendMode:e.blendMode});!("color"in e)&&!("borderColor"in e)&&(e.color=vn(0,0,0)),this.getContentStream().push(...Kf({x:(t=e.x)!=null?t:this.x,y:(n=e.y)!=null?n:this.y,width:(r=e.width)!=null?r:150,height:(i=e.height)!=null?i:100,rotate:(s=e.rotate)!=null?s:ve(0),xSkew:(o=e.xSkew)!=null?o:ve(0),ySkew:(c=e.ySkew)!=null?c:ve(0),borderWidth:(l=e.borderWidth)!=null?l:0,color:(a=e.color)!=null?a:void 0,borderColor:(h=e.borderColor)!=null?h:void 0,borderDashArray:(f=e.borderDashArray)!=null?f:void 0,borderDashPhase:(u=e.borderDashPhase)!=null?u:void 0,graphicsState:_,borderLineCap:(d=e.borderLineCap)!=null?d:void 0}))}drawSquare(e={}){const{size:t}=e;j(t,"size",["number"]),this.drawRectangle({...e,width:t,height:t})}drawEllipse(e={}){var t,n,r,i,s,o,c,l,a,h,f;j(e.x,"options.x",["number"]),j(e.y,"options.y",["number"]),j(e.xScale,"options.xScale",["number"]),j(e.yScale,"options.yScale",["number"]),j(e.rotate,"options.rotate",[[Object,"Rotation"]]),j(e.color,"options.color",[[Object,"Color"]]),Ge(e.opacity,"opacity.opacity",0,1),j(e.borderColor,"options.borderColor",[[Object,"Color"]]),Ge(e.borderOpacity,"options.borderOpacity",0,1),j(e.borderWidth,"options.borderWidth",["number"]),j(e.borderDashArray,"options.borderDashArray",[Array]),j(e.borderDashPhase,"options.borderDashPhase",["number"]),Ie(e.borderLineCap,"options.borderLineCap",Sn),Ie(e.blendMode,"options.blendMode",yt);const u=this.maybeEmbedGraphicsState({opacity:e.opacity,borderOpacity:e.borderOpacity,blendMode:e.blendMode});!("color"in e)&&!("borderColor"in e)&&(e.color=vn(0,0,0)),this.getContentStream().push(...Xf({x:(t=e.x)!=null?t:this.x,y:(n=e.y)!=null?n:this.y,xScale:(r=e.xScale)!=null?r:100,yScale:(i=e.yScale)!=null?i:100,rotate:(s=e.rotate)!=null?s:void 0,color:(o=e.color)!=null?o:void 0,borderColor:(c=e.borderColor)!=null?c:void 0,borderWidth:(l=e.borderWidth)!=null?l:0,borderDashArray:(a=e.borderDashArray)!=null?a:void 0,borderDashPhase:(h=e.borderDashPhase)!=null?h:void 0,borderLineCap:(f=e.borderLineCap)!=null?f:void 0,graphicsState:u}))}drawCircle(e={}){const{size:t=100}=e;j(t,"size",["number"]),this.drawEllipse({...e,xScale:t,yScale:t})}resetFont(){this.font=void 0,this.fontKey=void 0}getContentStream(e=!0){return e&&this.contentStream?this.contentStream:(this.contentStream=this.createContentStream(),this.contentStreamRef=this.doc.context.register(this.contentStream),this.node.addContentStream(this.contentStreamRef),this.contentStream)}createContentStream(...e){const t=this.doc.context.obj({});return Ot.of(t,e)}maybeEmbedGraphicsState(e){const{opacity:t,borderOpacity:n,blendMode:r}=e;if(t===void 0&&n===void 0&&r===void 0)return;const i=this.doc.context.obj({Type:"ExtGState",ca:t,CA:n,BM:r});return this.node.newExtGState("GS",i)}scaleAnnot(e,t,n){const r=["RD","CL","Vertices","QuadPoints","L","Rect"];for(let s=0,o=r.length;s<o;s++){const c=e.lookup(p.of(r[s]));c instanceof q&&c.scalePDFNumbers(t,n)}const i=e.lookup(p.of("InkList"));if(i instanceof q)for(let s=0,o=i.size();s<o;s++){const c=i.lookup(s);c instanceof q&&c.scalePDFNumbers(t,n)}}};let Ht=ss;b(Ht,"of",(e,t,n)=>new ss(e,t,n)),b(Ht,"create",e=>{T(e,"doc",[[ot,"PDFDocument"]]);const t=re.of(-1),n=Le.withContextAndParent(e.context,t),r=e.context.register(n);return new ss(n,r,e)});const oc=class{constructor(e,t,n){b(this,"ref"),b(this,"doc"),b(this,"alreadyEmbedded",!1),b(this,"embedder"),this.ref=e,this.doc=t,this.embedder=n}async embed(){if(!this.alreadyEmbedded){const{catalog:e,context:t}=this.doc,n=await this.embedder.embedIntoContext(this.doc.context,this.ref);e.has(p.of("Names"))||e.set(p.of("Names"),t.obj({}));const r=e.lookup(p.of("Names"),G);r.has(p.of("JavaScript"))||r.set(p.of("JavaScript"),t.obj({}));const i=r.lookup(p.of("JavaScript"),G);i.has(p.of("Names"))||i.set(p.of("Names"),t.obj([]));const s=i.lookup(p.of("Names"),q);s.push(X.fromText(this.embedder.scriptName)),s.push(n),this.alreadyEmbedded=!0}}};let ac=oc;b(ac,"of",(e,t,n)=>new oc(e,t,n));class os{constructor(t,n){b(this,"script"),b(this,"scriptName"),this.script=t,this.scriptName=n}static for(t,n){return new os(t,n)}async embedIntoContext(t,n){const r=t.obj({Type:"Action",S:"JavaScript",JS:X.fromText(this.script)});return n?(t.assign(n,r),n):t.register(r)}}class ot{constructor(t,n){if(b(this,"context"),b(this,"catalog"),b(this,"isEncrypted"),b(this,"defaultWordBreaks",[" "]),b(this,"fontkit"),b(this,"pageCount"),b(this,"pageCache"),b(this,"pageMap"),b(this,"fonts"),b(this,"images"),b(this,"embeddedPages"),b(this,"embeddedFiles"),b(this,"javaScripts"),b(this,"computePages",()=>{const r=[];return this.catalog.Pages().traverse((i,s)=>{if(i instanceof Le){let o=this.pageMap.get(i);o||(o=Ht.of(i,s,this),this.pageMap.set(i,o)),r.push(o)}}),r}),T(t,"context",[[pi,"PDFContext"]]),T(n,"ignoreEncryption",["boolean"]),this.context=t,this.catalog=t.lookup(t.trailerInfo.Root),this.isEncrypted=!!t.lookup(t.trailerInfo.Encrypt),this.pageCache=vt.populatedBy(this.computePages),this.pageMap=new Map,this.fonts=[],this.images=[],this.embeddedPages=[],this.embeddedFiles=[],this.javaScripts=[],!n&&this.isEncrypted)throw new Ff}static async load(t,n={}){const{ignoreEncryption:r=!1,parseSpeed:i=100,throwOnInvalidObject:s=!1,updateMetadata:o=!0,capNumbers:c=!1}=n;T(t,"pdf",["string",Uint8Array,ArrayBuffer]),T(r,"ignoreEncryption",["boolean"]),T(i,"parseSpeed",["number"]),T(s,"throwOnInvalidObject",["boolean"]);const l=Pc(t),a=await Ma.forBytesWithOptions(l,i,s,c).parseDocument();return new ot(a,r)}registerFontkit(t){this.fontkit=t}getPageCount(){return this.pageCount===void 0&&(this.pageCount=this.getPages().length),this.pageCount}getPages(){return this.pageCache.access()}getPage(t){const n=this.getPages();return Je(t,"index",0,n.length-1),n[t]}getPageIndices(){return Ec(0,this.getPageCount())}removePage(t){const n=this.getPageCount();if(this.pageCount===0)throw new Mf;Je(t,"index",0,n-1),this.catalog.removeLeafNode(t),this.pageCount=n-1}addPage(t){return T(t,"page",["undefined",[Ht,"PDFPage"],Array]),this.insertPage(this.getPageCount(),t)}insertPage(t,n){const r=this.getPageCount();if(Je(t,"index",0,r),T(n,"page",["undefined",[Ht,"PDFPage"],Array]),!n||Array.isArray(n)){const s=Array.isArray(n)?n:Jf.A4;n=Ht.create(this),n.setSize(...s)}else if(n.doc!==this)throw new Nf;const i=this.catalog.insertLeafNode(n.ref,t);return n.node.setParent(i),this.pageMap.set(n.node,n),this.pageCache.invalidate(),this.pageCount=r+1,n}addJavaScript(t,n){T(t,"name",["string"]),T(n,"script",["string"]);const r=os.for(n,t),i=this.context.nextRef(),s=ac.of(i,this,r);this.javaScripts.push(s)}async flush(){await this.embedAll(this.fonts),await this.embedAll(this.images),await this.embedAll(this.embeddedPages),await this.embedAll(this.embeddedFiles),await this.embedAll(this.javaScripts)}async save(t={}){const{useObjectStreams:n=!0,addDefaultPage:r=!0,objectsPerTick:i=50,updateFieldAppearances:s=!0}=t;return T(n,"useObjectStreams",["boolean"]),T(r,"addDefaultPage",["boolean"]),T(i,"objectsPerTick",["number"]),T(s,"updateFieldAppearances",["boolean"]),r&&this.getPageCount()===0&&this.addPage(),await this.flush(),(n?ma:yi).forContext(this.context,i).serializeToBuffer()}async saveAsBase64(t={}){const{dataUri:n=!1,...r}=t;T(n,"dataUri",["boolean"]);const i=await this.save(r),s=Sc(i);return n?`data:application/pdf;base64,${s}`:s}findPageForAnnotationRef(t){const n=this.getPages();for(let r=0,i=n.length;r<i;r++){const s=n[r],o=s.node.Annots();if(o?.indexOf(t)!==void 0)return s}}async embedAll(t){for(let n=0,r=t.length;n<r;n++)await t[n].embed()}}var Wt;(function(e){e.textSelection="vpv:annotation:textSelection",e.freeText="vpv:annotation:freeText",e.signature="vpv:annotation:signature",e.image="vpv:annotation:image",e.highlight="vpv:annotation:highlight",e.underline="vpv:annotation:underline",e.strikeout="vpv:annotation:strikeout"})(Wt||(Wt={}));var as;(function(e){e.AnnotationCreated="vpv:annotation:created",e.AnnotationUpdated="vpv:annotation:updated",e.AnnotationDeleted="vpv:annotation:deleted",e.AnnotationMounted="vpv:annotation:mounted",e.Rotate="vpv:rotate"})(as||(as={})),ce.AnnotationType=void 0,function(e){e[e.Text=1]="Text",e[e.Link=2]="Link",e[e.FreeText=3]="FreeText",e[e.Line=4]="Line",e[e.Square=5]="Square",e[e.Circle=6]="Circle",e[e.Polygon=7]="Polygon",e[e.Polyline=8]="Polyline",e[e.Highlight=9]="Highlight",e[e.Underline=10]="Underline",e[e.Squiggly=11]="Squiggly",e[e.StrikeOut=12]="StrikeOut",e[e.Stamp=13]="Stamp",e[e.Caret=14]="Caret",e[e.Ink=15]="Ink",e[e.Popup=16]="Popup",e[e.FileAttachment=17]="FileAttachment",e[e.Sound=18]="Sound",e[e.Movie=19]="Movie",e[e.Widget=20]="Widget",e[e.Screen=21]="Screen",e[e.PrinterMark=22]="PrinterMark",e[e.TrapNet=23]="TrapNet",e[e.Watermark=24]="Watermark",e[e.ThreeD=25]="ThreeD",e[e.Redact=26]="Redact"}(ce.AnnotationType||(ce.AnnotationType={})),ce.AnnotationFlag=void 0,function(e){e[e.INVISIBLE=1]="INVISIBLE",e[e.HIDDEN=2]="HIDDEN",e[e.PRINT=4]="PRINT",e[e.NOZOOM=8]="NOZOOM",e[e.NOROTATE=16]="NOROTATE",e[e.NOVIEW=32]="NOVIEW",e[e.READONLY=64]="READONLY",e[e.LOCKED=128]="LOCKED",e[e.TOGGLENOVIEW=256]="TOGGLENOVIEW",e[e.LOCKEDCONTENTS=512]="LOCKEDCONTENTS"}(ce.AnnotationFlag||(ce.AnnotationFlag={}));const Qf={ANNOTATIONS:"annotations"},Cn=Symbol("VPV Shared UIs"),cc=Symbol("VPV Current Localization"),Bn=as,lc={Black:"#000000",DarkGray:"#444444",Gray:"#696969",LightGray:"#9C9C9C",LightestGray:"#CDCDCD",White:"#FFFFFF"},Te={...lc,Purple:"#7862FF",Blue:"#1777FF",Red:"#F66365",Orange:"#F67E63",Yellow:"#F5C463",Green:"#48BB77"},De={Purple:"#CAAAFF",Cyan:"#65EDE9",Red:"#FFACAC",Orange:"#FFBD82",Yellow:"#FCE244",Green:"#A0F751",...lc},eu={[De.Purple]:"Purple",[De.Cyan]:"Cyan",[De.Red]:"Red",[De.Orange]:"Orange",[De.Yellow]:"Yellow",[De.Green]:"Green",[De.Black]:"Black",[De.DarkGray]:"Dark Gray",[De.Gray]:"Gray",[De.LightGray]:"Light Gray",[De.LightestGray]:"Lightest Gray",[De.White]:"White"},tu={[Te.Black]:"Black",[Te.DarkGray]:"Dark Gray",[Te.Gray]:"Gray",[Te.LightGray]:"Light Gray",[Te.LightestGray]:"Lightest Gray",[Te.White]:"White",[Te.Purple]:"Purple",[Te.Blue]:"Blue",[Te.Red]:"Red",[Te.Orange]:"Orange",[Te.Yellow]:"Yellow",[Te.Green]:"Green"},nu="pdfjs_internal_editor_",Gt=(e,t)=>`${e}-${t}`;class ru{static async serializeAnnotationsToPdf(t,n,r){const i=await ot.load(t),s=i.getPages();if(r&&r.length>0){const l=typeof r[0]=="string"?r.map(a=>({id:a,pageIndex:-1,annotationType:-1})):r;await this.removeAnnotations(i,s,l)}const o=n.filter(l=>l.annotationType===ce.AnnotationType.Underline||l.annotationType===ce.AnnotationType.StrikeOut),c=n.filter(l=>l.annotationType===ce.AnnotationType.Square);for(const l of o)await this.addTextMarkupAnnotation(i,s,l);for(const l of c)await this.addRectangleAnnotation(i,s,l);return await i.save()}static async removeAnnotations(t,n,r){const i=new Map,s=[];for(const o of r)if(o.pageIndex>=0){const c=i.get(o.pageIndex)||[];c.push(o),i.set(o.pageIndex,c)}else s.push(o);for(let o=0;o<n.length;o++){const c=n[o],l=[...i.get(o)||[],...s];if(l.length===0)continue;const a=c.node.Annots();if(!a||!(a instanceof q))continue;const h=[];for(let f=0;f<a.size();f++){const u=a.get(f);let d;if(u instanceof re){const w=t.context.lookup(u);w instanceof G&&(d=w)}else u instanceof G&&(d=u);if(!d)continue;this.matchesDeletedAnnotation(d,l)&&h.push(f)}for(let f=h.length-1;f>=0;f--)a.remove(h[f])}}static matchesDeletedAnnotation(t,n){const r=t.get(p.of("NM"));let i=null;if((r instanceof oe||r instanceof X)&&(i=r.decodeText()),i&&n.find(f=>f.id===i))return!0;const s=t.get(p.of("Subtype")),o=s instanceof p?s.decodeText():null;let c=null;if(o==="Underline"?c=ce.AnnotationType.Underline:o==="StrikeOut"&&(c=ce.AnnotationType.StrikeOut),c===null)return!1;const l=t.get(p.of("Rect"));if(!(l instanceof q))return!1;const a=[];for(let h=0;h<l.size();h++){const f=l.get(h);f instanceof U&&a.push(f.asNumber())}if(a.length!==4)return!1;for(const h of n){if(h.annotationType!==-1&&h.annotationType!==c||!h.rect||h.rect.length!==4)continue;const f=1;if(Math.abs(a[0]-h.rect[0])<f&&Math.abs(a[1]-h.rect[1])<f&&Math.abs(a[2]-h.rect[2])<f&&Math.abs(a[3]-h.rect[3])<f)return!0}return!1}static async addTextMarkupAnnotation(t,n,r){const i=n[r.pageIndex??0],s=r.rect,o=Array.from(r.quadPoints||[]),c=t.context.obj({Type:"Annot",Subtype:r.annotationType===ce.AnnotationType.Underline?"Underline":"StrikeOut",Rect:s,QuadPoints:o,C:[(r.color?.[0]??0)/255,(r.color?.[1]??0)/255,(r.color?.[2]??0)/255],F:4,Contents:X.fromText(r.contents||`${r.subtype} annotation`)}),l=t.context.register(c);let a=i.node.lookup(p.of("Annots"));a||(a=t.context.obj([]),i.node.set(p.of("Annots"),a)),a instanceof q&&a.push(l)}static async addRectangleAnnotation(t,n,r){const i=n[r.pageIndex??0],{height:s}=i.getSize(),o=this.convertRectToPdfCoords(r.rect,s),c=r.borderColor||r.color,l=r.backgroundColor,a={Type:"Annot",Subtype:"Square",Rect:o,F:r.annotationFlags??4};if(c&&(a.C=[(c[0]??0)/255,(c[1]??0)/255,(c[2]??0)/255]),l&&(a.IC=[(l[0]??0)/255,(l[1]??0)/255,(l[2]??0)/255]),r.borderStyle){const d={Type:"Border"};if(r.borderStyle.width!==void 0&&(d.W=r.borderStyle.width),r.borderStyle.style!==void 0){const _={1:"S",2:"D",3:"B",4:"I",5:"U"};d.S=p.of(_[r.borderStyle.style]||"S")}r.borderStyle.dashArray&&r.borderStyle.dashArray.length>0&&(d.D=r.borderStyle.dashArray),a.BS=t.context.obj(d)}r.opacity!==void 0&&r.opacity<1&&(a.CA=r.opacity),r.contents&&(a.Contents=X.fromText(r.contents)),r.creationDate&&(a.CreationDate=X.fromText(r.creationDate.toString())),r.modificationDate&&(a.M=X.fromText(r.modificationDate.toString()));const h=t.context.obj(a),f=t.context.register(h);let u=i.node.lookup(p.of("Annots"));u||(u=t.context.obj([]),i.node.set(p.of("Annots"),u)),u instanceof q&&u.push(f)}static convertRectToPdfCoords(t,n){return[t[0],n-t[3],t[2],n-t[1]]}static convertQuadPointsToPdfCoords(t,n){const r=[];for(let i=0;i<t.length;i+=2)r.push(t[i],n-t[i+1]);return r}}const iu={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4","indianred ":"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"},su=e=>e.startsWith("#")||e.startsWith("0x")?e:iu[e]||e,Tn=g.defineComponent({__name:"AppTooltip",setup(e){const t=g.inject(Cn),n=g.computed(()=>t?.AppTooltip);return(r,i)=>n.value?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.value),g.normalizeProps(g.mergeProps({key:0},r.$attrs)),g.createSlots({default:g.withCtx(()=>[g.renderSlot(r.$slots,"default")]),_:2},[g.renderList(r.$slots,(s,o)=>({name:o,fn:g.withCtx(()=>[g.renderSlot(r.$slots,o)])}))]),1040)):(g.openBlock(),g.createElementBlock("div",g.normalizeProps(g.mergeProps({key:1},r.$attrs)),[g.renderSlot(r.$slots,"default")],16))}}),Dn=g.defineComponent({inheritAttrs:!1,__name:"AppButton",props:{ariaLabel:{},ariaDisabled:{type:Boolean}},setup(e){const t=e,n=g.useAttrs(),r=g.inject(Cn),i=g.computed(()=>r?.AppButton),s=g.computed(()=>({"aria-label":t.ariaLabel,"aria-disabled":t.ariaDisabled,...n}));return(o,c)=>i.value?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(i.value),g.normalizeProps(g.mergeProps({key:0},s.value)),{default:g.withCtx(()=>[g.renderSlot(o.$slots,"default")]),_:3},16)):(g.openBlock(),g.createElementBlock("button",g.normalizeProps(g.mergeProps({key:1},s.value)),[g.renderSlot(o.$slots,"default")],16))}}),ou=(e,t)=>{const n=e[t];return n?typeof n=="function"?n():Promise.resolve(n):new Promise((r,i)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(i.bind(null,new Error("Unknown variable dynamic import: "+t)))})},au=g.defineComponent({__name:"Icon",props:{name:{}},setup(e){const t=e,n=g.defineAsyncComponent({loader:()=>ou(Object.assign({"../assets/icons/annotations.svg":()=>Promise.resolve().then(()=>xu),"../assets/icons/tool-comment.svg":()=>Promise.resolve().then(()=>vu),"../assets/icons/tool-free-text.svg":()=>Promise.resolve().then(()=>Au),"../assets/icons/tool-highlight.svg":()=>Promise.resolve().then(()=>Bu),"../assets/icons/tool-image.svg":()=>Promise.resolve().then(()=>Du),"../assets/icons/tool-signature.svg":()=>Promise.resolve().then(()=>Pu),"../assets/icons/tool-strikethrough.svg":()=>Promise.resolve().then(()=>Iu),"../assets/icons/tool-text-selection.svg":()=>Promise.resolve().then(()=>zu),"../assets/icons/tool-underline.svg":()=>Promise.resolve().then(()=>Nu)}),`../assets/icons/${t.name}.svg`)});return(r,i)=>(g.openBlock(),g.createBlock(g.resolveDynamicComponent(g.unref(n)),{class:"vp-text-xl"}))}}),Gu="",cs=(e,t)=>{const n=e.__vccOpts||e;for(const[r,i]of t)n[r]=i;return n},at=cs(au,[["__scopeId","data-v-9d5f0033"]]),En=()=>{const e=g.inject(cc,g.computed(()=>({})));return{t:g.computed(()=>n=>{const r=n.split(".").pop()||n;return e.value&&r in e.value?e.value[r]:(console.warn(`useLocalization - Translation not found for key: ${n}`),n)}).value,currentLocale:g.computed(()=>e.value)}},cu=g.defineComponent({__name:"ToolAnnotation",emits:["toggle"],setup(e,{emit:t}){const{t:n}=En(),r=t,i=g.ref(!1),s=()=>{i.value=!i.value,r("toggle",i.value)};return(o,c)=>o.$slots.default?g.renderSlot(o.$slots,"default",{key:0,onClick:s},void 0,!0):(g.openBlock(),g.createBlock(Tn,{key:1},{content:g.withCtx(()=>[g.createTextVNode(g.toDisplayString(i.value?g.unref(n)("annotationToggleHideTooltip"):g.unref(n)("annotationToggleShowTooltip")),1)]),default:g.withCtx(()=>[g.createVNode(Dn,{"aria-label":i.value?g.unref(n)("annotationToggleHideTooltip"):g.unref(n)("annotationToggleShowTooltip"),class:g.normalizeClass(["vpv-toolbar-btn",{"vpv-toolbar-btn-active":i.value}]),onClick:s},{default:g.withCtx(()=>[g.createVNode(at,{name:"annotations",class:"vp-text-xl"})]),_:1},8,["aria-label","class"])]),_:1}))}}),Vu="",lu=cs(cu,[["__scopeId","data-v-df5778ee"]]),hu=g.defineComponent({__name:"ToolAnnotationTextSelection",props:g.mergeModels({ariaDisabled:{type:Boolean},active:{type:Boolean}},{active:{type:Boolean,required:!0},activeModifiers:{}}),emits:["update:active"],setup(e){const t=e,n=g.useModel(e,"active"),{t:r}=En(),i=g.computed(()=>t.ariaDisabled===!0),s=()=>{i.value||(n.value=!n.value)};return(o,c)=>o.$slots.default?g.renderSlot(o.$slots,"default",g.mergeProps({key:0},o.$attrs,{onClick:s})):(g.openBlock(),g.createBlock(Tn,{key:1},{content:g.withCtx(()=>[g.createTextVNode(g.toDisplayString(g.unref(r)("annotationTextSelectionTooltip")),1)]),default:g.withCtx(()=>[g.createVNode(Dn,g.mergeProps({"aria-label":g.unref(r)("annotationTextSelectionLabel"),class:["vpv-toolbar-btn",{"vpv-toolbar-btn-active":n.value}]},o.$attrs,{onClick:s}),{default:g.withCtx(()=>[g.renderSlot(o.$slots,"icon",{},()=>[g.createVNode(at,{name:"tool-text-selection"})])]),_:3},16,["aria-label","class"])]),_:3}))}}),du=g.defineComponent({__name:"AppPopover",props:{open:{type:Boolean},side:{},sideOffset:{},class:{},ariaLabel:{}},setup(e){const t=e,n=g.inject(Cn),r=g.computed(()=>n?.AppPopover);return(i,s)=>r.value?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(r.value),g.normalizeProps(g.mergeProps({key:0},t)),{trigger:g.withCtx(()=>[g.renderSlot(i.$slots,"trigger")]),default:g.withCtx(()=>[g.renderSlot(i.$slots,"default")]),_:3},16)):(g.openBlock(),g.createElementBlock("button",g.normalizeProps(g.mergeProps({key:1},t)),[g.renderSlot(i.$slots,"default")],16))}}),fu=g.defineComponent({__name:"AppSignatures",setup(e){const t=g.inject(Cn),n=g.computed(()=>t?.AppSignatures);return(r,i)=>n.value?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.value),g.normalizeProps(g.mergeProps({key:0},r.$attrs)),null,16)):g.createCommentVNode("",!0)}}),uu=g.defineComponent({__name:"ToolAnnotationSignature",props:g.mergeModels({ariaDisabled:{type:Boolean},active:{type:Boolean}},{active:{type:Boolean,required:!0},activeModifiers:{}}),emits:["update:active"],setup(e){const t=e,n=g.useModel(e,"active"),{t:r}=En(),i=g.ref(!1),s=g.computed(()=>t.ariaDisabled===!0),o=()=>{s.value||(!n.value&&!i.value&&(i.value=!0),n.value=!n.value)},c=l=>{i.value=!1};return(l,a)=>l.$slots.default?g.renderSlot(l.$slots,"default",g.mergeProps({key:0},l.$attrs,{onClick:o})):(g.openBlock(),g.createBlock(du,{key:1,open:i.value,side:"right",sideOffset:10,class:"vpv-annotation-signatures__popover",onInteractOutside:c},{trigger:g.withCtx(()=>[g.createVNode(Tn,null,{content:g.withCtx(()=>[g.createTextVNode(g.toDisplayString(g.unref(r)("annotationSignatureTooltip")),1)]),default:g.withCtx(()=>[g.createVNode(Dn,g.mergeProps({"aria-label":g.unref(r)("annotationSignatureLabel"),class:["vpv-toolbar-btn",{"vpv-toolbar-btn-active":n.value}]},l.$attrs,{onClick:o}),{default:g.withCtx(()=>[g.renderSlot(l.$slots,"icon",{},()=>[g.createVNode(at,{name:"tool-signature"})])]),_:3},16,["aria-label","class"])]),_:3})]),default:g.withCtx(()=>[g.createVNode(fu)]),_:3},8,["open"]))}}),gu=g.defineComponent({__name:"ToolAnnotationFreeText",props:g.mergeModels({ariaDisabled:{type:Boolean},active:{type:Boolean}},{active:{type:Boolean,required:!0},activeModifiers:{}}),emits:["update:active"],setup(e){const t=e,n=g.useModel(e,"active"),{t:r}=En(),i=g.computed(()=>t.ariaDisabled===!0),s=()=>{i.value||(n.value=!n.value)};return(o,c)=>o.$slots.default?g.renderSlot(o.$slots,"default",g.mergeProps({key:0},o.$attrs,{onClick:s})):(g.openBlock(),g.createBlock(Tn,{key:1},{content:g.withCtx(()=>[g.createTextVNode(g.toDisplayString(g.unref(r)("annotationFreeTextTooltip")),1)]),default:g.withCtx(()=>[g.createVNode(Dn,g.mergeProps({"aria-label":g.unref(r)("annotationFreeTextLabel"),class:["vpv-toolbar-btn",{"vpv-toolbar-btn-active":n.value}]},o.$attrs,{onClick:s}),{default:g.withCtx(()=>[g.renderSlot(o.$slots,"icon",{},()=>[g.createVNode(at,{name:"tool-free-text"})])]),_:3},16,["aria-label","class"])]),_:3}))}}),pu=g.defineComponent({__name:"ToolAnnotationImage",props:{ariaDisabled:{type:Boolean}},emits:["change"],setup(e,{emit:t}){const n=e,{t:r}=En(),i=t,s=g.computed(()=>n.ariaDisabled===!0),o=()=>{if(s.value)return;const c=document.createElement("input");c.type="file",c.accept="image/*",c.onchange=l=>{const a=l.target.files?.[0];i("change",a)},c.click()};return(c,l)=>c.$slots.default?g.renderSlot(c.$slots,"default",g.mergeProps({key:0},c.$attrs,{onClick:o})):(g.openBlock(),g.createBlock(Tn,{key:1},{content:g.withCtx(()=>[g.createTextVNode(g.toDisplayString(g.unref(r)("annotationImageTooltip")),1)]),default:g.withCtx(()=>[g.createVNode(Dn,g.mergeProps({"aria-label":g.unref(r)("annotationImageLabel"),class:"vpv-toolbar-btn"},c.$attrs,{onClick:o}),{default:g.withCtx(()=>[g.renderSlot(c.$slots,"icon",{},()=>[g.createVNode(at,{name:"tool-image"})])]),_:3},16,["aria-label"])]),_:3}))}}),Ku="",bu={class:"vpv-annotation-tools-container"},mu={key:0,class:"vpv-annotation-tools"},_u=g.defineComponent({__name:"VPdfAnnotationTools",props:{textSelection:{type:[Object,Boolean],default:()=>!0},freeText:{type:[Object,Boolean],default:()=>!0},signature:{type:[Object,Boolean],default:()=>!1},image:{type:[Object,Boolean],default:()=>!0},instanceId:{type:Number,required:!0},onAnnotationCreated:{type:Function,default:void 0},onAnnotationUpdated:{type:Function,default:void 0},onAnnotationDeleted:{type:Function,default:void 0}},emits:["textSelection","freeText","signature","image"],setup(e,{emit:t}){const n=e,r=t,i=g.ref(!1),s=k=>Gt(n.instanceId,k),o={textSelection:new CustomEvent(s(Wt.textSelection),{detail:{active:!1,colors:null,highlight:null,strikethrough:null,underline:null}}),freeText:new CustomEvent(s(Wt.freeText),{detail:{active:!1,fontColors:null,fontSizes:null}}),signature:new CustomEvent(s(Wt.signature),{detail:{active:!1}}),image:new CustomEvent(s(Wt.image),{detail:{file:void 0}})},c=g.ref(!1),l=g.reactive({textSelection:!1,freeText:!1,signature:!1}),a=g.computed({get:()=>l.textSelection,set:k=>{l.textSelection=k,k&&(l.freeText=!1,l.signature=!1),A()}}),h=g.computed({get:()=>l.freeText,set:k=>{k&&(l.textSelection=!1,l.signature=!1),l.freeText=k,A()}}),f=g.computed({get:()=>l.signature,set:k=>{k&&(l.textSelection=!1,l.freeText=!1),l.signature=k,A()}}),u=g.computed(()=>n.textSelection),d=g.computed(()=>n.freeText),_=g.computed(()=>n.signature),w=g.computed(()=>n.image);function x(k){return k.map(F=>typeof F=="string"?{value:su(F),label:F}:F)}const y=k=>{c.value=k,k||(a.value=!1,h.value=!1,f.value=!1)},E=Object.entries(eu).map(([k,F])=>({value:k,label:F})),v=k=>{r("textSelection",k),o.textSelection.detail.active=k,o.textSelection.detail.colors=E;let F={icon:g.markRaw(g.h(at,{name:"tool-highlight"}))},P={icon:g.markRaw(g.h(at,{name:"tool-strikethrough"}))},W={icon:g.markRaw(g.h(at,{name:"tool-underline"}))};if(typeof n.textSelection=="object"){const{highlight:L,strikethrough:z,underline:J}=n.textSelection;L===!1?F=!1:typeof L=="object"&&(F={...F,...L},L.icon&&typeof L.icon=="object"&&(F.icon=g.markRaw(L.icon))),z===!1?P=!1:typeof z=="object"&&(P={...P,...z},z.icon&&typeof z.icon=="object"&&(P.icon=g.markRaw(z.icon))),J===!1?W=!1:typeof J=="object"&&(W={...W,...J},J.icon&&typeof J.icon=="object"&&(W.icon=g.markRaw(J.icon)))}o.textSelection.detail.highlight=F,o.textSelection.detail.strikethrough=P,o.textSelection.detail.underline=W,window.dispatchEvent(o.textSelection)},S=k=>{r("freeText",k),o.freeText.detail.active=k;let F=Object.entries(tu).map(([P,W])=>({value:P,label:W}));typeof n.freeText=="object"&&n.freeText?.fontColors&&(F=x(n.freeText.fontColors)),o.freeText.detail.fontColors=F,typeof n.freeText=="object"&&n.freeText?.fontSizes?.length&&(o.freeText.detail.fontSizes=n.freeText.fontSizes),window.dispatchEvent(o.freeText)},I=k=>{r("signature",k),o.signature.detail.active=k,window.dispatchEvent(o.signature)},B=k=>{l.textSelection=!1,l.freeText=!1,l.signature=!1,r("image",k),o.image.detail.file=k,window.dispatchEvent(o.image)};function A(){v(a.value),S(h.value),I(f.value)}const O=Gt(n.instanceId,Bn.Rotate);g.onMounted(()=>{window.dispatchEvent(new CustomEvent(Gt(n.instanceId,Bn.AnnotationMounted))),window.addEventListener(O,R)});function R(k){const{firstPageRotation:F,rotation:P}=k.detail;i.value=P!==0}g.watch(i,k=>{k&&(l.textSelection=!1,l.freeText=!1,l.signature=!1,A())});const D=k=>{const{id:F,...P}=k;return{...P,id:F?.startsWith(nu)?null:F}};return g.watch(()=>n.onAnnotationCreated,(k,F,P)=>{if(!k)return;const W=z=>{k(D(z.detail))},L=Gt(n.instanceId,Bn.AnnotationCreated);window.addEventListener(L,W),P(()=>{window.removeEventListener(L,W)})},{immediate:!0}),g.watch(()=>n.onAnnotationUpdated,(k,F,P)=>{if(!k)return;const W=z=>{k(D(z.detail))},L=Gt(n.instanceId,Bn.AnnotationUpdated);window.addEventListener(L,W),P(()=>{window.removeEventListener(L,W)})},{immediate:!0}),g.watch(()=>n.onAnnotationDeleted,(k,F,P)=>{if(!k)return;const W=z=>{k(D(z.detail))},L=Gt(n.instanceId,Bn.AnnotationDeleted);window.addEventListener(L,W),P(()=>{window.removeEventListener(L,W)})},{immediate:!0}),g.onUnmounted(()=>{window.removeEventListener(O,R)}),(k,F)=>(g.openBlock(),g.createElementBlock("div",bu,[g.createVNode(lu,{onToggle:y}),g.createVNode(g.Transition,{name:"slide"},{default:g.withCtx(()=>[c.value?(g.openBlock(),g.createElementBlock("div",mu,[u.value?(g.openBlock(),g.createBlock(hu,{key:0,active:a.value,"onUpdate:active":F[0]||(F[0]=P=>a.value=P),"aria-disabled":i.value},g.createSlots({_:2},[typeof n.textSelection=="object"&&n.textSelection.icon?{name:"icon",fn:g.withCtx(()=>[typeof n.textSelection=="object"&&n.textSelection.icon?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.textSelection.icon),{key:0})):g.createCommentVNode("",!0)]),key:"0"}:typeof n.textSelection=="object"&&n.textSelection.component?{name:"default",fn:g.withCtx(({onClick:P})=>[typeof n.textSelection=="object"&&n.textSelection.component?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.textSelection.component),{key:0,onClick:P},null,8,["onClick"])):g.createCommentVNode("",!0)]),key:"1"}:void 0]),1032,["active","aria-disabled"])):g.createCommentVNode("",!0),d.value?(g.openBlock(),g.createBlock(gu,{key:1,active:h.value,"onUpdate:active":F[1]||(F[1]=P=>h.value=P),"aria-disabled":i.value},g.createSlots({_:2},[typeof n.freeText=="object"&&n.freeText.icon?{name:"icon",fn:g.withCtx(()=>[typeof n.freeText=="object"&&n.freeText.icon?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.freeText.icon),{key:0})):g.createCommentVNode("",!0),typeof n.freeText=="object"&&n.freeText.icon?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.freeText.icon),{key:1})):g.createCommentVNode("",!0)]),key:"0"}:typeof n.freeText=="object"&&n.freeText.component?{name:"default",fn:g.withCtx(({onClick:P})=>[typeof n.freeText=="object"&&n.freeText.component?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.freeText.component),{key:0,onClick:P},null,8,["onClick"])):g.createCommentVNode("",!0)]),key:"1"}:void 0]),1032,["active","aria-disabled"])):g.createCommentVNode("",!0),w.value?(g.openBlock(),g.createBlock(pu,{key:2,onChange:B,"aria-disabled":i.value},g.createSlots({_:2},[typeof n.image=="object"&&n.image?{name:"icon",fn:g.withCtx(()=>[typeof n.image=="object"&&n.image.icon?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.image.icon),{key:0})):g.createCommentVNode("",!0)]),key:"0"}:typeof n.image=="object"&&n.image&&"component"in n.image?{name:"default",fn:g.withCtx(({onClick:P})=>[typeof n.image=="object"&&n.image&&"component"in n.image?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.image.component),{key:0,onClick:P},null,8,["onClick"])):g.createCommentVNode("",!0)]),key:"1"}:void 0]),1032,["aria-disabled"])):g.createCommentVNode("",!0),_.value?(g.openBlock(),g.createBlock(uu,{key:3,active:f.value,"onUpdate:active":F[2]||(F[2]=P=>f.value=P),"aria-disabled":i.value},g.createSlots({_:2},[typeof n.signature=="object"&&n.signature.icon?{name:"icon",fn:g.withCtx(()=>[typeof n.signature=="object"&&n.signature.icon?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.signature.icon),{key:0})):g.createCommentVNode("",!0)]),key:"0"}:typeof n.signature=="object"&&n.signature.component?{name:"default",fn:g.withCtx(({onClick:P})=>[typeof n.signature=="object"&&n.signature.component?(g.openBlock(),g.createBlock(g.resolveDynamicComponent(n.signature.component),{key:0,onClick:P},null,8,["onClick"])):g.createCommentVNode("",!0)]),key:"1"}:void 0]),1032,["active","aria-disabled"])):g.createCommentVNode("",!0)])):g.createCommentVNode("",!0)]),_:1})]))}}),Zu="",hc=cs(_u,[["__scopeId","data-v-8583d7e5"]]),yu=(e={})=>{const{textSelection:t,freeText:n,image:r,...i}=e;let s=null;return{name:"annotation",setup(o){const{componentInstance:c,shared:l}=o,a=c?.uid??0;o.toolbar.addItem({id:Qf.ANNOTATIONS,toolbarDirection:"left",component:g.h(hc,{textSelection:t,freeText:n,image:r,instanceId:a,...i})});const h=c?.appContext.app;l.ui?h.provide(Cn,l.ui):console.warn("VPdfAnnotationPlugin - No UI context found in plugin context"),l.localization?.value?h.provide(cc,l.localization):console.warn("VPdfAnnotationPlugin - No localization found in plugin context"),l.pdf||console.warn("VPdfAnnotationPlugin - PDF context not available"),s={exportToPdf:async(f,u)=>{const d=await l.pdf?.getOriginalBytes();return d?await ru.serializeAnnotationsToPdf(d,f,u):null}}},getApi:()=>s}},wu={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function dc(e,t){return g.openBlock(),g.createElementBlock("svg",wu,[...t[0]||(t[0]=[g.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.25",d:"M10 18.334a8.333 8.333 0 1 0 0-16.667 8.333 8.333 0 0 0 0 16.667"},null,-1),g.createElementVNode("path",{stroke:"currentColor","stroke-linejoin":"round","stroke-width":"1.25",d:"m5.417 17.084 1.171-4.394c.238-.892.357-1.338.694-1.597s.798-.259 1.722-.259h1.992c.923 0 1.385 0 1.722.259.337.258.456.705.693 1.597l1.172 4.394"},null,-1),g.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.25",d:"M7.917 10.834 9.23 7.8c.327-.756.491-1.134.769-1.134s.441.378.77 1.134l1.313 3.033"},null,-1)])])}const xu=Object.freeze(Object.defineProperty({__proto__:null,render:dc,default:{render:dc}},Symbol.toStringTag,{value:"Module"})),Su={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function fc(e,t){return g.openBlock(),g.createElementBlock("svg",Su,[...t[0]||(t[0]=[g.createElementVNode("path",{fill:"currentColor",d:"M18.125 9.688a7.82 7.82 0 0 1-7.812 7.812H3.75a1.25 1.25 0 0 1-1.25-1.25V9.688a7.812 7.812 0 0 1 15.625 0m-1.25 0a6.563 6.563 0 0 0-13.125 0v6.562h6.563a6.57 6.57 0 0 0 6.562-6.562"},null,-1),g.createElementVNode("path",{fill:"currentColor",d:"M12.5 10a.624.624 0 0 1-.625.625h-1.25v1.25a.624.624 0 1 1-1.25 0v-1.25h-1.25a.625.625 0 1 1 0-1.25h1.25v-1.25a.625.625 0 0 1 1.25 0v1.25h1.25A.625.625 0 0 1 12.5 10"},null,-1)])])}const vu=Object.freeze(Object.defineProperty({__proto__:null,render:fc,default:{render:fc}},Symbol.toStringTag,{value:"Module"})),ku={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function uc(e,t){return g.openBlock(),g.createElementBlock("svg",ku,[...t[0]||(t[0]=[g.createElementVNode("path",{fill:"currentColor",d:"M11.458 13.75a.624.624 0 1 0 0-1.25h-.625v-5h2.5v.625a.625.625 0 0 0 1.25 0v-1.25a.625.625 0 0 0-.625-.625h-7.5a.625.625 0 0 0-.625.625v1.25a.625.625 0 0 0 1.25 0V7.5h2.5v5h-.625a.625.625 0 1 0 0 1.25z"},null,-1),g.createElementVNode("path",{fill:"currentColor","fill-rule":"evenodd",d:"M3.125 3.75c0-.115.093-.208.208-.208h13.334c.115 0 .208.093.208.208v2.917a.625.625 0 1 0 1.25 0V3.75c0-.805-.653-1.458-1.458-1.458H3.333c-.805 0-1.458.653-1.458 1.458v3.334a.625.625 0 1 0 1.25 0zm0 12.5c0 .115.093.209.208.209h13.334a.21.21 0 0 0 .208-.209v-2.916a.625.625 0 1 1 1.25 0v2.916c0 .806-.653 1.459-1.458 1.459H3.333a1.46 1.46 0 0 1-1.458-1.459v-3.333a.625.625 0 1 1 1.25 0zM2.5 8.542c.345 0 .625.28.625.625v1.667a.625.625 0 0 1-1.25 0V9.167c0-.345.28-.625.625-.625m15.625.625a.625.625 0 1 0-1.25 0v1.667a.625.625 0 0 0 1.25 0z","clip-rule":"evenodd"},null,-1)])])}const Au=Object.freeze(Object.defineProperty({__proto__:null,render:uc,default:{render:uc}},Symbol.toStringTag,{value:"Module"})),Cu={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function gc(e,t){return g.openBlock(),g.createElementBlock("svg",Cu,[...t[0]||(t[0]=[g.createElementVNode("g",{"clip-path":"url(#a)"},[g.createElementVNode("path",{fill:"currentColor",d:"M19.818 8.308a.625.625 0 0 0-.885 0L15 12.242 8.384 5.625l3.934-3.932a.626.626 0 0 0-.885-.885L7.5 4.742a1.25 1.25 0 0 0-.22 1.47L5.625 7.866a1.25 1.25 0 0 0 0 1.767l.367.366-4.559 4.558a.625.625 0 0 0 .245 1.035l5.625 1.875a.62.62 0 0 0 .437-.015.6.6 0 0 0 .203-.136l2.682-2.683.367.366a1.25 1.25 0 0 0 1.767 0l1.656-1.654a1.25 1.25 0 0 0 1.469-.22l3.934-3.933a.626.626 0 0 0 0-.885M7.332 16.16l-4.297-1.433 3.84-3.843 2.867 2.866zm4.543-2.043L6.51 8.75l1.616-1.616 5.367 5.366z"})],-1),g.createElementVNode("defs",null,[g.createElementVNode("clipPath",{id:"a"},[g.createElementVNode("path",{fill:"currentColor",d:"M0 0h20v20H0z"})])],-1)])])}const Bu=Object.freeze(Object.defineProperty({__proto__:null,render:gc,default:{render:gc}},Symbol.toStringTag,{value:"Module"})),Tu={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function pc(e,t){return g.openBlock(),g.createElementBlock("svg",Tu,[...t[0]||(t[0]=[g.createElementVNode("path",{fill:"currentColor",d:"M16.875 3.125H3.125a1.25 1.25 0 0 0-1.25 1.25v11.25a1.25 1.25 0 0 0 1.25 1.25h13.75a1.25 1.25 0 0 0 1.25-1.25V4.375a1.25 1.25 0 0 0-1.25-1.25m0 1.25v8.027l-2.037-2.036a1.25 1.25 0 0 0-1.768 0l-1.562 1.563L8.07 8.49a1.25 1.25 0 0 0-1.767 0L3.125 11.67V4.376zm-13.75 9.063 4.063-4.063 6.25 6.25H3.124zm13.75 2.187h-1.67l-2.812-2.812 1.563-1.563 2.919 2.92zM11.25 7.813a.938.938 0 1 1 1.875 0 .938.938 0 0 1-1.875 0"},null,-1)])])}const Du=Object.freeze(Object.defineProperty({__proto__:null,render:pc,default:{render:pc}},Symbol.toStringTag,{value:"Module"})),Eu={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function bc(e,t){return g.openBlock(),g.createElementBlock("svg",Eu,[...t[0]||(t[0]=[g.createElementVNode("path",{fill:"currentColor",d:"M18.125 13.125H4.99q.313-.615.625-1.259c1.172.13 2.546-.685 4.114-2.432.391 1.051 1.13 2.416 2.39 2.441.707.014 1.414-.406 2.142-1.279.53.634 1.623 1.279 3.865 1.279a.625.625 0 1 0 0-1.25c-2.377 0-3.08-.816-3.125-1.259a.6.6 0 0 0-.426-.605.636.636 0 0 0-.723.273c-.943 1.448-1.514 1.596-1.713 1.591-.645-.012-1.301-1.525-1.526-2.61a.625.625 0 0 0-1.1-.264c-1.579 1.98-2.637 2.646-3.295 2.818.663-1.474 1.158-2.768 1.475-3.858.533-1.831.572-3.112.118-3.914-.234-.42-.73-.922-1.723-.922-1.255 0-2.245 1.186-2.716 3.254-.28 1.227-.327 2.594-.127 3.75.2 1.155.615 1.996 1.218 2.495a72 72 0 0 1-.877 1.751h-1.71a.625.625 0 1 0 0 1.25h1.048c-.884 1.64-1.572 2.784-1.583 2.803a.625.625 0 1 0 1.071.644c.012-.02.88-1.468 1.93-3.447h13.784a.625.625 0 1 0 0-1.25M4.59 5.407c.311-1.365.914-2.282 1.498-2.282.416 0 .555.145.635.287.235.416.51 1.89-1.692 6.749-.645-.881-.865-2.895-.44-4.754"},null,-1)])])}const Pu=Object.freeze(Object.defineProperty({__proto__:null,render:bc,default:{render:bc}},Symbol.toStringTag,{value:"Module"})),Ru={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function mc(e,t){return g.openBlock(),g.createElementBlock("svg",Ru,[...t[0]||(t[0]=[g.createElementVNode("path",{fill:"currentColor",d:"M17.5 10a.624.624 0 0 1-.625.625h-3.13c.718.556 1.255 1.344 1.255 2.5 0 1.042-.547 2.008-1.543 2.718-.931.666-2.16 1.032-3.457 1.032-1.298 0-2.526-.366-3.457-1.032C5.547 15.133 5 14.167 5 13.125a.625.625 0 1 1 1.25 0c0 1.355 1.719 2.5 3.75 2.5s3.75-1.145 3.75-2.5c0-1.16-.823-1.842-3.029-2.5H3.125a.625.625 0 1 1 0-1.25h13.75A.625.625 0 0 1 17.5 10M5.963 8.125a.625.625 0 0 0 .595-.82 1.4 1.4 0 0 1-.065-.43c0-1.425 1.508-2.5 3.507-2.5 1.472 0 2.669.58 3.203 1.55a.625.625 0 0 0 1.094-.6c-.756-1.378-2.362-2.2-4.297-2.2-2.712 0-4.757 1.612-4.757 3.75-.001.278.041.555.127.82a.625.625 0 0 0 .593.43"},null,-1)])])}const Iu=Object.freeze(Object.defineProperty({__proto__:null,render:mc,default:{render:mc}},Symbol.toStringTag,{value:"Module"})),Ou={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function _c(e,t){return g.openBlock(),g.createElementBlock("svg",Ou,[...t[0]||(t[0]=[g.createElementVNode("path",{fill:"currentColor",d:"M17.916 14.568c.345 0 .625.28.625.625V17.9c0 .345-.28.625-.625.625H2.083a.625.625 0 0 1-.625-.625v-2.708c0-.345.28-.625.625-.625zM2.708 17.276h14.583v-1.458H2.708zm8.333-15.428a.626.626 0 0 1 .88.887L8.39 6.242l3.525 3.524 3.584-3.558a.626.626 0 0 1 .88.887l-4.057 4.03a.63.63 0 0 1-.633.15v.001h.004l.002.002-.018-.004a1 1 0 0 0-.125-.02 2 2 0 0 0-.534.015c-.457.07-1.144.312-1.92 1.07a.625.625 0 0 1-.873 0l-.07-.069-1.173 1.09a.63.63 0 0 1-.426.166H3.75a.625.625 0 0 1-.444-1.065l2.487-2.5-.045-.044a.626.626 0 0 1 0-.894c.775-.757 1.018-1.425 1.09-1.862.035-.224.029-.4.016-.512a1 1 0 0 0-.02-.118l-.004-.012v.001l.002.002V6.52a.63.63 0 0 1 .15-.643zM5.254 12.276h1.058l.948-.88-.444-.435-.13-.127zm6.444-.998h-.003zM8.014 7.634c-.131.537-.412 1.162-.958 1.814l1.627 1.591c.648-.523 1.267-.8 1.802-.934z"},null,-1)])])}const zu=Object.freeze(Object.defineProperty({__proto__:null,render:_c,default:{render:_c}},Symbol.toStringTag,{value:"Module"})),Fu={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 20 20"};function yc(e,t){return g.openBlock(),g.createElementBlock("svg",Fu,[...t[0]||(t[0]=[g.createElementVNode("path",{fill:"currentColor",d:"M15.625 17.5a.624.624 0 0 1-.625.625H5a.625.625 0 1 1 0-1.25h10a.624.624 0 0 1 .625.625M10 15.625a5.005 5.005 0 0 0 5-5v-6.25a.625.625 0 1 0-1.25 0v6.25a3.75 3.75 0 0 1-7.5 0v-6.25a.625.625 0 0 0-1.25 0v6.25a5.005 5.005 0 0 0 5 5"},null,-1)])])}const Nu=Object.freeze(Object.defineProperty({__proto__:null,render:yc,default:{render:yc}},Symbol.toStringTag,{value:"Module"}));ce.VPdfAnnotationTools=hc,ce.default=yu,Object.defineProperties(ce,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
@@ -5,9 +5,9 @@ export declare class AnnotationPdfSerializer {
|
|
|
5
5
|
* Serialize annotations into a PDF document
|
|
6
6
|
* @param originalBytes - The original PDF bytes
|
|
7
7
|
* @param annotations - Annotations to add to the PDF
|
|
8
|
-
* @param deletedAnnotations -
|
|
8
|
+
* @param deletedAnnotations - Annotation data for removal (supports both string IDs and full objects)
|
|
9
9
|
*/
|
|
10
|
-
static serializeAnnotationsToPdf(originalBytes: Uint8Array, annotations: Annotation[], deletedAnnotations?: DeletedAnnotationData[]): Promise<Uint8Array>;
|
|
10
|
+
static serializeAnnotationsToPdf(originalBytes: Uint8Array, annotations: Annotation[], deletedAnnotations?: DeletedAnnotationData[] | string[]): Promise<Uint8Array>;
|
|
11
11
|
/**
|
|
12
12
|
* Remove annotations from the PDF
|
|
13
13
|
* Supports both ID-based matching (via /NM field) and position-based matching as fallback
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue-pdf-viewer/annotation",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.3.0-beta.
|
|
4
|
+
"version": "1.3.0-beta.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.umd.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@pdf-viewer/pdf": "1.1.0",
|
|
34
|
-
"@vue-pdf-viewer/shared": "1.2.0-rc.
|
|
34
|
+
"@vue-pdf-viewer/shared": "1.2.0-rc.16",
|
|
35
35
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
36
36
|
"vue": "^3.2.37"
|
|
37
37
|
},
|