modern-pdf-lib 0.30.0 → 0.32.0

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/README.md CHANGED
@@ -15,7 +15,7 @@ Create, parse, fill, merge, sign, and manipulate PDF documents<br />in Node, Den
15
15
 
16
16
  [![npm version](https://img.shields.io/npm/v/modern-pdf-lib?style=flat-square&color=cb3837)](https://www.npmjs.com/package/modern-pdf-lib)
17
17
  [![bundle size](https://img.shields.io/badge/gzip-36kb_core-blue?style=flat-square)](https://bundlephobia.com/package/modern-pdf-lib)
18
- [![tests](https://img.shields.io/badge/tests-6%2C425_passing-brightgreen?style=flat-square)](#)
18
+ [![tests](https://img.shields.io/badge/tests-6%2C520_passing-brightgreen?style=flat-square)](#)
19
19
  [![TypeScript](https://img.shields.io/badge/TypeScript-7.0-3178c6?style=flat-square&logo=typescript&logoColor=white)](#)
20
20
  [![License: MIT](https://img.shields.io/badge/license-MIT-yellow?style=flat-square)](LICENSE)
21
21
 
@@ -624,7 +624,7 @@ modern-pdf-lib/
624
624
  metadata/ XMP metadata, viewer preferences
625
625
  wasm/ Rust crate sources (6 modules)
626
626
  cli/ CLI tool (modern-pdf optimize)
627
- tests/ 6,425 tests across 283 suites
627
+ tests/ 6,520 tests across 290 suites
628
628
  docs/ VitePress documentation
629
629
  ```
630
630
 
@@ -636,7 +636,7 @@ modern-pdf-lib/
636
636
  git clone https://github.com/ABCrimson/modern-pdf-lib.git
637
637
  cd modern-pdf-lib
638
638
  npm install
639
- npm test # 6,425 tests
639
+ npm test # 6,520 tests
640
640
  npm run typecheck # TypeScript 7.0 strict
641
641
  npm run build # ESM + CJS + declarations
642
642
  ```
package/dist/browser.cjs CHANGED
@@ -4,7 +4,7 @@ const require_pdfObjects = require("./pdfObjects-BcPlSI0a.cjs");
4
4
  const require_streamDecode = require("./streamDecode-kQ-REV7v.cjs");
5
5
  const require_pdfForm = require("./pdfForm-BVS_do95.cjs");
6
6
  const require_layout = require("./layout-BYXpcYtC.cjs");
7
- const require_src = require("./src-Tb7wHOKz.cjs");
7
+ const require_src = require("./src-CeKIKI1W.cjs");
8
8
  const require_compressionAnalysis = require("./compressionAnalysis-DwxVCe4E.cjs");
9
9
  const require_bridge = require("./bridge-ByvzPu5h.cjs");
10
10
  const require_imageExtract = require("./imageExtract-DQomHJiA.cjs");
@@ -227,6 +227,7 @@ exports.ImageAlignment = require_layout.ImageAlignment;
227
227
  exports.InvalidColorError = require_src.InvalidColorError;
228
228
  exports.InvalidFieldNamePartError = require_src.InvalidFieldNamePartError;
229
229
  exports.InvalidPageSizeError = require_src.InvalidPageSizeError;
230
+ exports.LIST_NUMBERING_KEY = require_src.LIST_NUMBERING_KEY;
230
231
  exports.LineCapStyle = require_layout.LineCapStyle;
231
232
  exports.LineJoinStyle = require_layout.LineJoinStyle;
232
233
  exports.MATHML_NAMESPACE = require_src.MATHML_NAMESPACE;
@@ -338,6 +339,7 @@ exports.assembleTiles = require_src.assembleTiles;
338
339
  exports.attachAssociatedFiles = require_src.attachAssociatedFiles;
339
340
  exports.attachFile = require_pdfDocument.attachFile;
340
341
  exports.attachOutputIntents = require_src.attachOutputIntents;
342
+ exports.autoTagPage = require_src.autoTagPage;
341
343
  exports.base64Decode = require_pdfDocument.base64Decode;
342
344
  exports.base64Encode = require_pdfDocument.base64Encode;
343
345
  exports.batchFlatten = require_src.batchFlatten;
@@ -382,6 +384,8 @@ exports.buildPageOutputIntent = require_src.buildPageOutputIntent;
382
384
  exports.buildPageTree = require_pdfDocument.buildPageTree;
383
385
  exports.buildPatternObjects = require_pdfDocument.buildPatternObjects;
384
386
  exports.buildPdfA4Xmp = require_src.buildPdfA4Xmp;
387
+ exports.buildPdfRIdentificationXmp = require_src.buildPdfRIdentificationXmp;
388
+ exports.buildPdfUa2Xmp = require_src.buildPdfUa2Xmp;
385
389
  exports.buildPdfVtDParts = require_src.buildPdfVtDParts;
386
390
  exports.buildPdfX6OutputIntent = require_src.buildPdfX6OutputIntent;
387
391
  exports.buildPdfXOutputIntent = require_src.buildPdfXOutputIntent;
@@ -401,6 +405,7 @@ exports.buildType5Halftone = require_src.buildType5Halftone;
401
405
  exports.buildUnencryptedWrapper = require_src.buildUnencryptedWrapper;
402
406
  exports.buildViewerPreferencesDict = require_pdfDocument.buildViewerPreferencesDict;
403
407
  exports.buildVtDpm = require_src.buildVtDpm;
408
+ exports.buildWtpdfIdentificationXmp = require_src.buildWtpdfIdentificationXmp;
404
409
  exports.buildXmpMetadata = require_src.buildXmpMetadata;
405
410
  exports.calculateBarcodeDimensions = require_src.calculateBarcodeDimensions;
406
411
  exports.calculateEanCheckDigit = require_src.calculateEanCheckDigit;
@@ -436,6 +441,7 @@ exports.computeTileGrid = require_src.computeTileGrid;
436
441
  exports.concatMatrix = require_pdfDocument.concatMatrix;
437
442
  exports.concatTransformationMatrix = require_pdfDocument.concatMatrix;
438
443
  exports.configureWasmLoader = require_loader.configureWasmLoader;
444
+ exports.convertPdfAConformanceXmp = require_src.convertPdfAConformanceXmp;
439
445
  exports.convertTiffCmykToRgb = require_src.convertTiffCmykToRgb;
440
446
  exports.convertToGrayscale = require_grayscaleDetect.convertToGrayscale;
441
447
  exports.copyPages = require_pdfDocument.copyPages;
@@ -692,6 +698,7 @@ exports.parseXmpPdfAMetadata = require_src.parseXmpMetadata;
692
698
  exports.pdf417ToOperators = require_src.pdf417ToOperators;
693
699
  exports.pdfA4Rules = require_src.pdfA4Rules;
694
700
  exports.popGraphicsState = require_pdfDocument.restoreState;
701
+ exports.preflightPdfA = require_src.preflightPdfA;
695
702
  exports.preloadInlineWasm = require_loader.preloadInlineWasm;
696
703
  exports.prepareForSigning = require_pdfDocument.prepareForSigning;
697
704
  exports.processBatch = require_src.processBatch;
@@ -814,6 +821,16 @@ exports.summarizeIssues = require_pdfDocument.summarizeIssues;
814
821
  exports.svgToPdfOperators = require_pdfDocument.svgToPdfOperators;
815
822
  exports.tableToCsv = require_src.tableToCsv;
816
823
  exports.tableToJson = require_src.tableToJson;
824
+ exports.tagFigure = require_src.tagFigure;
825
+ exports.tagHeading = require_src.tagHeading;
826
+ exports.tagLink = require_src.tagLink;
827
+ exports.tagList = require_src.tagList;
828
+ exports.tagListItem = require_src.tagListItem;
829
+ exports.tagParagraph = require_src.tagParagraph;
830
+ exports.tagTable = require_src.tagTable;
831
+ exports.tagTableDataCell = require_src.tagTableDataCell;
832
+ exports.tagTableHeaderCell = require_src.tagTableHeaderCell;
833
+ exports.tagTableRow = require_src.tagTableRow;
817
834
  exports.tilingPattern = require_pdfDocument.tilingPattern;
818
835
  exports.timestampPlugin = require_src.timestampPlugin;
819
836
  exports.toAlpha = require_src.toAlpha;
@@ -833,6 +850,7 @@ exports.validateFieldValue = require_src.validateFieldValue;
833
850
  exports.validateKeyUsage = require_src.validateKeyUsage;
834
851
  exports.validatePdfA = require_src.validatePdfA;
835
852
  exports.validatePdfUa = require_src.validatePdfUa;
853
+ exports.validatePdfUa2 = require_src.validatePdfUa2;
836
854
  exports.validatePdfX = require_src.validatePdfX;
837
855
  exports.validateSignatureChain = require_src.validateSignatureChain;
838
856
  exports.validateXmpMetadata = require_src.validateXmpMetadata;
@@ -1,4 +1,4 @@
1
- import { $ as interpretPage, $a as valuesToModules, $c as detectModifications, $d as buildDeviceNColorSpace, $i as toRoman, $l as findSignatures, $n as Paragraph, $o as ImageDpi, $r as getInlineWasmSize, $s as XmpValidationResult, $t as ScriptRun, $u as aesDecryptCBC, A as OcrWord, Aa as DataMatrixOptions, Ac as IncrementalChange, Ad as endMarkedContent, Af as IncrementalSaveResult, Ai as ExceededMaxLengthError, Al as checkCertificateStatus, An as buildPdfX6OutputIntent, Ao as isWebPLossless, Ar as buildRequirement, As as initJpegWasm, At as ExternalSigner, Au as PdfUnderlineAnnotation, B as extractImages$1, Ba as encodeEan13, Bc as addCounterSignature, Bd as setCharacterSpacing, Bi as PluginError, Bl as encodeInteger, Bn as ExponentialFunction, Bo as detectImageFormat, Br as accessibilityPlugin, Bs as EnforcePdfAResult, Bt as buildVtDpm, Bu as AFNumber_Format, C as computeTileGrid, Ca as StyledBarcodeOptions, Cc as validatePdfA, Cd as beginArtifact, Cf as setLineJoin, Ci as FlattenOptions, Cl as extractEmbeddedRevocationData, Cn as generateCiiXml, Co as decodeTiffPage, Cr as MATHML_NAMESPACE, Cs as optimizeImage, Ct as WoffInfo, Cu as PdfLineAnnotation, D as redactRegions, Da as Pdf417Options, Dc as getLinearizationInfo, Dd as beginMarkedContentWithProperties, Df as isOpenTypeCFF, Di as BatchProcessingError, Dl as downloadCrl, Dn as PdfX6Variant, Do as WebPImage, Dr as buildNamespacesArray, Ds as JpegWasmModule, Dt as readWoffHeader, Du as PdfHighlightAnnotation, E as RedactResult, Ea as Pdf417Matrix, Ec as delinearizePdf, Ed as beginMarkedContentSequence, Ef as stroke, Ei as flattenForm, El as validateCertificateChain, En as PdfX6Options, Eo as parseTiffIfd, Er as buildNamespace, Es as JpegDecodeResult, Et as isWoff2, Eu as PdfSquareAnnotation, F as comparePages, Fa as encodeUpcA, Fc as LtvOptions, Fd as beginText, Fi as InvalidColorError, Fl as requestTimestamp, Fn as buildThresholdHalftone, Fo as encodePngFromPixels, Fr as TableExtractOptions, Fs as applyRedaction, Ft as WorkerPoolOptions, Fu as PdfTextAnnotation, G as renderDisplayListToCanvas, Ga as Code39Options, Gc as FieldLockInfo, Gd as setTextRenderingMode, Gi as HeaderFooterContent, Gl as encodeSequence, Gn as evaluateFunction, Go as convertTiffCmykToRgb, Gr as ParsedPage, Gs as generatePdfAXmpBytes, Gt as renderToPdf, Gu as setFieldValue, H as generateThumbnail, Ha as ItfOptions, Hc as DiffEntry, Hd as setFontSize, Hi as RichTextFieldReadError, Hl as encodeOID, Hn as PostScriptFunction, Ho as getSupportedFormats, Hr as metadataPlugin, Hs as enforcePdfAFull, Ht as RenderOptions$1, Hu as createSandbox, I as ExtractedFont, Ia as upcAToOperators, Ic as buildDssDictionary, Id as endText, Ii as InvalidFieldNamePartError, Il as SignatureOptions, In as buildType1Halftone, Io as recompressWebP, Ir as extractTables, Is as buildPdfXOutputIntent, It as createWorkerPool, Iu as TextAnnotationIcon, J as RenderOptions, Ja as encodeCode39, Jc as buildFieldLockDict, Jd as showText, Ji as applyHeaderFooter, Jl as encodeUtf8String, Jn as CollectionOptions, Jo as JpegMetadata, Jr as StreamingParserOptions, Js as StrippedFeature, Jt as RangeFetchOptions, Ju as AFSpecial_Format, K as renderPageToCanvas, Ka as code39ToOperators, Kc as FieldLockOptions, Kd as setTextRise, Ki as HeaderFooterOptions, Kl as encodeSet, Kn as MarkdownToPdfOptions, Ko as embedTiffCmyk, Kr as StreamingParseResult, Ks as StripOptions, Kt as FetchLike, Ku as addVisibilityAction, L as FontFileFormat, La as calculateEanCheckDigit, Lc as embedLtvData, Ld as moveText, Li as InvalidPageSizeError, Ll as SignerInfo, Ln as buildType5Halftone, Lo as webpToJpeg, Lr as tableToCsv, Ls as enforcePdfX, Lt as PdfVtConformance, Lu as AFDate_FormatEx, M as CompareOptions, Ma as dataMatrixToOperators, Mc as findChangedObjects, Md as drawImageWithMatrix, Mf as saveIncremental, Mi as FieldExistsAsNonTerminalError, Ml as TimestampResult, Mn as STANDARD_SPOT_FUNCTIONS, Mo as DirectEmbedResult, Mr as DocumentPart, Ms as OverlayAlignment, Mt as signDeferred, Mu as PdfFreeTextAnnotation, N as DiffResult, Na as encodeDataMatrix, Nc as optimizeIncrementalSave, Nd as drawImageXObject, Ni as FontNotEmbeddedError, Nl as buildTimestampRequest, Nn as Type1Halftone, No as canDirectEmbed, Nr as buildDPartRoot, Ns as RedactionOperatorOptions, Nt as TaskRunner, Nu as LinkHighlightMode, O as ApplyOcrOptions, Oa as encodePdf417, Oc as isLinearized, Od as createMarkedContentScope, Of as isTrueType, Oi as CombedTextLayoutError, Ol as extractCrlUrls, On as buildBoxDict, Oo as decodeWebP, Or as buildPieceInfo, Os as decodeJpegWasm, Ot as DeferredSignOptions, Ou as PdfSquigglyAnnotation, P as compareImages, Pa as calculateUpcCheckDigit, Pc as DssData, Pd as drawXObject, Pi as ForeignPageError, Pl as parseTimestampResponse, Pn as buildSampledTransferFunction, Po as embedTiffDirect, Pr as ExtractedTable, Ps as RedactionResult, Pt as WorkerPool, Pu as PdfLinkAnnotation, Q as interpretContentStream, Qa as encodeCode128Values, Qc as ModificationViolationType, Qd as showTextWithSpacing, Qi as toAlpha, Ql as embedSignature, Qn as Line, Qo as analyzeJpegMarkers, Qr as getInlineWasmBytes, Qs as XmpIssue, Qt as FallbackRun, Qu as sha512, R as extractFonts, Ra as ean13ToOperators, Rc as hasLtvData, Rd as moveTextSetLeading, Ri as MissingOnValueCheckError, Rl as buildPkcs7Signature, Rn as identityTransferFunction, Ro as webpToPng, Rr as tableToJson, Rs as validatePdfX, Rt as RecordMetadata, Ru as formatDate, S as TileOptions, Sa as readEan8, Sc as enforcePdfA, Sd as MarkedContentScope, Sf as setLineCap, Si as FlattenFormResult, Sl as TrustStore, Sn as InvoiceParty, So as decodeTiffAll, Sr as toSarif, Ss as estimateJpegQuality, St as parseTileInfo, Su as PdfCircleAnnotation, T as RedactRect, Ta as renderStyledBarcode, Tc as LinearizationOptions, Td as beginMarkedContent, Tf as setMiterLimit, Ti as flattenFields, Tl as buildCertificateChain, Tn as PdfRect, To as isTiff, Tr as PDF2_NAMESPACE, Ts as ChromaSubsampling, Tt as isWoff, Tu as PdfPolygonAnnotation, U as Canvas2DLike, Ua as encodeItf, Uc as DocumentDiff, Ud as setLeading, Ui as StreamingParseError, Ul as encodeOctetString, Un as SampledFunction, Uo as TiffCmykEmbedResult, Ur as TimestampPluginOptions, Us as PdfAXmpOptions, Ut as VNode, Uu as getFieldValue, V as ThumbnailOptions, Va as encodeEan8, Vc as getCounterSignatures, Vd as setFont, Vi as RemovePageFromEmptyDocumentError, Vl as encodeLength, Vn as PdfFunctionDef, Vo as getImageFormatName, Vr as MetadataPluginOptions, Vs as EnforcementAction, Vt as gtsPdfVtVersion, Vu as formatNumber, W as CanvasRenderOptions, Wa as itfToOperators, Wc as diffSignedContent, Wd as setTextMatrix, Wi as UnexpectedFieldTypeError, Wl as encodePrintableString, Wn as StitchingFunction, Wo as TiffIfdEntry, Wr as timestampPlugin, Ws as generatePdfAXmp, Wt as h, Wu as resolveFieldReference, X as renderPageToImage, Xa as code128ToOperators, Xc as ModificationReport, Xd as showTextHex, Xi as formatDate$1, Xl as PrepareAppearanceOptions, Xn as CollectionView, Xo as injectJpegMetadata, Xr as PdfDocumentBuilder, Xs as stripProhibitedFeatures, Xt as createRangeFetcher, Xu as sha256, Y as rasterize, Ya as Code128Options, Yc as getFieldLocks, Yd as showTextArray, Yi as applyHeaderFooterToPage, Yl as ByteRangeResult, Yn as CollectionSchemaField, Yo as extractJpegMetadata, Yr as StreamingPdfParser, Ys as countOccurrences, Yt as RangeFetcher, Yu as validateFieldValue, Z as InterpretOptions, Za as encodeCode128, Zc as ModificationViolation, Zd as showTextNextLine, Zi as replaceTemplateVariables, Zl as computeSignatureHash, Zn as buildCollection, Zo as JpegMarkerInfo, Zr as WasmModuleName, Zs as ParsedXmpMetadata, Zt as FallbackFont, Zu as sha384, _ as buildPageOutputIntent, _a as BarcodeReadResult, _c as detectTransparency, _d as buildXmpMetadata, _f as lineTo, _i as BookmarkRef, _l as verifySignatureDetailed, _n as levenshtein, _o as resetWasmLoader, _r as SarifResult, _s as ImageOptimizeOptions, _t as summarizeBitDepth, _u as PdfRedactAnnotation, a as buildColorKeyMask, aa as shrinkFontSize, ac as getSupportedLevels, ad as verifyOwnerPassword, af as closeFillAndStroke, ai as BatchProgressCallback, al as SignatureChainResult, an as generateXRechnungCii, ao as PdfWorkerOptions, ar as buildDocTimeStampDict, as as parseIccColorSpace, at as StrokeItem, au as generateHighlightAppearance, b as RenderCache, ba as readCode39, bc as PdfALevel, bd as PdfStreamWriter, bf as setDashPattern, bi as removeAllBookmarks, bl as validateExtendedKeyUsage, bn as Invoice, bo as TiffImage, br as ValidationLevel, bs as RecompressOptions, bt as decodeTile, bu as StandardStampName, c as SoftMaskGroupOptions, ca as PresetName, cc as generateWinAnsiToUnicodeCmap, cd as PdfUaError, cf as curveTo, ci as batchMerge, cl as IncrementalObject, cn as PdfA4Level, co as clearWasmCache, cr as LabParams, cs as isGrayscaleImage, ct as Matrix, cu as generateSquareAppearance, d as EncryptedPayloadOptions, da as applyPreset, dc as OutputIntentOptions, dd as PdfUaWarning, df as ellipsePath, di as PageLabelStyle, dl as TrailerInfo, dn as pdfA4Rules, do as instantiateWasmModuleStreaming, dr as buildLab, ds as BatchOptimizeOptions, dt as layoutParagraph, du as generateUnderlineAppearance, ea as OverflowMode, ec as extractXmpMetadata, ed as aesEncryptCBC, ef as buildSeparationColorSpace, ei as hasInlineWasmData, el as MdpPermission, en as resolveFallback, eo as BarcodeMatrix, er as ReconstructOptions, es as computeImageDpi, et as DisplayItem, eu as prepareForSigning, f as WrapperPayloadOptions, fa as applyTablePreset, fc as buildOutputIntent, fd as enforcePdfUa, ff as endPath, fi as getPageLabels, fl as appendIncrementalUpdate, fn as FunctionShadingOptions, fo as isWasmDisabled, fr as labToRgb, fs as ImageOptimizeEntry, ft as layoutTextFlow, fu as FileAttachmentIcon, g as attachOutputIntents, ga as stripedPreset, gc as TransparencyInfo, gd as summarizeIssues, gf as fillEvenOddAndStroke, gi as BookmarkNode, gl as validateByteRangeIntegrity, gn as didYouMean, go as provideWasmBytes, gr as SarifLog, gs as DownscaleOptions, gt as offsetSignedToUnsigned, gu as PdfPopupAnnotation, h as PageOutputIntentOptions, ha as professionalPreset, hc as TransparencyFinding, hd as isAccessible, hf as fillEvenOdd, hi as AddBookmarkOptions, hl as saveIncrementalWithSignaturePreservation, hn as CodeFrameOptions, ho as loadWasmModuleStreaming, hr as SARIF_SCHEMA_URI, hs as optimizeAllImages, ht as normalizeComponentDepth, hu as PdfCaretAnnotation, i as buildBlackPointCompensationExtGState, ia as estimateTextWidth, ic as getProfile, id as computeFileEncryptionKey, if as closeAndStroke, ii as BatchOptions, il as SignatureChainEntry, in as generateOrderX, io as PdfWorker, ir as DocTimeStampOptions, is as extractIccProfile, it as Rgba, iu as generateFreeTextAppearance, j as applyOcr, ja as DataMatrixResult, jc as computeObjectHash, jd as wrapInMarkedContent, jf as saveDocumentIncremental, ji as FieldAlreadyExistsError, jl as extractOcspUrl, jn as validateBoxGeometry, jo as DirectEmbedOptions, jr as buildRequirements, js as isJpegWasmReady, jt as SignatureAlgorithm, ju as FreeTextAlignment, k as OcrEngine, ka as pdf417ToOperators, kc as linearizePdf, kd as endArtifact, kf as ChangeTracker, ki as EncryptedPdfError, kl as isCertificateRevoked, kn as buildGtsPdfxVersion, ko as isWebP, kr as RequirementType, ks as encodeJpegWasm, kt as DeferredSignResult, ku as PdfStrikeOutAnnotation, l as buildSoftMaskGroupExtGState, la as PresetOptions, lc as generateZapfDingbatsToUnicodeCmap, ld as PdfUaLevel, lf as curveToFinal, li as processBatch, ll as IncrementalSaveOptions, ln as PdfA4Options, lo as configureWasmLoader, lr as buildCalGray, ls as DeduplicationReport, lt as findHyphenationPoints, lu as generateSquigglyAppearance, m as buildUnencryptedWrapper, ma as minimalPreset, mc as generateSrgbIccProfile, md as checkAccessibility, mf as fillAndStroke, mi as setPageLabels, ml as parseExistingTrailer, mn as sampleShadingColor, mo as loadWasmModule, mr as JsonReport, ms as ProgressInfo, mt as getComponentDepths, mu as CaretSymbol, n as index_d_exports, na as applyOverflow, nc as validateXmpMetadata, nd as md5, nf as clip, ni as preloadInlineWasm, nl as getCertificationLevel, nn as OrderXType, no as base64Decode, nr as reconstructParagraphs, ns as IccProfile, nt as FillItem, nu as searchTextItems, o as buildImageSoftMask, oa as truncateText, oc as isValidLevel, od as verifyUserPassword, of as closeFillEvenOddAndStroke, oi as BatchResult, ol as validateSignatureChain, on as PdfA4ExtensionProperty, oo as RuntimeKind, or as CalGrayParams, os as parseIccDescription, ot as SubPath, ou as generateInkAppearance, p as buildEncryptedPayload, pa as borderedPreset, pc as SRGB_ICC_PROFILE, pd as validatePdfUa, pf as fill, pi as removePageLabels, pl as findExistingSignatures, pn as buildFunctionShading, po as isWasmModuleCached, pr as DEFAULT_SARIF_TOOL_NAME, ps as OptimizationReport, pt as downscale16To8, pu as PdfFileAttachmentAnnotation, q as RasterImage, qa as computeCode39CheckDigit, qc as addFieldLock, qd as setWordSpacing, qi as HeaderFooterPosition, ql as encodeUTCTime, qn as markdownToPdf, qo as isCmykTiff, qr as StreamingParserEvent, qs as StripResult, qt as FetchLikeResponse, qu as setFieldVisibility, r as initWasm, ra as ellipsisText, rc as PdfAProfile, rd as EncryptDictValues, rf as clipEvenOdd, ri as BatchErrorStrategy, rl as setCertificationLevel, rn as XRechnungOptions, ro as base64Encode, rr as DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, rs as embedIccProfile, rt as ImageItem, ru as generateCircleAppearance, s as buildStencilMask, sa as wrapText, sc as generateSymbolToUnicodeCmap, sd as PdfUaEnforcementResult, sf as closePath, si as batchFlatten, sl as AppendOptions, sn as PdfA4ExtensionSchema, so as WasmLoaderConfig, sr as CalRGBParams, ss as convertToGrayscale, st as TextItem, su as generateLineAppearance, t as InitWasmOptions, ta as OverflowResult, tc as parseXmpMetadata$1, td as rc4, tf as circlePath, ti as isValidModuleName, tl as buildDocMdpReference, tn as splitByScript, to as BarcodeOptions, tr as reconstructLines, ts as computeTargetDimensions, tt as DisplayList, tu as decodeJpeg2000, u as buildSoftMaskNone, ua as TablePreset, uc as getToUnicodeCmap, ud as PdfUaValidationResult, uf as curveToInitial, ui as PageLabelRange, ul as SignatureByteRange, un as buildPdfA4Xmp, uo as detectRuntime, ur as buildCalRGB, us as deduplicateImages, ut as layoutColumns, uu as generateStrikeOutAppearance, v as attachAssociatedFiles, va as readBarcode, vc as flattenTransparency, vd as createXmpStream, vf as moveTo, vi as addBookmark, vl as EKU_OIDS, vn as renderCodeFrame, vo as IfdEntry, vr as SarifRun, vs as OptimizeResult, vt as upscale8To16, vu as PdfInkAnnotation, w as renderPageTile, wa as calculateBarcodeDimensions, wc as LinearizationInfo, wd as beginArtifactWithType, wf as setLineWidth, wi as flattenField, wl as verifyOfflineRevocation, wn as BoxGeometry, wo as getTiffPageCount, wr as NamespaceDef, ws as recompressImage, wt as decodeWoff, wu as PdfPolyLineAnnotation, x as TileGrid, xa as readEan13, xc as PdfAValidationResult, xd as PDFOperator, xf as setFlatness, xi as removeBookmark, xl as validateKeyUsage, xn as InvoiceLine, xo as decodeTiff, xr as toJsonReport, xs as downscaleImage, xt as decodeTileRegion, xu as LineEndingStyle, y as registerEmbeddedFile, ya as readCode128, yc as PdfAIssue, yd as parseXmpMetadata, yf as rectangle, yi as getBookmarks, yl as validateCertificatePolicy, yn as FacturXProfile, yo as TiffDecodeOptions, yr as ValidationFinding, ys as RawImageData, yt as assembleTiles, yu as PdfStampAnnotation, z as ExtractedImage, za as ean8ToOperators, zc as CounterSignatureInfo, zd as nextLine, zi as NoSuchFieldError, zl as encodeContextTag, zn as nameHalftone, zo as ImageFormat, zr as AccessibilityPluginOptions, zs as EnforcePdfAOptions, zt as buildPdfVtDParts, zu as parseAcrobatDate } from "./index-BJ4KxqDL.cjs";
1
+ import { $ as redactRegions, $a as Pdf417Options, $c as getLinearizationInfo, $d as beginMarkedContentWithProperties, $f as isOpenTypeCFF, $i as BatchProcessingError, $l as downloadCrl, $n as PdfX6Variant, $o as WebPImage, $r as buildNamespacesArray, $s as JpegWasmModule, $t as readWoffHeader, $u as PdfHighlightAnnotation, A as buildBlackPointCompensationExtGState, Aa as estimateTextWidth, Ac as getProfile, Ad as computeFileEncryptionKey, Af as closeAndStroke, Ai as BatchOptions, Al as SignatureChainEntry, An as generateOrderX, Ao as PdfWorker, Ar as DocTimeStampOptions, As as extractIccProfile, At as Rgba, Au as generateFreeTextAppearance, B as buildUnencryptedWrapper, Ba as minimalPreset, Bc as generateSrgbIccProfile, Bd as checkAccessibility, Bf as fillAndStroke, Bi as setPageLabels, Bl as parseExistingTrailer, Bn as sampleShadingColor, Bo as loadWasmModule, Br as JsonReport, Bs as ProgressInfo, Bt as getComponentDepths, Bu as CaretSymbol, C as tagList, Ca as replaceTemplateVariables, Cc as ParsedXmpMetadata, Cd as sha384, Cf as showTextNextLine, Ci as WasmModuleName, Cl as ModificationViolation, Cn as FallbackFont, Co as encodeCode128, Cr as buildCollection, Cs as JpegMarkerInfo, Ct as InterpretOptions, Cu as computeSignatureHash, D as tagTableDataCell, Da as OverflowResult, Dc as parseXmpMetadata$1, Dd as rc4, Df as circlePath, Di as isValidModuleName, Dl as buildDocMdpReference, Dn as splitByScript, Do as BarcodeOptions, Dr as reconstructLines, Ds as computeTargetDimensions, Dt as DisplayList, Du as decodeJpeg2000, E as tagTable, Ea as OverflowMode, Ec as extractXmpMetadata, Ed as aesEncryptCBC, Ef as buildSeparationColorSpace, Ei as hasInlineWasmData, El as MdpPermission, En as resolveFallback, Eo as BarcodeMatrix, Er as ReconstructOptions, Es as computeImageDpi, Et as DisplayItem, Eu as prepareForSigning, F as buildSoftMaskGroupExtGState, Fa as PresetOptions, Fc as generateZapfDingbatsToUnicodeCmap, Fd as PdfUaLevel, Ff as curveToFinal, Fi as processBatch, Fl as IncrementalSaveOptions, Fn as PdfA4Options, Fo as configureWasmLoader, Fr as buildCalGray, Fs as DeduplicationReport, Ft as findHyphenationPoints, Fu as generateSquigglyAppearance, G as registerEmbeddedFile, Ga as readCode128, Gc as PdfAIssue, Gd as parseXmpMetadata, Gf as rectangle, Gi as getBookmarks, Gl as validateCertificatePolicy, Gn as FacturXProfile, Go as TiffDecodeOptions, Gr as ValidationFinding, Gs as RawImageData, Gt as assembleTiles, Gu as PdfStampAnnotation, H as attachOutputIntents, Ha as stripedPreset, Hc as TransparencyInfo, Hd as summarizeIssues, Hf as fillEvenOddAndStroke, Hi as BookmarkNode, Hl as validateByteRangeIntegrity, Hn as didYouMean, Ho as provideWasmBytes, Hr as SarifLog, Hs as DownscaleOptions, Ht as offsetSignedToUnsigned, Hu as PdfPopupAnnotation, I as buildSoftMaskNone, Ia as TablePreset, Ic as getToUnicodeCmap, Id as PdfUaValidationResult, If as curveToInitial, Ii as PageLabelRange, Il as SignatureByteRange, In as buildPdfA4Xmp, Io as detectRuntime, Ir as buildCalRGB, Is as deduplicateImages, It as layoutColumns, Iu as generateStrikeOutAppearance, J as TileOptions, Ja as readEan8, Jc as enforcePdfA, Jd as MarkedContentScope, Jf as setLineCap, Ji as FlattenFormResult, Jl as TrustStore, Jn as InvoiceParty, Jo as decodeTiffAll, Jr as toSarif, Js as estimateJpegQuality, Jt as parseTileInfo, Ju as PdfCircleAnnotation, K as RenderCache, Ka as readCode39, Kc as PdfALevel, Kd as PdfStreamWriter, Kf as setDashPattern, Ki as removeAllBookmarks, Kl as validateExtendedKeyUsage, Kn as Invoice, Ko as TiffImage, Kr as ValidationLevel, Ks as RecompressOptions, Kt as decodeTile, Ku as StandardStampName, L as EncryptedPayloadOptions, La as applyPreset, Lc as OutputIntentOptions, Ld as PdfUaWarning, Lf as ellipsePath, Li as PageLabelStyle, Ll as TrailerInfo, Ln as pdfA4Rules, Lo as instantiateWasmModuleStreaming, Lr as buildLab, Ls as BatchOptimizeOptions, Lt as layoutParagraph, Lu as generateUnderlineAppearance, M as buildImageSoftMask, Ma as truncateText, Mc as isValidLevel, Md as verifyUserPassword, Mf as closeFillEvenOddAndStroke, Mi as BatchResult, Ml as validateSignatureChain, Mn as PdfA4ExtensionProperty, Mo as RuntimeKind, Mr as CalGrayParams, Ms as parseIccDescription, Mt as SubPath, Mu as generateInkAppearance, N as buildStencilMask, Na as wrapText, Nc as generateSymbolToUnicodeCmap, Nd as PdfUaEnforcementResult, Nf as closePath, Ni as batchFlatten, Nl as AppendOptions, Nn as PdfA4ExtensionSchema, No as WasmLoaderConfig, Nr as CalRGBParams, Ns as convertToGrayscale, Nt as TextItem, Nu as generateLineAppearance, O as tagTableHeaderCell, Oa as applyOverflow, Oc as validateXmpMetadata, Od as md5, Of as clip, Oi as preloadInlineWasm, Ol as getCertificationLevel, On as OrderXType, Oo as base64Decode, Or as reconstructParagraphs, Os as IccProfile, Ot as FillItem, Ou as searchTextItems, P as SoftMaskGroupOptions, Pa as PresetName, Pc as generateWinAnsiToUnicodeCmap, Pd as PdfUaError, Pf as curveTo, Pi as batchMerge, Pl as IncrementalObject, Pn as PdfA4Level, Po as clearWasmCache, Pr as LabParams, Ps as isGrayscaleImage, Pt as Matrix, Pu as generateSquareAppearance, Q as RedactResult, Qa as Pdf417Matrix, Qc as delinearizePdf, Qd as beginMarkedContentSequence, Qf as stroke, Qi as flattenForm, Ql as validateCertificateChain, Qn as PdfX6Options, Qo as parseTiffIfd, Qr as buildNamespace, Qs as JpegDecodeResult, Qt as isWoff2, Qu as PdfSquareAnnotation, R as WrapperPayloadOptions, Ra as applyTablePreset, Rc as buildOutputIntent, Rd as enforcePdfUa, Rf as endPath, Ri as getPageLabels, Rl as appendIncrementalUpdate, Rn as FunctionShadingOptions, Ro as isWasmDisabled, Rr as labToRgb, Rs as ImageOptimizeEntry, Rt as layoutTextFlow, Ru as FileAttachmentIcon, S as tagLink, Sa as formatDate$1, Sc as stripProhibitedFeatures, Sd as sha256, Sf as showTextHex, Si as PdfDocumentBuilder, Sl as ModificationReport, Sn as createRangeFetcher, So as code128ToOperators, Sr as CollectionView, Ss as injectJpegMetadata, St as renderPageToImage, Su as PrepareAppearanceOptions, T as tagParagraph, Ta as toRoman, Tc as XmpValidationResult, Td as aesDecryptCBC, Tf as buildDeviceNColorSpace, Ti as getInlineWasmSize, Tl as detectModifications, Tn as ScriptRun, To as valuesToModules, Tr as Paragraph, Ts as ImageDpi, Tt as interpretPage, Tu as findSignatures, U as buildPageOutputIntent, Ua as BarcodeReadResult, Uc as detectTransparency, Ud as buildXmpMetadata, Uf as lineTo, Ui as BookmarkRef, Ul as verifySignatureDetailed, Un as levenshtein, Uo as resetWasmLoader, Ur as SarifResult, Us as ImageOptimizeOptions, Ut as summarizeBitDepth, Uu as PdfRedactAnnotation, V as PageOutputIntentOptions, Va as professionalPreset, Vc as TransparencyFinding, Vd as isAccessible, Vf as fillEvenOdd, Vi as AddBookmarkOptions, Vl as saveIncrementalWithSignaturePreservation, Vn as CodeFrameOptions, Vo as loadWasmModuleStreaming, Vr as SARIF_SCHEMA_URI, Vs as optimizeAllImages, Vt as normalizeComponentDepth, Vu as PdfCaretAnnotation, W as attachAssociatedFiles, Wa as readBarcode, Wc as flattenTransparency, Wd as createXmpStream, Wf as moveTo, Wi as addBookmark, Wl as EKU_OIDS, Wn as renderCodeFrame, Wo as IfdEntry, Wr as SarifRun, Ws as OptimizeResult, Wt as upscale8To16, Wu as PdfInkAnnotation, X as renderPageTile, Xa as calculateBarcodeDimensions, Xc as LinearizationInfo, Xd as beginArtifactWithType, Xf as setLineWidth, Xi as flattenField, Xl as verifyOfflineRevocation, Xn as BoxGeometry, Xo as getTiffPageCount, Xr as NamespaceDef, Xs as recompressImage, Xt as decodeWoff, Xu as PdfPolyLineAnnotation, Y as computeTileGrid, Ya as StyledBarcodeOptions, Yc as validatePdfA, Yd as beginArtifact, Yf as setLineJoin, Yi as FlattenOptions, Yl as extractEmbeddedRevocationData, Yn as generateCiiXml, Yo as decodeTiffPage, Yr as MATHML_NAMESPACE, Ys as optimizeImage, Yt as WoffInfo, Yu as PdfLineAnnotation, Z as RedactRect, Za as renderStyledBarcode, Zc as LinearizationOptions, Zd as beginMarkedContent, Zf as setMiterLimit, Zi as flattenFields, Zl as buildCertificateChain, Zn as PdfRect, Zo as isTiff, Zr as PDF2_NAMESPACE, Zs as ChromaSubsampling, Zt as isWoff, Zu as PdfPolygonAnnotation, _ as LIST_NUMBERING_KEY, _a as HeaderFooterContent, _c as generatePdfAXmpBytes, _d as setFieldValue, _f as setTextRenderingMode, _i as ParsedPage, _l as FieldLockInfo, _n as renderToPdf, _o as Code39Options, _r as evaluateFunction, _s as convertTiffCmykToRgb, _t as renderDisplayListToCanvas, _u as encodeSequence, a as buildPdfRIdentificationXmp, aa as FontNotEmbeddedError, ac as RedactionOperatorOptions, ad as LinkHighlightMode, af as drawImageXObject, ai as buildDPartRoot, al as optimizeIncrementalSave, an as TaskRunner, ao as encodeDataMatrix, ar as Type1Halftone, as as canDirectEmbed, at as DiffResult, au as buildTimestampRequest, b as tagFigure, ba as applyHeaderFooter, bc as StrippedFeature, bd as AFSpecial_Format, bf as showText, bi as StreamingParserOptions, bl as buildFieldLockDict, bn as RangeFetchOptions, bo as encodeCode39, br as CollectionOptions, bs as JpegMetadata, bt as RenderOptions, bu as encodeUtf8String, c as convertPdfAConformanceXmp, ca as InvalidFieldNamePartError, cc as buildPdfXOutputIntent, cd as TextAnnotationIcon, cf as endText, ci as extractTables, cl as buildDssDictionary, cn as createWorkerPool, co as upcAToOperators, cr as buildType1Halftone, cs as recompressWebP, ct as ExtractedFont, cu as SignatureOptions, d as AutoTagResult, da as NoSuchFieldError, dc as EnforcePdfAOptions, dd as parseAcrobatDate, df as nextLine, di as AccessibilityPluginOptions, dl as CounterSignatureInfo, dn as buildPdfVtDParts, do as ean8ToOperators, dr as nameHalftone, ds as ImageFormat, dt as ExtractedImage, du as encodeContextTag, ea as CombedTextLayoutError, ec as decodeJpegWasm, ed as PdfSquigglyAnnotation, ef as createMarkedContentScope, ei as buildPieceInfo, el as isLinearized, en as DeferredSignOptions, eo as encodePdf417, ep as isTrueType, er as buildBoxDict, es as decodeWebP, et as ApplyOcrOptions, eu as extractCrlUrls, f as autoTagPage, fa as PluginError, fc as EnforcePdfAResult, fd as AFNumber_Format, ff as setCharacterSpacing, fi as accessibilityPlugin, fl as addCounterSignature, fn as buildVtDpm, fo as encodeEan13, fr as ExponentialFunction, fs as detectImageFormat, ft as extractImages$1, fu as encodeInteger, g as validatePdfUa2, ga as UnexpectedFieldTypeError, gc as generatePdfAXmp, gd as resolveFieldReference, gf as setTextMatrix, gi as timestampPlugin, gl as diffSignedContent, gn as h, go as itfToOperators, gr as StitchingFunction, gs as TiffIfdEntry, gt as CanvasRenderOptions, gu as encodePrintableString, h as buildPdfUa2Xmp, ha as StreamingParseError, hc as PdfAXmpOptions, hd as getFieldValue, hf as setLeading, hi as TimestampPluginOptions, hl as DocumentDiff, hn as VNode, ho as encodeItf, hr as SampledFunction, hs as TiffCmykEmbedResult, ht as Canvas2DLike, hu as encodeOctetString, i as ProfileXmpOptions, ia as FieldExistsAsNonTerminalError, ic as OverlayAlignment, id as PdfFreeTextAnnotation, if as drawImageWithMatrix, ii as DocumentPart, il as findChangedObjects, in as signDeferred, io as dataMatrixToOperators, ip as saveIncremental, ir as STANDARD_SPOT_FUNCTIONS, is as DirectEmbedResult, it as CompareOptions, iu as TimestampResult, j as buildColorKeyMask, ja as shrinkFontSize, jc as getSupportedLevels, jd as verifyOwnerPassword, jf as closeFillAndStroke, ji as BatchProgressCallback, jl as SignatureChainResult, jn as generateXRechnungCii, jo as PdfWorkerOptions, jr as buildDocTimeStampDict, js as parseIccColorSpace, jt as StrokeItem, ju as generateHighlightAppearance, k as tagTableRow, ka as ellipsisText, kc as PdfAProfile, kd as EncryptDictValues, kf as clipEvenOdd, ki as BatchErrorStrategy, kl as setCertificationLevel, kn as XRechnungOptions, ko as base64Encode, kr as DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, ks as embedIccProfile, kt as ImageItem, ku as generateCircleAppearance, l as preflightPdfA, la as InvalidPageSizeError, lc as enforcePdfX, ld as AFDate_FormatEx, lf as moveText, li as tableToCsv, ll as embedLtvData, ln as PdfVtConformance, lo as calculateEanCheckDigit, lr as buildType5Halftone, ls as webpToJpeg, lt as FontFileFormat, lu as SignerInfo, m as PdfUa2Result, ma as RichTextFieldReadError, mc as enforcePdfAFull, md as createSandbox, mf as setFontSize, mi as metadataPlugin, ml as DiffEntry, mn as RenderOptions$1, mo as ItfOptions, mr as PostScriptFunction, ms as getSupportedFormats, mt as generateThumbnail, mu as encodeOID, n as index_d_exports, na as ExceededMaxLengthError, nc as initJpegWasm, nd as PdfUnderlineAnnotation, nf as endMarkedContent, ni as buildRequirement, nl as IncrementalChange, nn as ExternalSigner, no as DataMatrixOptions, np as IncrementalSaveResult, nr as buildPdfX6OutputIntent, ns as isWebPLossless, nt as OcrWord, nu as checkCertificateStatus, o as buildWtpdfIdentificationXmp, oa as ForeignPageError, oc as RedactionResult, od as PdfLinkAnnotation, of as drawXObject, oi as ExtractedTable, ol as DssData, on as WorkerPool, oo as calculateUpcCheckDigit, or as buildSampledTransferFunction, os as embedTiffDirect, ot as compareImages, ou as parseTimestampResponse, p as PdfUa2Issue, pa as RemovePageFromEmptyDocumentError, pc as EnforcementAction, pd as formatNumber, pf as setFont, pi as MetadataPluginOptions, pl as getCounterSignatures, pn as gtsPdfVtVersion, po as encodeEan8, pr as PdfFunctionDef, ps as getImageFormatName, pt as ThumbnailOptions, pu as encodeLength, q as TileGrid, qa as readEan13, qc as PdfAValidationResult, qd as PDFOperator, qf as setFlatness, qi as removeBookmark, ql as validateKeyUsage, qn as InvoiceLine, qo as decodeTiff, qr as toJsonReport, qs as downscaleImage, qt as decodeTileRegion, qu as LineEndingStyle, r as initWasm, ra as FieldAlreadyExistsError, rc as isJpegWasmReady, rd as FreeTextAlignment, rf as wrapInMarkedContent, ri as buildRequirements, rl as computeObjectHash, rn as SignatureAlgorithm, ro as DataMatrixResult, rp as saveDocumentIncremental, rr as validateBoxGeometry, rs as DirectEmbedOptions, rt as applyOcr, ru as extractOcspUrl, s as PreflightIssue, sa as InvalidColorError, sc as applyRedaction, sd as PdfTextAnnotation, sf as beginText, si as TableExtractOptions, sl as LtvOptions, sn as WorkerPoolOptions, so as encodeUpcA, sr as buildThresholdHalftone, ss as encodePngFromPixels, st as comparePages, su as requestTimestamp, t as InitWasmOptions, ta as EncryptedPdfError, tc as encodeJpegWasm, td as PdfStrikeOutAnnotation, tf as endArtifact, ti as RequirementType, tl as linearizePdf, tn as DeferredSignResult, to as pdf417ToOperators, tp as ChangeTracker, tr as buildGtsPdfxVersion, ts as isWebP, tt as OcrEngine, tu as isCertificateRevoked, u as AutoTagOptions, ua as MissingOnValueCheckError, uc as validatePdfX, ud as formatDate, uf as moveTextSetLeading, ui as tableToJson, ul as hasLtvData, un as RecordMetadata, uo as ean13ToOperators, ur as identityTransferFunction, us as webpToPng, ut as extractFonts, uu as buildPkcs7Signature, v as ListNumbering, va as HeaderFooterOptions, vc as StripOptions, vd as addVisibilityAction, vf as setTextRise, vi as StreamingParseResult, vl as FieldLockOptions, vn as FetchLike, vo as code39ToOperators, vr as MarkdownToPdfOptions, vs as embedTiffCmyk, vt as renderPageToCanvas, vu as encodeSet, w as tagListItem, wa as toAlpha, wc as XmpIssue, wd as sha512, wf as showTextWithSpacing, wi as getInlineWasmBytes, wl as ModificationViolationType, wn as FallbackRun, wo as encodeCode128Values, wr as Line, ws as analyzeJpegMarkers, wt as interpretContentStream, wu as embedSignature, x as tagHeading, xa as applyHeaderFooterToPage, xc as countOccurrences, xd as validateFieldValue, xf as showTextArray, xi as StreamingPdfParser, xl as getFieldLocks, xn as RangeFetcher, xo as Code128Options, xr as CollectionSchemaField, xs as extractJpegMetadata, xt as rasterize, xu as ByteRangeResult, y as TaggedListItem, ya as HeaderFooterPosition, yc as StripResult, yd as setFieldVisibility, yf as setWordSpacing, yi as StreamingParserEvent, yl as addFieldLock, yn as FetchLikeResponse, yo as computeCode39CheckDigit, yr as markdownToPdf, ys as isCmykTiff, yt as RasterImage, yu as encodeUTCTime, z as buildEncryptedPayload, za as borderedPreset, zc as SRGB_ICC_PROFILE, zd as validatePdfUa, zf as fill, zi as removePageLabels, zl as findExistingSignatures, zn as buildFunctionShading, zo as isWasmModuleCached, zr as DEFAULT_SARIF_TOOL_NAME, zs as OptimizationReport, zt as downscale16To8, zu as PdfFileAttachmentAnnotation } from "./index-JejepHCR.cjs";
2
2
  import { $ as PageEntry, $n as rotationMatrix, $t as EmbedPageOptions, A as signPdf, An as createAnnotation, Ar as setStrokeColor, At as TableRow, B as loadPdf, Bn as ParseSpeeds, Bt as GradientFill, C as attachFile, Cn as parseSvgTransform, Cr as rgbToCmyk, Ct as DrawTableOptions, D as SignOptions, Dn as PdfAnnotation, Dr as setFillColorGray, Dt as TableCell, E as PdfSignatureInfo, En as AnnotationType, Er as setFillColorCmyk, Et as PageContent, F as OutlineDestination, Fn as StructureType, Fr as setStrokingColor, Ft as QrCodeMatrix, G as EncryptOptions, Gn as Radians, Gt as RadialGradientOptions, H as PdfWriter, Hn as TextRenderingMode, Ht as NormalizedStop, I as OutlineItemOptions, In as BlendMode, Ir as spotColor, It as QrCodeOptions, J as decodePermissions, Jn as degreesToRadians, Jt as buildPatternObjects, K as PdfEncryptionHandler, Kn as concatMatrix, Kt as TilingPatternOptions, L as PdfOutlineItem, Ln as ImageAlignment, Lr as spotResourceName, Lt as encodeQrCode, M as ViewerPreferences, Mn as PdfStructureElement, Mr as setStrokeColorGray, Mt as renderMultiPageTable, N as buildViewerPreferencesDict, Nn as PdfStructureTree, Nr as setStrokeColorRgb, Nt as renderTable, O as VisibleSignatureOptions, On as annotationFromDict, Or as setFillColorRgb, Ot as TableColumn, P as parseViewerPreferences, Pn as StructureElementOptions, Pr as setStrokeColorSpace, Pt as ErrorCorrectionLevel, Q as DocumentStructure, Qn as rotate, Qt as DrawPageOptions, R as PdfOutlineTree, Rn as LineCapStyle, Rt as qrCodeToOperators, S as EmbeddedFile, Sn as parseSvgPath, Sr as rgb, St as CellContent, T as getAttachments, Tn as AnnotationOptions, Tr as setFillColor, Tt as NestedTableContent, U as serializePdf, Un as Angle, Ut as PatternFill, V as PdfSaveOptions, Vn as TextAlignment, Vt as LinearGradientOptions, W as EncryptAlgorithm, Wn as Degrees, Wt as RadialGradientFill, X as CatalogOptions, Xn as radiansToDegrees, Xt as radialGradient, Y as encodePermissions, Yn as radians, Yt as linearGradient, Z as DocumentMetadata, Zn as restoreState, Zt as tilingPattern, _ as AFRelationship, _n as SvgGradientStop, _r as componentsToColor, _t as PageSizes, a as StandardFonts, an as getRedactionMarks, ar as CmykColor, at as DrawCircleOptions, b as buildAfArray, bn as parseSvg, br as grayscale, bt as SoftMaskRef, c as PdfPluginManager, cn as PdfLayerManager, cr as GrayscaleColor, ct as DrawLineOptions, d as SignatureVerificationResult, dn as SvgRenderOptions, dr as applyFillColor, dt as DrawSquareOptions, en as EmbeddedPdfPage, er as saveState, et as buildCatalog, f as verifySignature, fn as drawSvgOnPage, fr as applyStrokeColor, ft as DrawSvgPathOptions, g as addWatermarkToPage, gn as SvgGradient, gr as colorToHex, gt as PageSize, h as addWatermark, hn as SvgElement, hr as colorToComponents, ht as ImageRef, i as StandardFontName, in as applyRedactions, ir as translate, it as formatPdfDate, j as PdfViewerPreferences, jn as AccessibilityIssue, jr as setStrokeColorCmyk, jt as TextRun, k as getSignatures, kn as buildAnnotationDict, kr as setFillingColor, kt as TableRenderResult, l as PluginDocument, ln as beginLayerContent, lr as RgbColor, lt as DrawQrCodeOptions, m as WatermarkOptions, mn as SvgDrawCommand, mr as cmykToRgb, mt as FontRef, n as PdfDocument, nn as RedactionMark, nr as setGraphicsState, nt as buildInfoDict, o as createPdf, on as markForRedaction, or as Color, ot as DrawEllipseOptions, p as verifySignatures, pn as svgToPdfOperators, pr as cmyk, pt as DrawTextOptions, q as PdfPermissionFlags, qn as degrees, qt as buildGradientObjects, r as SetTitleOptions, rn as RedactionOptions, rr as skew, rt as buildPageTree, s as PdfPlugin, sn as PdfLayer, sr as DeviceNColor, st as DrawImageOptions, t as EmbedFontOptions, tn as embedPageAsFormXObject, tr as scale, tt as buildDocumentStructure, u as PluginPage, un as endLayerContent, ur as SpotColor, ut as DrawRectangleOptions, v as AssociatedFileOptions, vn as applySpreadMethod, vr as deviceNColor, vt as PdfPage, w as buildEmbeddedFilesNameTree, wn as AnnotationFlags, wr as setColorSpace, wt as MultiPageTableResult, x as createAssociatedFile, xn as parseSvgColor, xr as hexToColor, xt as TransparencyGroupOptions, y as AssociatedFileResult, yn as interpolateLinearRgb, yr as deviceNResourceName, yt as SoftMaskBuilder, z as LoadPdfOptions, zn as LineJoinStyle, zt as ColorStop } from "./pdfDocument-B8tQcZqj.cjs";
3
3
  import { C as PdfRef, E as RegistryEntry, S as PdfObjectRegistry, T as PdfString, _ as PdfDict, a as PdfListboxField, b as PdfNumber, c as PdfCheckboxField, d as FieldType, f as PdfField, g as PdfBool, h as PdfArray, i as PdfButtonField, l as PdfTextField, m as ByteWriter, n as RefResolver, o as PdfDropdownField, p as WidgetAnnotationHost, r as PdfSignatureField, s as PdfRadioGroup, t as PdfForm, u as FieldFlags, v as PdfName, w as PdfStream, x as PdfObject, y as PdfNull } from "./pdfForm-Ca86NDWn.cjs";
4
4
  import { A as movePage, B as asPdfName, C as copyPages, D as cropPage, E as CropBox, F as rotateAllPages, I as rotatePage, L as asNumber, M as removePages, N as resizePage, O as getPageSize, P as reversePages, R as asPDFName, S as PageRange, T as splitPdf, V as asPdfNumber, _ as LayoutSinglelineResult, a as FontEmbeddingResult, b as layoutMultilineText, c as SubsetCmap, d as extractMetrics, f as ComputeFontSizeOptions, g as LayoutSinglelineOptions, h as LayoutMultilineResult, i as FontDescriptorData, j as removePage, k as insertPage, l as SubsetResult, m as LayoutMultilineOptions, n as CIDSystemInfoData, o as Type0FontData, p as LayoutCombedOptions, r as EmbeddedFont, s as WidthEntry, t as CIDFontData, u as FontMetrics, v as computeFontSize, w as mergePdfs, x as layoutSinglelineText, y as layoutCombedText, z as asPDFNumber } from "./fontEmbed-Dwl1XeEA.cjs";
@@ -186,5 +186,5 @@ declare function saveAsDataUrl(bytes: Uint8Array): string;
186
186
  */
187
187
  declare function openInNewTab(bytes: Uint8Array, target?: string): Window | null;
188
188
  //#endregion
189
- export { AFDate_FormatEx, AFNumber_Format, type AFRelationship, AFSpecial_Format, type AccessibilityIssue, type AccessibilityPluginOptions, type AddBookmarkOptions, type AnalysisReport, type AnalyzeImagesOptions, type Angle, AnnotationFlags, type AnnotationOptions, type AnnotationType, type AppearanceProviderFor, type AppendOptions, type ApplyOcrOptions, type AssociatedFileOptions, type AssociatedFileResult, type BarcodeMatrix, type BarcodeOptions, type BarcodeOptions as EanOptions, type BarcodeOptions as UpcOptions, type BarcodeReadResult, type BatchErrorStrategy, type BatchOptimizeOptions, type BatchOptions, BatchProcessingError, type BatchProgressCallback, type BatchResult, BlendMode, type BookmarkNode, type BookmarkRef, type BoxGeometry, type ButtonAppearanceOptions, type ByteRangeResult, type ByteWriter, type CIDFontData, type CIDSystemInfoData, type CalGrayParams, type CalRGBParams, type Canvas2DLike, type CanvasRenderOptions, type CaretSymbol, type CatalogOptions, type CellContent, ChangeTracker, type CheckboxAppearanceOptions, type ChromaSubsampling, type CmykColor, type Code128Options, type Code39Options, type CodeFrameOptions, type CollectionOptions, type CollectionSchemaField, type CollectionView, type Color, type ColorStop, CombedTextLayoutError, type CompareOptions, type ComputeFontSizeOptions, type ContentStreamOperator, type CounterSignatureInfo, type CropBox, DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, DEFAULT_SARIF_TOOL_NAME, type DataMatrixOptions, type DataMatrixResult, type DeduplicationReport, type DeferredSignOptions, type DeferredSignResult, type Degrees, type DeviceNColor, type DiffEntry, type DiffResult, type DirectEmbedOptions, type DirectEmbedResult, type DisplayItem, type DisplayList, type DocTimeStampOptions, type DocumentDiff, type DocumentMetadata, type DocumentPart, type DocumentStructure, type DownscaleOptions, type DrawCircleOptions, type DrawEllipseOptions, type DrawImageOptions, type DrawLineOptions, type DrawPageOptions, type DrawQrCodeOptions, type DrawRectangleOptions, type DrawSquareOptions, type DrawSvgPathOptions, type DrawTableOptions, type DrawTextOptions, type DropdownAppearanceOptions, type DssData, EKU_OIDS, type EmbedFontOptions, type EmbedPageOptions, type EmbeddedFile, EmbeddedFont, type EmbeddedPdfPage, type EncryptAlgorithm, type EncryptDictValues, type EncryptOptions, type EncryptedPayloadOptions, EncryptedPdfError, type EnforcePdfAOptions, type EnforcePdfAResult, type EnforcementAction, type ErrorCorrectionLevel, ExceededMaxLengthError, type ExponentialFunction, type ExternalSigner, type ExtractedFont, type ExtractedImage, type ExtractedTable, type FacturXProfile, type FallbackFont, type FallbackRun, type FetchLike, type FetchLikeResponse, FieldAlreadyExistsError, FieldExistsAsNonTerminalError, FieldFlags, type FieldLockInfo, type FieldLockOptions, type FieldType, type FileAttachmentIcon, type FillItem, type FlattenFormResult, type FlattenOptions, type FontDescriptorData, type FontEmbeddingResult, type FontFileFormat, type FontMetrics, FontNotEmbeddedError, type FontRef, ForeignPageError, type FreeTextAlignment, type FunctionShadingOptions, type GradientFill, type GrayscaleColor, type HeaderFooterContent, type HeaderFooterOptions, type HeaderFooterPosition, type IccProfile, type IfdEntry, ImageAlignment, type ImageAnalysis, type ImageDpi, type ImageFormat, type ImageInfo, type ImageItem, type ImageOptimizeEntry, type ImageOptimizeOptions, type ImageRef, type IncrementalChange, type IncrementalObject, type IncrementalSaveOptions, type IncrementalSaveResult, InitWasmOptions, type InterpretOptions, InvalidColorError, InvalidFieldNamePartError, InvalidPageSizeError, type Invoice, type InvoiceLine, type InvoiceParty, type ItfOptions, type JpegDecodeResult, type JpegMarkerInfo, type JpegMetadata, type JpegWasmModule, type JsonReport, type LabParams, type LayoutCombedOptions, type LayoutMultilineOptions, type LayoutMultilineResult, type LayoutSinglelineOptions, type LayoutSinglelineResult, LineCapStyle, type LineEndingStyle, LineJoinStyle, type LinearGradientOptions, type LinearizationInfo, type LinearizationOptions, type LinkHighlightMode, type ListboxAppearanceOptions, type LoadPdfOptions, type LtvOptions, MATHML_NAMESPACE, type MarkdownToPdfOptions, type MarkedContentScope, type Matrix, MdpPermission, type MetadataPluginOptions, MissingOnValueCheckError, type ModificationReport, type ModificationViolation, type ModificationViolationType, type MultiPageTableResult, type NamespaceDef, type NestedTableContent, NoSuchFieldError, type NormalizedStop, type OcrEngine, type OcrWord, type Operand, type OptimizationReport, type OptimizeResult, type OrderXType, type OutlineDestination, type OutlineItemOptions, type OutputIntentOptions, type OverflowMode, type OverflowResult, type OverlayAlignment, PDF2_NAMESPACE, PDFOperator, type PageContent, type PageEntry, type PageLabelRange, type PageLabelStyle, type PageOutputIntentOptions, type PageRange, type PageSize, PageSizes, ParseSpeeds, type ParsedPage, type ParsedXmpMetadata, type PatternFill, type Pdf417Matrix, type Pdf417Options, type PdfA4ExtensionProperty, type PdfA4ExtensionSchema, type PdfA4Level, type PdfA4Options, type PdfAIssue, type PdfALevel, type PdfAProfile, type PdfAValidationResult, type PdfAXmpOptions, PdfAnnotation, PdfArray, PdfBool, PdfButtonField, PdfCaretAnnotation, PdfCheckboxField, PdfCircleAnnotation, PdfDict, PdfDocument, PdfDocumentBuilder, PdfDropdownField, PdfEncryptionHandler, PdfField, PdfFileAttachmentAnnotation, PdfForm, PdfFreeTextAnnotation, type PdfFunctionDef, PdfHighlightAnnotation, PdfInkAnnotation, PdfLayer, PdfLayerManager, PdfLineAnnotation, PdfLinkAnnotation, PdfListboxField, PdfName, PdfNull, PdfNumber, type PdfObject, PdfObjectRegistry, PdfOutlineItem, PdfOutlineTree, PdfPage, PdfParseError, type PdfPermissionFlags, type PdfPlugin, PdfPluginManager, PdfPolyLineAnnotation, PdfPolygonAnnotation, PdfPopupAnnotation, PdfRadioGroup, type PdfRect, PdfRedactAnnotation, PdfRef, type PdfSaveOptions, PdfSignatureField, type PdfSignatureInfo, PdfSquareAnnotation, PdfSquigglyAnnotation, PdfStampAnnotation, PdfStream, PdfStreamWriter, PdfStrikeOutAnnotation, PdfString, PdfStructureElement, PdfStructureTree, PdfTextAnnotation, PdfTextField, type PdfUaEnforcementResult, type PdfUaError, type PdfUaLevel, type PdfUaValidationResult, type PdfUaWarning, PdfUnderlineAnnotation, PdfViewerPreferences, type PdfVtConformance, PdfWorker, type PdfWorkerOptions, PdfWriter, type PdfX6Options, type PdfX6Variant, type PluginDocument, PluginError, type PluginPage, type PostScriptFunction, type PrepareAppearanceOptions, type PresetName, type PresetOptions, type ProgressInfo, type QrCodeMatrix, type QrCodeOptions, type RadialGradientFill, type RadialGradientOptions, type Radians, type RadioAppearanceOptions, type RangeFetchOptions, type RangeFetcher, type RasterImage, type RawImageData, type RecompressOptions, type ReconstructOptions, type RedactRect, type RedactResult, type RedactionMark, type RedactionOperatorOptions, type RedactionOptions, type RedactionResult, type RefResolver, type RegistryEntry, RemovePageFromEmptyDocumentError, RenderCache, type RenderOptions, type RequirementType, type RgbColor, type Rgba, RichTextFieldReadError, type RuntimeKind, SARIF_SCHEMA_URI, SRGB_ICC_PROFILE, STANDARD_SPOT_FUNCTIONS, type SampledFunction, type SarifLog, type SarifResult, type SarifRun, type ScriptRun, type SetTitleOptions, type SignOptions, type SignatureAlgorithm, type SignatureAppearanceOptions, type SignatureByteRange, type SignatureChainEntry, type SignatureChainResult, type SignatureOptions, type SignatureVerificationResult, type SignerInfo, type SoftMaskBuilder, type SoftMaskGroupOptions, type SoftMaskRef, type SpotColor, type StandardFontName, StandardFonts, type StandardStampName, type StitchingFunction, StreamingParseError, type StreamingParseResult, type StreamingParserEvent, type StreamingParserOptions, StreamingPdfParser, type StripOptions, type StripResult, type StrippedFeature, type StrokeItem, type StructureElementOptions, type StructureType, type StyledBarcodeOptions, type SubPath, type SubsetCmap, type SubsetResult, type SvgDrawCommand, type SvgElement, type SvgGradient, type SvgGradientStop, type SvgRenderOptions, type TableCell, type TableColumn, type TableExtractOptions, type TablePreset, type TableRenderResult, type TableRow, type TaskRunner, TextAlignment, type TextAnnotationIcon, type TextAppearanceOptions, type TextItem as TextDisplayItem, type TextExtractionOptions, type TextItem$1 as TextItem, type Line as TextLine, type Paragraph as TextParagraph, TextRenderingMode, type TextRun, type ThumbnailOptions, type TiffCmykEmbedResult, type TiffDecodeOptions, type TiffIfdEntry, type TiffImage, type TileGrid, type TileOptions, type TilingPatternOptions, type TimestampPluginOptions, type TimestampResult, type TrailerInfo, type TransparencyFinding, type TransparencyGroupOptions, type TransparencyInfo, TrustStore, type Type0FontData, type Type1Halftone, UnexpectedFieldTypeError, type VNode, type ValidationFinding, type ValidationLevel, type RenderOptions$1 as VdomRenderOptions, type ViewerPreferences, type VisibleSignatureOptions, type RecordMetadata as VtRecordMetadata, type WasmLoaderConfig, type WasmModuleName, type WatermarkOptions, type WebPImage, type WidgetAnnotationHost, type WidthEntry, type WoffInfo, type WorkerPool, type WorkerPoolOptions, type WrapperPayloadOptions, type XRechnungOptions, type XmpIssue, type XmpValidationResult, accessibilityPlugin, addBookmark, addCounterSignature, addFieldLock, addVisibilityAction, addWatermark, addWatermarkToPage, aesDecryptCBC, aesEncryptCBC, analyzeImages, analyzeJpegMarkers, annotationFromDict, appendIncrementalUpdate, applyFillColor, applyHeaderFooter, applyHeaderFooterToPage, applyOcr, applyOverflow, applyPreset, applyRedaction, applyRedactions, applySpreadMethod, applyStrokeColor, applyTablePreset, asNumber, asPDFName, asPDFNumber, asPdfName, asPdfNumber, assembleTiles, attachAssociatedFiles, attachFile, attachOutputIntents, base64Decode, base64Encode, batchFlatten, batchMerge, beginArtifact, beginArtifactWithType, beginLayerContent, beginMarkedContent, beginMarkedContentSequence, beginMarkedContentWithProperties, beginText, borderedPreset, buildAfArray, buildAnnotationDict, buildBlackPointCompensationExtGState, buildBoxDict, buildCalGray, buildCalRGB, buildCatalog, buildCertificateChain, buildCollection, buildColorKeyMask, buildDPartRoot, buildDeviceNColorSpace, buildDocMdpReference, buildDocTimeStampDict, buildDocumentStructure, buildDssDictionary, buildEmbeddedFilesNameTree, buildEncryptedPayload, buildFieldLockDict, buildFunctionShading, buildGradientObjects, buildGtsPdfxVersion, buildImageSoftMask, buildInfoDict, buildLab, buildNamespace, buildNamespacesArray, buildOutputIntent, buildPageOutputIntent, buildPageTree, buildPatternObjects, buildPdfA4Xmp, buildPdfVtDParts, buildPdfX6OutputIntent, buildPdfXOutputIntent, buildPieceInfo, buildPkcs7Signature, buildRequirement, buildRequirements, buildSampledTransferFunction, buildSeparationColorSpace, buildSoftMaskGroupExtGState, buildSoftMaskNone, buildStencilMask, buildThresholdHalftone, buildTimestampRequest, buildType1Halftone, buildType5Halftone, buildUnencryptedWrapper, buildViewerPreferencesDict, buildVtDpm, buildXmpMetadata, calculateBarcodeDimensions, calculateEanCheckDigit, calculateUpcCheckDigit, canDirectEmbed, checkAccessibility, checkCertificateStatus, circlePath, clearWasmCache, clipEvenOdd, clip as clipOp, closeAndStroke, closeFillAndStroke, closeFillEvenOddAndStroke, closePath as closePathOp, cmyk, cmykToRgb, code128ToOperators, code39ToOperators, colorToComponents, colorToHex, compareImages, comparePages, componentsToColor, computeCode39CheckDigit, computeFileEncryptionKey, computeFontSize, computeImageDpi, computeObjectHash, computeSignatureHash, computeTargetDimensions, computeTileGrid, concatMatrix, concatMatrix as concatTransformationMatrix, configureWasmLoader, convertTiffCmykToRgb, convertToGrayscale, copyPages, countOccurrences, createAnnotation, createAssociatedFile, createMarkedContentScope, createPdf, createPdfResponse, createRangeFetcher, createSandbox, h as createVNode, createWorkerPool, createXmpStream, cropPage, curveToFinal, curveToInitial, curveTo as curveToOp, dataMatrixToOperators, decodeImageStream, decodeJpeg2000, decodeJpegWasm, decodePermissions, decodeStream, decodeTiff, decodeTiffAll, decodeTiffPage, decodeTile, decodeTileRegion, decodeWebP, decodeWoff, deduplicateImages, degrees, degreesToRadians, delinearizePdf, detectImageFormat, detectModifications, detectRuntime, detectTransparency, deviceNColor, deviceNResourceName, didYouMean, diffSignedContent, downloadCrl, downscale16To8, downscaleImage, drawImageWithMatrix, drawImageXObject, drawXObject as drawObject, drawXObject, drawSvgOnPage, ean13ToOperators, ean8ToOperators, ellipsePath, ellipsisText, embedIccProfile, embedLtvData, embedPageAsFormXObject, embedSignature, embedTiffCmyk, embedTiffDirect, encodeCode128, encodeCode128Values, encodeCode39, encodeContextTag, encodeDataMatrix, encodeEan13, encodeEan8, encodeInteger, encodeItf, encodeJpegWasm, encodeLength, encodeOID, encodeOctetString, encodePdf417, encodePermissions, encodePngFromPixels, encodePrintableString, encodeQrCode, encodeSequence, encodeSet, encodeUTCTime, encodeUpcA, encodeUtf8String, endArtifact, endLayerContent, endMarkedContent, endPath as endPathOp, endText, enforcePdfA, enforcePdfAFull, enforcePdfUa, enforcePdfX, estimateJpegQuality, estimateTextWidth, evaluateFunction, extractCrlUrls, extractEmbeddedRevocationData, extractFonts, extractIccProfile, extractImages, extractJpegMetadata, extractMetrics, extractOcspUrl, extractImages$1 as extractPageImages, extractTables, extractText, extractTextWithPositions, extractXmpMetadata, fillAndStroke as fillAndStrokeOp, fillEvenOdd, fillEvenOddAndStroke, fill as fillOp, findChangedObjects, findExistingSignatures, findHyphenationPoints, findSignatures, flattenField, flattenFields, flattenForm, flattenTransparency, formatDate as formatAcrobatDate, formatDate$1 as formatDate, formatHexContext, formatNumber, formatPdfDate, generateButtonAppearance, generateCheckboxAppearance, generateCiiXml, generateCircleAppearance, generateDropdownAppearance, generateFreeTextAppearance, generateHighlightAppearance, generateInkAppearance, generateLineAppearance, generateListboxAppearance, generateOrderX, generatePdfAXmp, generatePdfAXmpBytes, generateRadioAppearance, generateSignatureAppearance, generateSquareAppearance, generateSquigglyAppearance, generateSrgbIccProfile, generateStrikeOutAppearance, generateSymbolToUnicodeCmap, generateTextAppearance, generateThumbnail, generateUnderlineAppearance, generateWinAnsiToUnicodeCmap, generateXRechnungCii, generateZapfDingbatsToUnicodeCmap, getAttachments, getBookmarks, getCertificationLevel, getComponentDepths, getCounterSignatures, getFieldLocks, getFieldValue, getImageFormatName, getInlineWasmBytes, getInlineWasmSize, getLinearizationInfo, getPageLabels, getPageSize, getProfile, getRedactionMarks, getSignatures, getSupportedFormats, getSupportedLevels, getTiffPageCount, getToUnicodeCmap, grayscale, gtsPdfVtVersion, handlePdfRequest, hasInlineWasmData, hasLtvData, hexToColor, identityTransferFunction, initJpegWasm, initWasm, injectJpegMetadata, insertPage, instantiateWasmModuleStreaming, interpolateLinearRgb, interpretContentStream, interpretPage, isAccessible, isCacheAvailable, isCertificateRevoked, isCmykTiff, isGrayscaleImage, isJpegWasmReady, isLinearized, isOpenTypeCFF, isTiff, isTrueType, isValidLevel, isValidModuleName, isWasmDisabled, isWasmModuleCached, isWebP, isWebPLossless, isWoff, isWoff2, itfToOperators, labToRgb, layoutColumns, layoutCombedText, layoutMultilineText, layoutParagraph, layoutSinglelineText, layoutTextFlow, levenshtein, lineTo as lineToOp, linearGradient, linearizePdf, loadPdf, loadWasmModule, loadWasmModuleStreaming, markForRedaction, markdownToPdf, md5, mergePdfs, metadataPlugin, minimalPreset, movePage, moveText as moveTextOp, moveTextSetLeading, moveTo as moveToOp, nameHalftone, nextLine as nextLineOp, normalizeComponentDepth, offsetSignedToUnsigned, openInNewTab, optimizeAllImages, optimizeImage, optimizeIncrementalSave, parseAcrobatDate, parseContentStream, parseExistingTrailer, parseIccColorSpace, parseIccDescription, parseSvg, parseSvgColor, parseSvgPath, parseSvgTransform, parseTiffIfd, parseTileInfo, parseTimestampResponse, parseViewerPreferences, parseXmpMetadata, parseXmpMetadata$1 as parseXmpPdfAMetadata, pdf417ToOperators, pdfA4Rules, restoreState as popGraphicsState, restoreState, preloadInlineWasm, prepareForSigning, processBatch, professionalPreset, provideWasmBytes, saveState as pushGraphicsState, saveState, qrCodeToOperators, radialGradient, radians, radiansToDegrees, rasterize, rc4, readBarcode, readCode128, readCode39, readEan13, readEan8, readWoffHeader, recompressImage, recompressWebP, reconstructLines, reconstructParagraphs, rectangle as rectangleOp, redactRegions, registerEmbeddedFile, removeAllBookmarks, removeBookmark, removePage, removePageLabels, removePages, renderCodeFrame, renderDisplayListToCanvas, renderMultiPageTable, renderPageTile, renderPageToCanvas, renderPageToImage, renderStyledBarcode, renderTable, renderToPdf, replaceTemplateVariables, requestTimestamp, resetWasmLoader, resizePage, resolveFallback, resolveFieldReference, reversePages, rgb, rgbToCmyk, rotateAllPages, rotate as rotateOp, rotatePage, rotationMatrix, sampleShadingColor, saveAsBlob, saveAsDataUrl, saveAsDownload, saveDocumentIncremental, saveIncremental, saveIncrementalWithSignaturePreservation, scale as scaleOp, searchTextItems, serializePdf, setCertificationLevel, setCharacterSpacing as setCharacterSpacingOp, setCharacterSpacing as setCharacterSqueeze, setColorSpace, setDashPattern as setDashPatternOp, setFieldValue, setFieldVisibility, setFillColor, setFillColorCmyk, setFillColorGray, setFillColorRgb, setFillingColor, setFlatness, setFont as setFontAndSize, setFont as setFontOp, setFontSize as setFontSizeOp, setGraphicsState as setGraphicsStateOp, setLeading as setLeadingOp, setLeading as setLineHeight, setLineCap as setLineCapOp, setLineJoin as setLineJoinOp, setLineWidth as setLineWidthOp, setMiterLimit, setPageLabels, setStrokeColor, setStrokeColorCmyk, setStrokeColorGray, setStrokeColorRgb, setStrokeColorSpace, setStrokingColor, setTextMatrix as setTextMatrixOp, setTextRenderingMode as setTextRenderingModeOp, setTextRise as setTextRiseOp, setWordSpacing as setWordSpacingOp, sha256, sha384, sha512, showTextArray, showTextHex, showTextNextLine, showText as showTextOp, showTextWithSpacing, shrinkFontSize, signDeferred, signPdf, skew as skewOp, splitByScript, splitPdf, spotColor, spotResourceName, stripProhibitedFeatures, stripedPreset, stroke as strokeOp, summarizeBitDepth, summarizeIssues, svgToPdfOperators, tableToCsv, tableToJson, tilingPattern, timestampPlugin, toAlpha, toJsonReport, toRoman, toSarif, translate as translateOp, truncateText, upcAToOperators, upscale8To16, validateBoxGeometry, validateByteRangeIntegrity, validateCertificateChain, validateCertificatePolicy, validateExtendedKeyUsage, validateFieldValue, validateKeyUsage, validatePdfA, validatePdfUa, validatePdfX, validateSignatureChain, validateXmpMetadata, valuesToModules, verifyOfflineRevocation, verifyOwnerPassword, verifySignature, verifySignatureDetailed, verifySignatures, verifyUserPassword, webpToJpeg, webpToPng, wrapInMarkedContent, wrapText };
189
+ export { AFDate_FormatEx, AFNumber_Format, type AFRelationship, AFSpecial_Format, type AccessibilityIssue, type AccessibilityPluginOptions, type AddBookmarkOptions, type AnalysisReport, type AnalyzeImagesOptions, type Angle, AnnotationFlags, type AnnotationOptions, type AnnotationType, type AppearanceProviderFor, type AppendOptions, type ApplyOcrOptions, type AssociatedFileOptions, type AssociatedFileResult, type AutoTagOptions, type AutoTagResult, type BarcodeMatrix, type BarcodeOptions, type BarcodeOptions as EanOptions, type BarcodeOptions as UpcOptions, type BarcodeReadResult, type BatchErrorStrategy, type BatchOptimizeOptions, type BatchOptions, BatchProcessingError, type BatchProgressCallback, type BatchResult, BlendMode, type BookmarkNode, type BookmarkRef, type BoxGeometry, type ButtonAppearanceOptions, type ByteRangeResult, type ByteWriter, type CIDFontData, type CIDSystemInfoData, type CalGrayParams, type CalRGBParams, type Canvas2DLike, type CanvasRenderOptions, type CaretSymbol, type CatalogOptions, type CellContent, ChangeTracker, type CheckboxAppearanceOptions, type ChromaSubsampling, type CmykColor, type Code128Options, type Code39Options, type CodeFrameOptions, type CollectionOptions, type CollectionSchemaField, type CollectionView, type Color, type ColorStop, CombedTextLayoutError, type CompareOptions, type ComputeFontSizeOptions, type ContentStreamOperator, type CounterSignatureInfo, type CropBox, DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, DEFAULT_SARIF_TOOL_NAME, type DataMatrixOptions, type DataMatrixResult, type DeduplicationReport, type DeferredSignOptions, type DeferredSignResult, type Degrees, type DeviceNColor, type DiffEntry, type DiffResult, type DirectEmbedOptions, type DirectEmbedResult, type DisplayItem, type DisplayList, type DocTimeStampOptions, type DocumentDiff, type DocumentMetadata, type DocumentPart, type DocumentStructure, type DownscaleOptions, type DrawCircleOptions, type DrawEllipseOptions, type DrawImageOptions, type DrawLineOptions, type DrawPageOptions, type DrawQrCodeOptions, type DrawRectangleOptions, type DrawSquareOptions, type DrawSvgPathOptions, type DrawTableOptions, type DrawTextOptions, type DropdownAppearanceOptions, type DssData, EKU_OIDS, type EmbedFontOptions, type EmbedPageOptions, type EmbeddedFile, EmbeddedFont, type EmbeddedPdfPage, type EncryptAlgorithm, type EncryptDictValues, type EncryptOptions, type EncryptedPayloadOptions, EncryptedPdfError, type EnforcePdfAOptions, type EnforcePdfAResult, type EnforcementAction, type ErrorCorrectionLevel, ExceededMaxLengthError, type ExponentialFunction, type ExternalSigner, type ExtractedFont, type ExtractedImage, type ExtractedTable, type FacturXProfile, type FallbackFont, type FallbackRun, type FetchLike, type FetchLikeResponse, FieldAlreadyExistsError, FieldExistsAsNonTerminalError, FieldFlags, type FieldLockInfo, type FieldLockOptions, type FieldType, type FileAttachmentIcon, type FillItem, type FlattenFormResult, type FlattenOptions, type FontDescriptorData, type FontEmbeddingResult, type FontFileFormat, type FontMetrics, FontNotEmbeddedError, type FontRef, ForeignPageError, type FreeTextAlignment, type FunctionShadingOptions, type GradientFill, type GrayscaleColor, type HeaderFooterContent, type HeaderFooterOptions, type HeaderFooterPosition, type IccProfile, type IfdEntry, ImageAlignment, type ImageAnalysis, type ImageDpi, type ImageFormat, type ImageInfo, type ImageItem, type ImageOptimizeEntry, type ImageOptimizeOptions, type ImageRef, type IncrementalChange, type IncrementalObject, type IncrementalSaveOptions, type IncrementalSaveResult, InitWasmOptions, type InterpretOptions, InvalidColorError, InvalidFieldNamePartError, InvalidPageSizeError, type Invoice, type InvoiceLine, type InvoiceParty, type ItfOptions, type JpegDecodeResult, type JpegMarkerInfo, type JpegMetadata, type JpegWasmModule, type JsonReport, LIST_NUMBERING_KEY, type LabParams, type LayoutCombedOptions, type LayoutMultilineOptions, type LayoutMultilineResult, type LayoutSinglelineOptions, type LayoutSinglelineResult, LineCapStyle, type LineEndingStyle, LineJoinStyle, type LinearGradientOptions, type LinearizationInfo, type LinearizationOptions, type LinkHighlightMode, type ListNumbering, type ListboxAppearanceOptions, type LoadPdfOptions, type LtvOptions, MATHML_NAMESPACE, type MarkdownToPdfOptions, type MarkedContentScope, type Matrix, MdpPermission, type MetadataPluginOptions, MissingOnValueCheckError, type ModificationReport, type ModificationViolation, type ModificationViolationType, type MultiPageTableResult, type NamespaceDef, type NestedTableContent, NoSuchFieldError, type NormalizedStop, type OcrEngine, type OcrWord, type Operand, type OptimizationReport, type OptimizeResult, type OrderXType, type OutlineDestination, type OutlineItemOptions, type OutputIntentOptions, type OverflowMode, type OverflowResult, type OverlayAlignment, PDF2_NAMESPACE, PDFOperator, type PageContent, type PageEntry, type PageLabelRange, type PageLabelStyle, type PageOutputIntentOptions, type PageRange, type PageSize, PageSizes, ParseSpeeds, type ParsedPage, type ParsedXmpMetadata, type PatternFill, type Pdf417Matrix, type Pdf417Options, type PdfA4ExtensionProperty, type PdfA4ExtensionSchema, type PdfA4Level, type PdfA4Options, type PdfAIssue, type PdfALevel, type PdfAProfile, type PdfAValidationResult, type PdfAXmpOptions, PdfAnnotation, PdfArray, PdfBool, PdfButtonField, PdfCaretAnnotation, PdfCheckboxField, PdfCircleAnnotation, PdfDict, PdfDocument, PdfDocumentBuilder, PdfDropdownField, PdfEncryptionHandler, PdfField, PdfFileAttachmentAnnotation, PdfForm, PdfFreeTextAnnotation, type PdfFunctionDef, PdfHighlightAnnotation, PdfInkAnnotation, PdfLayer, PdfLayerManager, PdfLineAnnotation, PdfLinkAnnotation, PdfListboxField, PdfName, PdfNull, PdfNumber, type PdfObject, PdfObjectRegistry, PdfOutlineItem, PdfOutlineTree, PdfPage, PdfParseError, type PdfPermissionFlags, type PdfPlugin, PdfPluginManager, PdfPolyLineAnnotation, PdfPolygonAnnotation, PdfPopupAnnotation, PdfRadioGroup, type PdfRect, PdfRedactAnnotation, PdfRef, type PdfSaveOptions, PdfSignatureField, type PdfSignatureInfo, PdfSquareAnnotation, PdfSquigglyAnnotation, PdfStampAnnotation, PdfStream, PdfStreamWriter, PdfStrikeOutAnnotation, PdfString, PdfStructureElement, PdfStructureTree, PdfTextAnnotation, PdfTextField, type PdfUa2Issue, type PdfUa2Result, type PdfUaEnforcementResult, type PdfUaError, type PdfUaLevel, type PdfUaValidationResult, type PdfUaWarning, PdfUnderlineAnnotation, PdfViewerPreferences, type PdfVtConformance, PdfWorker, type PdfWorkerOptions, PdfWriter, type PdfX6Options, type PdfX6Variant, type PluginDocument, PluginError, type PluginPage, type PostScriptFunction, type PreflightIssue, type PrepareAppearanceOptions, type PresetName, type PresetOptions, type ProfileXmpOptions, type ProgressInfo, type QrCodeMatrix, type QrCodeOptions, type RadialGradientFill, type RadialGradientOptions, type Radians, type RadioAppearanceOptions, type RangeFetchOptions, type RangeFetcher, type RasterImage, type RawImageData, type RecompressOptions, type ReconstructOptions, type RedactRect, type RedactResult, type RedactionMark, type RedactionOperatorOptions, type RedactionOptions, type RedactionResult, type RefResolver, type RegistryEntry, RemovePageFromEmptyDocumentError, RenderCache, type RenderOptions, type RequirementType, type RgbColor, type Rgba, RichTextFieldReadError, type RuntimeKind, SARIF_SCHEMA_URI, SRGB_ICC_PROFILE, STANDARD_SPOT_FUNCTIONS, type SampledFunction, type SarifLog, type SarifResult, type SarifRun, type ScriptRun, type SetTitleOptions, type SignOptions, type SignatureAlgorithm, type SignatureAppearanceOptions, type SignatureByteRange, type SignatureChainEntry, type SignatureChainResult, type SignatureOptions, type SignatureVerificationResult, type SignerInfo, type SoftMaskBuilder, type SoftMaskGroupOptions, type SoftMaskRef, type SpotColor, type StandardFontName, StandardFonts, type StandardStampName, type StitchingFunction, StreamingParseError, type StreamingParseResult, type StreamingParserEvent, type StreamingParserOptions, StreamingPdfParser, type StripOptions, type StripResult, type StrippedFeature, type StrokeItem, type StructureElementOptions, type StructureType, type StyledBarcodeOptions, type SubPath, type SubsetCmap, type SubsetResult, type SvgDrawCommand, type SvgElement, type SvgGradient, type SvgGradientStop, type SvgRenderOptions, type TableCell, type TableColumn, type TableExtractOptions, type TablePreset, type TableRenderResult, type TableRow, type TaggedListItem, type TaskRunner, TextAlignment, type TextAnnotationIcon, type TextAppearanceOptions, type TextItem as TextDisplayItem, type TextExtractionOptions, type TextItem$1 as TextItem, type Line as TextLine, type Paragraph as TextParagraph, TextRenderingMode, type TextRun, type ThumbnailOptions, type TiffCmykEmbedResult, type TiffDecodeOptions, type TiffIfdEntry, type TiffImage, type TileGrid, type TileOptions, type TilingPatternOptions, type TimestampPluginOptions, type TimestampResult, type TrailerInfo, type TransparencyFinding, type TransparencyGroupOptions, type TransparencyInfo, TrustStore, type Type0FontData, type Type1Halftone, UnexpectedFieldTypeError, type VNode, type ValidationFinding, type ValidationLevel, type RenderOptions$1 as VdomRenderOptions, type ViewerPreferences, type VisibleSignatureOptions, type RecordMetadata as VtRecordMetadata, type WasmLoaderConfig, type WasmModuleName, type WatermarkOptions, type WebPImage, type WidgetAnnotationHost, type WidthEntry, type WoffInfo, type WorkerPool, type WorkerPoolOptions, type WrapperPayloadOptions, type XRechnungOptions, type XmpIssue, type XmpValidationResult, accessibilityPlugin, addBookmark, addCounterSignature, addFieldLock, addVisibilityAction, addWatermark, addWatermarkToPage, aesDecryptCBC, aesEncryptCBC, analyzeImages, analyzeJpegMarkers, annotationFromDict, appendIncrementalUpdate, applyFillColor, applyHeaderFooter, applyHeaderFooterToPage, applyOcr, applyOverflow, applyPreset, applyRedaction, applyRedactions, applySpreadMethod, applyStrokeColor, applyTablePreset, asNumber, asPDFName, asPDFNumber, asPdfName, asPdfNumber, assembleTiles, attachAssociatedFiles, attachFile, attachOutputIntents, autoTagPage, base64Decode, base64Encode, batchFlatten, batchMerge, beginArtifact, beginArtifactWithType, beginLayerContent, beginMarkedContent, beginMarkedContentSequence, beginMarkedContentWithProperties, beginText, borderedPreset, buildAfArray, buildAnnotationDict, buildBlackPointCompensationExtGState, buildBoxDict, buildCalGray, buildCalRGB, buildCatalog, buildCertificateChain, buildCollection, buildColorKeyMask, buildDPartRoot, buildDeviceNColorSpace, buildDocMdpReference, buildDocTimeStampDict, buildDocumentStructure, buildDssDictionary, buildEmbeddedFilesNameTree, buildEncryptedPayload, buildFieldLockDict, buildFunctionShading, buildGradientObjects, buildGtsPdfxVersion, buildImageSoftMask, buildInfoDict, buildLab, buildNamespace, buildNamespacesArray, buildOutputIntent, buildPageOutputIntent, buildPageTree, buildPatternObjects, buildPdfA4Xmp, buildPdfRIdentificationXmp, buildPdfUa2Xmp, buildPdfVtDParts, buildPdfX6OutputIntent, buildPdfXOutputIntent, buildPieceInfo, buildPkcs7Signature, buildRequirement, buildRequirements, buildSampledTransferFunction, buildSeparationColorSpace, buildSoftMaskGroupExtGState, buildSoftMaskNone, buildStencilMask, buildThresholdHalftone, buildTimestampRequest, buildType1Halftone, buildType5Halftone, buildUnencryptedWrapper, buildViewerPreferencesDict, buildVtDpm, buildWtpdfIdentificationXmp, buildXmpMetadata, calculateBarcodeDimensions, calculateEanCheckDigit, calculateUpcCheckDigit, canDirectEmbed, checkAccessibility, checkCertificateStatus, circlePath, clearWasmCache, clipEvenOdd, clip as clipOp, closeAndStroke, closeFillAndStroke, closeFillEvenOddAndStroke, closePath as closePathOp, cmyk, cmykToRgb, code128ToOperators, code39ToOperators, colorToComponents, colorToHex, compareImages, comparePages, componentsToColor, computeCode39CheckDigit, computeFileEncryptionKey, computeFontSize, computeImageDpi, computeObjectHash, computeSignatureHash, computeTargetDimensions, computeTileGrid, concatMatrix, concatMatrix as concatTransformationMatrix, configureWasmLoader, convertPdfAConformanceXmp, convertTiffCmykToRgb, convertToGrayscale, copyPages, countOccurrences, createAnnotation, createAssociatedFile, createMarkedContentScope, createPdf, createPdfResponse, createRangeFetcher, createSandbox, h as createVNode, createWorkerPool, createXmpStream, cropPage, curveToFinal, curveToInitial, curveTo as curveToOp, dataMatrixToOperators, decodeImageStream, decodeJpeg2000, decodeJpegWasm, decodePermissions, decodeStream, decodeTiff, decodeTiffAll, decodeTiffPage, decodeTile, decodeTileRegion, decodeWebP, decodeWoff, deduplicateImages, degrees, degreesToRadians, delinearizePdf, detectImageFormat, detectModifications, detectRuntime, detectTransparency, deviceNColor, deviceNResourceName, didYouMean, diffSignedContent, downloadCrl, downscale16To8, downscaleImage, drawImageWithMatrix, drawImageXObject, drawXObject as drawObject, drawXObject, drawSvgOnPage, ean13ToOperators, ean8ToOperators, ellipsePath, ellipsisText, embedIccProfile, embedLtvData, embedPageAsFormXObject, embedSignature, embedTiffCmyk, embedTiffDirect, encodeCode128, encodeCode128Values, encodeCode39, encodeContextTag, encodeDataMatrix, encodeEan13, encodeEan8, encodeInteger, encodeItf, encodeJpegWasm, encodeLength, encodeOID, encodeOctetString, encodePdf417, encodePermissions, encodePngFromPixels, encodePrintableString, encodeQrCode, encodeSequence, encodeSet, encodeUTCTime, encodeUpcA, encodeUtf8String, endArtifact, endLayerContent, endMarkedContent, endPath as endPathOp, endText, enforcePdfA, enforcePdfAFull, enforcePdfUa, enforcePdfX, estimateJpegQuality, estimateTextWidth, evaluateFunction, extractCrlUrls, extractEmbeddedRevocationData, extractFonts, extractIccProfile, extractImages, extractJpegMetadata, extractMetrics, extractOcspUrl, extractImages$1 as extractPageImages, extractTables, extractText, extractTextWithPositions, extractXmpMetadata, fillAndStroke as fillAndStrokeOp, fillEvenOdd, fillEvenOddAndStroke, fill as fillOp, findChangedObjects, findExistingSignatures, findHyphenationPoints, findSignatures, flattenField, flattenFields, flattenForm, flattenTransparency, formatDate as formatAcrobatDate, formatDate$1 as formatDate, formatHexContext, formatNumber, formatPdfDate, generateButtonAppearance, generateCheckboxAppearance, generateCiiXml, generateCircleAppearance, generateDropdownAppearance, generateFreeTextAppearance, generateHighlightAppearance, generateInkAppearance, generateLineAppearance, generateListboxAppearance, generateOrderX, generatePdfAXmp, generatePdfAXmpBytes, generateRadioAppearance, generateSignatureAppearance, generateSquareAppearance, generateSquigglyAppearance, generateSrgbIccProfile, generateStrikeOutAppearance, generateSymbolToUnicodeCmap, generateTextAppearance, generateThumbnail, generateUnderlineAppearance, generateWinAnsiToUnicodeCmap, generateXRechnungCii, generateZapfDingbatsToUnicodeCmap, getAttachments, getBookmarks, getCertificationLevel, getComponentDepths, getCounterSignatures, getFieldLocks, getFieldValue, getImageFormatName, getInlineWasmBytes, getInlineWasmSize, getLinearizationInfo, getPageLabels, getPageSize, getProfile, getRedactionMarks, getSignatures, getSupportedFormats, getSupportedLevels, getTiffPageCount, getToUnicodeCmap, grayscale, gtsPdfVtVersion, handlePdfRequest, hasInlineWasmData, hasLtvData, hexToColor, identityTransferFunction, initJpegWasm, initWasm, injectJpegMetadata, insertPage, instantiateWasmModuleStreaming, interpolateLinearRgb, interpretContentStream, interpretPage, isAccessible, isCacheAvailable, isCertificateRevoked, isCmykTiff, isGrayscaleImage, isJpegWasmReady, isLinearized, isOpenTypeCFF, isTiff, isTrueType, isValidLevel, isValidModuleName, isWasmDisabled, isWasmModuleCached, isWebP, isWebPLossless, isWoff, isWoff2, itfToOperators, labToRgb, layoutColumns, layoutCombedText, layoutMultilineText, layoutParagraph, layoutSinglelineText, layoutTextFlow, levenshtein, lineTo as lineToOp, linearGradient, linearizePdf, loadPdf, loadWasmModule, loadWasmModuleStreaming, markForRedaction, markdownToPdf, md5, mergePdfs, metadataPlugin, minimalPreset, movePage, moveText as moveTextOp, moveTextSetLeading, moveTo as moveToOp, nameHalftone, nextLine as nextLineOp, normalizeComponentDepth, offsetSignedToUnsigned, openInNewTab, optimizeAllImages, optimizeImage, optimizeIncrementalSave, parseAcrobatDate, parseContentStream, parseExistingTrailer, parseIccColorSpace, parseIccDescription, parseSvg, parseSvgColor, parseSvgPath, parseSvgTransform, parseTiffIfd, parseTileInfo, parseTimestampResponse, parseViewerPreferences, parseXmpMetadata, parseXmpMetadata$1 as parseXmpPdfAMetadata, pdf417ToOperators, pdfA4Rules, restoreState as popGraphicsState, restoreState, preflightPdfA, preloadInlineWasm, prepareForSigning, processBatch, professionalPreset, provideWasmBytes, saveState as pushGraphicsState, saveState, qrCodeToOperators, radialGradient, radians, radiansToDegrees, rasterize, rc4, readBarcode, readCode128, readCode39, readEan13, readEan8, readWoffHeader, recompressImage, recompressWebP, reconstructLines, reconstructParagraphs, rectangle as rectangleOp, redactRegions, registerEmbeddedFile, removeAllBookmarks, removeBookmark, removePage, removePageLabels, removePages, renderCodeFrame, renderDisplayListToCanvas, renderMultiPageTable, renderPageTile, renderPageToCanvas, renderPageToImage, renderStyledBarcode, renderTable, renderToPdf, replaceTemplateVariables, requestTimestamp, resetWasmLoader, resizePage, resolveFallback, resolveFieldReference, reversePages, rgb, rgbToCmyk, rotateAllPages, rotate as rotateOp, rotatePage, rotationMatrix, sampleShadingColor, saveAsBlob, saveAsDataUrl, saveAsDownload, saveDocumentIncremental, saveIncremental, saveIncrementalWithSignaturePreservation, scale as scaleOp, searchTextItems, serializePdf, setCertificationLevel, setCharacterSpacing as setCharacterSpacingOp, setCharacterSpacing as setCharacterSqueeze, setColorSpace, setDashPattern as setDashPatternOp, setFieldValue, setFieldVisibility, setFillColor, setFillColorCmyk, setFillColorGray, setFillColorRgb, setFillingColor, setFlatness, setFont as setFontAndSize, setFont as setFontOp, setFontSize as setFontSizeOp, setGraphicsState as setGraphicsStateOp, setLeading as setLeadingOp, setLeading as setLineHeight, setLineCap as setLineCapOp, setLineJoin as setLineJoinOp, setLineWidth as setLineWidthOp, setMiterLimit, setPageLabels, setStrokeColor, setStrokeColorCmyk, setStrokeColorGray, setStrokeColorRgb, setStrokeColorSpace, setStrokingColor, setTextMatrix as setTextMatrixOp, setTextRenderingMode as setTextRenderingModeOp, setTextRise as setTextRiseOp, setWordSpacing as setWordSpacingOp, sha256, sha384, sha512, showTextArray, showTextHex, showTextNextLine, showText as showTextOp, showTextWithSpacing, shrinkFontSize, signDeferred, signPdf, skew as skewOp, splitByScript, splitPdf, spotColor, spotResourceName, stripProhibitedFeatures, stripedPreset, stroke as strokeOp, summarizeBitDepth, summarizeIssues, svgToPdfOperators, tableToCsv, tableToJson, tagFigure, tagHeading, tagLink, tagList, tagListItem, tagParagraph, tagTable, tagTableDataCell, tagTableHeaderCell, tagTableRow, tilingPattern, timestampPlugin, toAlpha, toJsonReport, toRoman, toSarif, translate as translateOp, truncateText, upcAToOperators, upscale8To16, validateBoxGeometry, validateByteRangeIntegrity, validateCertificateChain, validateCertificatePolicy, validateExtendedKeyUsage, validateFieldValue, validateKeyUsage, validatePdfA, validatePdfUa, validatePdfUa2, validatePdfX, validateSignatureChain, validateXmpMetadata, valuesToModules, verifyOfflineRevocation, verifyOwnerPassword, verifySignature, verifySignatureDetailed, verifySignatures, verifyUserPassword, webpToJpeg, webpToPng, wrapInMarkedContent, wrapText };
190
190
  //# sourceMappingURL=browser.d.cts.map
@@ -1,4 +1,4 @@
1
- import { $ as interpretPage, $a as valuesToModules, $c as detectModifications, $d as buildDeviceNColorSpace, $i as toRoman, $l as findSignatures, $n as Paragraph, $o as ImageDpi, $r as getInlineWasmSize, $s as XmpValidationResult, $t as ScriptRun, $u as aesDecryptCBC, A as OcrWord, Aa as DataMatrixOptions, Ac as IncrementalChange, Ad as endMarkedContent, Af as IncrementalSaveResult, Ai as ExceededMaxLengthError, Al as checkCertificateStatus, An as buildPdfX6OutputIntent, Ao as isWebPLossless, Ar as buildRequirement, As as initJpegWasm, At as ExternalSigner, Au as PdfUnderlineAnnotation, B as extractImages$1, Ba as encodeEan13, Bc as addCounterSignature, Bd as setCharacterSpacing, Bi as PluginError, Bl as encodeInteger, Bn as ExponentialFunction, Bo as detectImageFormat, Br as accessibilityPlugin, Bs as EnforcePdfAResult, Bt as buildVtDpm, Bu as AFNumber_Format, C as computeTileGrid, Ca as StyledBarcodeOptions, Cc as validatePdfA, Cd as beginArtifact, Cf as setLineJoin, Ci as FlattenOptions, Cl as extractEmbeddedRevocationData, Cn as generateCiiXml, Co as decodeTiffPage, Cr as MATHML_NAMESPACE, Cs as optimizeImage, Ct as WoffInfo, Cu as PdfLineAnnotation, D as redactRegions, Da as Pdf417Options, Dc as getLinearizationInfo, Dd as beginMarkedContentWithProperties, Df as isOpenTypeCFF, Di as BatchProcessingError, Dl as downloadCrl, Dn as PdfX6Variant, Do as WebPImage, Dr as buildNamespacesArray, Ds as JpegWasmModule, Dt as readWoffHeader, Du as PdfHighlightAnnotation, E as RedactResult, Ea as Pdf417Matrix, Ec as delinearizePdf, Ed as beginMarkedContentSequence, Ef as stroke, Ei as flattenForm, El as validateCertificateChain, En as PdfX6Options, Eo as parseTiffIfd, Er as buildNamespace, Es as JpegDecodeResult, Et as isWoff2, Eu as PdfSquareAnnotation, F as comparePages, Fa as encodeUpcA, Fc as LtvOptions, Fd as beginText, Fi as InvalidColorError, Fl as requestTimestamp, Fn as buildThresholdHalftone, Fo as encodePngFromPixels, Fr as TableExtractOptions, Fs as applyRedaction, Ft as WorkerPoolOptions, Fu as PdfTextAnnotation, G as renderDisplayListToCanvas, Ga as Code39Options, Gc as FieldLockInfo, Gd as setTextRenderingMode, Gi as HeaderFooterContent, Gl as encodeSequence, Gn as evaluateFunction, Go as convertTiffCmykToRgb, Gr as ParsedPage, Gs as generatePdfAXmpBytes, Gt as renderToPdf, Gu as setFieldValue, H as generateThumbnail, Ha as ItfOptions, Hc as DiffEntry, Hd as setFontSize, Hi as RichTextFieldReadError, Hl as encodeOID, Hn as PostScriptFunction, Ho as getSupportedFormats, Hr as metadataPlugin, Hs as enforcePdfAFull, Ht as RenderOptions$1, Hu as createSandbox, I as ExtractedFont, Ia as upcAToOperators, Ic as buildDssDictionary, Id as endText, Ii as InvalidFieldNamePartError, Il as SignatureOptions, In as buildType1Halftone, Io as recompressWebP, Ir as extractTables, Is as buildPdfXOutputIntent, It as createWorkerPool, Iu as TextAnnotationIcon, J as RenderOptions, Ja as encodeCode39, Jc as buildFieldLockDict, Jd as showText, Ji as applyHeaderFooter, Jl as encodeUtf8String, Jn as CollectionOptions, Jo as JpegMetadata, Jr as StreamingParserOptions, Js as StrippedFeature, Jt as RangeFetchOptions, Ju as AFSpecial_Format, K as renderPageToCanvas, Ka as code39ToOperators, Kc as FieldLockOptions, Kd as setTextRise, Ki as HeaderFooterOptions, Kl as encodeSet, Kn as MarkdownToPdfOptions, Ko as embedTiffCmyk, Kr as StreamingParseResult, Ks as StripOptions, Kt as FetchLike, Ku as addVisibilityAction, L as FontFileFormat, La as calculateEanCheckDigit, Lc as embedLtvData, Ld as moveText, Li as InvalidPageSizeError, Ll as SignerInfo, Ln as buildType5Halftone, Lo as webpToJpeg, Lr as tableToCsv, Ls as enforcePdfX, Lt as PdfVtConformance, Lu as AFDate_FormatEx, M as CompareOptions, Ma as dataMatrixToOperators, Mc as findChangedObjects, Md as drawImageWithMatrix, Mf as saveIncremental, Mi as FieldExistsAsNonTerminalError, Ml as TimestampResult, Mn as STANDARD_SPOT_FUNCTIONS, Mo as DirectEmbedResult, Mr as DocumentPart, Ms as OverlayAlignment, Mt as signDeferred, Mu as PdfFreeTextAnnotation, N as DiffResult, Na as encodeDataMatrix, Nc as optimizeIncrementalSave, Nd as drawImageXObject, Ni as FontNotEmbeddedError, Nl as buildTimestampRequest, Nn as Type1Halftone, No as canDirectEmbed, Nr as buildDPartRoot, Ns as RedactionOperatorOptions, Nt as TaskRunner, Nu as LinkHighlightMode, O as ApplyOcrOptions, Oa as encodePdf417, Oc as isLinearized, Od as createMarkedContentScope, Of as isTrueType, Oi as CombedTextLayoutError, Ol as extractCrlUrls, On as buildBoxDict, Oo as decodeWebP, Or as buildPieceInfo, Os as decodeJpegWasm, Ot as DeferredSignOptions, Ou as PdfSquigglyAnnotation, P as compareImages, Pa as calculateUpcCheckDigit, Pc as DssData, Pd as drawXObject, Pi as ForeignPageError, Pl as parseTimestampResponse, Pn as buildSampledTransferFunction, Po as embedTiffDirect, Pr as ExtractedTable, Ps as RedactionResult, Pt as WorkerPool, Pu as PdfLinkAnnotation, Q as interpretContentStream, Qa as encodeCode128Values, Qc as ModificationViolationType, Qd as showTextWithSpacing, Qi as toAlpha, Ql as embedSignature, Qn as Line, Qo as analyzeJpegMarkers, Qr as getInlineWasmBytes, Qs as XmpIssue, Qt as FallbackRun, Qu as sha512, R as extractFonts, Ra as ean13ToOperators, Rc as hasLtvData, Rd as moveTextSetLeading, Ri as MissingOnValueCheckError, Rl as buildPkcs7Signature, Rn as identityTransferFunction, Ro as webpToPng, Rr as tableToJson, Rs as validatePdfX, Rt as RecordMetadata, Ru as formatDate, S as TileOptions, Sa as readEan8, Sc as enforcePdfA, Sd as MarkedContentScope, Sf as setLineCap, Si as FlattenFormResult, Sl as TrustStore, Sn as InvoiceParty, So as decodeTiffAll, Sr as toSarif, Ss as estimateJpegQuality, St as parseTileInfo, Su as PdfCircleAnnotation, T as RedactRect, Ta as renderStyledBarcode, Tc as LinearizationOptions, Td as beginMarkedContent, Tf as setMiterLimit, Ti as flattenFields, Tl as buildCertificateChain, Tn as PdfRect, To as isTiff, Tr as PDF2_NAMESPACE, Ts as ChromaSubsampling, Tt as isWoff, Tu as PdfPolygonAnnotation, U as Canvas2DLike, Ua as encodeItf, Uc as DocumentDiff, Ud as setLeading, Ui as StreamingParseError, Ul as encodeOctetString, Un as SampledFunction, Uo as TiffCmykEmbedResult, Ur as TimestampPluginOptions, Us as PdfAXmpOptions, Ut as VNode, Uu as getFieldValue, V as ThumbnailOptions, Va as encodeEan8, Vc as getCounterSignatures, Vd as setFont, Vi as RemovePageFromEmptyDocumentError, Vl as encodeLength, Vn as PdfFunctionDef, Vo as getImageFormatName, Vr as MetadataPluginOptions, Vs as EnforcementAction, Vt as gtsPdfVtVersion, Vu as formatNumber, W as CanvasRenderOptions, Wa as itfToOperators, Wc as diffSignedContent, Wd as setTextMatrix, Wi as UnexpectedFieldTypeError, Wl as encodePrintableString, Wn as StitchingFunction, Wo as TiffIfdEntry, Wr as timestampPlugin, Ws as generatePdfAXmp, Wt as h, Wu as resolveFieldReference, X as renderPageToImage, Xa as code128ToOperators, Xc as ModificationReport, Xd as showTextHex, Xi as formatDate$1, Xl as PrepareAppearanceOptions, Xn as CollectionView, Xo as injectJpegMetadata, Xr as PdfDocumentBuilder, Xs as stripProhibitedFeatures, Xt as createRangeFetcher, Xu as sha256, Y as rasterize, Ya as Code128Options, Yc as getFieldLocks, Yd as showTextArray, Yi as applyHeaderFooterToPage, Yl as ByteRangeResult, Yn as CollectionSchemaField, Yo as extractJpegMetadata, Yr as StreamingPdfParser, Ys as countOccurrences, Yt as RangeFetcher, Yu as validateFieldValue, Z as InterpretOptions, Za as encodeCode128, Zc as ModificationViolation, Zd as showTextNextLine, Zi as replaceTemplateVariables, Zl as computeSignatureHash, Zn as buildCollection, Zo as JpegMarkerInfo, Zr as WasmModuleName, Zs as ParsedXmpMetadata, Zt as FallbackFont, Zu as sha384, _ as buildPageOutputIntent, _a as BarcodeReadResult, _c as detectTransparency, _d as buildXmpMetadata, _f as lineTo, _i as BookmarkRef, _l as verifySignatureDetailed, _n as levenshtein, _o as resetWasmLoader, _r as SarifResult, _s as ImageOptimizeOptions, _t as summarizeBitDepth, _u as PdfRedactAnnotation, a as buildColorKeyMask, aa as shrinkFontSize, ac as getSupportedLevels, ad as verifyOwnerPassword, af as closeFillAndStroke, ai as BatchProgressCallback, al as SignatureChainResult, an as generateXRechnungCii, ao as PdfWorkerOptions, ar as buildDocTimeStampDict, as as parseIccColorSpace, at as StrokeItem, au as generateHighlightAppearance, b as RenderCache, ba as readCode39, bc as PdfALevel, bd as PdfStreamWriter, bf as setDashPattern, bi as removeAllBookmarks, bl as validateExtendedKeyUsage, bn as Invoice, bo as TiffImage, br as ValidationLevel, bs as RecompressOptions, bt as decodeTile, bu as StandardStampName, c as SoftMaskGroupOptions, ca as PresetName, cc as generateWinAnsiToUnicodeCmap, cd as PdfUaError, cf as curveTo, ci as batchMerge, cl as IncrementalObject, cn as PdfA4Level, co as clearWasmCache, cr as LabParams, cs as isGrayscaleImage, ct as Matrix, cu as generateSquareAppearance, d as EncryptedPayloadOptions, da as applyPreset, dc as OutputIntentOptions, dd as PdfUaWarning, df as ellipsePath, di as PageLabelStyle, dl as TrailerInfo, dn as pdfA4Rules, do as instantiateWasmModuleStreaming, dr as buildLab, ds as BatchOptimizeOptions, dt as layoutParagraph, du as generateUnderlineAppearance, ea as OverflowMode, ec as extractXmpMetadata, ed as aesEncryptCBC, ef as buildSeparationColorSpace, ei as hasInlineWasmData, el as MdpPermission, en as resolveFallback, eo as BarcodeMatrix, er as ReconstructOptions, es as computeImageDpi, et as DisplayItem, eu as prepareForSigning, f as WrapperPayloadOptions, fa as applyTablePreset, fc as buildOutputIntent, fd as enforcePdfUa, ff as endPath, fi as getPageLabels, fl as appendIncrementalUpdate, fn as FunctionShadingOptions, fo as isWasmDisabled, fr as labToRgb, fs as ImageOptimizeEntry, ft as layoutTextFlow, fu as FileAttachmentIcon, g as attachOutputIntents, ga as stripedPreset, gc as TransparencyInfo, gd as summarizeIssues, gf as fillEvenOddAndStroke, gi as BookmarkNode, gl as validateByteRangeIntegrity, gn as didYouMean, go as provideWasmBytes, gr as SarifLog, gs as DownscaleOptions, gt as offsetSignedToUnsigned, gu as PdfPopupAnnotation, h as PageOutputIntentOptions, ha as professionalPreset, hc as TransparencyFinding, hd as isAccessible, hf as fillEvenOdd, hi as AddBookmarkOptions, hl as saveIncrementalWithSignaturePreservation, hn as CodeFrameOptions, ho as loadWasmModuleStreaming, hr as SARIF_SCHEMA_URI, hs as optimizeAllImages, ht as normalizeComponentDepth, hu as PdfCaretAnnotation, i as buildBlackPointCompensationExtGState, ia as estimateTextWidth, ic as getProfile, id as computeFileEncryptionKey, if as closeAndStroke, ii as BatchOptions, il as SignatureChainEntry, in as generateOrderX, io as PdfWorker, ir as DocTimeStampOptions, is as extractIccProfile, it as Rgba, iu as generateFreeTextAppearance, j as applyOcr, ja as DataMatrixResult, jc as computeObjectHash, jd as wrapInMarkedContent, jf as saveDocumentIncremental, ji as FieldAlreadyExistsError, jl as extractOcspUrl, jn as validateBoxGeometry, jo as DirectEmbedOptions, jr as buildRequirements, js as isJpegWasmReady, jt as SignatureAlgorithm, ju as FreeTextAlignment, k as OcrEngine, ka as pdf417ToOperators, kc as linearizePdf, kd as endArtifact, kf as ChangeTracker, ki as EncryptedPdfError, kl as isCertificateRevoked, kn as buildGtsPdfxVersion, ko as isWebP, kr as RequirementType, ks as encodeJpegWasm, kt as DeferredSignResult, ku as PdfStrikeOutAnnotation, l as buildSoftMaskGroupExtGState, la as PresetOptions, lc as generateZapfDingbatsToUnicodeCmap, ld as PdfUaLevel, lf as curveToFinal, li as processBatch, ll as IncrementalSaveOptions, ln as PdfA4Options, lo as configureWasmLoader, lr as buildCalGray, ls as DeduplicationReport, lt as findHyphenationPoints, lu as generateSquigglyAppearance, m as buildUnencryptedWrapper, ma as minimalPreset, mc as generateSrgbIccProfile, md as checkAccessibility, mf as fillAndStroke, mi as setPageLabels, ml as parseExistingTrailer, mn as sampleShadingColor, mo as loadWasmModule, mr as JsonReport, ms as ProgressInfo, mt as getComponentDepths, mu as CaretSymbol, n as index_d_exports, na as applyOverflow, nc as validateXmpMetadata, nd as md5, nf as clip, ni as preloadInlineWasm, nl as getCertificationLevel, nn as OrderXType, no as base64Decode, nr as reconstructParagraphs, ns as IccProfile, nt as FillItem, nu as searchTextItems, o as buildImageSoftMask, oa as truncateText, oc as isValidLevel, od as verifyUserPassword, of as closeFillEvenOddAndStroke, oi as BatchResult, ol as validateSignatureChain, on as PdfA4ExtensionProperty, oo as RuntimeKind, or as CalGrayParams, os as parseIccDescription, ot as SubPath, ou as generateInkAppearance, p as buildEncryptedPayload, pa as borderedPreset, pc as SRGB_ICC_PROFILE, pd as validatePdfUa, pf as fill, pi as removePageLabels, pl as findExistingSignatures, pn as buildFunctionShading, po as isWasmModuleCached, pr as DEFAULT_SARIF_TOOL_NAME, ps as OptimizationReport, pt as downscale16To8, pu as PdfFileAttachmentAnnotation, q as RasterImage, qa as computeCode39CheckDigit, qc as addFieldLock, qd as setWordSpacing, qi as HeaderFooterPosition, ql as encodeUTCTime, qn as markdownToPdf, qo as isCmykTiff, qr as StreamingParserEvent, qs as StripResult, qt as FetchLikeResponse, qu as setFieldVisibility, r as initWasm, ra as ellipsisText, rc as PdfAProfile, rd as EncryptDictValues, rf as clipEvenOdd, ri as BatchErrorStrategy, rl as setCertificationLevel, rn as XRechnungOptions, ro as base64Encode, rr as DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, rs as embedIccProfile, rt as ImageItem, ru as generateCircleAppearance, s as buildStencilMask, sa as wrapText, sc as generateSymbolToUnicodeCmap, sd as PdfUaEnforcementResult, sf as closePath, si as batchFlatten, sl as AppendOptions, sn as PdfA4ExtensionSchema, so as WasmLoaderConfig, sr as CalRGBParams, ss as convertToGrayscale, st as TextItem, su as generateLineAppearance, t as InitWasmOptions, ta as OverflowResult, tc as parseXmpMetadata$1, td as rc4, tf as circlePath, ti as isValidModuleName, tl as buildDocMdpReference, tn as splitByScript, to as BarcodeOptions, tr as reconstructLines, ts as computeTargetDimensions, tt as DisplayList, tu as decodeJpeg2000, u as buildSoftMaskNone, ua as TablePreset, uc as getToUnicodeCmap, ud as PdfUaValidationResult, uf as curveToInitial, ui as PageLabelRange, ul as SignatureByteRange, un as buildPdfA4Xmp, uo as detectRuntime, ur as buildCalRGB, us as deduplicateImages, ut as layoutColumns, uu as generateStrikeOutAppearance, v as attachAssociatedFiles, va as readBarcode, vc as flattenTransparency, vd as createXmpStream, vf as moveTo, vi as addBookmark, vl as EKU_OIDS, vn as renderCodeFrame, vo as IfdEntry, vr as SarifRun, vs as OptimizeResult, vt as upscale8To16, vu as PdfInkAnnotation, w as renderPageTile, wa as calculateBarcodeDimensions, wc as LinearizationInfo, wd as beginArtifactWithType, wf as setLineWidth, wi as flattenField, wl as verifyOfflineRevocation, wn as BoxGeometry, wo as getTiffPageCount, wr as NamespaceDef, ws as recompressImage, wt as decodeWoff, wu as PdfPolyLineAnnotation, x as TileGrid, xa as readEan13, xc as PdfAValidationResult, xd as PDFOperator, xf as setFlatness, xi as removeBookmark, xl as validateKeyUsage, xn as InvoiceLine, xo as decodeTiff, xr as toJsonReport, xs as downscaleImage, xt as decodeTileRegion, xu as LineEndingStyle, y as registerEmbeddedFile, ya as readCode128, yc as PdfAIssue, yd as parseXmpMetadata, yf as rectangle, yi as getBookmarks, yl as validateCertificatePolicy, yn as FacturXProfile, yo as TiffDecodeOptions, yr as ValidationFinding, ys as RawImageData, yt as assembleTiles, yu as PdfStampAnnotation, z as ExtractedImage, za as ean8ToOperators, zc as CounterSignatureInfo, zd as nextLine, zi as NoSuchFieldError, zl as encodeContextTag, zn as nameHalftone, zo as ImageFormat, zr as AccessibilityPluginOptions, zs as EnforcePdfAOptions, zt as buildPdfVtDParts, zu as parseAcrobatDate } from "./index-CERay5r2.mjs";
1
+ import { $ as redactRegions, $a as Pdf417Options, $c as getLinearizationInfo, $d as beginMarkedContentWithProperties, $f as isOpenTypeCFF, $i as BatchProcessingError, $l as downloadCrl, $n as PdfX6Variant, $o as WebPImage, $r as buildNamespacesArray, $s as JpegWasmModule, $t as readWoffHeader, $u as PdfHighlightAnnotation, A as buildBlackPointCompensationExtGState, Aa as estimateTextWidth, Ac as getProfile, Ad as computeFileEncryptionKey, Af as closeAndStroke, Ai as BatchOptions, Al as SignatureChainEntry, An as generateOrderX, Ao as PdfWorker, Ar as DocTimeStampOptions, As as extractIccProfile, At as Rgba, Au as generateFreeTextAppearance, B as buildUnencryptedWrapper, Ba as minimalPreset, Bc as generateSrgbIccProfile, Bd as checkAccessibility, Bf as fillAndStroke, Bi as setPageLabels, Bl as parseExistingTrailer, Bn as sampleShadingColor, Bo as loadWasmModule, Br as JsonReport, Bs as ProgressInfo, Bt as getComponentDepths, Bu as CaretSymbol, C as tagList, Ca as replaceTemplateVariables, Cc as ParsedXmpMetadata, Cd as sha384, Cf as showTextNextLine, Ci as WasmModuleName, Cl as ModificationViolation, Cn as FallbackFont, Co as encodeCode128, Cr as buildCollection, Cs as JpegMarkerInfo, Ct as InterpretOptions, Cu as computeSignatureHash, D as tagTableDataCell, Da as OverflowResult, Dc as parseXmpMetadata$1, Dd as rc4, Df as circlePath, Di as isValidModuleName, Dl as buildDocMdpReference, Dn as splitByScript, Do as BarcodeOptions, Dr as reconstructLines, Ds as computeTargetDimensions, Dt as DisplayList, Du as decodeJpeg2000, E as tagTable, Ea as OverflowMode, Ec as extractXmpMetadata, Ed as aesEncryptCBC, Ef as buildSeparationColorSpace, Ei as hasInlineWasmData, El as MdpPermission, En as resolveFallback, Eo as BarcodeMatrix, Er as ReconstructOptions, Es as computeImageDpi, Et as DisplayItem, Eu as prepareForSigning, F as buildSoftMaskGroupExtGState, Fa as PresetOptions, Fc as generateZapfDingbatsToUnicodeCmap, Fd as PdfUaLevel, Ff as curveToFinal, Fi as processBatch, Fl as IncrementalSaveOptions, Fn as PdfA4Options, Fo as configureWasmLoader, Fr as buildCalGray, Fs as DeduplicationReport, Ft as findHyphenationPoints, Fu as generateSquigglyAppearance, G as registerEmbeddedFile, Ga as readCode128, Gc as PdfAIssue, Gd as parseXmpMetadata, Gf as rectangle, Gi as getBookmarks, Gl as validateCertificatePolicy, Gn as FacturXProfile, Go as TiffDecodeOptions, Gr as ValidationFinding, Gs as RawImageData, Gt as assembleTiles, Gu as PdfStampAnnotation, H as attachOutputIntents, Ha as stripedPreset, Hc as TransparencyInfo, Hd as summarizeIssues, Hf as fillEvenOddAndStroke, Hi as BookmarkNode, Hl as validateByteRangeIntegrity, Hn as didYouMean, Ho as provideWasmBytes, Hr as SarifLog, Hs as DownscaleOptions, Ht as offsetSignedToUnsigned, Hu as PdfPopupAnnotation, I as buildSoftMaskNone, Ia as TablePreset, Ic as getToUnicodeCmap, Id as PdfUaValidationResult, If as curveToInitial, Ii as PageLabelRange, Il as SignatureByteRange, In as buildPdfA4Xmp, Io as detectRuntime, Ir as buildCalRGB, Is as deduplicateImages, It as layoutColumns, Iu as generateStrikeOutAppearance, J as TileOptions, Ja as readEan8, Jc as enforcePdfA, Jd as MarkedContentScope, Jf as setLineCap, Ji as FlattenFormResult, Jl as TrustStore, Jn as InvoiceParty, Jo as decodeTiffAll, Jr as toSarif, Js as estimateJpegQuality, Jt as parseTileInfo, Ju as PdfCircleAnnotation, K as RenderCache, Ka as readCode39, Kc as PdfALevel, Kd as PdfStreamWriter, Kf as setDashPattern, Ki as removeAllBookmarks, Kl as validateExtendedKeyUsage, Kn as Invoice, Ko as TiffImage, Kr as ValidationLevel, Ks as RecompressOptions, Kt as decodeTile, Ku as StandardStampName, L as EncryptedPayloadOptions, La as applyPreset, Lc as OutputIntentOptions, Ld as PdfUaWarning, Lf as ellipsePath, Li as PageLabelStyle, Ll as TrailerInfo, Ln as pdfA4Rules, Lo as instantiateWasmModuleStreaming, Lr as buildLab, Ls as BatchOptimizeOptions, Lt as layoutParagraph, Lu as generateUnderlineAppearance, M as buildImageSoftMask, Ma as truncateText, Mc as isValidLevel, Md as verifyUserPassword, Mf as closeFillEvenOddAndStroke, Mi as BatchResult, Ml as validateSignatureChain, Mn as PdfA4ExtensionProperty, Mo as RuntimeKind, Mr as CalGrayParams, Ms as parseIccDescription, Mt as SubPath, Mu as generateInkAppearance, N as buildStencilMask, Na as wrapText, Nc as generateSymbolToUnicodeCmap, Nd as PdfUaEnforcementResult, Nf as closePath, Ni as batchFlatten, Nl as AppendOptions, Nn as PdfA4ExtensionSchema, No as WasmLoaderConfig, Nr as CalRGBParams, Ns as convertToGrayscale, Nt as TextItem, Nu as generateLineAppearance, O as tagTableHeaderCell, Oa as applyOverflow, Oc as validateXmpMetadata, Od as md5, Of as clip, Oi as preloadInlineWasm, Ol as getCertificationLevel, On as OrderXType, Oo as base64Decode, Or as reconstructParagraphs, Os as IccProfile, Ot as FillItem, Ou as searchTextItems, P as SoftMaskGroupOptions, Pa as PresetName, Pc as generateWinAnsiToUnicodeCmap, Pd as PdfUaError, Pf as curveTo, Pi as batchMerge, Pl as IncrementalObject, Pn as PdfA4Level, Po as clearWasmCache, Pr as LabParams, Ps as isGrayscaleImage, Pt as Matrix, Pu as generateSquareAppearance, Q as RedactResult, Qa as Pdf417Matrix, Qc as delinearizePdf, Qd as beginMarkedContentSequence, Qf as stroke, Qi as flattenForm, Ql as validateCertificateChain, Qn as PdfX6Options, Qo as parseTiffIfd, Qr as buildNamespace, Qs as JpegDecodeResult, Qt as isWoff2, Qu as PdfSquareAnnotation, R as WrapperPayloadOptions, Ra as applyTablePreset, Rc as buildOutputIntent, Rd as enforcePdfUa, Rf as endPath, Ri as getPageLabels, Rl as appendIncrementalUpdate, Rn as FunctionShadingOptions, Ro as isWasmDisabled, Rr as labToRgb, Rs as ImageOptimizeEntry, Rt as layoutTextFlow, Ru as FileAttachmentIcon, S as tagLink, Sa as formatDate$1, Sc as stripProhibitedFeatures, Sd as sha256, Sf as showTextHex, Si as PdfDocumentBuilder, Sl as ModificationReport, Sn as createRangeFetcher, So as code128ToOperators, Sr as CollectionView, Ss as injectJpegMetadata, St as renderPageToImage, Su as PrepareAppearanceOptions, T as tagParagraph, Ta as toRoman, Tc as XmpValidationResult, Td as aesDecryptCBC, Tf as buildDeviceNColorSpace, Ti as getInlineWasmSize, Tl as detectModifications, Tn as ScriptRun, To as valuesToModules, Tr as Paragraph, Ts as ImageDpi, Tt as interpretPage, Tu as findSignatures, U as buildPageOutputIntent, Ua as BarcodeReadResult, Uc as detectTransparency, Ud as buildXmpMetadata, Uf as lineTo, Ui as BookmarkRef, Ul as verifySignatureDetailed, Un as levenshtein, Uo as resetWasmLoader, Ur as SarifResult, Us as ImageOptimizeOptions, Ut as summarizeBitDepth, Uu as PdfRedactAnnotation, V as PageOutputIntentOptions, Va as professionalPreset, Vc as TransparencyFinding, Vd as isAccessible, Vf as fillEvenOdd, Vi as AddBookmarkOptions, Vl as saveIncrementalWithSignaturePreservation, Vn as CodeFrameOptions, Vo as loadWasmModuleStreaming, Vr as SARIF_SCHEMA_URI, Vs as optimizeAllImages, Vt as normalizeComponentDepth, Vu as PdfCaretAnnotation, W as attachAssociatedFiles, Wa as readBarcode, Wc as flattenTransparency, Wd as createXmpStream, Wf as moveTo, Wi as addBookmark, Wl as EKU_OIDS, Wn as renderCodeFrame, Wo as IfdEntry, Wr as SarifRun, Ws as OptimizeResult, Wt as upscale8To16, Wu as PdfInkAnnotation, X as renderPageTile, Xa as calculateBarcodeDimensions, Xc as LinearizationInfo, Xd as beginArtifactWithType, Xf as setLineWidth, Xi as flattenField, Xl as verifyOfflineRevocation, Xn as BoxGeometry, Xo as getTiffPageCount, Xr as NamespaceDef, Xs as recompressImage, Xt as decodeWoff, Xu as PdfPolyLineAnnotation, Y as computeTileGrid, Ya as StyledBarcodeOptions, Yc as validatePdfA, Yd as beginArtifact, Yf as setLineJoin, Yi as FlattenOptions, Yl as extractEmbeddedRevocationData, Yn as generateCiiXml, Yo as decodeTiffPage, Yr as MATHML_NAMESPACE, Ys as optimizeImage, Yt as WoffInfo, Yu as PdfLineAnnotation, Z as RedactRect, Za as renderStyledBarcode, Zc as LinearizationOptions, Zd as beginMarkedContent, Zf as setMiterLimit, Zi as flattenFields, Zl as buildCertificateChain, Zn as PdfRect, Zo as isTiff, Zr as PDF2_NAMESPACE, Zs as ChromaSubsampling, Zt as isWoff, Zu as PdfPolygonAnnotation, _ as LIST_NUMBERING_KEY, _a as HeaderFooterContent, _c as generatePdfAXmpBytes, _d as setFieldValue, _f as setTextRenderingMode, _i as ParsedPage, _l as FieldLockInfo, _n as renderToPdf, _o as Code39Options, _r as evaluateFunction, _s as convertTiffCmykToRgb, _t as renderDisplayListToCanvas, _u as encodeSequence, a as buildPdfRIdentificationXmp, aa as FontNotEmbeddedError, ac as RedactionOperatorOptions, ad as LinkHighlightMode, af as drawImageXObject, ai as buildDPartRoot, al as optimizeIncrementalSave, an as TaskRunner, ao as encodeDataMatrix, ar as Type1Halftone, as as canDirectEmbed, at as DiffResult, au as buildTimestampRequest, b as tagFigure, ba as applyHeaderFooter, bc as StrippedFeature, bd as AFSpecial_Format, bf as showText, bi as StreamingParserOptions, bl as buildFieldLockDict, bn as RangeFetchOptions, bo as encodeCode39, br as CollectionOptions, bs as JpegMetadata, bt as RenderOptions, bu as encodeUtf8String, c as convertPdfAConformanceXmp, ca as InvalidFieldNamePartError, cc as buildPdfXOutputIntent, cd as TextAnnotationIcon, cf as endText, ci as extractTables, cl as buildDssDictionary, cn as createWorkerPool, co as upcAToOperators, cr as buildType1Halftone, cs as recompressWebP, ct as ExtractedFont, cu as SignatureOptions, d as AutoTagResult, da as NoSuchFieldError, dc as EnforcePdfAOptions, dd as parseAcrobatDate, df as nextLine, di as AccessibilityPluginOptions, dl as CounterSignatureInfo, dn as buildPdfVtDParts, do as ean8ToOperators, dr as nameHalftone, ds as ImageFormat, dt as ExtractedImage, du as encodeContextTag, ea as CombedTextLayoutError, ec as decodeJpegWasm, ed as PdfSquigglyAnnotation, ef as createMarkedContentScope, ei as buildPieceInfo, el as isLinearized, en as DeferredSignOptions, eo as encodePdf417, ep as isTrueType, er as buildBoxDict, es as decodeWebP, et as ApplyOcrOptions, eu as extractCrlUrls, f as autoTagPage, fa as PluginError, fc as EnforcePdfAResult, fd as AFNumber_Format, ff as setCharacterSpacing, fi as accessibilityPlugin, fl as addCounterSignature, fn as buildVtDpm, fo as encodeEan13, fr as ExponentialFunction, fs as detectImageFormat, ft as extractImages$1, fu as encodeInteger, g as validatePdfUa2, ga as UnexpectedFieldTypeError, gc as generatePdfAXmp, gd as resolveFieldReference, gf as setTextMatrix, gi as timestampPlugin, gl as diffSignedContent, gn as h, go as itfToOperators, gr as StitchingFunction, gs as TiffIfdEntry, gt as CanvasRenderOptions, gu as encodePrintableString, h as buildPdfUa2Xmp, ha as StreamingParseError, hc as PdfAXmpOptions, hd as getFieldValue, hf as setLeading, hi as TimestampPluginOptions, hl as DocumentDiff, hn as VNode, ho as encodeItf, hr as SampledFunction, hs as TiffCmykEmbedResult, ht as Canvas2DLike, hu as encodeOctetString, i as ProfileXmpOptions, ia as FieldExistsAsNonTerminalError, ic as OverlayAlignment, id as PdfFreeTextAnnotation, if as drawImageWithMatrix, ii as DocumentPart, il as findChangedObjects, in as signDeferred, io as dataMatrixToOperators, ip as saveIncremental, ir as STANDARD_SPOT_FUNCTIONS, is as DirectEmbedResult, it as CompareOptions, iu as TimestampResult, j as buildColorKeyMask, ja as shrinkFontSize, jc as getSupportedLevels, jd as verifyOwnerPassword, jf as closeFillAndStroke, ji as BatchProgressCallback, jl as SignatureChainResult, jn as generateXRechnungCii, jo as PdfWorkerOptions, jr as buildDocTimeStampDict, js as parseIccColorSpace, jt as StrokeItem, ju as generateHighlightAppearance, k as tagTableRow, ka as ellipsisText, kc as PdfAProfile, kd as EncryptDictValues, kf as clipEvenOdd, ki as BatchErrorStrategy, kl as setCertificationLevel, kn as XRechnungOptions, ko as base64Encode, kr as DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, ks as embedIccProfile, kt as ImageItem, ku as generateCircleAppearance, l as preflightPdfA, la as InvalidPageSizeError, lc as enforcePdfX, ld as AFDate_FormatEx, lf as moveText, li as tableToCsv, ll as embedLtvData, ln as PdfVtConformance, lo as calculateEanCheckDigit, lr as buildType5Halftone, ls as webpToJpeg, lt as FontFileFormat, lu as SignerInfo, m as PdfUa2Result, ma as RichTextFieldReadError, mc as enforcePdfAFull, md as createSandbox, mf as setFontSize, mi as metadataPlugin, ml as DiffEntry, mn as RenderOptions$1, mo as ItfOptions, mr as PostScriptFunction, ms as getSupportedFormats, mt as generateThumbnail, mu as encodeOID, n as index_d_exports, na as ExceededMaxLengthError, nc as initJpegWasm, nd as PdfUnderlineAnnotation, nf as endMarkedContent, ni as buildRequirement, nl as IncrementalChange, nn as ExternalSigner, no as DataMatrixOptions, np as IncrementalSaveResult, nr as buildPdfX6OutputIntent, ns as isWebPLossless, nt as OcrWord, nu as checkCertificateStatus, o as buildWtpdfIdentificationXmp, oa as ForeignPageError, oc as RedactionResult, od as PdfLinkAnnotation, of as drawXObject, oi as ExtractedTable, ol as DssData, on as WorkerPool, oo as calculateUpcCheckDigit, or as buildSampledTransferFunction, os as embedTiffDirect, ot as compareImages, ou as parseTimestampResponse, p as PdfUa2Issue, pa as RemovePageFromEmptyDocumentError, pc as EnforcementAction, pd as formatNumber, pf as setFont, pi as MetadataPluginOptions, pl as getCounterSignatures, pn as gtsPdfVtVersion, po as encodeEan8, pr as PdfFunctionDef, ps as getImageFormatName, pt as ThumbnailOptions, pu as encodeLength, q as TileGrid, qa as readEan13, qc as PdfAValidationResult, qd as PDFOperator, qf as setFlatness, qi as removeBookmark, ql as validateKeyUsage, qn as InvoiceLine, qo as decodeTiff, qr as toJsonReport, qs as downscaleImage, qt as decodeTileRegion, qu as LineEndingStyle, r as initWasm, ra as FieldAlreadyExistsError, rc as isJpegWasmReady, rd as FreeTextAlignment, rf as wrapInMarkedContent, ri as buildRequirements, rl as computeObjectHash, rn as SignatureAlgorithm, ro as DataMatrixResult, rp as saveDocumentIncremental, rr as validateBoxGeometry, rs as DirectEmbedOptions, rt as applyOcr, ru as extractOcspUrl, s as PreflightIssue, sa as InvalidColorError, sc as applyRedaction, sd as PdfTextAnnotation, sf as beginText, si as TableExtractOptions, sl as LtvOptions, sn as WorkerPoolOptions, so as encodeUpcA, sr as buildThresholdHalftone, ss as encodePngFromPixels, st as comparePages, su as requestTimestamp, t as InitWasmOptions, ta as EncryptedPdfError, tc as encodeJpegWasm, td as PdfStrikeOutAnnotation, tf as endArtifact, ti as RequirementType, tl as linearizePdf, tn as DeferredSignResult, to as pdf417ToOperators, tp as ChangeTracker, tr as buildGtsPdfxVersion, ts as isWebP, tt as OcrEngine, tu as isCertificateRevoked, u as AutoTagOptions, ua as MissingOnValueCheckError, uc as validatePdfX, ud as formatDate, uf as moveTextSetLeading, ui as tableToJson, ul as hasLtvData, un as RecordMetadata, uo as ean13ToOperators, ur as identityTransferFunction, us as webpToPng, ut as extractFonts, uu as buildPkcs7Signature, v as ListNumbering, va as HeaderFooterOptions, vc as StripOptions, vd as addVisibilityAction, vf as setTextRise, vi as StreamingParseResult, vl as FieldLockOptions, vn as FetchLike, vo as code39ToOperators, vr as MarkdownToPdfOptions, vs as embedTiffCmyk, vt as renderPageToCanvas, vu as encodeSet, w as tagListItem, wa as toAlpha, wc as XmpIssue, wd as sha512, wf as showTextWithSpacing, wi as getInlineWasmBytes, wl as ModificationViolationType, wn as FallbackRun, wo as encodeCode128Values, wr as Line, ws as analyzeJpegMarkers, wt as interpretContentStream, wu as embedSignature, x as tagHeading, xa as applyHeaderFooterToPage, xc as countOccurrences, xd as validateFieldValue, xf as showTextArray, xi as StreamingPdfParser, xl as getFieldLocks, xn as RangeFetcher, xo as Code128Options, xr as CollectionSchemaField, xs as extractJpegMetadata, xt as rasterize, xu as ByteRangeResult, y as TaggedListItem, ya as HeaderFooterPosition, yc as StripResult, yd as setFieldVisibility, yf as setWordSpacing, yi as StreamingParserEvent, yl as addFieldLock, yn as FetchLikeResponse, yo as computeCode39CheckDigit, yr as markdownToPdf, ys as isCmykTiff, yt as RasterImage, yu as encodeUTCTime, z as buildEncryptedPayload, za as borderedPreset, zc as SRGB_ICC_PROFILE, zd as validatePdfUa, zf as fill, zi as removePageLabels, zl as findExistingSignatures, zn as buildFunctionShading, zo as isWasmModuleCached, zr as DEFAULT_SARIF_TOOL_NAME, zs as OptimizationReport, zt as downscale16To8, zu as PdfFileAttachmentAnnotation } from "./index-Ddc6zdqj.mjs";
2
2
  import { $ as PageEntry, $n as rotationMatrix, $t as EmbedPageOptions, A as signPdf, An as createAnnotation, Ar as setStrokeColor, At as TableRow, B as loadPdf, Bn as ParseSpeeds, Bt as GradientFill, C as attachFile, Cn as parseSvgTransform, Cr as rgbToCmyk, Ct as DrawTableOptions, D as SignOptions, Dn as PdfAnnotation, Dr as setFillColorGray, Dt as TableCell, E as PdfSignatureInfo, En as AnnotationType, Er as setFillColorCmyk, Et as PageContent, F as OutlineDestination, Fn as StructureType, Fr as setStrokingColor, Ft as QrCodeMatrix, G as EncryptOptions, Gn as Radians, Gt as RadialGradientOptions, H as PdfWriter, Hn as TextRenderingMode, Ht as NormalizedStop, I as OutlineItemOptions, In as BlendMode, Ir as spotColor, It as QrCodeOptions, J as decodePermissions, Jn as degreesToRadians, Jt as buildPatternObjects, K as PdfEncryptionHandler, Kn as concatMatrix, Kt as TilingPatternOptions, L as PdfOutlineItem, Ln as ImageAlignment, Lr as spotResourceName, Lt as encodeQrCode, M as ViewerPreferences, Mn as PdfStructureElement, Mr as setStrokeColorGray, Mt as renderMultiPageTable, N as buildViewerPreferencesDict, Nn as PdfStructureTree, Nr as setStrokeColorRgb, Nt as renderTable, O as VisibleSignatureOptions, On as annotationFromDict, Or as setFillColorRgb, Ot as TableColumn, P as parseViewerPreferences, Pn as StructureElementOptions, Pr as setStrokeColorSpace, Pt as ErrorCorrectionLevel, Q as DocumentStructure, Qn as rotate, Qt as DrawPageOptions, R as PdfOutlineTree, Rn as LineCapStyle, Rt as qrCodeToOperators, S as EmbeddedFile, Sn as parseSvgPath, Sr as rgb, St as CellContent, T as getAttachments, Tn as AnnotationOptions, Tr as setFillColor, Tt as NestedTableContent, U as serializePdf, Un as Angle, Ut as PatternFill, V as PdfSaveOptions, Vn as TextAlignment, Vt as LinearGradientOptions, W as EncryptAlgorithm, Wn as Degrees, Wt as RadialGradientFill, X as CatalogOptions, Xn as radiansToDegrees, Xt as radialGradient, Y as encodePermissions, Yn as radians, Yt as linearGradient, Z as DocumentMetadata, Zn as restoreState, Zt as tilingPattern, _ as AFRelationship, _n as SvgGradientStop, _r as componentsToColor, _t as PageSizes, a as StandardFonts, an as getRedactionMarks, ar as CmykColor, at as DrawCircleOptions, b as buildAfArray, bn as parseSvg, br as grayscale, bt as SoftMaskRef, c as PdfPluginManager, cn as PdfLayerManager, cr as GrayscaleColor, ct as DrawLineOptions, d as SignatureVerificationResult, dn as SvgRenderOptions, dr as applyFillColor, dt as DrawSquareOptions, en as EmbeddedPdfPage, er as saveState, et as buildCatalog, f as verifySignature, fn as drawSvgOnPage, fr as applyStrokeColor, ft as DrawSvgPathOptions, g as addWatermarkToPage, gn as SvgGradient, gr as colorToHex, gt as PageSize, h as addWatermark, hn as SvgElement, hr as colorToComponents, ht as ImageRef, i as StandardFontName, in as applyRedactions, ir as translate, it as formatPdfDate, j as PdfViewerPreferences, jn as AccessibilityIssue, jr as setStrokeColorCmyk, jt as TextRun, k as getSignatures, kn as buildAnnotationDict, kr as setFillingColor, kt as TableRenderResult, l as PluginDocument, ln as beginLayerContent, lr as RgbColor, lt as DrawQrCodeOptions, m as WatermarkOptions, mn as SvgDrawCommand, mr as cmykToRgb, mt as FontRef, n as PdfDocument, nn as RedactionMark, nr as setGraphicsState, nt as buildInfoDict, o as createPdf, on as markForRedaction, or as Color, ot as DrawEllipseOptions, p as verifySignatures, pn as svgToPdfOperators, pr as cmyk, pt as DrawTextOptions, q as PdfPermissionFlags, qn as degrees, qt as buildGradientObjects, r as SetTitleOptions, rn as RedactionOptions, rr as skew, rt as buildPageTree, s as PdfPlugin, sn as PdfLayer, sr as DeviceNColor, st as DrawImageOptions, t as EmbedFontOptions, tn as embedPageAsFormXObject, tr as scale, tt as buildDocumentStructure, u as PluginPage, un as endLayerContent, ur as SpotColor, ut as DrawRectangleOptions, v as AssociatedFileOptions, vn as applySpreadMethod, vr as deviceNColor, vt as PdfPage, w as buildEmbeddedFilesNameTree, wn as AnnotationFlags, wr as setColorSpace, wt as MultiPageTableResult, x as createAssociatedFile, xn as parseSvgColor, xr as hexToColor, xt as TransparencyGroupOptions, y as AssociatedFileResult, yn as interpolateLinearRgb, yr as deviceNResourceName, yt as SoftMaskBuilder, z as LoadPdfOptions, zn as LineJoinStyle, zt as ColorStop } from "./pdfDocument-B-8iPl_j.mjs";
3
3
  import { C as PdfRef, E as RegistryEntry, S as PdfObjectRegistry, T as PdfString, _ as PdfDict, a as PdfListboxField, b as PdfNumber, c as PdfCheckboxField, d as FieldType, f as PdfField, g as PdfBool, h as PdfArray, i as PdfButtonField, l as PdfTextField, m as ByteWriter, n as RefResolver, o as PdfDropdownField, p as WidgetAnnotationHost, r as PdfSignatureField, s as PdfRadioGroup, t as PdfForm, u as FieldFlags, v as PdfName, w as PdfStream, x as PdfObject, y as PdfNull } from "./pdfForm-Ca86NDWn.mjs";
4
4
  import { A as movePage, B as asPdfName, C as copyPages, D as cropPage, E as CropBox, F as rotateAllPages, I as rotatePage, L as asNumber, M as removePages, N as resizePage, O as getPageSize, P as reversePages, R as asPDFName, S as PageRange, T as splitPdf, V as asPdfNumber, _ as LayoutSinglelineResult, a as FontEmbeddingResult, b as layoutMultilineText, c as SubsetCmap, d as extractMetrics, f as ComputeFontSizeOptions, g as LayoutSinglelineOptions, h as LayoutMultilineResult, i as FontDescriptorData, j as removePage, k as insertPage, l as SubsetResult, m as LayoutMultilineOptions, n as CIDSystemInfoData, o as Type0FontData, p as LayoutCombedOptions, r as EmbeddedFont, s as WidthEntry, t as CIDFontData, u as FontMetrics, v as computeFontSize, w as mergePdfs, x as layoutSinglelineText, y as layoutCombedText, z as asPDFNumber } from "./fontEmbed-Bzv89wgp.mjs";
@@ -186,5 +186,5 @@ declare function saveAsDataUrl(bytes: Uint8Array): string;
186
186
  */
187
187
  declare function openInNewTab(bytes: Uint8Array, target?: string): Window | null;
188
188
  //#endregion
189
- export { AFDate_FormatEx, AFNumber_Format, type AFRelationship, AFSpecial_Format, type AccessibilityIssue, type AccessibilityPluginOptions, type AddBookmarkOptions, type AnalysisReport, type AnalyzeImagesOptions, type Angle, AnnotationFlags, type AnnotationOptions, type AnnotationType, type AppearanceProviderFor, type AppendOptions, type ApplyOcrOptions, type AssociatedFileOptions, type AssociatedFileResult, type BarcodeMatrix, type BarcodeOptions, type BarcodeOptions as EanOptions, type BarcodeOptions as UpcOptions, type BarcodeReadResult, type BatchErrorStrategy, type BatchOptimizeOptions, type BatchOptions, BatchProcessingError, type BatchProgressCallback, type BatchResult, BlendMode, type BookmarkNode, type BookmarkRef, type BoxGeometry, type ButtonAppearanceOptions, type ByteRangeResult, type ByteWriter, type CIDFontData, type CIDSystemInfoData, type CalGrayParams, type CalRGBParams, type Canvas2DLike, type CanvasRenderOptions, type CaretSymbol, type CatalogOptions, type CellContent, ChangeTracker, type CheckboxAppearanceOptions, type ChromaSubsampling, type CmykColor, type Code128Options, type Code39Options, type CodeFrameOptions, type CollectionOptions, type CollectionSchemaField, type CollectionView, type Color, type ColorStop, CombedTextLayoutError, type CompareOptions, type ComputeFontSizeOptions, type ContentStreamOperator, type CounterSignatureInfo, type CropBox, DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, DEFAULT_SARIF_TOOL_NAME, type DataMatrixOptions, type DataMatrixResult, type DeduplicationReport, type DeferredSignOptions, type DeferredSignResult, type Degrees, type DeviceNColor, type DiffEntry, type DiffResult, type DirectEmbedOptions, type DirectEmbedResult, type DisplayItem, type DisplayList, type DocTimeStampOptions, type DocumentDiff, type DocumentMetadata, type DocumentPart, type DocumentStructure, type DownscaleOptions, type DrawCircleOptions, type DrawEllipseOptions, type DrawImageOptions, type DrawLineOptions, type DrawPageOptions, type DrawQrCodeOptions, type DrawRectangleOptions, type DrawSquareOptions, type DrawSvgPathOptions, type DrawTableOptions, type DrawTextOptions, type DropdownAppearanceOptions, type DssData, EKU_OIDS, type EmbedFontOptions, type EmbedPageOptions, type EmbeddedFile, EmbeddedFont, type EmbeddedPdfPage, type EncryptAlgorithm, type EncryptDictValues, type EncryptOptions, type EncryptedPayloadOptions, EncryptedPdfError, type EnforcePdfAOptions, type EnforcePdfAResult, type EnforcementAction, type ErrorCorrectionLevel, ExceededMaxLengthError, type ExponentialFunction, type ExternalSigner, type ExtractedFont, type ExtractedImage, type ExtractedTable, type FacturXProfile, type FallbackFont, type FallbackRun, type FetchLike, type FetchLikeResponse, FieldAlreadyExistsError, FieldExistsAsNonTerminalError, FieldFlags, type FieldLockInfo, type FieldLockOptions, type FieldType, type FileAttachmentIcon, type FillItem, type FlattenFormResult, type FlattenOptions, type FontDescriptorData, type FontEmbeddingResult, type FontFileFormat, type FontMetrics, FontNotEmbeddedError, type FontRef, ForeignPageError, type FreeTextAlignment, type FunctionShadingOptions, type GradientFill, type GrayscaleColor, type HeaderFooterContent, type HeaderFooterOptions, type HeaderFooterPosition, type IccProfile, type IfdEntry, ImageAlignment, type ImageAnalysis, type ImageDpi, type ImageFormat, type ImageInfo, type ImageItem, type ImageOptimizeEntry, type ImageOptimizeOptions, type ImageRef, type IncrementalChange, type IncrementalObject, type IncrementalSaveOptions, type IncrementalSaveResult, InitWasmOptions, type InterpretOptions, InvalidColorError, InvalidFieldNamePartError, InvalidPageSizeError, type Invoice, type InvoiceLine, type InvoiceParty, type ItfOptions, type JpegDecodeResult, type JpegMarkerInfo, type JpegMetadata, type JpegWasmModule, type JsonReport, type LabParams, type LayoutCombedOptions, type LayoutMultilineOptions, type LayoutMultilineResult, type LayoutSinglelineOptions, type LayoutSinglelineResult, LineCapStyle, type LineEndingStyle, LineJoinStyle, type LinearGradientOptions, type LinearizationInfo, type LinearizationOptions, type LinkHighlightMode, type ListboxAppearanceOptions, type LoadPdfOptions, type LtvOptions, MATHML_NAMESPACE, type MarkdownToPdfOptions, type MarkedContentScope, type Matrix, MdpPermission, type MetadataPluginOptions, MissingOnValueCheckError, type ModificationReport, type ModificationViolation, type ModificationViolationType, type MultiPageTableResult, type NamespaceDef, type NestedTableContent, NoSuchFieldError, type NormalizedStop, type OcrEngine, type OcrWord, type Operand, type OptimizationReport, type OptimizeResult, type OrderXType, type OutlineDestination, type OutlineItemOptions, type OutputIntentOptions, type OverflowMode, type OverflowResult, type OverlayAlignment, PDF2_NAMESPACE, PDFOperator, type PageContent, type PageEntry, type PageLabelRange, type PageLabelStyle, type PageOutputIntentOptions, type PageRange, type PageSize, PageSizes, ParseSpeeds, type ParsedPage, type ParsedXmpMetadata, type PatternFill, type Pdf417Matrix, type Pdf417Options, type PdfA4ExtensionProperty, type PdfA4ExtensionSchema, type PdfA4Level, type PdfA4Options, type PdfAIssue, type PdfALevel, type PdfAProfile, type PdfAValidationResult, type PdfAXmpOptions, PdfAnnotation, PdfArray, PdfBool, PdfButtonField, PdfCaretAnnotation, PdfCheckboxField, PdfCircleAnnotation, PdfDict, PdfDocument, PdfDocumentBuilder, PdfDropdownField, PdfEncryptionHandler, PdfField, PdfFileAttachmentAnnotation, PdfForm, PdfFreeTextAnnotation, type PdfFunctionDef, PdfHighlightAnnotation, PdfInkAnnotation, PdfLayer, PdfLayerManager, PdfLineAnnotation, PdfLinkAnnotation, PdfListboxField, PdfName, PdfNull, PdfNumber, type PdfObject, PdfObjectRegistry, PdfOutlineItem, PdfOutlineTree, PdfPage, PdfParseError, type PdfPermissionFlags, type PdfPlugin, PdfPluginManager, PdfPolyLineAnnotation, PdfPolygonAnnotation, PdfPopupAnnotation, PdfRadioGroup, type PdfRect, PdfRedactAnnotation, PdfRef, type PdfSaveOptions, PdfSignatureField, type PdfSignatureInfo, PdfSquareAnnotation, PdfSquigglyAnnotation, PdfStampAnnotation, PdfStream, PdfStreamWriter, PdfStrikeOutAnnotation, PdfString, PdfStructureElement, PdfStructureTree, PdfTextAnnotation, PdfTextField, type PdfUaEnforcementResult, type PdfUaError, type PdfUaLevel, type PdfUaValidationResult, type PdfUaWarning, PdfUnderlineAnnotation, PdfViewerPreferences, type PdfVtConformance, PdfWorker, type PdfWorkerOptions, PdfWriter, type PdfX6Options, type PdfX6Variant, type PluginDocument, PluginError, type PluginPage, type PostScriptFunction, type PrepareAppearanceOptions, type PresetName, type PresetOptions, type ProgressInfo, type QrCodeMatrix, type QrCodeOptions, type RadialGradientFill, type RadialGradientOptions, type Radians, type RadioAppearanceOptions, type RangeFetchOptions, type RangeFetcher, type RasterImage, type RawImageData, type RecompressOptions, type ReconstructOptions, type RedactRect, type RedactResult, type RedactionMark, type RedactionOperatorOptions, type RedactionOptions, type RedactionResult, type RefResolver, type RegistryEntry, RemovePageFromEmptyDocumentError, RenderCache, type RenderOptions, type RequirementType, type RgbColor, type Rgba, RichTextFieldReadError, type RuntimeKind, SARIF_SCHEMA_URI, SRGB_ICC_PROFILE, STANDARD_SPOT_FUNCTIONS, type SampledFunction, type SarifLog, type SarifResult, type SarifRun, type ScriptRun, type SetTitleOptions, type SignOptions, type SignatureAlgorithm, type SignatureAppearanceOptions, type SignatureByteRange, type SignatureChainEntry, type SignatureChainResult, type SignatureOptions, type SignatureVerificationResult, type SignerInfo, type SoftMaskBuilder, type SoftMaskGroupOptions, type SoftMaskRef, type SpotColor, type StandardFontName, StandardFonts, type StandardStampName, type StitchingFunction, StreamingParseError, type StreamingParseResult, type StreamingParserEvent, type StreamingParserOptions, StreamingPdfParser, type StripOptions, type StripResult, type StrippedFeature, type StrokeItem, type StructureElementOptions, type StructureType, type StyledBarcodeOptions, type SubPath, type SubsetCmap, type SubsetResult, type SvgDrawCommand, type SvgElement, type SvgGradient, type SvgGradientStop, type SvgRenderOptions, type TableCell, type TableColumn, type TableExtractOptions, type TablePreset, type TableRenderResult, type TableRow, type TaskRunner, TextAlignment, type TextAnnotationIcon, type TextAppearanceOptions, type TextItem as TextDisplayItem, type TextExtractionOptions, type TextItem$1 as TextItem, type Line as TextLine, type Paragraph as TextParagraph, TextRenderingMode, type TextRun, type ThumbnailOptions, type TiffCmykEmbedResult, type TiffDecodeOptions, type TiffIfdEntry, type TiffImage, type TileGrid, type TileOptions, type TilingPatternOptions, type TimestampPluginOptions, type TimestampResult, type TrailerInfo, type TransparencyFinding, type TransparencyGroupOptions, type TransparencyInfo, TrustStore, type Type0FontData, type Type1Halftone, UnexpectedFieldTypeError, type VNode, type ValidationFinding, type ValidationLevel, type RenderOptions$1 as VdomRenderOptions, type ViewerPreferences, type VisibleSignatureOptions, type RecordMetadata as VtRecordMetadata, type WasmLoaderConfig, type WasmModuleName, type WatermarkOptions, type WebPImage, type WidgetAnnotationHost, type WidthEntry, type WoffInfo, type WorkerPool, type WorkerPoolOptions, type WrapperPayloadOptions, type XRechnungOptions, type XmpIssue, type XmpValidationResult, accessibilityPlugin, addBookmark, addCounterSignature, addFieldLock, addVisibilityAction, addWatermark, addWatermarkToPage, aesDecryptCBC, aesEncryptCBC, analyzeImages, analyzeJpegMarkers, annotationFromDict, appendIncrementalUpdate, applyFillColor, applyHeaderFooter, applyHeaderFooterToPage, applyOcr, applyOverflow, applyPreset, applyRedaction, applyRedactions, applySpreadMethod, applyStrokeColor, applyTablePreset, asNumber, asPDFName, asPDFNumber, asPdfName, asPdfNumber, assembleTiles, attachAssociatedFiles, attachFile, attachOutputIntents, base64Decode, base64Encode, batchFlatten, batchMerge, beginArtifact, beginArtifactWithType, beginLayerContent, beginMarkedContent, beginMarkedContentSequence, beginMarkedContentWithProperties, beginText, borderedPreset, buildAfArray, buildAnnotationDict, buildBlackPointCompensationExtGState, buildBoxDict, buildCalGray, buildCalRGB, buildCatalog, buildCertificateChain, buildCollection, buildColorKeyMask, buildDPartRoot, buildDeviceNColorSpace, buildDocMdpReference, buildDocTimeStampDict, buildDocumentStructure, buildDssDictionary, buildEmbeddedFilesNameTree, buildEncryptedPayload, buildFieldLockDict, buildFunctionShading, buildGradientObjects, buildGtsPdfxVersion, buildImageSoftMask, buildInfoDict, buildLab, buildNamespace, buildNamespacesArray, buildOutputIntent, buildPageOutputIntent, buildPageTree, buildPatternObjects, buildPdfA4Xmp, buildPdfVtDParts, buildPdfX6OutputIntent, buildPdfXOutputIntent, buildPieceInfo, buildPkcs7Signature, buildRequirement, buildRequirements, buildSampledTransferFunction, buildSeparationColorSpace, buildSoftMaskGroupExtGState, buildSoftMaskNone, buildStencilMask, buildThresholdHalftone, buildTimestampRequest, buildType1Halftone, buildType5Halftone, buildUnencryptedWrapper, buildViewerPreferencesDict, buildVtDpm, buildXmpMetadata, calculateBarcodeDimensions, calculateEanCheckDigit, calculateUpcCheckDigit, canDirectEmbed, checkAccessibility, checkCertificateStatus, circlePath, clearWasmCache, clipEvenOdd, clip as clipOp, closeAndStroke, closeFillAndStroke, closeFillEvenOddAndStroke, closePath as closePathOp, cmyk, cmykToRgb, code128ToOperators, code39ToOperators, colorToComponents, colorToHex, compareImages, comparePages, componentsToColor, computeCode39CheckDigit, computeFileEncryptionKey, computeFontSize, computeImageDpi, computeObjectHash, computeSignatureHash, computeTargetDimensions, computeTileGrid, concatMatrix, concatMatrix as concatTransformationMatrix, configureWasmLoader, convertTiffCmykToRgb, convertToGrayscale, copyPages, countOccurrences, createAnnotation, createAssociatedFile, createMarkedContentScope, createPdf, createPdfResponse, createRangeFetcher, createSandbox, h as createVNode, createWorkerPool, createXmpStream, cropPage, curveToFinal, curveToInitial, curveTo as curveToOp, dataMatrixToOperators, decodeImageStream, decodeJpeg2000, decodeJpegWasm, decodePermissions, decodeStream, decodeTiff, decodeTiffAll, decodeTiffPage, decodeTile, decodeTileRegion, decodeWebP, decodeWoff, deduplicateImages, degrees, degreesToRadians, delinearizePdf, detectImageFormat, detectModifications, detectRuntime, detectTransparency, deviceNColor, deviceNResourceName, didYouMean, diffSignedContent, downloadCrl, downscale16To8, downscaleImage, drawImageWithMatrix, drawImageXObject, drawXObject as drawObject, drawXObject, drawSvgOnPage, ean13ToOperators, ean8ToOperators, ellipsePath, ellipsisText, embedIccProfile, embedLtvData, embedPageAsFormXObject, embedSignature, embedTiffCmyk, embedTiffDirect, encodeCode128, encodeCode128Values, encodeCode39, encodeContextTag, encodeDataMatrix, encodeEan13, encodeEan8, encodeInteger, encodeItf, encodeJpegWasm, encodeLength, encodeOID, encodeOctetString, encodePdf417, encodePermissions, encodePngFromPixels, encodePrintableString, encodeQrCode, encodeSequence, encodeSet, encodeUTCTime, encodeUpcA, encodeUtf8String, endArtifact, endLayerContent, endMarkedContent, endPath as endPathOp, endText, enforcePdfA, enforcePdfAFull, enforcePdfUa, enforcePdfX, estimateJpegQuality, estimateTextWidth, evaluateFunction, extractCrlUrls, extractEmbeddedRevocationData, extractFonts, extractIccProfile, extractImages, extractJpegMetadata, extractMetrics, extractOcspUrl, extractImages$1 as extractPageImages, extractTables, extractText, extractTextWithPositions, extractXmpMetadata, fillAndStroke as fillAndStrokeOp, fillEvenOdd, fillEvenOddAndStroke, fill as fillOp, findChangedObjects, findExistingSignatures, findHyphenationPoints, findSignatures, flattenField, flattenFields, flattenForm, flattenTransparency, formatDate as formatAcrobatDate, formatDate$1 as formatDate, formatHexContext, formatNumber, formatPdfDate, generateButtonAppearance, generateCheckboxAppearance, generateCiiXml, generateCircleAppearance, generateDropdownAppearance, generateFreeTextAppearance, generateHighlightAppearance, generateInkAppearance, generateLineAppearance, generateListboxAppearance, generateOrderX, generatePdfAXmp, generatePdfAXmpBytes, generateRadioAppearance, generateSignatureAppearance, generateSquareAppearance, generateSquigglyAppearance, generateSrgbIccProfile, generateStrikeOutAppearance, generateSymbolToUnicodeCmap, generateTextAppearance, generateThumbnail, generateUnderlineAppearance, generateWinAnsiToUnicodeCmap, generateXRechnungCii, generateZapfDingbatsToUnicodeCmap, getAttachments, getBookmarks, getCertificationLevel, getComponentDepths, getCounterSignatures, getFieldLocks, getFieldValue, getImageFormatName, getInlineWasmBytes, getInlineWasmSize, getLinearizationInfo, getPageLabels, getPageSize, getProfile, getRedactionMarks, getSignatures, getSupportedFormats, getSupportedLevels, getTiffPageCount, getToUnicodeCmap, grayscale, gtsPdfVtVersion, handlePdfRequest, hasInlineWasmData, hasLtvData, hexToColor, identityTransferFunction, initJpegWasm, initWasm, injectJpegMetadata, insertPage, instantiateWasmModuleStreaming, interpolateLinearRgb, interpretContentStream, interpretPage, isAccessible, isCacheAvailable, isCertificateRevoked, isCmykTiff, isGrayscaleImage, isJpegWasmReady, isLinearized, isOpenTypeCFF, isTiff, isTrueType, isValidLevel, isValidModuleName, isWasmDisabled, isWasmModuleCached, isWebP, isWebPLossless, isWoff, isWoff2, itfToOperators, labToRgb, layoutColumns, layoutCombedText, layoutMultilineText, layoutParagraph, layoutSinglelineText, layoutTextFlow, levenshtein, lineTo as lineToOp, linearGradient, linearizePdf, loadPdf, loadWasmModule, loadWasmModuleStreaming, markForRedaction, markdownToPdf, md5, mergePdfs, metadataPlugin, minimalPreset, movePage, moveText as moveTextOp, moveTextSetLeading, moveTo as moveToOp, nameHalftone, nextLine as nextLineOp, normalizeComponentDepth, offsetSignedToUnsigned, openInNewTab, optimizeAllImages, optimizeImage, optimizeIncrementalSave, parseAcrobatDate, parseContentStream, parseExistingTrailer, parseIccColorSpace, parseIccDescription, parseSvg, parseSvgColor, parseSvgPath, parseSvgTransform, parseTiffIfd, parseTileInfo, parseTimestampResponse, parseViewerPreferences, parseXmpMetadata, parseXmpMetadata$1 as parseXmpPdfAMetadata, pdf417ToOperators, pdfA4Rules, restoreState as popGraphicsState, restoreState, preloadInlineWasm, prepareForSigning, processBatch, professionalPreset, provideWasmBytes, saveState as pushGraphicsState, saveState, qrCodeToOperators, radialGradient, radians, radiansToDegrees, rasterize, rc4, readBarcode, readCode128, readCode39, readEan13, readEan8, readWoffHeader, recompressImage, recompressWebP, reconstructLines, reconstructParagraphs, rectangle as rectangleOp, redactRegions, registerEmbeddedFile, removeAllBookmarks, removeBookmark, removePage, removePageLabels, removePages, renderCodeFrame, renderDisplayListToCanvas, renderMultiPageTable, renderPageTile, renderPageToCanvas, renderPageToImage, renderStyledBarcode, renderTable, renderToPdf, replaceTemplateVariables, requestTimestamp, resetWasmLoader, resizePage, resolveFallback, resolveFieldReference, reversePages, rgb, rgbToCmyk, rotateAllPages, rotate as rotateOp, rotatePage, rotationMatrix, sampleShadingColor, saveAsBlob, saveAsDataUrl, saveAsDownload, saveDocumentIncremental, saveIncremental, saveIncrementalWithSignaturePreservation, scale as scaleOp, searchTextItems, serializePdf, setCertificationLevel, setCharacterSpacing as setCharacterSpacingOp, setCharacterSpacing as setCharacterSqueeze, setColorSpace, setDashPattern as setDashPatternOp, setFieldValue, setFieldVisibility, setFillColor, setFillColorCmyk, setFillColorGray, setFillColorRgb, setFillingColor, setFlatness, setFont as setFontAndSize, setFont as setFontOp, setFontSize as setFontSizeOp, setGraphicsState as setGraphicsStateOp, setLeading as setLeadingOp, setLeading as setLineHeight, setLineCap as setLineCapOp, setLineJoin as setLineJoinOp, setLineWidth as setLineWidthOp, setMiterLimit, setPageLabels, setStrokeColor, setStrokeColorCmyk, setStrokeColorGray, setStrokeColorRgb, setStrokeColorSpace, setStrokingColor, setTextMatrix as setTextMatrixOp, setTextRenderingMode as setTextRenderingModeOp, setTextRise as setTextRiseOp, setWordSpacing as setWordSpacingOp, sha256, sha384, sha512, showTextArray, showTextHex, showTextNextLine, showText as showTextOp, showTextWithSpacing, shrinkFontSize, signDeferred, signPdf, skew as skewOp, splitByScript, splitPdf, spotColor, spotResourceName, stripProhibitedFeatures, stripedPreset, stroke as strokeOp, summarizeBitDepth, summarizeIssues, svgToPdfOperators, tableToCsv, tableToJson, tilingPattern, timestampPlugin, toAlpha, toJsonReport, toRoman, toSarif, translate as translateOp, truncateText, upcAToOperators, upscale8To16, validateBoxGeometry, validateByteRangeIntegrity, validateCertificateChain, validateCertificatePolicy, validateExtendedKeyUsage, validateFieldValue, validateKeyUsage, validatePdfA, validatePdfUa, validatePdfX, validateSignatureChain, validateXmpMetadata, valuesToModules, verifyOfflineRevocation, verifyOwnerPassword, verifySignature, verifySignatureDetailed, verifySignatures, verifyUserPassword, webpToJpeg, webpToPng, wrapInMarkedContent, wrapText };
189
+ export { AFDate_FormatEx, AFNumber_Format, type AFRelationship, AFSpecial_Format, type AccessibilityIssue, type AccessibilityPluginOptions, type AddBookmarkOptions, type AnalysisReport, type AnalyzeImagesOptions, type Angle, AnnotationFlags, type AnnotationOptions, type AnnotationType, type AppearanceProviderFor, type AppendOptions, type ApplyOcrOptions, type AssociatedFileOptions, type AssociatedFileResult, type AutoTagOptions, type AutoTagResult, type BarcodeMatrix, type BarcodeOptions, type BarcodeOptions as EanOptions, type BarcodeOptions as UpcOptions, type BarcodeReadResult, type BatchErrorStrategy, type BatchOptimizeOptions, type BatchOptions, BatchProcessingError, type BatchProgressCallback, type BatchResult, BlendMode, type BookmarkNode, type BookmarkRef, type BoxGeometry, type ButtonAppearanceOptions, type ByteRangeResult, type ByteWriter, type CIDFontData, type CIDSystemInfoData, type CalGrayParams, type CalRGBParams, type Canvas2DLike, type CanvasRenderOptions, type CaretSymbol, type CatalogOptions, type CellContent, ChangeTracker, type CheckboxAppearanceOptions, type ChromaSubsampling, type CmykColor, type Code128Options, type Code39Options, type CodeFrameOptions, type CollectionOptions, type CollectionSchemaField, type CollectionView, type Color, type ColorStop, CombedTextLayoutError, type CompareOptions, type ComputeFontSizeOptions, type ContentStreamOperator, type CounterSignatureInfo, type CropBox, DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, DEFAULT_SARIF_TOOL_NAME, type DataMatrixOptions, type DataMatrixResult, type DeduplicationReport, type DeferredSignOptions, type DeferredSignResult, type Degrees, type DeviceNColor, type DiffEntry, type DiffResult, type DirectEmbedOptions, type DirectEmbedResult, type DisplayItem, type DisplayList, type DocTimeStampOptions, type DocumentDiff, type DocumentMetadata, type DocumentPart, type DocumentStructure, type DownscaleOptions, type DrawCircleOptions, type DrawEllipseOptions, type DrawImageOptions, type DrawLineOptions, type DrawPageOptions, type DrawQrCodeOptions, type DrawRectangleOptions, type DrawSquareOptions, type DrawSvgPathOptions, type DrawTableOptions, type DrawTextOptions, type DropdownAppearanceOptions, type DssData, EKU_OIDS, type EmbedFontOptions, type EmbedPageOptions, type EmbeddedFile, EmbeddedFont, type EmbeddedPdfPage, type EncryptAlgorithm, type EncryptDictValues, type EncryptOptions, type EncryptedPayloadOptions, EncryptedPdfError, type EnforcePdfAOptions, type EnforcePdfAResult, type EnforcementAction, type ErrorCorrectionLevel, ExceededMaxLengthError, type ExponentialFunction, type ExternalSigner, type ExtractedFont, type ExtractedImage, type ExtractedTable, type FacturXProfile, type FallbackFont, type FallbackRun, type FetchLike, type FetchLikeResponse, FieldAlreadyExistsError, FieldExistsAsNonTerminalError, FieldFlags, type FieldLockInfo, type FieldLockOptions, type FieldType, type FileAttachmentIcon, type FillItem, type FlattenFormResult, type FlattenOptions, type FontDescriptorData, type FontEmbeddingResult, type FontFileFormat, type FontMetrics, FontNotEmbeddedError, type FontRef, ForeignPageError, type FreeTextAlignment, type FunctionShadingOptions, type GradientFill, type GrayscaleColor, type HeaderFooterContent, type HeaderFooterOptions, type HeaderFooterPosition, type IccProfile, type IfdEntry, ImageAlignment, type ImageAnalysis, type ImageDpi, type ImageFormat, type ImageInfo, type ImageItem, type ImageOptimizeEntry, type ImageOptimizeOptions, type ImageRef, type IncrementalChange, type IncrementalObject, type IncrementalSaveOptions, type IncrementalSaveResult, InitWasmOptions, type InterpretOptions, InvalidColorError, InvalidFieldNamePartError, InvalidPageSizeError, type Invoice, type InvoiceLine, type InvoiceParty, type ItfOptions, type JpegDecodeResult, type JpegMarkerInfo, type JpegMetadata, type JpegWasmModule, type JsonReport, LIST_NUMBERING_KEY, type LabParams, type LayoutCombedOptions, type LayoutMultilineOptions, type LayoutMultilineResult, type LayoutSinglelineOptions, type LayoutSinglelineResult, LineCapStyle, type LineEndingStyle, LineJoinStyle, type LinearGradientOptions, type LinearizationInfo, type LinearizationOptions, type LinkHighlightMode, type ListNumbering, type ListboxAppearanceOptions, type LoadPdfOptions, type LtvOptions, MATHML_NAMESPACE, type MarkdownToPdfOptions, type MarkedContentScope, type Matrix, MdpPermission, type MetadataPluginOptions, MissingOnValueCheckError, type ModificationReport, type ModificationViolation, type ModificationViolationType, type MultiPageTableResult, type NamespaceDef, type NestedTableContent, NoSuchFieldError, type NormalizedStop, type OcrEngine, type OcrWord, type Operand, type OptimizationReport, type OptimizeResult, type OrderXType, type OutlineDestination, type OutlineItemOptions, type OutputIntentOptions, type OverflowMode, type OverflowResult, type OverlayAlignment, PDF2_NAMESPACE, PDFOperator, type PageContent, type PageEntry, type PageLabelRange, type PageLabelStyle, type PageOutputIntentOptions, type PageRange, type PageSize, PageSizes, ParseSpeeds, type ParsedPage, type ParsedXmpMetadata, type PatternFill, type Pdf417Matrix, type Pdf417Options, type PdfA4ExtensionProperty, type PdfA4ExtensionSchema, type PdfA4Level, type PdfA4Options, type PdfAIssue, type PdfALevel, type PdfAProfile, type PdfAValidationResult, type PdfAXmpOptions, PdfAnnotation, PdfArray, PdfBool, PdfButtonField, PdfCaretAnnotation, PdfCheckboxField, PdfCircleAnnotation, PdfDict, PdfDocument, PdfDocumentBuilder, PdfDropdownField, PdfEncryptionHandler, PdfField, PdfFileAttachmentAnnotation, PdfForm, PdfFreeTextAnnotation, type PdfFunctionDef, PdfHighlightAnnotation, PdfInkAnnotation, PdfLayer, PdfLayerManager, PdfLineAnnotation, PdfLinkAnnotation, PdfListboxField, PdfName, PdfNull, PdfNumber, type PdfObject, PdfObjectRegistry, PdfOutlineItem, PdfOutlineTree, PdfPage, PdfParseError, type PdfPermissionFlags, type PdfPlugin, PdfPluginManager, PdfPolyLineAnnotation, PdfPolygonAnnotation, PdfPopupAnnotation, PdfRadioGroup, type PdfRect, PdfRedactAnnotation, PdfRef, type PdfSaveOptions, PdfSignatureField, type PdfSignatureInfo, PdfSquareAnnotation, PdfSquigglyAnnotation, PdfStampAnnotation, PdfStream, PdfStreamWriter, PdfStrikeOutAnnotation, PdfString, PdfStructureElement, PdfStructureTree, PdfTextAnnotation, PdfTextField, type PdfUa2Issue, type PdfUa2Result, type PdfUaEnforcementResult, type PdfUaError, type PdfUaLevel, type PdfUaValidationResult, type PdfUaWarning, PdfUnderlineAnnotation, PdfViewerPreferences, type PdfVtConformance, PdfWorker, type PdfWorkerOptions, PdfWriter, type PdfX6Options, type PdfX6Variant, type PluginDocument, PluginError, type PluginPage, type PostScriptFunction, type PreflightIssue, type PrepareAppearanceOptions, type PresetName, type PresetOptions, type ProfileXmpOptions, type ProgressInfo, type QrCodeMatrix, type QrCodeOptions, type RadialGradientFill, type RadialGradientOptions, type Radians, type RadioAppearanceOptions, type RangeFetchOptions, type RangeFetcher, type RasterImage, type RawImageData, type RecompressOptions, type ReconstructOptions, type RedactRect, type RedactResult, type RedactionMark, type RedactionOperatorOptions, type RedactionOptions, type RedactionResult, type RefResolver, type RegistryEntry, RemovePageFromEmptyDocumentError, RenderCache, type RenderOptions, type RequirementType, type RgbColor, type Rgba, RichTextFieldReadError, type RuntimeKind, SARIF_SCHEMA_URI, SRGB_ICC_PROFILE, STANDARD_SPOT_FUNCTIONS, type SampledFunction, type SarifLog, type SarifResult, type SarifRun, type ScriptRun, type SetTitleOptions, type SignOptions, type SignatureAlgorithm, type SignatureAppearanceOptions, type SignatureByteRange, type SignatureChainEntry, type SignatureChainResult, type SignatureOptions, type SignatureVerificationResult, type SignerInfo, type SoftMaskBuilder, type SoftMaskGroupOptions, type SoftMaskRef, type SpotColor, type StandardFontName, StandardFonts, type StandardStampName, type StitchingFunction, StreamingParseError, type StreamingParseResult, type StreamingParserEvent, type StreamingParserOptions, StreamingPdfParser, type StripOptions, type StripResult, type StrippedFeature, type StrokeItem, type StructureElementOptions, type StructureType, type StyledBarcodeOptions, type SubPath, type SubsetCmap, type SubsetResult, type SvgDrawCommand, type SvgElement, type SvgGradient, type SvgGradientStop, type SvgRenderOptions, type TableCell, type TableColumn, type TableExtractOptions, type TablePreset, type TableRenderResult, type TableRow, type TaggedListItem, type TaskRunner, TextAlignment, type TextAnnotationIcon, type TextAppearanceOptions, type TextItem as TextDisplayItem, type TextExtractionOptions, type TextItem$1 as TextItem, type Line as TextLine, type Paragraph as TextParagraph, TextRenderingMode, type TextRun, type ThumbnailOptions, type TiffCmykEmbedResult, type TiffDecodeOptions, type TiffIfdEntry, type TiffImage, type TileGrid, type TileOptions, type TilingPatternOptions, type TimestampPluginOptions, type TimestampResult, type TrailerInfo, type TransparencyFinding, type TransparencyGroupOptions, type TransparencyInfo, TrustStore, type Type0FontData, type Type1Halftone, UnexpectedFieldTypeError, type VNode, type ValidationFinding, type ValidationLevel, type RenderOptions$1 as VdomRenderOptions, type ViewerPreferences, type VisibleSignatureOptions, type RecordMetadata as VtRecordMetadata, type WasmLoaderConfig, type WasmModuleName, type WatermarkOptions, type WebPImage, type WidgetAnnotationHost, type WidthEntry, type WoffInfo, type WorkerPool, type WorkerPoolOptions, type WrapperPayloadOptions, type XRechnungOptions, type XmpIssue, type XmpValidationResult, accessibilityPlugin, addBookmark, addCounterSignature, addFieldLock, addVisibilityAction, addWatermark, addWatermarkToPage, aesDecryptCBC, aesEncryptCBC, analyzeImages, analyzeJpegMarkers, annotationFromDict, appendIncrementalUpdate, applyFillColor, applyHeaderFooter, applyHeaderFooterToPage, applyOcr, applyOverflow, applyPreset, applyRedaction, applyRedactions, applySpreadMethod, applyStrokeColor, applyTablePreset, asNumber, asPDFName, asPDFNumber, asPdfName, asPdfNumber, assembleTiles, attachAssociatedFiles, attachFile, attachOutputIntents, autoTagPage, base64Decode, base64Encode, batchFlatten, batchMerge, beginArtifact, beginArtifactWithType, beginLayerContent, beginMarkedContent, beginMarkedContentSequence, beginMarkedContentWithProperties, beginText, borderedPreset, buildAfArray, buildAnnotationDict, buildBlackPointCompensationExtGState, buildBoxDict, buildCalGray, buildCalRGB, buildCatalog, buildCertificateChain, buildCollection, buildColorKeyMask, buildDPartRoot, buildDeviceNColorSpace, buildDocMdpReference, buildDocTimeStampDict, buildDocumentStructure, buildDssDictionary, buildEmbeddedFilesNameTree, buildEncryptedPayload, buildFieldLockDict, buildFunctionShading, buildGradientObjects, buildGtsPdfxVersion, buildImageSoftMask, buildInfoDict, buildLab, buildNamespace, buildNamespacesArray, buildOutputIntent, buildPageOutputIntent, buildPageTree, buildPatternObjects, buildPdfA4Xmp, buildPdfRIdentificationXmp, buildPdfUa2Xmp, buildPdfVtDParts, buildPdfX6OutputIntent, buildPdfXOutputIntent, buildPieceInfo, buildPkcs7Signature, buildRequirement, buildRequirements, buildSampledTransferFunction, buildSeparationColorSpace, buildSoftMaskGroupExtGState, buildSoftMaskNone, buildStencilMask, buildThresholdHalftone, buildTimestampRequest, buildType1Halftone, buildType5Halftone, buildUnencryptedWrapper, buildViewerPreferencesDict, buildVtDpm, buildWtpdfIdentificationXmp, buildXmpMetadata, calculateBarcodeDimensions, calculateEanCheckDigit, calculateUpcCheckDigit, canDirectEmbed, checkAccessibility, checkCertificateStatus, circlePath, clearWasmCache, clipEvenOdd, clip as clipOp, closeAndStroke, closeFillAndStroke, closeFillEvenOddAndStroke, closePath as closePathOp, cmyk, cmykToRgb, code128ToOperators, code39ToOperators, colorToComponents, colorToHex, compareImages, comparePages, componentsToColor, computeCode39CheckDigit, computeFileEncryptionKey, computeFontSize, computeImageDpi, computeObjectHash, computeSignatureHash, computeTargetDimensions, computeTileGrid, concatMatrix, concatMatrix as concatTransformationMatrix, configureWasmLoader, convertPdfAConformanceXmp, convertTiffCmykToRgb, convertToGrayscale, copyPages, countOccurrences, createAnnotation, createAssociatedFile, createMarkedContentScope, createPdf, createPdfResponse, createRangeFetcher, createSandbox, h as createVNode, createWorkerPool, createXmpStream, cropPage, curveToFinal, curveToInitial, curveTo as curveToOp, dataMatrixToOperators, decodeImageStream, decodeJpeg2000, decodeJpegWasm, decodePermissions, decodeStream, decodeTiff, decodeTiffAll, decodeTiffPage, decodeTile, decodeTileRegion, decodeWebP, decodeWoff, deduplicateImages, degrees, degreesToRadians, delinearizePdf, detectImageFormat, detectModifications, detectRuntime, detectTransparency, deviceNColor, deviceNResourceName, didYouMean, diffSignedContent, downloadCrl, downscale16To8, downscaleImage, drawImageWithMatrix, drawImageXObject, drawXObject as drawObject, drawXObject, drawSvgOnPage, ean13ToOperators, ean8ToOperators, ellipsePath, ellipsisText, embedIccProfile, embedLtvData, embedPageAsFormXObject, embedSignature, embedTiffCmyk, embedTiffDirect, encodeCode128, encodeCode128Values, encodeCode39, encodeContextTag, encodeDataMatrix, encodeEan13, encodeEan8, encodeInteger, encodeItf, encodeJpegWasm, encodeLength, encodeOID, encodeOctetString, encodePdf417, encodePermissions, encodePngFromPixels, encodePrintableString, encodeQrCode, encodeSequence, encodeSet, encodeUTCTime, encodeUpcA, encodeUtf8String, endArtifact, endLayerContent, endMarkedContent, endPath as endPathOp, endText, enforcePdfA, enforcePdfAFull, enforcePdfUa, enforcePdfX, estimateJpegQuality, estimateTextWidth, evaluateFunction, extractCrlUrls, extractEmbeddedRevocationData, extractFonts, extractIccProfile, extractImages, extractJpegMetadata, extractMetrics, extractOcspUrl, extractImages$1 as extractPageImages, extractTables, extractText, extractTextWithPositions, extractXmpMetadata, fillAndStroke as fillAndStrokeOp, fillEvenOdd, fillEvenOddAndStroke, fill as fillOp, findChangedObjects, findExistingSignatures, findHyphenationPoints, findSignatures, flattenField, flattenFields, flattenForm, flattenTransparency, formatDate as formatAcrobatDate, formatDate$1 as formatDate, formatHexContext, formatNumber, formatPdfDate, generateButtonAppearance, generateCheckboxAppearance, generateCiiXml, generateCircleAppearance, generateDropdownAppearance, generateFreeTextAppearance, generateHighlightAppearance, generateInkAppearance, generateLineAppearance, generateListboxAppearance, generateOrderX, generatePdfAXmp, generatePdfAXmpBytes, generateRadioAppearance, generateSignatureAppearance, generateSquareAppearance, generateSquigglyAppearance, generateSrgbIccProfile, generateStrikeOutAppearance, generateSymbolToUnicodeCmap, generateTextAppearance, generateThumbnail, generateUnderlineAppearance, generateWinAnsiToUnicodeCmap, generateXRechnungCii, generateZapfDingbatsToUnicodeCmap, getAttachments, getBookmarks, getCertificationLevel, getComponentDepths, getCounterSignatures, getFieldLocks, getFieldValue, getImageFormatName, getInlineWasmBytes, getInlineWasmSize, getLinearizationInfo, getPageLabels, getPageSize, getProfile, getRedactionMarks, getSignatures, getSupportedFormats, getSupportedLevels, getTiffPageCount, getToUnicodeCmap, grayscale, gtsPdfVtVersion, handlePdfRequest, hasInlineWasmData, hasLtvData, hexToColor, identityTransferFunction, initJpegWasm, initWasm, injectJpegMetadata, insertPage, instantiateWasmModuleStreaming, interpolateLinearRgb, interpretContentStream, interpretPage, isAccessible, isCacheAvailable, isCertificateRevoked, isCmykTiff, isGrayscaleImage, isJpegWasmReady, isLinearized, isOpenTypeCFF, isTiff, isTrueType, isValidLevel, isValidModuleName, isWasmDisabled, isWasmModuleCached, isWebP, isWebPLossless, isWoff, isWoff2, itfToOperators, labToRgb, layoutColumns, layoutCombedText, layoutMultilineText, layoutParagraph, layoutSinglelineText, layoutTextFlow, levenshtein, lineTo as lineToOp, linearGradient, linearizePdf, loadPdf, loadWasmModule, loadWasmModuleStreaming, markForRedaction, markdownToPdf, md5, mergePdfs, metadataPlugin, minimalPreset, movePage, moveText as moveTextOp, moveTextSetLeading, moveTo as moveToOp, nameHalftone, nextLine as nextLineOp, normalizeComponentDepth, offsetSignedToUnsigned, openInNewTab, optimizeAllImages, optimizeImage, optimizeIncrementalSave, parseAcrobatDate, parseContentStream, parseExistingTrailer, parseIccColorSpace, parseIccDescription, parseSvg, parseSvgColor, parseSvgPath, parseSvgTransform, parseTiffIfd, parseTileInfo, parseTimestampResponse, parseViewerPreferences, parseXmpMetadata, parseXmpMetadata$1 as parseXmpPdfAMetadata, pdf417ToOperators, pdfA4Rules, restoreState as popGraphicsState, restoreState, preflightPdfA, preloadInlineWasm, prepareForSigning, processBatch, professionalPreset, provideWasmBytes, saveState as pushGraphicsState, saveState, qrCodeToOperators, radialGradient, radians, radiansToDegrees, rasterize, rc4, readBarcode, readCode128, readCode39, readEan13, readEan8, readWoffHeader, recompressImage, recompressWebP, reconstructLines, reconstructParagraphs, rectangle as rectangleOp, redactRegions, registerEmbeddedFile, removeAllBookmarks, removeBookmark, removePage, removePageLabels, removePages, renderCodeFrame, renderDisplayListToCanvas, renderMultiPageTable, renderPageTile, renderPageToCanvas, renderPageToImage, renderStyledBarcode, renderTable, renderToPdf, replaceTemplateVariables, requestTimestamp, resetWasmLoader, resizePage, resolveFallback, resolveFieldReference, reversePages, rgb, rgbToCmyk, rotateAllPages, rotate as rotateOp, rotatePage, rotationMatrix, sampleShadingColor, saveAsBlob, saveAsDataUrl, saveAsDownload, saveDocumentIncremental, saveIncremental, saveIncrementalWithSignaturePreservation, scale as scaleOp, searchTextItems, serializePdf, setCertificationLevel, setCharacterSpacing as setCharacterSpacingOp, setCharacterSpacing as setCharacterSqueeze, setColorSpace, setDashPattern as setDashPatternOp, setFieldValue, setFieldVisibility, setFillColor, setFillColorCmyk, setFillColorGray, setFillColorRgb, setFillingColor, setFlatness, setFont as setFontAndSize, setFont as setFontOp, setFontSize as setFontSizeOp, setGraphicsState as setGraphicsStateOp, setLeading as setLeadingOp, setLeading as setLineHeight, setLineCap as setLineCapOp, setLineJoin as setLineJoinOp, setLineWidth as setLineWidthOp, setMiterLimit, setPageLabels, setStrokeColor, setStrokeColorCmyk, setStrokeColorGray, setStrokeColorRgb, setStrokeColorSpace, setStrokingColor, setTextMatrix as setTextMatrixOp, setTextRenderingMode as setTextRenderingModeOp, setTextRise as setTextRiseOp, setWordSpacing as setWordSpacingOp, sha256, sha384, sha512, showTextArray, showTextHex, showTextNextLine, showText as showTextOp, showTextWithSpacing, shrinkFontSize, signDeferred, signPdf, skew as skewOp, splitByScript, splitPdf, spotColor, spotResourceName, stripProhibitedFeatures, stripedPreset, stroke as strokeOp, summarizeBitDepth, summarizeIssues, svgToPdfOperators, tableToCsv, tableToJson, tagFigure, tagHeading, tagLink, tagList, tagListItem, tagParagraph, tagTable, tagTableDataCell, tagTableHeaderCell, tagTableRow, tilingPattern, timestampPlugin, toAlpha, toJsonReport, toRoman, toSarif, translate as translateOp, truncateText, upcAToOperators, upscale8To16, validateBoxGeometry, validateByteRangeIntegrity, validateCertificateChain, validateCertificatePolicy, validateExtendedKeyUsage, validateFieldValue, validateKeyUsage, validatePdfA, validatePdfUa, validatePdfUa2, validatePdfX, validateSignatureChain, validateXmpMetadata, valuesToModules, verifyOfflineRevocation, verifyOwnerPassword, verifySignature, verifySignatureDetailed, verifySignatures, verifyUserPassword, webpToJpeg, webpToPng, wrapInMarkedContent, wrapText };
190
190
  //# sourceMappingURL=browser.d.mts.map