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