1.1.4 • Published 7 months ago

pdf_editor_aleon35_react_plugin v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

hello

Core

Parameters

file String "" Required

The URL path to your file.

container Required

The HTML element to attach the PDF viewer to.

fileName String file.pdf Optional

The name of your file. Useful if you want to configure the file name of the downloaded file.

tools Object {}

Control what tools are available in the UI. Available keys are thumbnails, general, editing, ...

useCreateIframeAndLoadViewer({
  tools: {
    thumbnails: ...,
    general: ...,
    editing: ...,
  },
  ...other parameters
});

general Object []

FieldDescription
zoomEnable zoom in/out of the document in view
searchEnable search functions
downloadEnable downloading the document
thumbnailsEnable a thumbnails panel
useCreateIframeAndLoadViewer({
  tools: {
    general: [
      "zoom",
      "search",
      "download",
      "thumbnails"
    ],
  },
  ...other parameters
});

thumbnails Object []

FieldDescription
zoomEnable a slider above thumbnails to increase/decrease the size of the thumbnails
expandEnable the thumbnails bar to be expandable to the full screen
useCreateIframeAndLoadViewer({
  tools: {
    thumbnails: [
      "zoom",
      "expand"
    ],
  },
  ...other parameters
});

editing Object []

FieldDescription
removeEnable the ability to remove pages
rotationEnable the rotation of individual pages
useCreateIframeAndLoadViewer({
  tools: {
    editing: [
      "remove",
      "rotation"
    ],
  },
  ...other parameters
});

locale string en Optional

Options:

en - English

es - Spanish

ru - Russian

onFileFailed Function optional

Callback when a file fails to upload

useCreateIframeAndLoadViewer({
  onFileFailed: (errorMessage) => {
    // handle the failure as you need
  }
});
1.1.4

7 months ago

1.1.0

8 months ago

1.0.38

8 months ago

1.1.2

8 months ago

1.0.62

8 months ago

1.0.40

8 months ago

1.0.60

8 months ago

1.0.66

8 months ago

1.0.44

8 months ago

1.0.64

8 months ago

1.0.42

8 months ago

1.0.48

8 months ago

1.0.68

8 months ago

1.0.46

8 months ago

1.0.28

8 months ago

1.0.72

8 months ago

1.0.50

8 months ago

1.0.70

8 months ago

1.0.54

8 months ago

1.0.32

8 months ago

1.0.74

8 months ago

1.0.52

8 months ago

1.0.30

8 months ago

1.0.58

8 months ago

1.0.36

8 months ago

1.0.56

8 months ago

1.0.34

8 months ago

1.0.26

8 months ago

1.0.24

8 months ago

1.0.22

8 months ago

1.0.20

9 months ago

1.0.18

9 months ago

1.0.16

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.11

9 months ago

1.0.9

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.4

9 months ago

1.0.2

9 months ago

1.0.0

9 months ago