@embedpdf/pdfium 1.1.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/pdfium.wasm CHANGED
Binary file
@@ -38,6 +38,8 @@ export declare const functions: {
38
38
  readonly EPDFAnnot_SetTextAlignment: readonly [readonly ["number", "number"], "boolean"];
39
39
  readonly EPDFAnnot_SetVerticalAlignment: readonly [readonly ["number", "number"], "boolean"];
40
40
  readonly EPDFAnnot_SetVertices: readonly [readonly ["number", "number", "number"], "boolean"];
41
+ readonly EPDFAnnot_UpdateAppearanceToRect: readonly [readonly ["number", "number"], "boolean"];
42
+ readonly EPDFCatalog_GetLanguage: readonly [readonly ["number", "number", "number"], "number"];
41
43
  readonly EPDFPage_CreateAnnot: readonly [readonly ["number", "number"], "number"];
42
44
  readonly EPDFPage_GetAnnotByName: readonly [readonly ["number", "number"], "number"];
43
45
  readonly EPDFPage_GetAnnotCountRaw: readonly [readonly ["number", "number"], "number"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedpdf/pdfium",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
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",