modern-pdf-lib 0.36.0 → 0.37.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%2C683_passing-brightgreen?style=flat-square)](#)
18
+ [![tests](https://img.shields.io/badge/tests-6%2C741_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,683 tests across 306 suites
627
+ tests/ 6,741 tests across 310 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,683 tests
639
+ npm test # 6,741 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-DvciSXsr.cjs");
7
- const require_src = require("./src-MIBq9xGq.cjs");
7
+ const require_src = require("./src-CbPUzRbg.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");
@@ -364,6 +364,7 @@ exports.buildCertPath = require_src.buildCertPath;
364
364
  exports.buildCertificateChain = require_src.buildCertificateChain;
365
365
  exports.buildCollection = require_src.buildCollection;
366
366
  exports.buildColorKeyMask = require_src.buildColorKeyMask;
367
+ exports.buildCoonsPatchShading = require_src.buildCoonsPatchShading;
367
368
  exports.buildDPartRoot = require_src.buildDPartRoot;
368
369
  exports.buildDeviceNColorSpace = require_src.buildDeviceNColorSpace;
369
370
  exports.buildDocMdpReference = require_src.buildDocMdpReference;
@@ -374,12 +375,14 @@ exports.buildEmbeddedFilesNameTree = require_pdfDocument.buildEmbeddedFilesNameT
374
375
  exports.buildEncryptedPayload = require_src.buildEncryptedPayload;
375
376
  exports.buildFacturXXmp = require_src.buildFacturXXmp;
376
377
  exports.buildFieldLockDict = require_src.buildFieldLockDict;
378
+ exports.buildFreeFormGouraudShading = require_src.buildFreeFormGouraudShading;
377
379
  exports.buildFunctionShading = require_src.buildFunctionShading;
378
380
  exports.buildGradientObjects = require_pdfDocument.buildGradientObjects;
379
381
  exports.buildGtsPdfxVersion = require_src.buildGtsPdfxVersion;
380
382
  exports.buildImageSoftMask = require_src.buildImageSoftMask;
381
383
  exports.buildInfoDict = require_pdfDocument.buildInfoDict;
382
384
  exports.buildLab = require_src.buildLab;
385
+ exports.buildLatticeFormGouraudShading = require_src.buildLatticeFormGouraudShading;
383
386
  exports.buildNamespace = require_src.buildNamespace;
384
387
  exports.buildNamespacesArray = require_src.buildNamespacesArray;
385
388
  exports.buildOutputIntent = require_src.buildOutputIntent;
@@ -402,6 +405,7 @@ exports.buildSigningCertificateV2Attribute = require_pdfDocument.buildSigningCer
402
405
  exports.buildSoftMaskGroupExtGState = require_src.buildSoftMaskGroupExtGState;
403
406
  exports.buildSoftMaskNone = require_src.buildSoftMaskNone;
404
407
  exports.buildStencilMask = require_src.buildStencilMask;
408
+ exports.buildTensorPatchShading = require_src.buildTensorPatchShading;
405
409
  exports.buildThresholdHalftone = require_src.buildThresholdHalftone;
406
410
  exports.buildTimestampRequest = require_src.buildTimestampRequest;
407
411
  exports.buildType1Halftone = require_src.buildType1Halftone;
@@ -488,6 +492,7 @@ exports.detectRuntime = require_loader.detectRuntime;
488
492
  exports.detectTransparency = require_src.detectTransparency;
489
493
  exports.deviceNColor = require_pdfDocument.deviceNColor;
490
494
  exports.deviceNResourceName = require_pdfDocument.deviceNResourceName;
495
+ exports.deviceRgbToXyz = require_src.deviceRgbToXyz;
491
496
  exports.didYouMean = require_src.didYouMean;
492
497
  exports.diffSignedContent = require_src.diffSignedContent;
493
498
  exports.downloadCrl = require_src.downloadCrl;
@@ -627,6 +632,8 @@ exports.handlePdfRequest = handlePdfRequest;
627
632
  exports.hasInlineWasmData = require_loader.hasInlineWasmData;
628
633
  exports.hasLtvData = require_src.hasLtvData;
629
634
  exports.hexToColor = require_pdfDocument.hexToColor;
635
+ exports.hslToRgb = require_src.hslToRgb;
636
+ exports.hsvToRgb = require_src.hsvToRgb;
630
637
  exports.identityTransferFunction = require_src.identityTransferFunction;
631
638
  exports.initJpegWasm = require_bridge.initJpegWasm;
632
639
  exports.initWasm = require_src.initWasm;
@@ -696,6 +703,7 @@ exports.parseContentStream = require_compressionAnalysis.parseContentStream;
696
703
  exports.parseExistingTrailer = require_src.parseExistingTrailer;
697
704
  exports.parseIccColorSpace = require_batchOptimize.parseIccColorSpace;
698
705
  exports.parseIccDescription = require_batchOptimize.parseIccDescription;
706
+ exports.parseIccTransform = require_src.parseIccTransform;
699
707
  exports.parseSvg = require_pdfDocument.parseSvg;
700
708
  exports.parseSvgColor = require_pdfDocument.parseSvgColor;
701
709
  exports.parseSvgPath = require_pdfDocument.parseSvgPath;
@@ -763,6 +771,10 @@ exports.restoreState = require_pdfDocument.restoreState;
763
771
  exports.reversePages = require_layout.reversePages;
764
772
  exports.rgb = require_pdfDocument.rgb;
765
773
  exports.rgbToCmyk = require_pdfDocument.rgbToCmyk;
774
+ exports.rgbToHsl = require_src.rgbToHsl;
775
+ exports.rgbToHsv = require_src.rgbToHsv;
776
+ exports.rgbToLab = require_src.rgbToLab;
777
+ exports.rgbToXyz = require_src.rgbToXyz;
766
778
  exports.rotateAllPages = require_layout.rotateAllPages;
767
779
  exports.rotateOp = require_pdfDocument.rotate;
768
780
  exports.rotatePage = require_layout.rotatePage;
@@ -884,5 +896,7 @@ exports.webpToJpeg = require_src.webpToJpeg;
884
896
  exports.webpToPng = require_src.webpToPng;
885
897
  exports.wrapInMarkedContent = require_pdfDocument.wrapInMarkedContent;
886
898
  exports.wrapText = require_src.wrapText;
899
+ exports.xyzToLab = require_src.xyzToLab;
900
+ exports.xyzToRgb = require_src.xyzToRgb;
887
901
 
888
902
  //# sourceMappingURL=browser.cjs.map
@@ -1,4 +1,4 @@
1
- import { $ as attachAssociatedFiles, $a as InvalidFieldNamePartError, $c as buildPdfXOutputIntent, $d as TextAnnotationIcon, $f as endText, $i as extractTables, $l as buildDssDictionary, $n as createWorkerPool, $o as upcAToOperators, $r as buildType1Halftone, $s as recompressWebP, $t as normalizeAxisCoordinate, $u as SignatureOptions, A as tagHeading, Aa as removePageLabels, Ac as OptimizationReport, Ad as PdfFileAttachmentAnnotation, Af as validatePdfUa, Ai as DEFAULT_SARIF_TOOL_NAME, Al as SRGB_ICC_PROFILE, An as downscale16To8, Ao as borderedPreset, Ap as fill, Ar as buildFunctionShading, As as isWasmModuleCached, At as rasterize, Au as findExistingSignatures, B as buildColorKeyMask, Ba as FlattenOptions, Bc as optimizeImage, Bd as PdfLineAnnotation, Bf as beginArtifact, Bi as MATHML_NAMESPACE, Bl as validatePdfA, Bn as WoffInfo, Bo as StyledBarcodeOptions, Bp as setLineJoin, Br as generateCiiXml, Bs as decodeTiffPage, Bt as StrokeItem, Bu as extractEmbeddedRevocationData, C as PdfUa2Result, Ca as BatchResult, Cc as parseIccDescription, Cd as generateInkAppearance, Cf as verifyUserPassword, Ci as CalGrayParams, Cl as isValidLevel, Cn as buildCertPath, Co as truncateText, Cp as closeFillEvenOddAndStroke, Cr as PdfA4ExtensionProperty, Cs as RuntimeKind, Ct as generateThumbnail, Cu as validateSignatureChain, D as ListNumbering, Da as PageLabelRange, Dc as deduplicateImages, Dd as generateStrikeOutAppearance, Df as PdfUaValidationResult, Di as buildCalRGB, Dl as getToUnicodeCmap, Dn as layoutColumns, Do as TablePreset, Dp as curveToInitial, Dr as buildPdfA4Xmp, Ds as detectRuntime, Dt as renderPageToCanvas, Du as SignatureByteRange, E as LIST_NUMBERING_KEY, Ea as processBatch, Ec as DeduplicationReport, Ed as generateSquigglyAppearance, Ef as PdfUaLevel, Ei as buildCalGray, El as generateZapfDingbatsToUnicodeCmap, En as findHyphenationPoints, Eo as PresetOptions, Ep as curveToFinal, Er as PdfA4Options, Es as configureWasmLoader, Et as renderDisplayListToCanvas, Eu as IncrementalSaveOptions, F as tagTable, Fa as addBookmark, Fc as OptimizeResult, Fd as PdfInkAnnotation, Ff as createXmpStream, Fi as SarifRun, Fl as flattenTransparency, Fn as upscale8To16, Fo as readBarcode, Fp as moveTo, Fr as renderCodeFrame, Fs as IfdEntry, Ft as DisplayItem, Fu as EKU_OIDS, G as buildSoftMaskNone, Ga as CombedTextLayoutError, Gc as decodeJpegWasm, Gd as PdfSquigglyAnnotation, Gf as createMarkedContentScope, Gi as buildPieceInfo, Gl as isLinearized, Gn as DeferredSignOptions, Go as encodePdf417, Gp as isTrueType, Gr as buildBoxDict, Gs as decodeWebP, Gt as ColorGlyphLayer, Gu as extractCrlUrls, H as buildStencilMask, Ha as flattenFields, Hc as ChromaSubsampling, Hd as PdfPolygonAnnotation, Hf as beginMarkedContent, Hi as PDF2_NAMESPACE, Hl as LinearizationOptions, Hn as isWoff, Ho as renderStyledBarcode, Hp as setMiterLimit, Hr as PdfRect, Hs as isTiff, Ht as TextItem, Hu as buildCertificateChain, I as tagTableDataCell, Ia as getBookmarks, Ic as RawImageData, Id as PdfStampAnnotation, If as parseXmpMetadata, Ii as ValidationFinding, Il as PdfAIssue, In as assembleTiles, Io as readCode128, Ip as rectangle, Ir as FacturXProfile, Is as TiffDecodeOptions, It as DisplayList, Iu as validateCertificatePolicy, J as buildEncryptedPayload, Ja as FieldAlreadyExistsError, Jc as isJpegWasmReady, Jd as FreeTextAlignment, Jf as wrapInMarkedContent, Ji as buildRequirements, Jl as computeObjectHash, Jn as SignatureAlgorithm, Jo as DataMatrixResult, Jp as saveDocumentIncremental, Jr as validateBoxGeometry, Js as DirectEmbedOptions, Jt as parseColorFont, Ju as extractOcspUrl, K as EncryptedPayloadOptions, Ka as EncryptedPdfError, Kc as encodeJpegWasm, Kd as PdfStrikeOutAnnotation, Kf as endArtifact, Ki as RequirementType, Kl as linearizePdf, Kn as DeferredSignResult, Ko as pdf417ToOperators, Kp as ChangeTracker, Kr as buildGtsPdfxVersion, Ks as isWebP, Kt as CpalPalette, Ku as isCertificateRevoked, L as tagTableHeaderCell, La as removeAllBookmarks, Lc as RecompressOptions, Ld as StandardStampName, Lf as PdfStreamWriter, Li as ValidationLevel, Ll as PdfALevel, Ln as decodeTile, Lo as readCode39, Lp as setDashPattern, Lr as Invoice, Ls as TiffImage, Lt as FillItem, Lu as validateExtendedKeyUsage, M as tagList, Ma as AddBookmarkOptions, Mc as optimizeAllImages, Md as PdfCaretAnnotation, Mf as isAccessible, Mi as SARIF_SCHEMA_URI, Ml as TransparencyFinding, Mn as normalizeComponentDepth, Mo as professionalPreset, Mp as fillEvenOdd, Mr as CodeFrameOptions, Ms as loadWasmModuleStreaming, Mt as InterpretOptions, Mu as saveIncrementalWithSignaturePreservation, N as tagListItem, Na as BookmarkNode, Nc as DownscaleOptions, Nd as PdfPopupAnnotation, Nf as summarizeIssues, Ni as SarifLog, Nl as TransparencyInfo, Nn as offsetSignedToUnsigned, No as stripedPreset, Np as fillEvenOddAndStroke, Nr as didYouMean, Ns as provideWasmBytes, Nt as interpretContentStream, Nu as validateByteRangeIntegrity, O as TaggedListItem, Oa as PageLabelStyle, Oc as BatchOptimizeOptions, Od as generateUnderlineAppearance, Of as PdfUaWarning, Oi as buildLab, Ol as OutputIntentOptions, On as layoutParagraph, Oo as applyPreset, Op as ellipsePath, Or as pdfA4Rules, Os as instantiateWasmModuleStreaming, Ot as RasterImage, Ou as TrailerInfo, P as tagParagraph, Pa as BookmarkRef, Pc as ImageOptimizeOptions, Pd as PdfRedactAnnotation, Pf as buildXmpMetadata, Pi as SarifResult, Pl as detectTransparency, Pn as summarizeBitDepth, Po as BarcodeReadResult, Pp as lineTo, Pr as levenshtein, Ps as resetWasmLoader, Pt as interpretPage, Pu as verifySignatureDetailed, Q as buildPageOutputIntent, Qa as InvalidColorError, Qc as applyRedaction, Qd as PdfTextAnnotation, Qf as beginText, Qi as TableExtractOptions, Ql as LtvOptions, Qn as WorkerPoolOptions, Qo as encodeUpcA, Qr as buildThresholdHalftone, Qs as encodePngFromPixels, Qt as VariationAxis, Qu as requestTimestamp, R as tagTableRow, Ra as removeBookmark, Rc as downscaleImage, Rd as LineEndingStyle, Rf as PDFOperator, Ri as toJsonReport, Rl as PdfAValidationResult, Rn as decodeTileRegion, Ro as readEan13, Rp as setFlatness, Rr as InvoiceLine, Rs as decodeTiff, Rt as ImageItem, Ru as validateKeyUsage, S as PdfUa2Issue, Sa as BatchProgressCallback, Sc as parseIccColorSpace, Sd as generateHighlightAppearance, Sf as verifyOwnerPassword, Si as buildDocTimeStampDict, Sl as getSupportedLevels, Sn as CertPathResult, So as shrinkFontSize, Sp as closeFillAndStroke, Sr as generateXRechnungCii, Ss as PdfWorkerOptions, St as ThumbnailOptions, Su as SignatureChainResult, T as validatePdfUa2, Ta as batchMerge, Tc as isGrayscaleImage, Td as generateSquareAppearance, Tf as PdfUaError, Ti as LabParams, Tl as generateWinAnsiToUnicodeCmap, Tn as extractSigningCertificateV2, To as PresetName, Tp as curveTo, Tr as PdfA4Level, Ts as clearWasmCache, Tt as CanvasRenderOptions, Tu as IncrementalObject, U as SoftMaskGroupOptions, Ua as flattenForm, Uc as JpegDecodeResult, Ud as PdfSquareAnnotation, Uf as beginMarkedContentSequence, Ui as buildNamespace, Ul as delinearizePdf, Un as isWoff2, Uo as Pdf417Matrix, Up as stroke, Ur as PdfX6Options, Us as parseTiffIfd, Ut as Matrix, Uu as validateCertificateChain, V as buildImageSoftMask, Va as flattenField, Vc as recompressImage, Vd as PdfPolyLineAnnotation, Vf as beginArtifactWithType, Vi as NamespaceDef, Vl as LinearizationInfo, Vn as decodeWoff, Vo as calculateBarcodeDimensions, Vp as setLineWidth, Vr as BoxGeometry, Vs as getTiffPageCount, Vt as SubPath, Vu as verifyOfflineRevocation, W as buildSoftMaskGroupExtGState, Wa as BatchProcessingError, Wc as JpegWasmModule, Wd as PdfHighlightAnnotation, Wf as beginMarkedContentWithProperties, Wi as buildNamespacesArray, Wl as getLinearizationInfo, Wn as readWoffHeader, Wo as Pdf417Options, Wp as isOpenTypeCFF, Wr as PdfX6Variant, Ws as WebPImage, Wt as ColorFontInfo, Wu as downloadCrl, X as PageOutputIntentOptions, Xa as FontNotEmbeddedError, Xc as RedactionOperatorOptions, Xd as LinkHighlightMode, Xf as drawImageXObject, Xi as buildDPartRoot, Xl as optimizeIncrementalSave, Xn as TaskRunner, Xo as encodeDataMatrix, Xr as Type1Halftone, Xs as canDirectEmbed, Xt as NamedInstance, Xu as buildTimestampRequest, Y as buildUnencryptedWrapper, Ya as FieldExistsAsNonTerminalError, Yc as OverlayAlignment, Yd as PdfFreeTextAnnotation, Yf as drawImageWithMatrix, Yi as DocumentPart, Yl as findChangedObjects, Yn as signDeferred, Yo as dataMatrixToOperators, Yp as saveIncremental, Yr as STANDARD_SPOT_FUNCTIONS, Ys as DirectEmbedResult, Yt as AvarSegmentMap, Yu as TimestampResult, Z as attachOutputIntents, Za as ForeignPageError, Zc as RedactionResult, Zd as PdfLinkAnnotation, Zf as drawXObject, Zi as ExtractedTable, Zl as DssData, Zn as WorkerPool, Zo as calculateUpcCheckDigit, Zr as buildSampledTransferFunction, Zs as embedTiffDirect, Zt as VariableFontInfo, Zu as parseTimestampResponse, _ as convertPdfAConformanceXmp, _a as hasInlineWasmData, _c as computeImageDpi, _d as prepareForSigning, _f as aesEncryptCBC, _i as ReconstructOptions, _l as extractXmpMetadata, _n as sanitizePdf, _o as OverflowMode, _p as buildSeparationColorSpace, _r as resolveFallback, _s as BarcodeMatrix, _t as ExtractedFont, _u as MdpPermission, a as parseCiiXml, aa as metadataPlugin, ac as getSupportedFormats, ad as encodeOID, af as createSandbox, ai as PostScriptFunction, al as enforcePdfAFull, an as reorderVisual, ao as RichTextFieldReadError, ap as setFontSize, ar as RenderOptions$1, as as ItfOptions, at as renderPageTile, au as DiffEntry, b as AutoTagResult, ba as BatchErrorStrategy, bc as embedIccProfile, bd as generateCircleAppearance, bf as EncryptDictValues, bi as DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, bl as PdfAProfile, bn as ThreatSeverity, bo as ellipsisText, bp as clipEvenOdd, br as XRechnungOptions, bs as base64Encode, bt as ExtractedImage, bu as setCertificationLevel, c as ValidatableInvoice, ca as ParsedPage, cc as convertTiffCmykToRgb, cd as encodeSequence, cf as setFieldValue, ci as evaluateFunction, cl as generatePdfAXmpBytes, cn as PermissionFlags, co as HeaderFooterContent, cp as setTextRenderingMode, cr as renderToPdf, cs as Code39Options, ct as redactRegions, cu as FieldLockInfo, d as assembleFacturX, da as StreamingParserOptions, dc as JpegMetadata, dd as encodeUtf8String, df as AFSpecial_Format, di as CollectionOptions, dl as StrippedFeature, dn as RedactionRegion, do as applyHeaderFooter, dp as showText, dr as RangeFetchOptions, ds as encodeCode39, dt as OcrWord, du as buildFieldLockDict, ea as tableToCsv, ec as webpToJpeg, ed as SignerInfo, ef as AFDate_FormatEx, ei as buildType5Halftone, el as enforcePdfX, en as parseVariableFont, eo as InvalidPageSizeError, ep as moveText, er as PdfVtConformance, es as calculateEanCheckDigit, et as registerEmbeddedFile, eu as embedLtvData, f as buildFacturXXmp, fa as StreamingPdfParser, fc as extractJpegMetadata, fd as ByteRangeResult, ff as validateFieldValue, fi as CollectionSchemaField, fl as countOccurrences, fn as RedactionVerificationReport, fo as applyHeaderFooterToPage, fp as showTextArray, fr as RangeFetcher, fs as Code128Options, ft as applyOcr, fu as getFieldLocks, g as PreflightIssue, ga as getInlineWasmSize, gc as ImageDpi, gd as findSignatures, gf as aesDecryptCBC, gi as Paragraph, gl as XmpValidationResult, gn as SanitizeReport, go as toRoman, gp as buildDeviceNColorSpace, gr as ScriptRun, gs as valuesToModules, gt as comparePages, gu as detectModifications, h as buildWtpdfIdentificationXmp, ha as getInlineWasmBytes, hc as analyzeJpegMarkers, hd as embedSignature, hf as sha512, hi as Line, hl as XmpIssue, hn as SanitizeOptions, ho as toAlpha, hp as showTextWithSpacing, hr as FallbackRun, hs as encodeCode128Values, ht as compareImages, hu as ModificationViolationType, i as detectFacturXProfile, ia as MetadataPluginOptions, ic as getImageFormatName, id as encodeLength, if as formatNumber, ii as PdfFunctionDef, il as EnforcementAction, in as BidiRun, io as RemovePageFromEmptyDocumentError, ip as setFont, ir as gtsPdfVtVersion, is as encodeEan8, it as computeTileGrid, iu as getCounterSignatures, j as tagLink, ja as setPageLabels, jc as ProgressInfo, jd as CaretSymbol, jf as checkAccessibility, ji as JsonReport, jl as generateSrgbIccProfile, jn as getComponentDepths, jo as minimalPreset, jp as fillAndStroke, jr as sampleShadingColor, js as loadWasmModule, jt as renderPageToImage, ju as parseExistingTrailer, k as tagFigure, ka as getPageLabels, kc as ImageOptimizeEntry, kd as FileAttachmentIcon, kf as enforcePdfUa, ki as labToRgb, kl as buildOutputIntent, kn as layoutTextFlow, ko as applyTablePreset, kp as endPath, kr as FunctionShadingOptions, ks as isWasmDisabled, kt as RenderOptions, ku as appendIncrementalUpdate, l as validateEn16931, la as StreamingParseResult, lc as embedTiffCmyk, ld as encodeSet, lf as addVisibilityAction, li as MarkdownToPdfOptions, ll as StripOptions, ln as inspectEncryption, lo as HeaderFooterOptions, lp as setTextRise, lr as FetchLike, ls as code39ToOperators, lt as ApplyOcrOptions, lu as FieldLockOptions, m as buildPdfRIdentificationXmp, ma as WasmModuleName, mc as JpegMarkerInfo, md as computeSignatureHash, mf as sha384, mi as buildCollection, ml as ParsedXmpMetadata, mn as SanitizeClass, mo as replaceTemplateVariables, mp as showTextNextLine, mr as FallbackFont, ms as encodeCode128, mt as DiffResult, mu as ModificationViolation, n as index_d_exports, na as AccessibilityPluginOptions, nc as ImageFormat, nd as encodeContextTag, nf as parseAcrobatDate, ni as nameHalftone, nl as EnforcePdfAOptions, nn as BidiDirection, no as NoSuchFieldError, np as nextLine, nr as buildPdfVtDParts, ns as ean8ToOperators, nt as TileGrid, nu as CounterSignatureInfo, o as DeclaredInvoiceTotals, oa as TimestampPluginOptions, oc as TiffCmykEmbedResult, od as encodeOctetString, of as getFieldValue, oi as SampledFunction, ol as PdfAXmpOptions, on as resolveBidi, oo as StreamingParseError, op as setLeading, or as VNode, os as encodeItf, ot as RedactRect, ou as DocumentDiff, p as ProfileXmpOptions, pa as PdfDocumentBuilder, pc as injectJpegMetadata, pd as PrepareAppearanceOptions, pf as sha256, pi as CollectionView, pl as stripProhibitedFeatures, pn as verifyRedactions, po as formatDate$1, pp as showTextHex, pr as createRangeFetcher, ps as code128ToOperators, pt as CompareOptions, pu as ModificationReport, q as WrapperPayloadOptions, qa as ExceededMaxLengthError, qc as initJpegWasm, qd as PdfUnderlineAnnotation, qf as endMarkedContent, qi as buildRequirement, ql as IncrementalChange, qn as ExternalSigner, qo as DataMatrixOptions, qp as IncrementalSaveResult, qr as buildPdfX6OutputIntent, qs as isWebPLossless, qt as getColorGlyphLayers, qu as checkCertificateStatus, r as initWasm, ra as accessibilityPlugin, rc as detectImageFormat, rd as encodeInteger, rf as AFNumber_Format, ri as ExponentialFunction, rl as EnforcePdfAResult, rn as BidiResult, ro as PluginError, rp as setCharacterSpacing, rr as buildVtDpm, rs as encodeEan13, rt as TileOptions, ru as addCounterSignature, s as EInvoiceIssue, sa as timestampPlugin, sc as TiffIfdEntry, sd as encodePrintableString, sf as resolveFieldReference, si as StitchingFunction, sl as generatePdfAXmp, sn as EncryptionReport, so as UnexpectedFieldTypeError, sp as setTextMatrix, sr as h, ss as itfToOperators, st as RedactResult, su as diffSignedContent, t as InitWasmOptions, ta as tableToJson, tc as webpToPng, td as buildPkcs7Signature, tf as formatDate, ti as identityTransferFunction, tl as validatePdfX, tn as resolveInstanceCoordinates, to as MissingOnValueCheckError, tp as moveTextSetLeading, tr as RecordMetadata, ts as ean13ToOperators, tt as RenderCache, tu as hasLtvData, u as FacturXAssembleOptions, ua as StreamingParserEvent, uc as isCmykTiff, ud as encodeUTCTime, uf as setFieldVisibility, ui as markdownToPdf, ul as StripResult, un as RedactionLeak, uo as HeaderFooterPosition, up as setWordSpacing, ur as FetchLikeResponse, us as computeCode39CheckDigit, ut as OcrEngine, uu as addFieldLock, v as preflightPdfA, va as isValidModuleName, vc as computeTargetDimensions, vd as decodeJpeg2000, vf as rc4, vi as reconstructLines, vl as parseXmpMetadata$1, vn as ThreatFinding, vo as OverflowResult, vp as circlePath, vr as splitByScript, vs as BarcodeOptions, vt as FontFileFormat, vu as buildDocMdpReference, w as buildPdfUa2Xmp, wa as batchFlatten, wc as convertToGrayscale, wd as generateLineAppearance, wf as PdfUaEnforcementResult, wi as CalRGBParams, wl as generateSymbolToUnicodeCmap, wn as buildSigningCertificateV2Attribute, wo as wrapText, wp as closePath, wr as PdfA4ExtensionSchema, ws as WasmLoaderConfig, wt as Canvas2DLike, wu as AppendOptions, x as autoTagPage, xa as BatchOptions, xc as extractIccProfile, xd as generateFreeTextAppearance, xf as computeFileEncryptionKey, xi as DocTimeStampOptions, xl as getProfile, xn as scanPdfThreats, xo as estimateTextWidth, xp as closeAndStroke, xr as generateOrderX, xs as PdfWorker, xt as extractImages$1, xu as SignatureChainEntry, y as AutoTagOptions, ya as preloadInlineWasm, yc as IccProfile, yd as searchTextItems, yf as md5, yi as reconstructParagraphs, yl as validateXmpMetadata, yn as ThreatReport, yo as applyOverflow, yp as clip, yr as OrderXType, ys as base64Decode, yt as extractFonts, yu as getCertificationLevel, z as buildBlackPointCompensationExtGState, za as FlattenFormResult, zc as estimateJpegQuality, zd as PdfCircleAnnotation, zf as MarkedContentScope, zi as toSarif, zl as enforcePdfA, zn as parseTileInfo, zo as readEan8, zp as setLineCap, zr as InvoiceParty, zs as decodeTiffAll, zt as Rgba, zu as TrustStore } from "./index-06FgCx99.cjs";
1
+ import { $ as attachAssociatedFiles, $a as processBatch, $c as DeduplicationReport, $d as generateSquigglyAppearance, $f as PdfUaLevel, $i as buildCalGray, $l as generateZapfDingbatsToUnicodeCmap, $n as findHyphenationPoints, $o as PresetOptions, $p as curveToFinal, $r as PdfA4Options, $s as configureWasmLoader, $t as parseIccTransform, $u as IncrementalSaveOptions, A as tagHeading, Aa as accessibilityPlugin, Ac as detectImageFormat, Ad as encodeInteger, Af as AFNumber_Format, Ai as ExponentialFunction, Al as EnforcePdfAResult, An as BidiResult, Ao as PluginError, Ap as setCharacterSpacing, Ar as buildVtDpm, As as encodeEan13, At as rasterize, Au as addCounterSignature, B as buildColorKeyMask, Ba as PdfDocumentBuilder, Bc as injectJpegMetadata, Bd as PrepareAppearanceOptions, Bf as sha256, Bi as CollectionView, Bl as stripProhibitedFeatures, Bn as verifyRedactions, Bo as formatDate$1, Bp as showTextHex, Br as createRangeFetcher, Bs as code128ToOperators, Bt as StrokeItem, Bu as ModificationReport, C as PdfUa2Result, Ca as buildDPartRoot, Cc as canDirectEmbed, Cd as buildTimestampRequest, Cf as LinkHighlightMode, Ci as Type1Halftone, Cl as RedactionOperatorOptions, Cn as NamedInstance, Co as FontNotEmbeddedError, Cp as drawImageXObject, Cr as TaskRunner, Cs as encodeDataMatrix, Ct as generateThumbnail, Cu as optimizeIncrementalSave, D as ListNumbering, Da as tableToCsv, Dc as webpToJpeg, Dd as SignerInfo, Df as AFDate_FormatEx, Di as buildType5Halftone, Dl as enforcePdfX, Dn as parseVariableFont, Do as InvalidPageSizeError, Dp as moveText, Dr as PdfVtConformance, Ds as calculateEanCheckDigit, Dt as renderPageToCanvas, Du as embedLtvData, E as LIST_NUMBERING_KEY, Ea as extractTables, Ec as recompressWebP, Ed as SignatureOptions, Ef as TextAnnotationIcon, Ei as buildType1Halftone, El as buildPdfXOutputIntent, En as normalizeAxisCoordinate, Eo as InvalidFieldNamePartError, Ep as endText, Er as createWorkerPool, Es as upcAToOperators, Et as renderDisplayListToCanvas, Eu as buildDssDictionary, F as tagTable, Fa as ParsedPage, Fc as convertTiffCmykToRgb, Fd as encodeSequence, Ff as setFieldValue, Fi as evaluateFunction, Fl as generatePdfAXmpBytes, Fn as PermissionFlags, Fo as HeaderFooterContent, Fp as setTextRenderingMode, Fr as renderToPdf, Fs as Code39Options, Ft as DisplayItem, Fu as FieldLockInfo, G as buildSoftMaskNone, Ga as isValidModuleName, Gc as computeTargetDimensions, Gd as decodeJpeg2000, Gf as rc4, Gi as reconstructLines, Gl as parseXmpMetadata$1, Gn as ThreatFinding, Go as OverflowResult, Gp as circlePath, Gr as splitByScript, Gs as BarcodeOptions, Gt as hsvToRgb, Gu as buildDocMdpReference, H as buildStencilMask, Ha as getInlineWasmBytes, Hc as analyzeJpegMarkers, Hd as embedSignature, Hf as sha512, Hi as Line, Hl as XmpIssue, Hn as SanitizeOptions, Ho as toAlpha, Hp as showTextWithSpacing, Hr as FallbackRun, Hs as encodeCode128Values, Ht as TextItem, Hu as ModificationViolationType, I as tagTableDataCell, Ia as StreamingParseResult, Ic as embedTiffCmyk, Id as encodeSet, If as addVisibilityAction, Ii as MarkdownToPdfOptions, Il as StripOptions, In as inspectEncryption, Io as HeaderFooterOptions, Ip as setTextRise, Ir as FetchLike, Is as code39ToOperators, It as DisplayList, Iu as FieldLockOptions, J as buildEncryptedPayload, Ja as BatchOptions, Jc as extractIccProfile, Jd as generateFreeTextAppearance, Jf as computeFileEncryptionKey, Ji as DocTimeStampOptions, Jl as getProfile, Jn as scanPdfThreats, Jo as estimateTextWidth, Jp as closeAndStroke, Jr as generateOrderX, Js as PdfWorker, Jt as rgbToLab, Ju as SignatureChainEntry, K as EncryptedPayloadOptions, Ka as preloadInlineWasm, Kc as IccProfile, Kd as searchTextItems, Kf as md5, Ki as reconstructParagraphs, Kl as validateXmpMetadata, Kn as ThreatReport, Ko as applyOverflow, Kp as clip, Kr as OrderXType, Ks as base64Decode, Kt as rgbToHsl, Ku as getCertificationLevel, L as tagTableHeaderCell, La as StreamingParserEvent, Lc as isCmykTiff, Ld as encodeUTCTime, Lf as setFieldVisibility, Li as markdownToPdf, Ll as StripResult, Ln as RedactionLeak, Lo as HeaderFooterPosition, Lp as setWordSpacing, Lr as FetchLikeResponse, Ls as computeCode39CheckDigit, Lt as FillItem, Lu as addFieldLock, M as tagList, Ma as metadataPlugin, Mc as getSupportedFormats, Md as encodeOID, Mf as createSandbox, Mi as PostScriptFunction, Ml as enforcePdfAFull, Mn as reorderVisual, Mo as RichTextFieldReadError, Mp as setFontSize, Mr as RenderOptions$1, Ms as ItfOptions, Mt as InterpretOptions, Mu as DiffEntry, N as tagListItem, Na as TimestampPluginOptions, Nc as TiffCmykEmbedResult, Nd as encodeOctetString, Nf as getFieldValue, Ni as SampledFunction, Nl as PdfAXmpOptions, Nn as resolveBidi, No as StreamingParseError, Np as setLeading, Nr as VNode, Ns as encodeItf, Nt as interpretContentStream, Nu as DocumentDiff, O as TaggedListItem, Oa as tableToJson, Oc as webpToPng, Od as buildPkcs7Signature, Of as formatDate, Oi as identityTransferFunction, Ol as validatePdfX, On as resolveInstanceCoordinates, Oo as MissingOnValueCheckError, Op as moveTextSetLeading, Or as RecordMetadata, Os as ean13ToOperators, Ot as RasterImage, Ou as hasLtvData, P as tagParagraph, Pa as timestampPlugin, Pc as TiffIfdEntry, Pd as encodePrintableString, Pf as resolveFieldReference, Pi as StitchingFunction, Pl as generatePdfAXmp, Pn as EncryptionReport, Po as UnexpectedFieldTypeError, Pp as setTextMatrix, Pr as h, Ps as itfToOperators, Pt as interpretPage, Pu as diffSignedContent, Q as buildPageOutputIntent, Qa as batchMerge, Qc as isGrayscaleImage, Qd as generateSquareAppearance, Qf as PdfUaError, Qi as LabParams, Ql as generateWinAnsiToUnicodeCmap, Qn as extractSigningCertificateV2, Qo as PresetName, Qp as curveTo, Qr as PdfA4Level, Qs as clearWasmCache, Qt as deviceRgbToXyz, Qu as IncrementalObject, R as tagTableRow, Ra as StreamingParserOptions, Rc as JpegMetadata, Rd as encodeUtf8String, Rf as AFSpecial_Format, Ri as CollectionOptions, Rl as StrippedFeature, Rn as RedactionRegion, Ro as applyHeaderFooter, Rp as showText, Rr as RangeFetchOptions, Rs as encodeCode39, Rt as ImageItem, Ru as buildFieldLockDict, S as PdfUa2Issue, Sa as DocumentPart, Sc as DirectEmbedResult, Sd as TimestampResult, Sf as PdfFreeTextAnnotation, Si as STANDARD_SPOT_FUNCTIONS, Sl as OverlayAlignment, Sm as saveIncremental, Sn as AvarSegmentMap, So as FieldExistsAsNonTerminalError, Sp as drawImageWithMatrix, Sr as signDeferred, Ss as dataMatrixToOperators, St as ThumbnailOptions, Su as findChangedObjects, T as validatePdfUa2, Ta as TableExtractOptions, Tc as encodePngFromPixels, Td as requestTimestamp, Tf as PdfTextAnnotation, Ti as buildThresholdHalftone, Tl as applyRedaction, Tn as VariationAxis, To as InvalidColorError, Tp as beginText, Tr as WorkerPoolOptions, Ts as encodeUpcA, Tt as CanvasRenderOptions, Tu as LtvOptions, U as SoftMaskGroupOptions, Ua as getInlineWasmSize, Uc as ImageDpi, Ud as findSignatures, Uf as aesDecryptCBC, Ui as Paragraph, Ul as XmpValidationResult, Un as SanitizeReport, Uo as toRoman, Up as buildDeviceNColorSpace, Ur as ScriptRun, Us as valuesToModules, Ut as Matrix, Uu as detectModifications, V as buildImageSoftMask, Va as WasmModuleName, Vc as JpegMarkerInfo, Vd as computeSignatureHash, Vf as sha384, Vi as buildCollection, Vl as ParsedXmpMetadata, Vn as SanitizeClass, Vo as replaceTemplateVariables, Vp as showTextNextLine, Vr as FallbackFont, Vs as encodeCode128, Vt as SubPath, Vu as ModificationViolation, W as buildSoftMaskGroupExtGState, Wa as hasInlineWasmData, Wc as computeImageDpi, Wd as prepareForSigning, Wf as aesEncryptCBC, Wi as ReconstructOptions, Wl as extractXmpMetadata, Wn as sanitizePdf, Wo as OverflowMode, Wp as buildSeparationColorSpace, Wr as resolveFallback, Ws as BarcodeMatrix, Wt as hslToRgb, Wu as MdpPermission, X as PageOutputIntentOptions, Xa as BatchResult, Xc as parseIccDescription, Xd as generateInkAppearance, Xf as verifyUserPassword, Xi as CalGrayParams, Xl as isValidLevel, Xn as buildCertPath, Xo as truncateText, Xp as closeFillEvenOddAndStroke, Xr as PdfA4ExtensionProperty, Xs as RuntimeKind, Xt as xyzToRgb, Xu as validateSignatureChain, Y as buildUnencryptedWrapper, Ya as BatchProgressCallback, Yc as parseIccColorSpace, Yd as generateHighlightAppearance, Yf as verifyOwnerPassword, Yi as buildDocTimeStampDict, Yl as getSupportedLevels, Yn as CertPathResult, Yo as shrinkFontSize, Yp as closeFillAndStroke, Yr as generateXRechnungCii, Ys as PdfWorkerOptions, Yt as rgbToXyz, Yu as SignatureChainResult, Z as attachOutputIntents, Za as batchFlatten, Zc as convertToGrayscale, Zd as generateLineAppearance, Zf as PdfUaEnforcementResult, Zi as CalRGBParams, Zl as generateSymbolToUnicodeCmap, Zn as buildSigningCertificateV2Attribute, Zo as wrapText, Zp as closePath, Zr as PdfA4ExtensionSchema, Zs as WasmLoaderConfig, Zt as IccTransformInfo, Zu as AppendOptions, _ as convertPdfAConformanceXmp, _a as buildNamespacesArray, _c as WebPImage, _d as downloadCrl, _f as PdfHighlightAnnotation, _i as PdfX6Variant, _l as JpegWasmModule, _m as isOpenTypeCFF, _n as ColorFontInfo, _o as BatchProcessingError, _p as beginMarkedContentWithProperties, _r as readWoffHeader, _s as Pdf417Options, _t as ExtractedFont, _u as getLinearizationInfo, a as parseCiiXml, aa as SARIF_SCHEMA_URI, ac as loadWasmModuleStreaming, ad as saveIncrementalWithSignaturePreservation, af as PdfCaretAnnotation, ai as CodeFrameOptions, al as optimizeAllImages, am as fillEvenOdd, an as CoonsPatchOptions, ao as AddBookmarkOptions, ap as isAccessible, ar as normalizeComponentDepth, as as professionalPreset, at as renderPageTile, au as TransparencyFinding, b as AutoTagResult, ba as buildRequirement, bc as isWebPLossless, bd as checkCertificateStatus, bf as PdfUnderlineAnnotation, bi as buildPdfX6OutputIntent, bl as initJpegWasm, bm as IncrementalSaveResult, bn as getColorGlyphLayers, bo as ExceededMaxLengthError, bp as endMarkedContent, br as ExternalSigner, bs as DataMatrixOptions, bt as ExtractedImage, bu as IncrementalChange, c as ValidatableInvoice, ca as SarifRun, cc as IfdEntry, cd as EKU_OIDS, cf as PdfInkAnnotation, ci as renderCodeFrame, cl as OptimizeResult, cm as moveTo, cn as LatticeFormGouraudOptions, co as addBookmark, cp as createXmpStream, cr as upscale8To16, cs as readBarcode, ct as redactRegions, cu as flattenTransparency, d as assembleFacturX, da as toJsonReport, dc as decodeTiff, dd as validateKeyUsage, df as LineEndingStyle, di as InvoiceLine, dl as downscaleImage, dm as setFlatness, dn as TensorPatch, do as removeBookmark, dp as PDFOperator, dr as decodeTileRegion, ds as readEan13, dt as OcrWord, du as PdfAValidationResult, ea as buildCalRGB, ec as detectRuntime, ed as SignatureByteRange, ef as generateStrikeOutAppearance, ei as buildPdfA4Xmp, el as deduplicateImages, em as curveToInitial, en as xyzToLab, eo as PageLabelRange, ep as PdfUaValidationResult, er as layoutColumns, es as TablePreset, et as registerEmbeddedFile, eu as getToUnicodeCmap, f as buildFacturXXmp, fa as toSarif, fc as decodeTiffAll, fd as TrustStore, ff as PdfCircleAnnotation, fi as InvoiceParty, fl as estimateJpegQuality, fm as setLineCap, fn as TensorPatchOptions, fo as FlattenFormResult, fp as MarkedContentScope, fr as parseTileInfo, fs as readEan8, ft as applyOcr, fu as enforcePdfA, g as PreflightIssue, ga as buildNamespace, gc as parseTiffIfd, gd as validateCertificateChain, gf as PdfSquareAnnotation, gi as PdfX6Options, gl as JpegDecodeResult, gm as stroke, gn as buildTensorPatchShading, go as flattenForm, gp as beginMarkedContentSequence, gr as isWoff2, gs as Pdf417Matrix, gt as comparePages, gu as delinearizePdf, h as buildWtpdfIdentificationXmp, ha as PDF2_NAMESPACE, hc as isTiff, hd as buildCertificateChain, hf as PdfPolygonAnnotation, hi as PdfRect, hl as ChromaSubsampling, hm as setMiterLimit, hn as buildLatticeFormGouraudShading, ho as flattenFields, hp as beginMarkedContent, hr as isWoff, hs as renderStyledBarcode, ht as compareImages, hu as LinearizationOptions, i as detectFacturXProfile, ia as JsonReport, ic as loadWasmModule, id as parseExistingTrailer, if as CaretSymbol, ii as sampleShadingColor, il as ProgressInfo, im as fillAndStroke, in as CoonsPatch, io as setPageLabels, ip as checkAccessibility, ir as getComponentDepths, is as minimalPreset, it as computeTileGrid, iu as generateSrgbIccProfile, j as tagLink, ja as MetadataPluginOptions, jc as getImageFormatName, jd as encodeLength, jf as formatNumber, ji as PdfFunctionDef, jl as EnforcementAction, jn as BidiRun, jo as RemovePageFromEmptyDocumentError, jp as setFont, jr as gtsPdfVtVersion, js as encodeEan8, jt as renderPageToImage, ju as getCounterSignatures, k as tagFigure, ka as AccessibilityPluginOptions, kc as ImageFormat, kd as encodeContextTag, kf as parseAcrobatDate, ki as nameHalftone, kl as EnforcePdfAOptions, kn as BidiDirection, ko as NoSuchFieldError, kp as nextLine, kr as buildPdfVtDParts, ks as ean8ToOperators, kt as RenderOptions, ku as CounterSignatureInfo, l as validateEn16931, la as ValidationFinding, lc as TiffDecodeOptions, ld as validateCertificatePolicy, lf as PdfStampAnnotation, li as FacturXProfile, ll as RawImageData, lm as rectangle, ln as MeshShadingCommon, lo as getBookmarks, lp as parseXmpMetadata, lr as assembleTiles, ls as readCode128, lt as ApplyOcrOptions, lu as PdfAIssue, m as buildPdfRIdentificationXmp, ma as NamespaceDef, mc as getTiffPageCount, md as verifyOfflineRevocation, mf as PdfPolyLineAnnotation, mi as BoxGeometry, ml as recompressImage, mm as setLineWidth, mn as buildFreeFormGouraudShading, mo as flattenField, mp as beginArtifactWithType, mr as decodeWoff, ms as calculateBarcodeDimensions, mt as DiffResult, mu as LinearizationInfo, n as index_d_exports, na as labToRgb, nc as isWasmDisabled, nd as appendIncrementalUpdate, nf as FileAttachmentIcon, ni as FunctionShadingOptions, nl as ImageOptimizeEntry, nm as endPath, nn as BitsPerCoordinate, no as getPageLabels, np as enforcePdfUa, nr as layoutTextFlow, ns as applyTablePreset, nt as TileGrid, nu as buildOutputIntent, o as DeclaredInvoiceTotals, oa as SarifLog, oc as provideWasmBytes, od as validateByteRangeIntegrity, of as PdfPopupAnnotation, oi as didYouMean, ol as DownscaleOptions, om as fillEvenOddAndStroke, on as FlaggedVertex, oo as BookmarkNode, op as summarizeIssues, or as offsetSignedToUnsigned, os as stripedPreset, ot as RedactRect, ou as TransparencyInfo, p as ProfileXmpOptions, pa as MATHML_NAMESPACE, pc as decodeTiffPage, pd as extractEmbeddedRevocationData, pf as PdfLineAnnotation, pi as generateCiiXml, pl as optimizeImage, pm as setLineJoin, pn as buildCoonsPatchShading, po as FlattenOptions, pp as beginArtifact, pr as WoffInfo, ps as StyledBarcodeOptions, pt as CompareOptions, pu as validatePdfA, q as WrapperPayloadOptions, qa as BatchErrorStrategy, qc as embedIccProfile, qd as generateCircleAppearance, qf as EncryptDictValues, qi as DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, ql as PdfAProfile, qn as ThreatSeverity, qo as ellipsisText, qp as clipEvenOdd, qr as XRechnungOptions, qs as base64Encode, qt as rgbToHsv, qu as setCertificationLevel, r as initWasm, ra as DEFAULT_SARIF_TOOL_NAME, rc as isWasmModuleCached, rd as findExistingSignatures, rf as PdfFileAttachmentAnnotation, ri as buildFunctionShading, rl as OptimizationReport, rm as fill, rn as BitsPerFlag, ro as removePageLabels, rp as validatePdfUa, rr as downscale16To8, rs as borderedPreset, rt as TileOptions, ru as SRGB_ICC_PROFILE, s as EInvoiceIssue, sa as SarifResult, sc as resetWasmLoader, sd as verifySignatureDetailed, sf as PdfRedactAnnotation, si as levenshtein, sl as ImageOptimizeOptions, sm as lineTo, sn as FreeFormGouraudOptions, so as BookmarkRef, sp as buildXmpMetadata, sr as summarizeBitDepth, ss as BarcodeReadResult, st as RedactResult, su as detectTransparency, t as InitWasmOptions, ta as buildLab, tc as instantiateWasmModuleStreaming, td as TrailerInfo, tf as generateUnderlineAppearance, ti as pdfA4Rules, tl as BatchOptimizeOptions, tm as ellipsePath, tn as BitsPerComponent, to as PageLabelStyle, tp as PdfUaWarning, tr as layoutParagraph, ts as applyPreset, tt as RenderCache, tu as OutputIntentOptions, u as FacturXAssembleOptions, ua as ValidationLevel, uc as TiffImage, ud as validateExtendedKeyUsage, uf as StandardStampName, ui as Invoice, ul as RecompressOptions, um as setDashPattern, un as MeshVertex, uo as removeAllBookmarks, up as PdfStreamWriter, ur as decodeTile, us as readCode39, ut as OcrEngine, uu as PdfALevel, v as preflightPdfA, va as buildPieceInfo, vc as decodeWebP, vd as extractCrlUrls, vf as PdfSquigglyAnnotation, vi as buildBoxDict, vl as decodeJpegWasm, vm as isTrueType, vn as ColorGlyphLayer, vo as CombedTextLayoutError, vp as createMarkedContentScope, vr as DeferredSignOptions, vs as encodePdf417, vt as FontFileFormat, vu as isLinearized, w as buildPdfUa2Xmp, wa as ExtractedTable, wc as embedTiffDirect, wd as parseTimestampResponse, wf as PdfLinkAnnotation, wi as buildSampledTransferFunction, wl as RedactionResult, wn as VariableFontInfo, wo as ForeignPageError, wp as drawXObject, wr as WorkerPool, ws as calculateUpcCheckDigit, wt as Canvas2DLike, wu as DssData, x as autoTagPage, xa as buildRequirements, xc as DirectEmbedOptions, xd as extractOcspUrl, xf as FreeTextAlignment, xi as validateBoxGeometry, xl as isJpegWasmReady, xm as saveDocumentIncremental, xn as parseColorFont, xo as FieldAlreadyExistsError, xp as wrapInMarkedContent, xr as SignatureAlgorithm, xs as DataMatrixResult, xt as extractImages$1, xu as computeObjectHash, y as AutoTagOptions, ya as RequirementType, yc as isWebP, yd as isCertificateRevoked, yf as PdfStrikeOutAnnotation, yi as buildGtsPdfxVersion, yl as encodeJpegWasm, ym as ChangeTracker, yn as CpalPalette, yo as EncryptedPdfError, yp as endArtifact, yr as DeferredSignResult, ys as pdf417ToOperators, yt as extractFonts, yu as linearizePdf, z as buildBlackPointCompensationExtGState, za as StreamingPdfParser, zc as extractJpegMetadata, zd as ByteRangeResult, zf as validateFieldValue, zi as CollectionSchemaField, zl as countOccurrences, zn as RedactionVerificationReport, zo as applyHeaderFooterToPage, zp as showTextArray, zr as RangeFetcher, zs as Code128Options, zt as Rgba, zu as getFieldLocks } from "./index-BnS4WpNK.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-BX5o5hI7.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-DxvWoqOt.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 AutoTagOptions, type AutoTagResult, type AvarSegmentMap, 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, type BidiDirection, type BidiResult, type BidiRun, 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, type CertPathResult, ChangeTracker, type CheckboxAppearanceOptions, type ChromaSubsampling, type CmykColor, type Code128Options, type Code39Options, type CodeFrameOptions, type CollectionOptions, type CollectionSchemaField, type CollectionView, type Color, type ColorFontInfo, type ColorGlyphLayer, type ColorStop, CombedTextLayoutError, type CompareOptions, type ComputeFontSizeOptions, type ContentStreamOperator, type CounterSignatureInfo, type CpalPalette, type CropBox, DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, DEFAULT_SARIF_TOOL_NAME, type DataMatrixOptions, type DataMatrixResult, type DeclaredInvoiceTotals, 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, type EInvoiceIssue, EKU_OIDS, type EmbedFontOptions, type EmbedPageOptions, type EmbeddedFile, EmbeddedFont, type EmbeddedPdfPage, type EncryptAlgorithm, type EncryptDictValues, type EncryptOptions, type EncryptedPayloadOptions, EncryptedPdfError, type EncryptionReport, type EnforcePdfAOptions, type EnforcePdfAResult, type EnforcementAction, type ErrorCorrectionLevel, ExceededMaxLengthError, type ExponentialFunction, type ExternalSigner, type ExtractedFont, type ExtractedImage, type ExtractedTable, type FacturXAssembleOptions, 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 NamedInstance, 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 PermissionFlags, 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 RedactionLeak, type RedactionMark, type RedactionOperatorOptions, type RedactionOptions, type RedactionRegion, type RedactionResult, type RedactionVerificationReport, 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 SanitizeClass, type SanitizeOptions, type SanitizeReport, 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 ThreatFinding, type ThreatReport, type ThreatSeverity, 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 ValidatableInvoice, type ValidationFinding, type ValidationLevel, type VariableFontInfo, type VariationAxis, 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, assembleFacturX, assembleTiles, attachAssociatedFiles, attachFile, attachOutputIntents, autoTagPage, base64Decode, base64Encode, batchFlatten, batchMerge, beginArtifact, beginArtifactWithType, beginLayerContent, beginMarkedContent, beginMarkedContentSequence, beginMarkedContentWithProperties, beginText, borderedPreset, buildAfArray, buildAnnotationDict, buildBlackPointCompensationExtGState, buildBoxDict, buildCalGray, buildCalRGB, buildCatalog, buildCertPath, buildCertificateChain, buildCollection, buildColorKeyMask, buildDPartRoot, buildDeviceNColorSpace, buildDocMdpReference, buildDocTimeStampDict, buildDocumentStructure, buildDssDictionary, buildEmbeddedFilesNameTree, buildEncryptedPayload, buildFacturXXmp, 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, buildSigningCertificateV2Attribute, 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, detectFacturXProfile, 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, extractSigningCertificateV2, 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, getColorGlyphLayers, 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, inspectEncryption, 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, normalizeAxisCoordinate, normalizeComponentDepth, offsetSignedToUnsigned, openInNewTab, optimizeAllImages, optimizeImage, optimizeIncrementalSave, parseAcrobatDate, parseCiiXml, parseColorFont, parseContentStream, parseExistingTrailer, parseIccColorSpace, parseIccDescription, parseSvg, parseSvgColor, parseSvgPath, parseSvgTransform, parseTiffIfd, parseTileInfo, parseTimestampResponse, parseVariableFont, 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, reorderVisual, replaceTemplateVariables, requestTimestamp, resetWasmLoader, resizePage, resolveBidi, resolveFallback, resolveFieldReference, resolveInstanceCoordinates, reversePages, rgb, rgbToCmyk, rotateAllPages, rotate as rotateOp, rotatePage, rotationMatrix, sampleShadingColor, sanitizePdf, saveAsBlob, saveAsDataUrl, saveAsDownload, saveDocumentIncremental, saveIncremental, saveIncrementalWithSignaturePreservation, scale as scaleOp, scanPdfThreats, 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, validateEn16931, validateExtendedKeyUsage, validateFieldValue, validateKeyUsage, validatePdfA, validatePdfUa, validatePdfUa2, validatePdfX, validateSignatureChain, validateXmpMetadata, valuesToModules, verifyOfflineRevocation, verifyOwnerPassword, verifyRedactions, 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 AvarSegmentMap, 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, type BidiDirection, type BidiResult, type BidiRun, type BitsPerComponent, type BitsPerCoordinate, type BitsPerFlag, 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, type CertPathResult, ChangeTracker, type CheckboxAppearanceOptions, type ChromaSubsampling, type CmykColor, type Code128Options, type Code39Options, type CodeFrameOptions, type CollectionOptions, type CollectionSchemaField, type CollectionView, type Color, type ColorFontInfo, type ColorGlyphLayer, type ColorStop, CombedTextLayoutError, type CompareOptions, type ComputeFontSizeOptions, type ContentStreamOperator, type CoonsPatch, type CoonsPatchOptions, type CounterSignatureInfo, type CpalPalette, type CropBox, DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, DEFAULT_SARIF_TOOL_NAME, type DataMatrixOptions, type DataMatrixResult, type DeclaredInvoiceTotals, 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, type EInvoiceIssue, EKU_OIDS, type EmbedFontOptions, type EmbedPageOptions, type EmbeddedFile, EmbeddedFont, type EmbeddedPdfPage, type EncryptAlgorithm, type EncryptDictValues, type EncryptOptions, type EncryptedPayloadOptions, EncryptedPdfError, type EncryptionReport, type EnforcePdfAOptions, type EnforcePdfAResult, type EnforcementAction, type ErrorCorrectionLevel, ExceededMaxLengthError, type ExponentialFunction, type ExternalSigner, type ExtractedFont, type ExtractedImage, type ExtractedTable, type FacturXAssembleOptions, type FacturXProfile, type FallbackFont, type FallbackRun, type FetchLike, type FetchLikeResponse, FieldAlreadyExistsError, FieldExistsAsNonTerminalError, FieldFlags, type FieldLockInfo, type FieldLockOptions, type FieldType, type FileAttachmentIcon, type FillItem, type FlaggedVertex, type FlattenFormResult, type FlattenOptions, type FontDescriptorData, type FontEmbeddingResult, type FontFileFormat, type FontMetrics, FontNotEmbeddedError, type FontRef, ForeignPageError, type FreeFormGouraudOptions, type FreeTextAlignment, type FunctionShadingOptions, type GradientFill, type GrayscaleColor, type HeaderFooterContent, type HeaderFooterOptions, type HeaderFooterPosition, type IccProfile, type IccTransformInfo, 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 LatticeFormGouraudOptions, 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 MeshShadingCommon, type MeshVertex, type MetadataPluginOptions, MissingOnValueCheckError, type ModificationReport, type ModificationViolation, type ModificationViolationType, type MultiPageTableResult, type NamedInstance, 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 PermissionFlags, 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 RedactionLeak, type RedactionMark, type RedactionOperatorOptions, type RedactionOptions, type RedactionRegion, type RedactionResult, type RedactionVerificationReport, 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 SanitizeClass, type SanitizeOptions, type SanitizeReport, 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, type TensorPatch, type TensorPatchOptions, 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 ThreatFinding, type ThreatReport, type ThreatSeverity, 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 ValidatableInvoice, type ValidationFinding, type ValidationLevel, type VariableFontInfo, type VariationAxis, 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, assembleFacturX, assembleTiles, attachAssociatedFiles, attachFile, attachOutputIntents, autoTagPage, base64Decode, base64Encode, batchFlatten, batchMerge, beginArtifact, beginArtifactWithType, beginLayerContent, beginMarkedContent, beginMarkedContentSequence, beginMarkedContentWithProperties, beginText, borderedPreset, buildAfArray, buildAnnotationDict, buildBlackPointCompensationExtGState, buildBoxDict, buildCalGray, buildCalRGB, buildCatalog, buildCertPath, buildCertificateChain, buildCollection, buildColorKeyMask, buildCoonsPatchShading, buildDPartRoot, buildDeviceNColorSpace, buildDocMdpReference, buildDocTimeStampDict, buildDocumentStructure, buildDssDictionary, buildEmbeddedFilesNameTree, buildEncryptedPayload, buildFacturXXmp, buildFieldLockDict, buildFreeFormGouraudShading, buildFunctionShading, buildGradientObjects, buildGtsPdfxVersion, buildImageSoftMask, buildInfoDict, buildLab, buildLatticeFormGouraudShading, buildNamespace, buildNamespacesArray, buildOutputIntent, buildPageOutputIntent, buildPageTree, buildPatternObjects, buildPdfA4Xmp, buildPdfRIdentificationXmp, buildPdfUa2Xmp, buildPdfVtDParts, buildPdfX6OutputIntent, buildPdfXOutputIntent, buildPieceInfo, buildPkcs7Signature, buildRequirement, buildRequirements, buildSampledTransferFunction, buildSeparationColorSpace, buildSigningCertificateV2Attribute, buildSoftMaskGroupExtGState, buildSoftMaskNone, buildStencilMask, buildTensorPatchShading, 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, detectFacturXProfile, detectImageFormat, detectModifications, detectRuntime, detectTransparency, deviceNColor, deviceNResourceName, deviceRgbToXyz, 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, extractSigningCertificateV2, 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, getColorGlyphLayers, getComponentDepths, getCounterSignatures, getFieldLocks, getFieldValue, getImageFormatName, getInlineWasmBytes, getInlineWasmSize, getLinearizationInfo, getPageLabels, getPageSize, getProfile, getRedactionMarks, getSignatures, getSupportedFormats, getSupportedLevels, getTiffPageCount, getToUnicodeCmap, grayscale, gtsPdfVtVersion, handlePdfRequest, hasInlineWasmData, hasLtvData, hexToColor, hslToRgb, hsvToRgb, identityTransferFunction, initJpegWasm, initWasm, injectJpegMetadata, insertPage, inspectEncryption, 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, normalizeAxisCoordinate, normalizeComponentDepth, offsetSignedToUnsigned, openInNewTab, optimizeAllImages, optimizeImage, optimizeIncrementalSave, parseAcrobatDate, parseCiiXml, parseColorFont, parseContentStream, parseExistingTrailer, parseIccColorSpace, parseIccDescription, parseIccTransform, parseSvg, parseSvgColor, parseSvgPath, parseSvgTransform, parseTiffIfd, parseTileInfo, parseTimestampResponse, parseVariableFont, 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, reorderVisual, replaceTemplateVariables, requestTimestamp, resetWasmLoader, resizePage, resolveBidi, resolveFallback, resolveFieldReference, resolveInstanceCoordinates, reversePages, rgb, rgbToCmyk, rgbToHsl, rgbToHsv, rgbToLab, rgbToXyz, rotateAllPages, rotate as rotateOp, rotatePage, rotationMatrix, sampleShadingColor, sanitizePdf, saveAsBlob, saveAsDataUrl, saveAsDownload, saveDocumentIncremental, saveIncremental, saveIncrementalWithSignaturePreservation, scale as scaleOp, scanPdfThreats, 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, validateEn16931, validateExtendedKeyUsage, validateFieldValue, validateKeyUsage, validatePdfA, validatePdfUa, validatePdfUa2, validatePdfX, validateSignatureChain, validateXmpMetadata, valuesToModules, verifyOfflineRevocation, verifyOwnerPassword, verifyRedactions, verifySignature, verifySignatureDetailed, verifySignatures, verifyUserPassword, webpToJpeg, webpToPng, wrapInMarkedContent, wrapText, xyzToLab, xyzToRgb };
190
190
  //# sourceMappingURL=browser.d.cts.map
@@ -1,4 +1,4 @@
1
- import { $ as attachAssociatedFiles, $a as InvalidFieldNamePartError, $c as buildPdfXOutputIntent, $d as TextAnnotationIcon, $f as endText, $i as extractTables, $l as buildDssDictionary, $n as createWorkerPool, $o as upcAToOperators, $r as buildType1Halftone, $s as recompressWebP, $t as normalizeAxisCoordinate, $u as SignatureOptions, A as tagHeading, Aa as removePageLabels, Ac as OptimizationReport, Ad as PdfFileAttachmentAnnotation, Af as validatePdfUa, Ai as DEFAULT_SARIF_TOOL_NAME, Al as SRGB_ICC_PROFILE, An as downscale16To8, Ao as borderedPreset, Ap as fill, Ar as buildFunctionShading, As as isWasmModuleCached, At as rasterize, Au as findExistingSignatures, B as buildColorKeyMask, Ba as FlattenOptions, Bc as optimizeImage, Bd as PdfLineAnnotation, Bf as beginArtifact, Bi as MATHML_NAMESPACE, Bl as validatePdfA, Bn as WoffInfo, Bo as StyledBarcodeOptions, Bp as setLineJoin, Br as generateCiiXml, Bs as decodeTiffPage, Bt as StrokeItem, Bu as extractEmbeddedRevocationData, C as PdfUa2Result, Ca as BatchResult, Cc as parseIccDescription, Cd as generateInkAppearance, Cf as verifyUserPassword, Ci as CalGrayParams, Cl as isValidLevel, Cn as buildCertPath, Co as truncateText, Cp as closeFillEvenOddAndStroke, Cr as PdfA4ExtensionProperty, Cs as RuntimeKind, Ct as generateThumbnail, Cu as validateSignatureChain, D as ListNumbering, Da as PageLabelRange, Dc as deduplicateImages, Dd as generateStrikeOutAppearance, Df as PdfUaValidationResult, Di as buildCalRGB, Dl as getToUnicodeCmap, Dn as layoutColumns, Do as TablePreset, Dp as curveToInitial, Dr as buildPdfA4Xmp, Ds as detectRuntime, Dt as renderPageToCanvas, Du as SignatureByteRange, E as LIST_NUMBERING_KEY, Ea as processBatch, Ec as DeduplicationReport, Ed as generateSquigglyAppearance, Ef as PdfUaLevel, Ei as buildCalGray, El as generateZapfDingbatsToUnicodeCmap, En as findHyphenationPoints, Eo as PresetOptions, Ep as curveToFinal, Er as PdfA4Options, Es as configureWasmLoader, Et as renderDisplayListToCanvas, Eu as IncrementalSaveOptions, F as tagTable, Fa as addBookmark, Fc as OptimizeResult, Fd as PdfInkAnnotation, Ff as createXmpStream, Fi as SarifRun, Fl as flattenTransparency, Fn as upscale8To16, Fo as readBarcode, Fp as moveTo, Fr as renderCodeFrame, Fs as IfdEntry, Ft as DisplayItem, Fu as EKU_OIDS, G as buildSoftMaskNone, Ga as CombedTextLayoutError, Gc as decodeJpegWasm, Gd as PdfSquigglyAnnotation, Gf as createMarkedContentScope, Gi as buildPieceInfo, Gl as isLinearized, Gn as DeferredSignOptions, Go as encodePdf417, Gp as isTrueType, Gr as buildBoxDict, Gs as decodeWebP, Gt as ColorGlyphLayer, Gu as extractCrlUrls, H as buildStencilMask, Ha as flattenFields, Hc as ChromaSubsampling, Hd as PdfPolygonAnnotation, Hf as beginMarkedContent, Hi as PDF2_NAMESPACE, Hl as LinearizationOptions, Hn as isWoff, Ho as renderStyledBarcode, Hp as setMiterLimit, Hr as PdfRect, Hs as isTiff, Ht as TextItem, Hu as buildCertificateChain, I as tagTableDataCell, Ia as getBookmarks, Ic as RawImageData, Id as PdfStampAnnotation, If as parseXmpMetadata, Ii as ValidationFinding, Il as PdfAIssue, In as assembleTiles, Io as readCode128, Ip as rectangle, Ir as FacturXProfile, Is as TiffDecodeOptions, It as DisplayList, Iu as validateCertificatePolicy, J as buildEncryptedPayload, Ja as FieldAlreadyExistsError, Jc as isJpegWasmReady, Jd as FreeTextAlignment, Jf as wrapInMarkedContent, Ji as buildRequirements, Jl as computeObjectHash, Jn as SignatureAlgorithm, Jo as DataMatrixResult, Jp as saveDocumentIncremental, Jr as validateBoxGeometry, Js as DirectEmbedOptions, Jt as parseColorFont, Ju as extractOcspUrl, K as EncryptedPayloadOptions, Ka as EncryptedPdfError, Kc as encodeJpegWasm, Kd as PdfStrikeOutAnnotation, Kf as endArtifact, Ki as RequirementType, Kl as linearizePdf, Kn as DeferredSignResult, Ko as pdf417ToOperators, Kp as ChangeTracker, Kr as buildGtsPdfxVersion, Ks as isWebP, Kt as CpalPalette, Ku as isCertificateRevoked, L as tagTableHeaderCell, La as removeAllBookmarks, Lc as RecompressOptions, Ld as StandardStampName, Lf as PdfStreamWriter, Li as ValidationLevel, Ll as PdfALevel, Ln as decodeTile, Lo as readCode39, Lp as setDashPattern, Lr as Invoice, Ls as TiffImage, Lt as FillItem, Lu as validateExtendedKeyUsage, M as tagList, Ma as AddBookmarkOptions, Mc as optimizeAllImages, Md as PdfCaretAnnotation, Mf as isAccessible, Mi as SARIF_SCHEMA_URI, Ml as TransparencyFinding, Mn as normalizeComponentDepth, Mo as professionalPreset, Mp as fillEvenOdd, Mr as CodeFrameOptions, Ms as loadWasmModuleStreaming, Mt as InterpretOptions, Mu as saveIncrementalWithSignaturePreservation, N as tagListItem, Na as BookmarkNode, Nc as DownscaleOptions, Nd as PdfPopupAnnotation, Nf as summarizeIssues, Ni as SarifLog, Nl as TransparencyInfo, Nn as offsetSignedToUnsigned, No as stripedPreset, Np as fillEvenOddAndStroke, Nr as didYouMean, Ns as provideWasmBytes, Nt as interpretContentStream, Nu as validateByteRangeIntegrity, O as TaggedListItem, Oa as PageLabelStyle, Oc as BatchOptimizeOptions, Od as generateUnderlineAppearance, Of as PdfUaWarning, Oi as buildLab, Ol as OutputIntentOptions, On as layoutParagraph, Oo as applyPreset, Op as ellipsePath, Or as pdfA4Rules, Os as instantiateWasmModuleStreaming, Ot as RasterImage, Ou as TrailerInfo, P as tagParagraph, Pa as BookmarkRef, Pc as ImageOptimizeOptions, Pd as PdfRedactAnnotation, Pf as buildXmpMetadata, Pi as SarifResult, Pl as detectTransparency, Pn as summarizeBitDepth, Po as BarcodeReadResult, Pp as lineTo, Pr as levenshtein, Ps as resetWasmLoader, Pt as interpretPage, Pu as verifySignatureDetailed, Q as buildPageOutputIntent, Qa as InvalidColorError, Qc as applyRedaction, Qd as PdfTextAnnotation, Qf as beginText, Qi as TableExtractOptions, Ql as LtvOptions, Qn as WorkerPoolOptions, Qo as encodeUpcA, Qr as buildThresholdHalftone, Qs as encodePngFromPixels, Qt as VariationAxis, Qu as requestTimestamp, R as tagTableRow, Ra as removeBookmark, Rc as downscaleImage, Rd as LineEndingStyle, Rf as PDFOperator, Ri as toJsonReport, Rl as PdfAValidationResult, Rn as decodeTileRegion, Ro as readEan13, Rp as setFlatness, Rr as InvoiceLine, Rs as decodeTiff, Rt as ImageItem, Ru as validateKeyUsage, S as PdfUa2Issue, Sa as BatchProgressCallback, Sc as parseIccColorSpace, Sd as generateHighlightAppearance, Sf as verifyOwnerPassword, Si as buildDocTimeStampDict, Sl as getSupportedLevels, Sn as CertPathResult, So as shrinkFontSize, Sp as closeFillAndStroke, Sr as generateXRechnungCii, Ss as PdfWorkerOptions, St as ThumbnailOptions, Su as SignatureChainResult, T as validatePdfUa2, Ta as batchMerge, Tc as isGrayscaleImage, Td as generateSquareAppearance, Tf as PdfUaError, Ti as LabParams, Tl as generateWinAnsiToUnicodeCmap, Tn as extractSigningCertificateV2, To as PresetName, Tp as curveTo, Tr as PdfA4Level, Ts as clearWasmCache, Tt as CanvasRenderOptions, Tu as IncrementalObject, U as SoftMaskGroupOptions, Ua as flattenForm, Uc as JpegDecodeResult, Ud as PdfSquareAnnotation, Uf as beginMarkedContentSequence, Ui as buildNamespace, Ul as delinearizePdf, Un as isWoff2, Uo as Pdf417Matrix, Up as stroke, Ur as PdfX6Options, Us as parseTiffIfd, Ut as Matrix, Uu as validateCertificateChain, V as buildImageSoftMask, Va as flattenField, Vc as recompressImage, Vd as PdfPolyLineAnnotation, Vf as beginArtifactWithType, Vi as NamespaceDef, Vl as LinearizationInfo, Vn as decodeWoff, Vo as calculateBarcodeDimensions, Vp as setLineWidth, Vr as BoxGeometry, Vs as getTiffPageCount, Vt as SubPath, Vu as verifyOfflineRevocation, W as buildSoftMaskGroupExtGState, Wa as BatchProcessingError, Wc as JpegWasmModule, Wd as PdfHighlightAnnotation, Wf as beginMarkedContentWithProperties, Wi as buildNamespacesArray, Wl as getLinearizationInfo, Wn as readWoffHeader, Wo as Pdf417Options, Wp as isOpenTypeCFF, Wr as PdfX6Variant, Ws as WebPImage, Wt as ColorFontInfo, Wu as downloadCrl, X as PageOutputIntentOptions, Xa as FontNotEmbeddedError, Xc as RedactionOperatorOptions, Xd as LinkHighlightMode, Xf as drawImageXObject, Xi as buildDPartRoot, Xl as optimizeIncrementalSave, Xn as TaskRunner, Xo as encodeDataMatrix, Xr as Type1Halftone, Xs as canDirectEmbed, Xt as NamedInstance, Xu as buildTimestampRequest, Y as buildUnencryptedWrapper, Ya as FieldExistsAsNonTerminalError, Yc as OverlayAlignment, Yd as PdfFreeTextAnnotation, Yf as drawImageWithMatrix, Yi as DocumentPart, Yl as findChangedObjects, Yn as signDeferred, Yo as dataMatrixToOperators, Yp as saveIncremental, Yr as STANDARD_SPOT_FUNCTIONS, Ys as DirectEmbedResult, Yt as AvarSegmentMap, Yu as TimestampResult, Z as attachOutputIntents, Za as ForeignPageError, Zc as RedactionResult, Zd as PdfLinkAnnotation, Zf as drawXObject, Zi as ExtractedTable, Zl as DssData, Zn as WorkerPool, Zo as calculateUpcCheckDigit, Zr as buildSampledTransferFunction, Zs as embedTiffDirect, Zt as VariableFontInfo, Zu as parseTimestampResponse, _ as convertPdfAConformanceXmp, _a as hasInlineWasmData, _c as computeImageDpi, _d as prepareForSigning, _f as aesEncryptCBC, _i as ReconstructOptions, _l as extractXmpMetadata, _n as sanitizePdf, _o as OverflowMode, _p as buildSeparationColorSpace, _r as resolveFallback, _s as BarcodeMatrix, _t as ExtractedFont, _u as MdpPermission, a as parseCiiXml, aa as metadataPlugin, ac as getSupportedFormats, ad as encodeOID, af as createSandbox, ai as PostScriptFunction, al as enforcePdfAFull, an as reorderVisual, ao as RichTextFieldReadError, ap as setFontSize, ar as RenderOptions$1, as as ItfOptions, at as renderPageTile, au as DiffEntry, b as AutoTagResult, ba as BatchErrorStrategy, bc as embedIccProfile, bd as generateCircleAppearance, bf as EncryptDictValues, bi as DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, bl as PdfAProfile, bn as ThreatSeverity, bo as ellipsisText, bp as clipEvenOdd, br as XRechnungOptions, bs as base64Encode, bt as ExtractedImage, bu as setCertificationLevel, c as ValidatableInvoice, ca as ParsedPage, cc as convertTiffCmykToRgb, cd as encodeSequence, cf as setFieldValue, ci as evaluateFunction, cl as generatePdfAXmpBytes, cn as PermissionFlags, co as HeaderFooterContent, cp as setTextRenderingMode, cr as renderToPdf, cs as Code39Options, ct as redactRegions, cu as FieldLockInfo, d as assembleFacturX, da as StreamingParserOptions, dc as JpegMetadata, dd as encodeUtf8String, df as AFSpecial_Format, di as CollectionOptions, dl as StrippedFeature, dn as RedactionRegion, do as applyHeaderFooter, dp as showText, dr as RangeFetchOptions, ds as encodeCode39, dt as OcrWord, du as buildFieldLockDict, ea as tableToCsv, ec as webpToJpeg, ed as SignerInfo, ef as AFDate_FormatEx, ei as buildType5Halftone, el as enforcePdfX, en as parseVariableFont, eo as InvalidPageSizeError, ep as moveText, er as PdfVtConformance, es as calculateEanCheckDigit, et as registerEmbeddedFile, eu as embedLtvData, f as buildFacturXXmp, fa as StreamingPdfParser, fc as extractJpegMetadata, fd as ByteRangeResult, ff as validateFieldValue, fi as CollectionSchemaField, fl as countOccurrences, fn as RedactionVerificationReport, fo as applyHeaderFooterToPage, fp as showTextArray, fr as RangeFetcher, fs as Code128Options, ft as applyOcr, fu as getFieldLocks, g as PreflightIssue, ga as getInlineWasmSize, gc as ImageDpi, gd as findSignatures, gf as aesDecryptCBC, gi as Paragraph, gl as XmpValidationResult, gn as SanitizeReport, go as toRoman, gp as buildDeviceNColorSpace, gr as ScriptRun, gs as valuesToModules, gt as comparePages, gu as detectModifications, h as buildWtpdfIdentificationXmp, ha as getInlineWasmBytes, hc as analyzeJpegMarkers, hd as embedSignature, hf as sha512, hi as Line, hl as XmpIssue, hn as SanitizeOptions, ho as toAlpha, hp as showTextWithSpacing, hr as FallbackRun, hs as encodeCode128Values, ht as compareImages, hu as ModificationViolationType, i as detectFacturXProfile, ia as MetadataPluginOptions, ic as getImageFormatName, id as encodeLength, if as formatNumber, ii as PdfFunctionDef, il as EnforcementAction, in as BidiRun, io as RemovePageFromEmptyDocumentError, ip as setFont, ir as gtsPdfVtVersion, is as encodeEan8, it as computeTileGrid, iu as getCounterSignatures, j as tagLink, ja as setPageLabels, jc as ProgressInfo, jd as CaretSymbol, jf as checkAccessibility, ji as JsonReport, jl as generateSrgbIccProfile, jn as getComponentDepths, jo as minimalPreset, jp as fillAndStroke, jr as sampleShadingColor, js as loadWasmModule, jt as renderPageToImage, ju as parseExistingTrailer, k as tagFigure, ka as getPageLabels, kc as ImageOptimizeEntry, kd as FileAttachmentIcon, kf as enforcePdfUa, ki as labToRgb, kl as buildOutputIntent, kn as layoutTextFlow, ko as applyTablePreset, kp as endPath, kr as FunctionShadingOptions, ks as isWasmDisabled, kt as RenderOptions, ku as appendIncrementalUpdate, l as validateEn16931, la as StreamingParseResult, lc as embedTiffCmyk, ld as encodeSet, lf as addVisibilityAction, li as MarkdownToPdfOptions, ll as StripOptions, ln as inspectEncryption, lo as HeaderFooterOptions, lp as setTextRise, lr as FetchLike, ls as code39ToOperators, lt as ApplyOcrOptions, lu as FieldLockOptions, m as buildPdfRIdentificationXmp, ma as WasmModuleName, mc as JpegMarkerInfo, md as computeSignatureHash, mf as sha384, mi as buildCollection, ml as ParsedXmpMetadata, mn as SanitizeClass, mo as replaceTemplateVariables, mp as showTextNextLine, mr as FallbackFont, ms as encodeCode128, mt as DiffResult, mu as ModificationViolation, n as index_d_exports, na as AccessibilityPluginOptions, nc as ImageFormat, nd as encodeContextTag, nf as parseAcrobatDate, ni as nameHalftone, nl as EnforcePdfAOptions, nn as BidiDirection, no as NoSuchFieldError, np as nextLine, nr as buildPdfVtDParts, ns as ean8ToOperators, nt as TileGrid, nu as CounterSignatureInfo, o as DeclaredInvoiceTotals, oa as TimestampPluginOptions, oc as TiffCmykEmbedResult, od as encodeOctetString, of as getFieldValue, oi as SampledFunction, ol as PdfAXmpOptions, on as resolveBidi, oo as StreamingParseError, op as setLeading, or as VNode, os as encodeItf, ot as RedactRect, ou as DocumentDiff, p as ProfileXmpOptions, pa as PdfDocumentBuilder, pc as injectJpegMetadata, pd as PrepareAppearanceOptions, pf as sha256, pi as CollectionView, pl as stripProhibitedFeatures, pn as verifyRedactions, po as formatDate$1, pp as showTextHex, pr as createRangeFetcher, ps as code128ToOperators, pt as CompareOptions, pu as ModificationReport, q as WrapperPayloadOptions, qa as ExceededMaxLengthError, qc as initJpegWasm, qd as PdfUnderlineAnnotation, qf as endMarkedContent, qi as buildRequirement, ql as IncrementalChange, qn as ExternalSigner, qo as DataMatrixOptions, qp as IncrementalSaveResult, qr as buildPdfX6OutputIntent, qs as isWebPLossless, qt as getColorGlyphLayers, qu as checkCertificateStatus, r as initWasm, ra as accessibilityPlugin, rc as detectImageFormat, rd as encodeInteger, rf as AFNumber_Format, ri as ExponentialFunction, rl as EnforcePdfAResult, rn as BidiResult, ro as PluginError, rp as setCharacterSpacing, rr as buildVtDpm, rs as encodeEan13, rt as TileOptions, ru as addCounterSignature, s as EInvoiceIssue, sa as timestampPlugin, sc as TiffIfdEntry, sd as encodePrintableString, sf as resolveFieldReference, si as StitchingFunction, sl as generatePdfAXmp, sn as EncryptionReport, so as UnexpectedFieldTypeError, sp as setTextMatrix, sr as h, ss as itfToOperators, st as RedactResult, su as diffSignedContent, t as InitWasmOptions, ta as tableToJson, tc as webpToPng, td as buildPkcs7Signature, tf as formatDate, ti as identityTransferFunction, tl as validatePdfX, tn as resolveInstanceCoordinates, to as MissingOnValueCheckError, tp as moveTextSetLeading, tr as RecordMetadata, ts as ean13ToOperators, tt as RenderCache, tu as hasLtvData, u as FacturXAssembleOptions, ua as StreamingParserEvent, uc as isCmykTiff, ud as encodeUTCTime, uf as setFieldVisibility, ui as markdownToPdf, ul as StripResult, un as RedactionLeak, uo as HeaderFooterPosition, up as setWordSpacing, ur as FetchLikeResponse, us as computeCode39CheckDigit, ut as OcrEngine, uu as addFieldLock, v as preflightPdfA, va as isValidModuleName, vc as computeTargetDimensions, vd as decodeJpeg2000, vf as rc4, vi as reconstructLines, vl as parseXmpMetadata$1, vn as ThreatFinding, vo as OverflowResult, vp as circlePath, vr as splitByScript, vs as BarcodeOptions, vt as FontFileFormat, vu as buildDocMdpReference, w as buildPdfUa2Xmp, wa as batchFlatten, wc as convertToGrayscale, wd as generateLineAppearance, wf as PdfUaEnforcementResult, wi as CalRGBParams, wl as generateSymbolToUnicodeCmap, wn as buildSigningCertificateV2Attribute, wo as wrapText, wp as closePath, wr as PdfA4ExtensionSchema, ws as WasmLoaderConfig, wt as Canvas2DLike, wu as AppendOptions, x as autoTagPage, xa as BatchOptions, xc as extractIccProfile, xd as generateFreeTextAppearance, xf as computeFileEncryptionKey, xi as DocTimeStampOptions, xl as getProfile, xn as scanPdfThreats, xo as estimateTextWidth, xp as closeAndStroke, xr as generateOrderX, xs as PdfWorker, xt as extractImages$1, xu as SignatureChainEntry, y as AutoTagOptions, ya as preloadInlineWasm, yc as IccProfile, yd as searchTextItems, yf as md5, yi as reconstructParagraphs, yl as validateXmpMetadata, yn as ThreatReport, yo as applyOverflow, yp as clip, yr as OrderXType, ys as base64Decode, yt as extractFonts, yu as getCertificationLevel, z as buildBlackPointCompensationExtGState, za as FlattenFormResult, zc as estimateJpegQuality, zd as PdfCircleAnnotation, zf as MarkedContentScope, zi as toSarif, zl as enforcePdfA, zn as parseTileInfo, zo as readEan8, zp as setLineCap, zr as InvoiceParty, zs as decodeTiffAll, zt as Rgba, zu as TrustStore } from "./index-Bg3y1BTk.mjs";
1
+ import { $ as attachAssociatedFiles, $a as processBatch, $c as DeduplicationReport, $d as generateSquigglyAppearance, $f as PdfUaLevel, $i as buildCalGray, $l as generateZapfDingbatsToUnicodeCmap, $n as findHyphenationPoints, $o as PresetOptions, $p as curveToFinal, $r as PdfA4Options, $s as configureWasmLoader, $t as parseIccTransform, $u as IncrementalSaveOptions, A as tagHeading, Aa as accessibilityPlugin, Ac as detectImageFormat, Ad as encodeInteger, Af as AFNumber_Format, Ai as ExponentialFunction, Al as EnforcePdfAResult, An as BidiResult, Ao as PluginError, Ap as setCharacterSpacing, Ar as buildVtDpm, As as encodeEan13, At as rasterize, Au as addCounterSignature, B as buildColorKeyMask, Ba as PdfDocumentBuilder, Bc as injectJpegMetadata, Bd as PrepareAppearanceOptions, Bf as sha256, Bi as CollectionView, Bl as stripProhibitedFeatures, Bn as verifyRedactions, Bo as formatDate$1, Bp as showTextHex, Br as createRangeFetcher, Bs as code128ToOperators, Bt as StrokeItem, Bu as ModificationReport, C as PdfUa2Result, Ca as buildDPartRoot, Cc as canDirectEmbed, Cd as buildTimestampRequest, Cf as LinkHighlightMode, Ci as Type1Halftone, Cl as RedactionOperatorOptions, Cn as NamedInstance, Co as FontNotEmbeddedError, Cp as drawImageXObject, Cr as TaskRunner, Cs as encodeDataMatrix, Ct as generateThumbnail, Cu as optimizeIncrementalSave, D as ListNumbering, Da as tableToCsv, Dc as webpToJpeg, Dd as SignerInfo, Df as AFDate_FormatEx, Di as buildType5Halftone, Dl as enforcePdfX, Dn as parseVariableFont, Do as InvalidPageSizeError, Dp as moveText, Dr as PdfVtConformance, Ds as calculateEanCheckDigit, Dt as renderPageToCanvas, Du as embedLtvData, E as LIST_NUMBERING_KEY, Ea as extractTables, Ec as recompressWebP, Ed as SignatureOptions, Ef as TextAnnotationIcon, Ei as buildType1Halftone, El as buildPdfXOutputIntent, En as normalizeAxisCoordinate, Eo as InvalidFieldNamePartError, Ep as endText, Er as createWorkerPool, Es as upcAToOperators, Et as renderDisplayListToCanvas, Eu as buildDssDictionary, F as tagTable, Fa as ParsedPage, Fc as convertTiffCmykToRgb, Fd as encodeSequence, Ff as setFieldValue, Fi as evaluateFunction, Fl as generatePdfAXmpBytes, Fn as PermissionFlags, Fo as HeaderFooterContent, Fp as setTextRenderingMode, Fr as renderToPdf, Fs as Code39Options, Ft as DisplayItem, Fu as FieldLockInfo, G as buildSoftMaskNone, Ga as isValidModuleName, Gc as computeTargetDimensions, Gd as decodeJpeg2000, Gf as rc4, Gi as reconstructLines, Gl as parseXmpMetadata$1, Gn as ThreatFinding, Go as OverflowResult, Gp as circlePath, Gr as splitByScript, Gs as BarcodeOptions, Gt as hsvToRgb, Gu as buildDocMdpReference, H as buildStencilMask, Ha as getInlineWasmBytes, Hc as analyzeJpegMarkers, Hd as embedSignature, Hf as sha512, Hi as Line, Hl as XmpIssue, Hn as SanitizeOptions, Ho as toAlpha, Hp as showTextWithSpacing, Hr as FallbackRun, Hs as encodeCode128Values, Ht as TextItem, Hu as ModificationViolationType, I as tagTableDataCell, Ia as StreamingParseResult, Ic as embedTiffCmyk, Id as encodeSet, If as addVisibilityAction, Ii as MarkdownToPdfOptions, Il as StripOptions, In as inspectEncryption, Io as HeaderFooterOptions, Ip as setTextRise, Ir as FetchLike, Is as code39ToOperators, It as DisplayList, Iu as FieldLockOptions, J as buildEncryptedPayload, Ja as BatchOptions, Jc as extractIccProfile, Jd as generateFreeTextAppearance, Jf as computeFileEncryptionKey, Ji as DocTimeStampOptions, Jl as getProfile, Jn as scanPdfThreats, Jo as estimateTextWidth, Jp as closeAndStroke, Jr as generateOrderX, Js as PdfWorker, Jt as rgbToLab, Ju as SignatureChainEntry, K as EncryptedPayloadOptions, Ka as preloadInlineWasm, Kc as IccProfile, Kd as searchTextItems, Kf as md5, Ki as reconstructParagraphs, Kl as validateXmpMetadata, Kn as ThreatReport, Ko as applyOverflow, Kp as clip, Kr as OrderXType, Ks as base64Decode, Kt as rgbToHsl, Ku as getCertificationLevel, L as tagTableHeaderCell, La as StreamingParserEvent, Lc as isCmykTiff, Ld as encodeUTCTime, Lf as setFieldVisibility, Li as markdownToPdf, Ll as StripResult, Ln as RedactionLeak, Lo as HeaderFooterPosition, Lp as setWordSpacing, Lr as FetchLikeResponse, Ls as computeCode39CheckDigit, Lt as FillItem, Lu as addFieldLock, M as tagList, Ma as metadataPlugin, Mc as getSupportedFormats, Md as encodeOID, Mf as createSandbox, Mi as PostScriptFunction, Ml as enforcePdfAFull, Mn as reorderVisual, Mo as RichTextFieldReadError, Mp as setFontSize, Mr as RenderOptions$1, Ms as ItfOptions, Mt as InterpretOptions, Mu as DiffEntry, N as tagListItem, Na as TimestampPluginOptions, Nc as TiffCmykEmbedResult, Nd as encodeOctetString, Nf as getFieldValue, Ni as SampledFunction, Nl as PdfAXmpOptions, Nn as resolveBidi, No as StreamingParseError, Np as setLeading, Nr as VNode, Ns as encodeItf, Nt as interpretContentStream, Nu as DocumentDiff, O as TaggedListItem, Oa as tableToJson, Oc as webpToPng, Od as buildPkcs7Signature, Of as formatDate, Oi as identityTransferFunction, Ol as validatePdfX, On as resolveInstanceCoordinates, Oo as MissingOnValueCheckError, Op as moveTextSetLeading, Or as RecordMetadata, Os as ean13ToOperators, Ot as RasterImage, Ou as hasLtvData, P as tagParagraph, Pa as timestampPlugin, Pc as TiffIfdEntry, Pd as encodePrintableString, Pf as resolveFieldReference, Pi as StitchingFunction, Pl as generatePdfAXmp, Pn as EncryptionReport, Po as UnexpectedFieldTypeError, Pp as setTextMatrix, Pr as h, Ps as itfToOperators, Pt as interpretPage, Pu as diffSignedContent, Q as buildPageOutputIntent, Qa as batchMerge, Qc as isGrayscaleImage, Qd as generateSquareAppearance, Qf as PdfUaError, Qi as LabParams, Ql as generateWinAnsiToUnicodeCmap, Qn as extractSigningCertificateV2, Qo as PresetName, Qp as curveTo, Qr as PdfA4Level, Qs as clearWasmCache, Qt as deviceRgbToXyz, Qu as IncrementalObject, R as tagTableRow, Ra as StreamingParserOptions, Rc as JpegMetadata, Rd as encodeUtf8String, Rf as AFSpecial_Format, Ri as CollectionOptions, Rl as StrippedFeature, Rn as RedactionRegion, Ro as applyHeaderFooter, Rp as showText, Rr as RangeFetchOptions, Rs as encodeCode39, Rt as ImageItem, Ru as buildFieldLockDict, S as PdfUa2Issue, Sa as DocumentPart, Sc as DirectEmbedResult, Sd as TimestampResult, Sf as PdfFreeTextAnnotation, Si as STANDARD_SPOT_FUNCTIONS, Sl as OverlayAlignment, Sm as saveIncremental, Sn as AvarSegmentMap, So as FieldExistsAsNonTerminalError, Sp as drawImageWithMatrix, Sr as signDeferred, Ss as dataMatrixToOperators, St as ThumbnailOptions, Su as findChangedObjects, T as validatePdfUa2, Ta as TableExtractOptions, Tc as encodePngFromPixels, Td as requestTimestamp, Tf as PdfTextAnnotation, Ti as buildThresholdHalftone, Tl as applyRedaction, Tn as VariationAxis, To as InvalidColorError, Tp as beginText, Tr as WorkerPoolOptions, Ts as encodeUpcA, Tt as CanvasRenderOptions, Tu as LtvOptions, U as SoftMaskGroupOptions, Ua as getInlineWasmSize, Uc as ImageDpi, Ud as findSignatures, Uf as aesDecryptCBC, Ui as Paragraph, Ul as XmpValidationResult, Un as SanitizeReport, Uo as toRoman, Up as buildDeviceNColorSpace, Ur as ScriptRun, Us as valuesToModules, Ut as Matrix, Uu as detectModifications, V as buildImageSoftMask, Va as WasmModuleName, Vc as JpegMarkerInfo, Vd as computeSignatureHash, Vf as sha384, Vi as buildCollection, Vl as ParsedXmpMetadata, Vn as SanitizeClass, Vo as replaceTemplateVariables, Vp as showTextNextLine, Vr as FallbackFont, Vs as encodeCode128, Vt as SubPath, Vu as ModificationViolation, W as buildSoftMaskGroupExtGState, Wa as hasInlineWasmData, Wc as computeImageDpi, Wd as prepareForSigning, Wf as aesEncryptCBC, Wi as ReconstructOptions, Wl as extractXmpMetadata, Wn as sanitizePdf, Wo as OverflowMode, Wp as buildSeparationColorSpace, Wr as resolveFallback, Ws as BarcodeMatrix, Wt as hslToRgb, Wu as MdpPermission, X as PageOutputIntentOptions, Xa as BatchResult, Xc as parseIccDescription, Xd as generateInkAppearance, Xf as verifyUserPassword, Xi as CalGrayParams, Xl as isValidLevel, Xn as buildCertPath, Xo as truncateText, Xp as closeFillEvenOddAndStroke, Xr as PdfA4ExtensionProperty, Xs as RuntimeKind, Xt as xyzToRgb, Xu as validateSignatureChain, Y as buildUnencryptedWrapper, Ya as BatchProgressCallback, Yc as parseIccColorSpace, Yd as generateHighlightAppearance, Yf as verifyOwnerPassword, Yi as buildDocTimeStampDict, Yl as getSupportedLevels, Yn as CertPathResult, Yo as shrinkFontSize, Yp as closeFillAndStroke, Yr as generateXRechnungCii, Ys as PdfWorkerOptions, Yt as rgbToXyz, Yu as SignatureChainResult, Z as attachOutputIntents, Za as batchFlatten, Zc as convertToGrayscale, Zd as generateLineAppearance, Zf as PdfUaEnforcementResult, Zi as CalRGBParams, Zl as generateSymbolToUnicodeCmap, Zn as buildSigningCertificateV2Attribute, Zo as wrapText, Zp as closePath, Zr as PdfA4ExtensionSchema, Zs as WasmLoaderConfig, Zt as IccTransformInfo, Zu as AppendOptions, _ as convertPdfAConformanceXmp, _a as buildNamespacesArray, _c as WebPImage, _d as downloadCrl, _f as PdfHighlightAnnotation, _i as PdfX6Variant, _l as JpegWasmModule, _m as isOpenTypeCFF, _n as ColorFontInfo, _o as BatchProcessingError, _p as beginMarkedContentWithProperties, _r as readWoffHeader, _s as Pdf417Options, _t as ExtractedFont, _u as getLinearizationInfo, a as parseCiiXml, aa as SARIF_SCHEMA_URI, ac as loadWasmModuleStreaming, ad as saveIncrementalWithSignaturePreservation, af as PdfCaretAnnotation, ai as CodeFrameOptions, al as optimizeAllImages, am as fillEvenOdd, an as CoonsPatchOptions, ao as AddBookmarkOptions, ap as isAccessible, ar as normalizeComponentDepth, as as professionalPreset, at as renderPageTile, au as TransparencyFinding, b as AutoTagResult, ba as buildRequirement, bc as isWebPLossless, bd as checkCertificateStatus, bf as PdfUnderlineAnnotation, bi as buildPdfX6OutputIntent, bl as initJpegWasm, bm as IncrementalSaveResult, bn as getColorGlyphLayers, bo as ExceededMaxLengthError, bp as endMarkedContent, br as ExternalSigner, bs as DataMatrixOptions, bt as ExtractedImage, bu as IncrementalChange, c as ValidatableInvoice, ca as SarifRun, cc as IfdEntry, cd as EKU_OIDS, cf as PdfInkAnnotation, ci as renderCodeFrame, cl as OptimizeResult, cm as moveTo, cn as LatticeFormGouraudOptions, co as addBookmark, cp as createXmpStream, cr as upscale8To16, cs as readBarcode, ct as redactRegions, cu as flattenTransparency, d as assembleFacturX, da as toJsonReport, dc as decodeTiff, dd as validateKeyUsage, df as LineEndingStyle, di as InvoiceLine, dl as downscaleImage, dm as setFlatness, dn as TensorPatch, do as removeBookmark, dp as PDFOperator, dr as decodeTileRegion, ds as readEan13, dt as OcrWord, du as PdfAValidationResult, ea as buildCalRGB, ec as detectRuntime, ed as SignatureByteRange, ef as generateStrikeOutAppearance, ei as buildPdfA4Xmp, el as deduplicateImages, em as curveToInitial, en as xyzToLab, eo as PageLabelRange, ep as PdfUaValidationResult, er as layoutColumns, es as TablePreset, et as registerEmbeddedFile, eu as getToUnicodeCmap, f as buildFacturXXmp, fa as toSarif, fc as decodeTiffAll, fd as TrustStore, ff as PdfCircleAnnotation, fi as InvoiceParty, fl as estimateJpegQuality, fm as setLineCap, fn as TensorPatchOptions, fo as FlattenFormResult, fp as MarkedContentScope, fr as parseTileInfo, fs as readEan8, ft as applyOcr, fu as enforcePdfA, g as PreflightIssue, ga as buildNamespace, gc as parseTiffIfd, gd as validateCertificateChain, gf as PdfSquareAnnotation, gi as PdfX6Options, gl as JpegDecodeResult, gm as stroke, gn as buildTensorPatchShading, go as flattenForm, gp as beginMarkedContentSequence, gr as isWoff2, gs as Pdf417Matrix, gt as comparePages, gu as delinearizePdf, h as buildWtpdfIdentificationXmp, ha as PDF2_NAMESPACE, hc as isTiff, hd as buildCertificateChain, hf as PdfPolygonAnnotation, hi as PdfRect, hl as ChromaSubsampling, hm as setMiterLimit, hn as buildLatticeFormGouraudShading, ho as flattenFields, hp as beginMarkedContent, hr as isWoff, hs as renderStyledBarcode, ht as compareImages, hu as LinearizationOptions, i as detectFacturXProfile, ia as JsonReport, ic as loadWasmModule, id as parseExistingTrailer, if as CaretSymbol, ii as sampleShadingColor, il as ProgressInfo, im as fillAndStroke, in as CoonsPatch, io as setPageLabels, ip as checkAccessibility, ir as getComponentDepths, is as minimalPreset, it as computeTileGrid, iu as generateSrgbIccProfile, j as tagLink, ja as MetadataPluginOptions, jc as getImageFormatName, jd as encodeLength, jf as formatNumber, ji as PdfFunctionDef, jl as EnforcementAction, jn as BidiRun, jo as RemovePageFromEmptyDocumentError, jp as setFont, jr as gtsPdfVtVersion, js as encodeEan8, jt as renderPageToImage, ju as getCounterSignatures, k as tagFigure, ka as AccessibilityPluginOptions, kc as ImageFormat, kd as encodeContextTag, kf as parseAcrobatDate, ki as nameHalftone, kl as EnforcePdfAOptions, kn as BidiDirection, ko as NoSuchFieldError, kp as nextLine, kr as buildPdfVtDParts, ks as ean8ToOperators, kt as RenderOptions, ku as CounterSignatureInfo, l as validateEn16931, la as ValidationFinding, lc as TiffDecodeOptions, ld as validateCertificatePolicy, lf as PdfStampAnnotation, li as FacturXProfile, ll as RawImageData, lm as rectangle, ln as MeshShadingCommon, lo as getBookmarks, lp as parseXmpMetadata, lr as assembleTiles, ls as readCode128, lt as ApplyOcrOptions, lu as PdfAIssue, m as buildPdfRIdentificationXmp, ma as NamespaceDef, mc as getTiffPageCount, md as verifyOfflineRevocation, mf as PdfPolyLineAnnotation, mi as BoxGeometry, ml as recompressImage, mm as setLineWidth, mn as buildFreeFormGouraudShading, mo as flattenField, mp as beginArtifactWithType, mr as decodeWoff, ms as calculateBarcodeDimensions, mt as DiffResult, mu as LinearizationInfo, n as index_d_exports, na as labToRgb, nc as isWasmDisabled, nd as appendIncrementalUpdate, nf as FileAttachmentIcon, ni as FunctionShadingOptions, nl as ImageOptimizeEntry, nm as endPath, nn as BitsPerCoordinate, no as getPageLabels, np as enforcePdfUa, nr as layoutTextFlow, ns as applyTablePreset, nt as TileGrid, nu as buildOutputIntent, o as DeclaredInvoiceTotals, oa as SarifLog, oc as provideWasmBytes, od as validateByteRangeIntegrity, of as PdfPopupAnnotation, oi as didYouMean, ol as DownscaleOptions, om as fillEvenOddAndStroke, on as FlaggedVertex, oo as BookmarkNode, op as summarizeIssues, or as offsetSignedToUnsigned, os as stripedPreset, ot as RedactRect, ou as TransparencyInfo, p as ProfileXmpOptions, pa as MATHML_NAMESPACE, pc as decodeTiffPage, pd as extractEmbeddedRevocationData, pf as PdfLineAnnotation, pi as generateCiiXml, pl as optimizeImage, pm as setLineJoin, pn as buildCoonsPatchShading, po as FlattenOptions, pp as beginArtifact, pr as WoffInfo, ps as StyledBarcodeOptions, pt as CompareOptions, pu as validatePdfA, q as WrapperPayloadOptions, qa as BatchErrorStrategy, qc as embedIccProfile, qd as generateCircleAppearance, qf as EncryptDictValues, qi as DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, ql as PdfAProfile, qn as ThreatSeverity, qo as ellipsisText, qp as clipEvenOdd, qr as XRechnungOptions, qs as base64Encode, qt as rgbToHsv, qu as setCertificationLevel, r as initWasm, ra as DEFAULT_SARIF_TOOL_NAME, rc as isWasmModuleCached, rd as findExistingSignatures, rf as PdfFileAttachmentAnnotation, ri as buildFunctionShading, rl as OptimizationReport, rm as fill, rn as BitsPerFlag, ro as removePageLabels, rp as validatePdfUa, rr as downscale16To8, rs as borderedPreset, rt as TileOptions, ru as SRGB_ICC_PROFILE, s as EInvoiceIssue, sa as SarifResult, sc as resetWasmLoader, sd as verifySignatureDetailed, sf as PdfRedactAnnotation, si as levenshtein, sl as ImageOptimizeOptions, sm as lineTo, sn as FreeFormGouraudOptions, so as BookmarkRef, sp as buildXmpMetadata, sr as summarizeBitDepth, ss as BarcodeReadResult, st as RedactResult, su as detectTransparency, t as InitWasmOptions, ta as buildLab, tc as instantiateWasmModuleStreaming, td as TrailerInfo, tf as generateUnderlineAppearance, ti as pdfA4Rules, tl as BatchOptimizeOptions, tm as ellipsePath, tn as BitsPerComponent, to as PageLabelStyle, tp as PdfUaWarning, tr as layoutParagraph, ts as applyPreset, tt as RenderCache, tu as OutputIntentOptions, u as FacturXAssembleOptions, ua as ValidationLevel, uc as TiffImage, ud as validateExtendedKeyUsage, uf as StandardStampName, ui as Invoice, ul as RecompressOptions, um as setDashPattern, un as MeshVertex, uo as removeAllBookmarks, up as PdfStreamWriter, ur as decodeTile, us as readCode39, ut as OcrEngine, uu as PdfALevel, v as preflightPdfA, va as buildPieceInfo, vc as decodeWebP, vd as extractCrlUrls, vf as PdfSquigglyAnnotation, vi as buildBoxDict, vl as decodeJpegWasm, vm as isTrueType, vn as ColorGlyphLayer, vo as CombedTextLayoutError, vp as createMarkedContentScope, vr as DeferredSignOptions, vs as encodePdf417, vt as FontFileFormat, vu as isLinearized, w as buildPdfUa2Xmp, wa as ExtractedTable, wc as embedTiffDirect, wd as parseTimestampResponse, wf as PdfLinkAnnotation, wi as buildSampledTransferFunction, wl as RedactionResult, wn as VariableFontInfo, wo as ForeignPageError, wp as drawXObject, wr as WorkerPool, ws as calculateUpcCheckDigit, wt as Canvas2DLike, wu as DssData, x as autoTagPage, xa as buildRequirements, xc as DirectEmbedOptions, xd as extractOcspUrl, xf as FreeTextAlignment, xi as validateBoxGeometry, xl as isJpegWasmReady, xm as saveDocumentIncremental, xn as parseColorFont, xo as FieldAlreadyExistsError, xp as wrapInMarkedContent, xr as SignatureAlgorithm, xs as DataMatrixResult, xt as extractImages$1, xu as computeObjectHash, y as AutoTagOptions, ya as RequirementType, yc as isWebP, yd as isCertificateRevoked, yf as PdfStrikeOutAnnotation, yi as buildGtsPdfxVersion, yl as encodeJpegWasm, ym as ChangeTracker, yn as CpalPalette, yo as EncryptedPdfError, yp as endArtifact, yr as DeferredSignResult, ys as pdf417ToOperators, yt as extractFonts, yu as linearizePdf, z as buildBlackPointCompensationExtGState, za as StreamingPdfParser, zc as extractJpegMetadata, zd as ByteRangeResult, zf as validateFieldValue, zi as CollectionSchemaField, zl as countOccurrences, zn as RedactionVerificationReport, zo as applyHeaderFooterToPage, zp as showTextArray, zr as RangeFetcher, zs as Code128Options, zt as Rgba, zu as getFieldLocks } from "./index-n0WBuf3b.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-C7TItmPQ.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-CTTeV1mZ.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 AutoTagOptions, type AutoTagResult, type AvarSegmentMap, 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, type BidiDirection, type BidiResult, type BidiRun, 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, type CertPathResult, ChangeTracker, type CheckboxAppearanceOptions, type ChromaSubsampling, type CmykColor, type Code128Options, type Code39Options, type CodeFrameOptions, type CollectionOptions, type CollectionSchemaField, type CollectionView, type Color, type ColorFontInfo, type ColorGlyphLayer, type ColorStop, CombedTextLayoutError, type CompareOptions, type ComputeFontSizeOptions, type ContentStreamOperator, type CounterSignatureInfo, type CpalPalette, type CropBox, DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, DEFAULT_SARIF_TOOL_NAME, type DataMatrixOptions, type DataMatrixResult, type DeclaredInvoiceTotals, 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, type EInvoiceIssue, EKU_OIDS, type EmbedFontOptions, type EmbedPageOptions, type EmbeddedFile, EmbeddedFont, type EmbeddedPdfPage, type EncryptAlgorithm, type EncryptDictValues, type EncryptOptions, type EncryptedPayloadOptions, EncryptedPdfError, type EncryptionReport, type EnforcePdfAOptions, type EnforcePdfAResult, type EnforcementAction, type ErrorCorrectionLevel, ExceededMaxLengthError, type ExponentialFunction, type ExternalSigner, type ExtractedFont, type ExtractedImage, type ExtractedTable, type FacturXAssembleOptions, 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 NamedInstance, 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 PermissionFlags, 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 RedactionLeak, type RedactionMark, type RedactionOperatorOptions, type RedactionOptions, type RedactionRegion, type RedactionResult, type RedactionVerificationReport, 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 SanitizeClass, type SanitizeOptions, type SanitizeReport, 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 ThreatFinding, type ThreatReport, type ThreatSeverity, 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 ValidatableInvoice, type ValidationFinding, type ValidationLevel, type VariableFontInfo, type VariationAxis, 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, assembleFacturX, assembleTiles, attachAssociatedFiles, attachFile, attachOutputIntents, autoTagPage, base64Decode, base64Encode, batchFlatten, batchMerge, beginArtifact, beginArtifactWithType, beginLayerContent, beginMarkedContent, beginMarkedContentSequence, beginMarkedContentWithProperties, beginText, borderedPreset, buildAfArray, buildAnnotationDict, buildBlackPointCompensationExtGState, buildBoxDict, buildCalGray, buildCalRGB, buildCatalog, buildCertPath, buildCertificateChain, buildCollection, buildColorKeyMask, buildDPartRoot, buildDeviceNColorSpace, buildDocMdpReference, buildDocTimeStampDict, buildDocumentStructure, buildDssDictionary, buildEmbeddedFilesNameTree, buildEncryptedPayload, buildFacturXXmp, 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, buildSigningCertificateV2Attribute, 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, detectFacturXProfile, 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, extractSigningCertificateV2, 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, getColorGlyphLayers, 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, inspectEncryption, 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, normalizeAxisCoordinate, normalizeComponentDepth, offsetSignedToUnsigned, openInNewTab, optimizeAllImages, optimizeImage, optimizeIncrementalSave, parseAcrobatDate, parseCiiXml, parseColorFont, parseContentStream, parseExistingTrailer, parseIccColorSpace, parseIccDescription, parseSvg, parseSvgColor, parseSvgPath, parseSvgTransform, parseTiffIfd, parseTileInfo, parseTimestampResponse, parseVariableFont, 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, reorderVisual, replaceTemplateVariables, requestTimestamp, resetWasmLoader, resizePage, resolveBidi, resolveFallback, resolveFieldReference, resolveInstanceCoordinates, reversePages, rgb, rgbToCmyk, rotateAllPages, rotate as rotateOp, rotatePage, rotationMatrix, sampleShadingColor, sanitizePdf, saveAsBlob, saveAsDataUrl, saveAsDownload, saveDocumentIncremental, saveIncremental, saveIncrementalWithSignaturePreservation, scale as scaleOp, scanPdfThreats, 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, validateEn16931, validateExtendedKeyUsage, validateFieldValue, validateKeyUsage, validatePdfA, validatePdfUa, validatePdfUa2, validatePdfX, validateSignatureChain, validateXmpMetadata, valuesToModules, verifyOfflineRevocation, verifyOwnerPassword, verifyRedactions, 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 AvarSegmentMap, 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, type BidiDirection, type BidiResult, type BidiRun, type BitsPerComponent, type BitsPerCoordinate, type BitsPerFlag, 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, type CertPathResult, ChangeTracker, type CheckboxAppearanceOptions, type ChromaSubsampling, type CmykColor, type Code128Options, type Code39Options, type CodeFrameOptions, type CollectionOptions, type CollectionSchemaField, type CollectionView, type Color, type ColorFontInfo, type ColorGlyphLayer, type ColorStop, CombedTextLayoutError, type CompareOptions, type ComputeFontSizeOptions, type ContentStreamOperator, type CoonsPatch, type CoonsPatchOptions, type CounterSignatureInfo, type CpalPalette, type CropBox, DEFAULT_DOC_TIMESTAMP_CONTENTS_SIZE, DEFAULT_SARIF_TOOL_NAME, type DataMatrixOptions, type DataMatrixResult, type DeclaredInvoiceTotals, 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, type EInvoiceIssue, EKU_OIDS, type EmbedFontOptions, type EmbedPageOptions, type EmbeddedFile, EmbeddedFont, type EmbeddedPdfPage, type EncryptAlgorithm, type EncryptDictValues, type EncryptOptions, type EncryptedPayloadOptions, EncryptedPdfError, type EncryptionReport, type EnforcePdfAOptions, type EnforcePdfAResult, type EnforcementAction, type ErrorCorrectionLevel, ExceededMaxLengthError, type ExponentialFunction, type ExternalSigner, type ExtractedFont, type ExtractedImage, type ExtractedTable, type FacturXAssembleOptions, type FacturXProfile, type FallbackFont, type FallbackRun, type FetchLike, type FetchLikeResponse, FieldAlreadyExistsError, FieldExistsAsNonTerminalError, FieldFlags, type FieldLockInfo, type FieldLockOptions, type FieldType, type FileAttachmentIcon, type FillItem, type FlaggedVertex, type FlattenFormResult, type FlattenOptions, type FontDescriptorData, type FontEmbeddingResult, type FontFileFormat, type FontMetrics, FontNotEmbeddedError, type FontRef, ForeignPageError, type FreeFormGouraudOptions, type FreeTextAlignment, type FunctionShadingOptions, type GradientFill, type GrayscaleColor, type HeaderFooterContent, type HeaderFooterOptions, type HeaderFooterPosition, type IccProfile, type IccTransformInfo, 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 LatticeFormGouraudOptions, 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 MeshShadingCommon, type MeshVertex, type MetadataPluginOptions, MissingOnValueCheckError, type ModificationReport, type ModificationViolation, type ModificationViolationType, type MultiPageTableResult, type NamedInstance, 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 PermissionFlags, 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 RedactionLeak, type RedactionMark, type RedactionOperatorOptions, type RedactionOptions, type RedactionRegion, type RedactionResult, type RedactionVerificationReport, 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 SanitizeClass, type SanitizeOptions, type SanitizeReport, 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, type TensorPatch, type TensorPatchOptions, 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 ThreatFinding, type ThreatReport, type ThreatSeverity, 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 ValidatableInvoice, type ValidationFinding, type ValidationLevel, type VariableFontInfo, type VariationAxis, 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, assembleFacturX, assembleTiles, attachAssociatedFiles, attachFile, attachOutputIntents, autoTagPage, base64Decode, base64Encode, batchFlatten, batchMerge, beginArtifact, beginArtifactWithType, beginLayerContent, beginMarkedContent, beginMarkedContentSequence, beginMarkedContentWithProperties, beginText, borderedPreset, buildAfArray, buildAnnotationDict, buildBlackPointCompensationExtGState, buildBoxDict, buildCalGray, buildCalRGB, buildCatalog, buildCertPath, buildCertificateChain, buildCollection, buildColorKeyMask, buildCoonsPatchShading, buildDPartRoot, buildDeviceNColorSpace, buildDocMdpReference, buildDocTimeStampDict, buildDocumentStructure, buildDssDictionary, buildEmbeddedFilesNameTree, buildEncryptedPayload, buildFacturXXmp, buildFieldLockDict, buildFreeFormGouraudShading, buildFunctionShading, buildGradientObjects, buildGtsPdfxVersion, buildImageSoftMask, buildInfoDict, buildLab, buildLatticeFormGouraudShading, buildNamespace, buildNamespacesArray, buildOutputIntent, buildPageOutputIntent, buildPageTree, buildPatternObjects, buildPdfA4Xmp, buildPdfRIdentificationXmp, buildPdfUa2Xmp, buildPdfVtDParts, buildPdfX6OutputIntent, buildPdfXOutputIntent, buildPieceInfo, buildPkcs7Signature, buildRequirement, buildRequirements, buildSampledTransferFunction, buildSeparationColorSpace, buildSigningCertificateV2Attribute, buildSoftMaskGroupExtGState, buildSoftMaskNone, buildStencilMask, buildTensorPatchShading, 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, detectFacturXProfile, detectImageFormat, detectModifications, detectRuntime, detectTransparency, deviceNColor, deviceNResourceName, deviceRgbToXyz, 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, extractSigningCertificateV2, 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, getColorGlyphLayers, getComponentDepths, getCounterSignatures, getFieldLocks, getFieldValue, getImageFormatName, getInlineWasmBytes, getInlineWasmSize, getLinearizationInfo, getPageLabels, getPageSize, getProfile, getRedactionMarks, getSignatures, getSupportedFormats, getSupportedLevels, getTiffPageCount, getToUnicodeCmap, grayscale, gtsPdfVtVersion, handlePdfRequest, hasInlineWasmData, hasLtvData, hexToColor, hslToRgb, hsvToRgb, identityTransferFunction, initJpegWasm, initWasm, injectJpegMetadata, insertPage, inspectEncryption, 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, normalizeAxisCoordinate, normalizeComponentDepth, offsetSignedToUnsigned, openInNewTab, optimizeAllImages, optimizeImage, optimizeIncrementalSave, parseAcrobatDate, parseCiiXml, parseColorFont, parseContentStream, parseExistingTrailer, parseIccColorSpace, parseIccDescription, parseIccTransform, parseSvg, parseSvgColor, parseSvgPath, parseSvgTransform, parseTiffIfd, parseTileInfo, parseTimestampResponse, parseVariableFont, 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, reorderVisual, replaceTemplateVariables, requestTimestamp, resetWasmLoader, resizePage, resolveBidi, resolveFallback, resolveFieldReference, resolveInstanceCoordinates, reversePages, rgb, rgbToCmyk, rgbToHsl, rgbToHsv, rgbToLab, rgbToXyz, rotateAllPages, rotate as rotateOp, rotatePage, rotationMatrix, sampleShadingColor, sanitizePdf, saveAsBlob, saveAsDataUrl, saveAsDownload, saveDocumentIncremental, saveIncremental, saveIncrementalWithSignaturePreservation, scale as scaleOp, scanPdfThreats, 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, validateEn16931, validateExtendedKeyUsage, validateFieldValue, validateKeyUsage, validatePdfA, validatePdfUa, validatePdfUa2, validatePdfX, validateSignatureChain, validateXmpMetadata, valuesToModules, verifyOfflineRevocation, verifyOwnerPassword, verifyRedactions, verifySignature, verifySignatureDetailed, verifySignatures, verifyUserPassword, webpToJpeg, webpToPng, wrapInMarkedContent, wrapText, xyzToLab, xyzToRgb };
190
190
  //# sourceMappingURL=browser.d.mts.map