@embedpdf/pdfium 2.2.0 → 2.3.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.
@@ -62,9 +62,11 @@ var createPdfium = (() => {
62
62
  '_EPDFAnnot_GetLineEndings',
63
63
  '_EPDFAnnot_GetOpacity',
64
64
  '_EPDFAnnot_GetRectangleDifferences',
65
+ '_EPDFAnnot_GetReplyType',
65
66
  '_EPDFAnnot_GetRichContent',
66
67
  '_EPDFAnnot_GetTextAlignment',
67
68
  '_EPDFAnnot_GetVerticalAlignment',
69
+ '_EPDFAnnot_SetAction',
68
70
  '_EPDFAnnot_SetBorderDashPattern',
69
71
  '_EPDFAnnot_SetBorderStyle',
70
72
  '_EPDFAnnot_SetColor',
@@ -75,6 +77,7 @@ var createPdfium = (() => {
75
77
  '_EPDFAnnot_SetLineEndings',
76
78
  '_EPDFAnnot_SetLinkedAnnot',
77
79
  '_EPDFAnnot_SetOpacity',
80
+ '_EPDFAnnot_SetReplyType',
78
81
  '_EPDFAnnot_SetTextAlignment',
79
82
  '_EPDFAnnot_SetVerticalAlignment',
80
83
  '_EPDFAnnot_SetVertices',
@@ -5886,6 +5889,10 @@ var createPdfium = (() => {
5886
5889
  'FPDFAnnot_SetURI',
5887
5890
  2,
5888
5891
  ));
5892
+ (Module['_EPDFAnnot_SetAction'] = createExportWrapper(
5893
+ 'EPDFAnnot_SetAction',
5894
+ 2,
5895
+ ));
5889
5896
  (Module['_FPDFAnnot_GetFileAttachment'] =
5890
5897
  createExportWrapper('FPDFAnnot_GetFileAttachment', 1));
5891
5898
  (Module['_FPDFAnnot_AddFileAttachment'] =
@@ -6020,6 +6027,14 @@ var createPdfium = (() => {
6020
6027
  'EPDFPage_CreateAnnot',
6021
6028
  2,
6022
6029
  ));
6030
+ (Module['_EPDFAnnot_GetReplyType'] = createExportWrapper(
6031
+ 'EPDFAnnot_GetReplyType',
6032
+ 1,
6033
+ ));
6034
+ (Module['_EPDFAnnot_SetReplyType'] = createExportWrapper(
6035
+ 'EPDFAnnot_SetReplyType',
6036
+ 2,
6037
+ ));
6023
6038
  (Module['_FPDFDoc_GetAttachmentCount'] = createExportWrapper(
6024
6039
  'FPDFDoc_GetAttachmentCount',
6025
6040
  1,
@@ -7950,9 +7965,11 @@ const functions = {
7950
7965
  ['number', 'number', 'number', 'number', 'number'],
7951
7966
  'boolean',
7952
7967
  ],
7968
+ EPDFAnnot_GetReplyType: [['number'], 'number'],
7953
7969
  EPDFAnnot_GetRichContent: [['number', 'number', 'number'], 'number'],
7954
7970
  EPDFAnnot_GetTextAlignment: [['number'], 'number'],
7955
7971
  EPDFAnnot_GetVerticalAlignment: [['number'], 'number'],
7972
+ EPDFAnnot_SetAction: [['number', 'number'], 'boolean'],
7956
7973
  EPDFAnnot_SetBorderDashPattern: [['number', 'number', 'number'], 'boolean'],
7957
7974
  EPDFAnnot_SetBorderStyle: [['number', 'number', 'number'], 'boolean'],
7958
7975
  EPDFAnnot_SetColor: [
@@ -7969,6 +7986,7 @@ const functions = {
7969
7986
  EPDFAnnot_SetLineEndings: [['number', 'number', 'number'], 'boolean'],
7970
7987
  EPDFAnnot_SetLinkedAnnot: [['number', 'string', 'number'], 'boolean'],
7971
7988
  EPDFAnnot_SetOpacity: [['number', 'number'], 'boolean'],
7989
+ EPDFAnnot_SetReplyType: [['number', 'number'], 'boolean'],
7972
7990
  EPDFAnnot_SetTextAlignment: [['number', 'number'], 'boolean'],
7973
7991
  EPDFAnnot_SetVerticalAlignment: [['number', 'number'], 'boolean'],
7974
7992
  EPDFAnnot_SetVertices: [['number', 'number', 'number'], 'boolean'],
@@ -8751,7 +8769,7 @@ const functions = {
8751
8769
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
8752
8770
  };
8753
8771
 
8754
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.2.0/dist/pdfium.wasm';
8772
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.3.0/dist/pdfium.wasm';
8755
8773
  async function createWrappedModule(pdfium) {
8756
8774
  const module = {
8757
8775
  pdfium,