@embedpdf/pdfium 1.3.0 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/pdfium.wasm CHANGED
Binary file
@@ -2,6 +2,7 @@ export declare const functions: {
2
2
  readonly EPDF_GetMetaKeyCount: readonly [readonly ["number", "boolean"], "number"];
3
3
  readonly EPDF_GetMetaKeyName: readonly [readonly ["number", "number", "boolean", "number", "number"], "number"];
4
4
  readonly EPDF_GetMetaTrapped: readonly [readonly ["number"], "number"];
5
+ readonly EPDF_GetPageRotationByIndex: readonly [readonly ["number", "number"], "number"];
5
6
  readonly EPDF_HasMetaText: readonly [readonly ["number", "string"], "boolean"];
6
7
  readonly EPDF_PNG_EncodeRGBA: readonly [readonly ["number", "number", "number", "number", "number", "number"], "number"];
7
8
  readonly EPDF_RenderAnnotBitmap: readonly [readonly ["number", "number", "number", "number", "number", "number"], "boolean"];
@@ -45,6 +46,10 @@ export declare const functions: {
45
46
  readonly EPDFAnnot_SetVerticalAlignment: readonly [readonly ["number", "number"], "boolean"];
46
47
  readonly EPDFAnnot_SetVertices: readonly [readonly ["number", "number", "number"], "boolean"];
47
48
  readonly EPDFAnnot_UpdateAppearanceToRect: readonly [readonly ["number", "number"], "boolean"];
49
+ readonly EPDFAttachment_GetDescription: readonly [readonly ["number", "number", "number"], "number"];
50
+ readonly EPDFAttachment_GetIntegerValue: readonly [readonly ["number", "string", "number"], "boolean"];
51
+ readonly EPDFAttachment_SetDescription: readonly [readonly ["number", "number"], "boolean"];
52
+ readonly EPDFAttachment_SetSubtype: readonly [readonly ["number", "string"], "boolean"];
48
53
  readonly EPDFBookmark_AppendChild: readonly [readonly ["number", "number", "number"], "number"];
49
54
  readonly EPDFBookmark_Clear: readonly [readonly ["number"], "boolean"];
50
55
  readonly EPDFBookmark_ClearTarget: readonly [readonly ["number"], "boolean"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedpdf/pdfium",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "private": false,
5
5
  "description": "PDFium WebAssembly for the web platform. This package provides a powerful JavaScript interface to PDFium, enabling high-quality PDF rendering and manipulation directly in web applications.",
6
6
  "type": "module",