pdf-oxide-wasm 0.3.59 → 0.3.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundler/pdf_oxide_bg.js +95 -95
- package/bundler/pdf_oxide_bg.wasm +0 -0
- package/bundler/pdf_oxide_bg.wasm.d.ts +17 -17
- package/nodejs/pdf_oxide.js +95 -95
- package/nodejs/pdf_oxide_bg.wasm +0 -0
- package/nodejs/pdf_oxide_bg.wasm.d.ts +17 -17
- package/package.json +1 -1
- package/web/pdf_oxide.d.ts +17 -17
- package/web/pdf_oxide.js +95 -95
- package/web/pdf_oxide_bg.wasm +0 -0
- package/web/pdf_oxide_bg.wasm.d.ts +17 -17
|
@@ -17,25 +17,38 @@ export const __wbg_wasmpdfdocument_free: (a: number, b: number) => void;
|
|
|
17
17
|
export const __wbg_wasmpdfpageregion_free: (a: number, b: number) => void;
|
|
18
18
|
export const __wbg_wasmsignature_free: (a: number, b: number) => void;
|
|
19
19
|
export const __wbg_wasmtimestamp_free: (a: number, b: number) => void;
|
|
20
|
+
export const artifactstyle_bold: (a: number) => number;
|
|
21
|
+
export const artifactstyle_color: (a: number, b: number, c: number, d: number) => number;
|
|
22
|
+
export const artifactstyle_font: (a: number, b: number, c: number, d: number) => number;
|
|
23
|
+
export const artifactstyle_new: () => number;
|
|
20
24
|
export const cryptoCbom: (a: number) => void;
|
|
21
25
|
export const cryptoInventory: (a: number) => void;
|
|
22
26
|
export const cryptoPolicy: (a: number) => void;
|
|
27
|
+
export const dss_certCount: (a: number) => number;
|
|
28
|
+
export const dss_crlCount: (a: number) => number;
|
|
29
|
+
export const dss_getCert: (a: number, b: number, c: number) => void;
|
|
30
|
+
export const dss_getCrl: (a: number, b: number, c: number) => void;
|
|
31
|
+
export const dss_getOcsp: (a: number, b: number, c: number) => void;
|
|
32
|
+
export const dss_ocspCount: (a: number) => number;
|
|
33
|
+
export const dss_vri: (a: number, b: number) => void;
|
|
23
34
|
export const generateBarcodeSvg: (a: number, b: number, c: number, d: number) => void;
|
|
24
35
|
export const generateQrSvg: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
25
36
|
export const hasDocumentTimestamp: (a: number, b: number) => number;
|
|
26
37
|
export const modelManifest: (a: number) => void;
|
|
27
38
|
export const planSplitByBookmarks: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void;
|
|
28
39
|
export const prefetchAvailable: () => number;
|
|
40
|
+
export const revocationmaterial_addCert: (a: number, b: number, c: number) => void;
|
|
41
|
+
export const revocationmaterial_addCrl: (a: number, b: number, c: number) => void;
|
|
42
|
+
export const revocationmaterial_addOcsp: (a: number, b: number, c: number) => void;
|
|
43
|
+
export const revocationmaterial_new: () => number;
|
|
29
44
|
export const setCryptoPolicy: (a: number, b: number, c: number) => void;
|
|
30
45
|
export const setLogLevel: (a: number, b: number, c: number) => void;
|
|
31
46
|
export const signPdfBytes: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void;
|
|
32
47
|
export const signPdfBytesPades: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => void;
|
|
33
48
|
export const splitByBookmarks: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void;
|
|
34
|
-
export const streamingtable_batchCount: (a: number) => number;
|
|
35
49
|
export const streamingtable_columnCount: (a: number) => number;
|
|
36
50
|
export const streamingtable_finish: (a: number, b: number) => void;
|
|
37
51
|
export const streamingtable_flush: (a: number) => void;
|
|
38
|
-
export const streamingtable_pendingRowCount: (a: number) => number;
|
|
39
52
|
export const streamingtable_pushRow: (a: number, b: number, c: number, d: number) => void;
|
|
40
53
|
export const streamingtable_pushRowSpan: (a: number, b: number, c: number) => void;
|
|
41
54
|
export const wasmartifact_center: (a: number, b: number) => number;
|
|
@@ -44,10 +57,6 @@ export const wasmartifact_new: () => number;
|
|
|
44
57
|
export const wasmartifact_right: (a: number, b: number) => number;
|
|
45
58
|
export const wasmartifact_withOffset: (a: number, b: number) => number;
|
|
46
59
|
export const wasmartifact_withStyle: (a: number, b: number) => number;
|
|
47
|
-
export const wasmartifactstyle_bold: (a: number) => number;
|
|
48
|
-
export const wasmartifactstyle_color: (a: number, b: number, c: number, d: number) => number;
|
|
49
|
-
export const wasmartifactstyle_font: (a: number, b: number, c: number, d: number) => number;
|
|
50
|
-
export const wasmartifactstyle_new: () => number;
|
|
51
60
|
export const wasmcertificate_isValid: (a: number, b: number) => void;
|
|
52
61
|
export const wasmcertificate_issuer: (a: number, b: number) => void;
|
|
53
62
|
export const wasmcertificate_load: (a: number, b: number, c: number) => void;
|
|
@@ -73,11 +82,6 @@ export const wasmdocumentbuilder_subject: (a: number, b: number, c: number, d: n
|
|
|
73
82
|
export const wasmdocumentbuilder_taggedPdfUa1: (a: number, b: number) => void;
|
|
74
83
|
export const wasmdocumentbuilder_title: (a: number, b: number, c: number, d: number) => void;
|
|
75
84
|
export const wasmdocumentbuilder_toBytesEncrypted: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
76
|
-
export const wasmdss_certCount: (a: number) => number;
|
|
77
|
-
export const wasmdss_getCert: (a: number, b: number, c: number) => void;
|
|
78
|
-
export const wasmdss_getCrl: (a: number, b: number, c: number) => void;
|
|
79
|
-
export const wasmdss_getOcsp: (a: number, b: number, c: number) => void;
|
|
80
|
-
export const wasmdss_vri: (a: number, b: number) => void;
|
|
81
85
|
export const wasmembeddedfont_fromBytes: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
82
86
|
export const wasmembeddedfont_name: (a: number, b: number) => void;
|
|
83
87
|
export const wasmfluentpagebuilder_at: (a: number, b: number, c: number, d: number) => void;
|
|
@@ -269,10 +273,6 @@ export const wasmpdfpageregion_extractText: (a: number, b: number) => void;
|
|
|
269
273
|
export const wasmpdfpageregion_extractTextLines: (a: number, b: number) => void;
|
|
270
274
|
export const wasmpdfpageregion_extractTextOcr: (a: number, b: number, c: number) => void;
|
|
271
275
|
export const wasmpdfpageregion_extractWords: (a: number, b: number) => void;
|
|
272
|
-
export const wasmrevocationmaterial_addCert: (a: number, b: number, c: number) => void;
|
|
273
|
-
export const wasmrevocationmaterial_addCrl: (a: number, b: number, c: number) => void;
|
|
274
|
-
export const wasmrevocationmaterial_addOcsp: (a: number, b: number, c: number) => void;
|
|
275
|
-
export const wasmrevocationmaterial_new: () => number;
|
|
276
276
|
export const wasmsignature_contactInfo: (a: number, b: number) => void;
|
|
277
277
|
export const wasmsignature_coversWholeDocument: (a: number) => number;
|
|
278
278
|
export const wasmsignature_location: (a: number, b: number) => void;
|
|
@@ -290,8 +290,8 @@ export const wasmtimestamp_serial: (a: number, b: number) => void;
|
|
|
290
290
|
export const wasmtimestamp_time: (a: number) => bigint;
|
|
291
291
|
export const wasmtimestamp_tsaName: (a: number, b: number) => void;
|
|
292
292
|
export const wasmtimestamp_verify: (a: number, b: number) => void;
|
|
293
|
-
export const
|
|
294
|
-
export const
|
|
293
|
+
export const streamingtable_batchCount: (a: number) => number;
|
|
294
|
+
export const streamingtable_pendingRowCount: (a: number) => number;
|
|
295
295
|
export const wasmocrconfig_new: () => number;
|
|
296
296
|
export const wasmpdfdocument_saveToBytes: (a: number, b: number) => void;
|
|
297
297
|
export const wasmfooter_center: (a: number, b: number) => number;
|