@embedpdf/pdfium 2.8.0 → 2.9.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.
@@ -51,6 +51,7 @@ var createPdfium = (() => {
51
51
  '_EPDFAction_CreateRemoteGoToDest',
52
52
  '_EPDFAction_CreateURI',
53
53
  '_EPDFAnnot_ApplyRedaction',
54
+ '_EPDFAnnot_ClearBorderEffect',
54
55
  '_EPDFAnnot_ClearColor',
55
56
  '_EPDFAnnot_ClearRectangleDifferences',
56
57
  '_EPDFAnnot_Flatten',
@@ -84,6 +85,7 @@ var createPdfium = (() => {
84
85
  '_EPDFAnnot_SetAction',
85
86
  '_EPDFAnnot_SetAPMatrix',
86
87
  '_EPDFAnnot_SetBorderDashPattern',
88
+ '_EPDFAnnot_SetBorderEffect',
87
89
  '_EPDFAnnot_SetBorderStyle',
88
90
  '_EPDFAnnot_SetColor',
89
91
  '_EPDFAnnot_SetDefaultAppearance',
@@ -5947,6 +5949,12 @@ var createPdfium = (() => {
5947
5949
  'EPDFAnnot_GetBorderEffect',
5948
5950
  2,
5949
5951
  ));
5952
+ (Module['_EPDFAnnot_SetBorderEffect'] = createExportWrapper(
5953
+ 'EPDFAnnot_SetBorderEffect',
5954
+ 2,
5955
+ ));
5956
+ (Module['_EPDFAnnot_ClearBorderEffect'] =
5957
+ createExportWrapper('EPDFAnnot_ClearBorderEffect', 1));
5950
5958
  (Module['_EPDFAnnot_GetRectangleDifferences'] =
5951
5959
  createExportWrapper('EPDFAnnot_GetRectangleDifferences', 5));
5952
5960
  (Module['_EPDFAnnot_SetRectangleDifferences'] =
@@ -8054,6 +8062,7 @@ const functions = {
8054
8062
  EPDFAction_CreateRemoteGoToDest: [['number', 'number', 'number'], 'number'],
8055
8063
  EPDFAction_CreateURI: [['number', 'string'], 'number'],
8056
8064
  EPDFAnnot_ApplyRedaction: [['number', 'number'], 'boolean'],
8065
+ EPDFAnnot_ClearBorderEffect: [['number'], 'boolean'],
8057
8066
  EPDFAnnot_ClearColor: [['number', 'number'], 'boolean'],
8058
8067
  EPDFAnnot_ClearRectangleDifferences: [['number'], 'boolean'],
8059
8068
  EPDFAnnot_Flatten: [['number', 'number'], 'boolean'],
@@ -8096,6 +8105,7 @@ const functions = {
8096
8105
  EPDFAnnot_SetAction: [['number', 'number'], 'boolean'],
8097
8106
  EPDFAnnot_SetAPMatrix: [['number', 'number', 'number'], 'boolean'],
8098
8107
  EPDFAnnot_SetBorderDashPattern: [['number', 'number', 'number'], 'boolean'],
8108
+ EPDFAnnot_SetBorderEffect: [['number', 'number'], 'boolean'],
8099
8109
  EPDFAnnot_SetBorderStyle: [['number', 'number', 'number'], 'boolean'],
8100
8110
  EPDFAnnot_SetColor: [
8101
8111
  ['number', 'number', 'number', 'number', 'number'],
@@ -8910,7 +8920,7 @@ const functions = {
8910
8920
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
8911
8921
  };
8912
8922
 
8913
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.8.0/dist/pdfium.wasm';
8923
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.9.0/dist/pdfium.wasm';
8914
8924
  async function createWrappedModule(pdfium) {
8915
8925
  const module = {
8916
8926
  pdfium,