diff --git a/How to/Download Start event/.gitignore b/How to/Download Start event/.gitignore
new file mode 100644
index 0000000..4d29575
--- /dev/null
+++ b/How to/Download Start event/.gitignore
@@ -0,0 +1,23 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
diff --git a/How to/Download Start event/README.md b/How to/Download Start event/README.md
new file mode 100644
index 0000000..58beeac
--- /dev/null
+++ b/How to/Download Start event/README.md
@@ -0,0 +1,70 @@
+# Getting Started with Create React App
+
+This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
+
+## Available Scripts
+
+In the project directory, you can run:
+
+### `npm start`
+
+Runs the app in the development mode.\
+Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
+
+The page will reload when you make changes.\
+You may also see any lint errors in the console.
+
+### `npm test`
+
+Launches the test runner in the interactive watch mode.\
+See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
+
+### `npm run build`
+
+Builds the app for production to the `build` folder.\
+It correctly bundles React in production mode and optimizes the build for the best performance.
+
+The build is minified and the filenames include the hashes.\
+Your app is ready to be deployed!
+
+See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
+
+### `npm run eject`
+
+**Note: this is a one-way operation. Once you `eject`, you can't go back!**
+
+If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
+
+Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
+
+You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
+
+## Learn More
+
+You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
+
+To learn React, check out the [React documentation](https://reactjs.org/).
+
+### Code Splitting
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
+
+### Analyzing the Bundle Size
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
+
+### Making a Progressive Web App
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
+
+### Advanced Configuration
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
+
+### Deployment
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
+
+### `npm run build` fails to minify
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
diff --git a/How to/Download Start event/package.json b/How to/Download Start event/package.json
new file mode 100644
index 0000000..37c2995
--- /dev/null
+++ b/How to/Download Start event/package.json
@@ -0,0 +1,39 @@
+{
+ "name": "quickstart",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@syncfusion/ej2-react-pdfviewer": "*",
+ "@testing-library/jest-dom": "^5.16.5",
+ "@testing-library/react": "^13.4.0",
+ "@testing-library/user-event": "^13.5.0",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "react-scripts": "5.0.1",
+ "web-vitals": "^2.1.4"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test",
+ "eject": "react-scripts eject"
+ },
+ "eslintConfig": {
+ "extends": [
+ "react-app",
+ "react-app/jest"
+ ]
+ },
+ "browserslist": {
+ "production": [
+ ">0.2%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
+ }
+}
diff --git a/How to/Download Start event/public/favicon.ico b/How to/Download Start event/public/favicon.ico
new file mode 100644
index 0000000..a11777c
Binary files /dev/null and b/How to/Download Start event/public/favicon.ico differ
diff --git a/How to/Download Start event/public/index.html b/How to/Download Start event/public/index.html
new file mode 100644
index 0000000..c0f87ac
--- /dev/null
+++ b/How to/Download Start event/public/index.html
@@ -0,0 +1,15 @@
+
+
+
+ );
+}
+const root = ReactDOM.createRoot(document.getElementById('sample'));
+root.render();
\ No newline at end of file
diff --git a/How to/Download Start event/src/logo.svg b/How to/Download Start event/src/logo.svg
new file mode 100644
index 0000000..9dfc1c0
--- /dev/null
+++ b/How to/Download Start event/src/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/How to/Download Start event/src/reportWebVitals.js b/How to/Download Start event/src/reportWebVitals.js
new file mode 100644
index 0000000..5253d3a
--- /dev/null
+++ b/How to/Download Start event/src/reportWebVitals.js
@@ -0,0 +1,13 @@
+const reportWebVitals = onPerfEntry => {
+ if (onPerfEntry && onPerfEntry instanceof Function) {
+ import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
+ getCLS(onPerfEntry);
+ getFID(onPerfEntry);
+ getFCP(onPerfEntry);
+ getLCP(onPerfEntry);
+ getTTFB(onPerfEntry);
+ });
+ }
+};
+
+export default reportWebVitals;
diff --git a/How to/Download Start event/src/setupTests.js b/How to/Download Start event/src/setupTests.js
new file mode 100644
index 0000000..8f2609b
--- /dev/null
+++ b/How to/Download Start event/src/setupTests.js
@@ -0,0 +1,5 @@
+// jest-dom adds custom jest matchers for asserting on DOM nodes.
+// allows you to do things like:
+// expect(element).toHaveTextContent(/react/i)
+// learn more: https://github.com/testing-library/jest-dom
+import '@testing-library/jest-dom';
diff --git a/How to/Min Max zoom/.gitignore b/How to/Min Max zoom/.gitignore
new file mode 100644
index 0000000..4d29575
--- /dev/null
+++ b/How to/Min Max zoom/.gitignore
@@ -0,0 +1,23 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
diff --git a/How to/Min Max zoom/README.md b/How to/Min Max zoom/README.md
new file mode 100644
index 0000000..58beeac
--- /dev/null
+++ b/How to/Min Max zoom/README.md
@@ -0,0 +1,70 @@
+# Getting Started with Create React App
+
+This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
+
+## Available Scripts
+
+In the project directory, you can run:
+
+### `npm start`
+
+Runs the app in the development mode.\
+Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
+
+The page will reload when you make changes.\
+You may also see any lint errors in the console.
+
+### `npm test`
+
+Launches the test runner in the interactive watch mode.\
+See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
+
+### `npm run build`
+
+Builds the app for production to the `build` folder.\
+It correctly bundles React in production mode and optimizes the build for the best performance.
+
+The build is minified and the filenames include the hashes.\
+Your app is ready to be deployed!
+
+See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
+
+### `npm run eject`
+
+**Note: this is a one-way operation. Once you `eject`, you can't go back!**
+
+If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
+
+Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
+
+You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
+
+## Learn More
+
+You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
+
+To learn React, check out the [React documentation](https://reactjs.org/).
+
+### Code Splitting
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
+
+### Analyzing the Bundle Size
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
+
+### Making a Progressive Web App
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
+
+### Advanced Configuration
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
+
+### Deployment
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
+
+### `npm run build` fails to minify
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
diff --git a/How to/Min Max zoom/package.json b/How to/Min Max zoom/package.json
new file mode 100644
index 0000000..37c2995
--- /dev/null
+++ b/How to/Min Max zoom/package.json
@@ -0,0 +1,39 @@
+{
+ "name": "quickstart",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@syncfusion/ej2-react-pdfviewer": "*",
+ "@testing-library/jest-dom": "^5.16.5",
+ "@testing-library/react": "^13.4.0",
+ "@testing-library/user-event": "^13.5.0",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "react-scripts": "5.0.1",
+ "web-vitals": "^2.1.4"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test",
+ "eject": "react-scripts eject"
+ },
+ "eslintConfig": {
+ "extends": [
+ "react-app",
+ "react-app/jest"
+ ]
+ },
+ "browserslist": {
+ "production": [
+ ">0.2%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
+ }
+}
diff --git a/How to/Min Max zoom/public/favicon.ico b/How to/Min Max zoom/public/favicon.ico
new file mode 100644
index 0000000..a11777c
Binary files /dev/null and b/How to/Min Max zoom/public/favicon.ico differ
diff --git a/How to/Min Max zoom/public/index.html b/How to/Min Max zoom/public/index.html
new file mode 100644
index 0000000..c0f87ac
--- /dev/null
+++ b/How to/Min Max zoom/public/index.html
@@ -0,0 +1,15 @@
+
+
+
+Syncfusion React PDF Viewer
+
+
+
+
+
+
+
+
Loading....
+
+
+
\ No newline at end of file
diff --git a/How to/Min Max zoom/public/logo192.png b/How to/Min Max zoom/public/logo192.png
new file mode 100644
index 0000000..fc44b0a
Binary files /dev/null and b/How to/Min Max zoom/public/logo192.png differ
diff --git a/How to/Min Max zoom/public/logo512.png b/How to/Min Max zoom/public/logo512.png
new file mode 100644
index 0000000..a4e47a6
Binary files /dev/null and b/How to/Min Max zoom/public/logo512.png differ
diff --git a/How to/Min Max zoom/public/manifest.json b/How to/Min Max zoom/public/manifest.json
new file mode 100644
index 0000000..080d6c7
--- /dev/null
+++ b/How to/Min Max zoom/public/manifest.json
@@ -0,0 +1,25 @@
+{
+ "short_name": "React App",
+ "name": "Create React App Sample",
+ "icons": [
+ {
+ "src": "favicon.ico",
+ "sizes": "64x64 32x32 24x24 16x16",
+ "type": "image/x-icon"
+ },
+ {
+ "src": "logo192.png",
+ "type": "image/png",
+ "sizes": "192x192"
+ },
+ {
+ "src": "logo512.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ }
+ ],
+ "start_url": ".",
+ "display": "standalone",
+ "theme_color": "#000000",
+ "background_color": "#ffffff"
+}
diff --git a/How to/Min Max zoom/public/robots.txt b/How to/Min Max zoom/public/robots.txt
new file mode 100644
index 0000000..e9e57dc
--- /dev/null
+++ b/How to/Min Max zoom/public/robots.txt
@@ -0,0 +1,3 @@
+# https://www.robotstxt.org/robotstxt.html
+User-agent: *
+Disallow:
diff --git a/How to/Min Max zoom/src/index.css b/How to/Min Max zoom/src/index.css
new file mode 100644
index 0000000..a3e8d63
--- /dev/null
+++ b/How to/Min Max zoom/src/index.css
@@ -0,0 +1,8 @@
+@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
+@import "../node_modules/@syncfusion/ej2-pdfviewer/styles/material.css";
diff --git a/How to/Min Max zoom/src/index.js b/How to/Min Max zoom/src/index.js
new file mode 100644
index 0000000..cc7f7cd
--- /dev/null
+++ b/How to/Min Max zoom/src/index.js
@@ -0,0 +1,30 @@
+import * as ReactDOM from 'react-dom';
+import * as React from 'react';
+import './index.css';
+import { PdfViewerComponent, Toolbar, Magnification, Navigation, LinkAnnotation, BookmarkView,
+ ThumbnailView, Print, TextSelection, Annotation, TextSearch,PageOrganizer, Inject } from '@syncfusion/ej2-react-pdfviewer';
+let pdfviewer;
+
+function App() {
+ return (
+
+ {/* Render the PDF Viewer */}
+ { pdfviewer = scope; }}
+ id="container"
+ documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"
+ resourceUrl="https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib"
+ // Change the maximum zoom value.
+ maxZoom = {270}
+ // Change the minimum zoom value.
+ minZoom = {45}
+ style={{ 'height': '640px' }}>
+
+
+
+
+ );
+}
+const root = ReactDOM.createRoot(document.getElementById('sample'));
+root.render();
\ No newline at end of file
diff --git a/How to/Min Max zoom/src/logo.svg b/How to/Min Max zoom/src/logo.svg
new file mode 100644
index 0000000..9dfc1c0
--- /dev/null
+++ b/How to/Min Max zoom/src/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/How to/Min Max zoom/src/reportWebVitals.js b/How to/Min Max zoom/src/reportWebVitals.js
new file mode 100644
index 0000000..5253d3a
--- /dev/null
+++ b/How to/Min Max zoom/src/reportWebVitals.js
@@ -0,0 +1,13 @@
+const reportWebVitals = onPerfEntry => {
+ if (onPerfEntry && onPerfEntry instanceof Function) {
+ import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
+ getCLS(onPerfEntry);
+ getFID(onPerfEntry);
+ getFCP(onPerfEntry);
+ getLCP(onPerfEntry);
+ getTTFB(onPerfEntry);
+ });
+ }
+};
+
+export default reportWebVitals;
diff --git a/How to/Min Max zoom/src/setupTests.js b/How to/Min Max zoom/src/setupTests.js
new file mode 100644
index 0000000..8f2609b
--- /dev/null
+++ b/How to/Min Max zoom/src/setupTests.js
@@ -0,0 +1,5 @@
+// jest-dom adds custom jest matchers for asserting on DOM nodes.
+// allows you to do things like:
+// expect(element).toHaveTextContent(/react/i)
+// learn more: https://github.com/testing-library/jest-dom
+import '@testing-library/jest-dom';
diff --git a/How to/Organize pdf/src/index.js b/How to/Organize pdf/src/index.js
index 7f84a65..dbce968 100644
--- a/How to/Organize pdf/src/index.js
+++ b/How to/Organize pdf/src/index.js
@@ -13,13 +13,28 @@ export function App() {
viewer.isPageOrganizerOpen = false;
}
}
+ function openPageOrganizer() {
+ var viewer = document.getElementById('container').ej2_instances[0];
+ // Open PageOrganizer Pane
+ viewer.pageOrganizer.openPageOrganizer();
+ }
+ function closePageOrganizer() {
+ var viewer = document.getElementById('container').ej2_instances[0];
+ // Close Page Organizer Pane
+ viewer.pageOrganizer.closePageOrganizer();
+ }
return (
+
+
diff --git a/How to/Restrict Zoom Percentage on Mobile Devices/.gitignore b/How to/Restrict Zoom Percentage on Mobile Devices/.gitignore
new file mode 100644
index 0000000..4d29575
--- /dev/null
+++ b/How to/Restrict Zoom Percentage on Mobile Devices/.gitignore
@@ -0,0 +1,23 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
diff --git a/How to/Restrict Zoom Percentage on Mobile Devices/README.md b/How to/Restrict Zoom Percentage on Mobile Devices/README.md
new file mode 100644
index 0000000..58beeac
--- /dev/null
+++ b/How to/Restrict Zoom Percentage on Mobile Devices/README.md
@@ -0,0 +1,70 @@
+# Getting Started with Create React App
+
+This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
+
+## Available Scripts
+
+In the project directory, you can run:
+
+### `npm start`
+
+Runs the app in the development mode.\
+Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
+
+The page will reload when you make changes.\
+You may also see any lint errors in the console.
+
+### `npm test`
+
+Launches the test runner in the interactive watch mode.\
+See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
+
+### `npm run build`
+
+Builds the app for production to the `build` folder.\
+It correctly bundles React in production mode and optimizes the build for the best performance.
+
+The build is minified and the filenames include the hashes.\
+Your app is ready to be deployed!
+
+See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
+
+### `npm run eject`
+
+**Note: this is a one-way operation. Once you `eject`, you can't go back!**
+
+If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
+
+Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
+
+You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
+
+## Learn More
+
+You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
+
+To learn React, check out the [React documentation](https://reactjs.org/).
+
+### Code Splitting
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
+
+### Analyzing the Bundle Size
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
+
+### Making a Progressive Web App
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
+
+### Advanced Configuration
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
+
+### Deployment
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
+
+### `npm run build` fails to minify
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
diff --git a/How to/Restrict Zoom Percentage on Mobile Devices/package.json b/How to/Restrict Zoom Percentage on Mobile Devices/package.json
new file mode 100644
index 0000000..952267b
--- /dev/null
+++ b/How to/Restrict Zoom Percentage on Mobile Devices/package.json
@@ -0,0 +1,40 @@
+{
+ "name": "quickstart",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@syncfusion/ej2-react-pdfviewer": "*",
+ "@syncfusion/ej2-base": "*",
+ "@testing-library/jest-dom": "^5.16.5",
+ "@testing-library/react": "^13.4.0",
+ "@testing-library/user-event": "^13.5.0",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "react-scripts": "5.0.1",
+ "web-vitals": "^2.1.4"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test",
+ "eject": "react-scripts eject"
+ },
+ "eslintConfig": {
+ "extends": [
+ "react-app",
+ "react-app/jest"
+ ]
+ },
+ "browserslist": {
+ "production": [
+ ">0.2%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
+ }
+}
diff --git a/How to/Restrict Zoom Percentage on Mobile Devices/public/favicon.ico b/How to/Restrict Zoom Percentage on Mobile Devices/public/favicon.ico
new file mode 100644
index 0000000..a11777c
Binary files /dev/null and b/How to/Restrict Zoom Percentage on Mobile Devices/public/favicon.ico differ
diff --git a/How to/Restrict Zoom Percentage on Mobile Devices/public/index.html b/How to/Restrict Zoom Percentage on Mobile Devices/public/index.html
new file mode 100644
index 0000000..c0f87ac
--- /dev/null
+++ b/How to/Restrict Zoom Percentage on Mobile Devices/public/index.html
@@ -0,0 +1,15 @@
+
+
+
+Syncfusion React PDF Viewer
+
+
+
+
+
+
+
+
Loading....
+
+
+
\ No newline at end of file
diff --git a/How to/Restrict Zoom Percentage on Mobile Devices/public/logo192.png b/How to/Restrict Zoom Percentage on Mobile Devices/public/logo192.png
new file mode 100644
index 0000000..fc44b0a
Binary files /dev/null and b/How to/Restrict Zoom Percentage on Mobile Devices/public/logo192.png differ
diff --git a/How to/Restrict Zoom Percentage on Mobile Devices/public/logo512.png b/How to/Restrict Zoom Percentage on Mobile Devices/public/logo512.png
new file mode 100644
index 0000000..a4e47a6
Binary files /dev/null and b/How to/Restrict Zoom Percentage on Mobile Devices/public/logo512.png differ
diff --git a/How to/Restrict Zoom Percentage on Mobile Devices/public/manifest.json b/How to/Restrict Zoom Percentage on Mobile Devices/public/manifest.json
new file mode 100644
index 0000000..080d6c7
--- /dev/null
+++ b/How to/Restrict Zoom Percentage on Mobile Devices/public/manifest.json
@@ -0,0 +1,25 @@
+{
+ "short_name": "React App",
+ "name": "Create React App Sample",
+ "icons": [
+ {
+ "src": "favicon.ico",
+ "sizes": "64x64 32x32 24x24 16x16",
+ "type": "image/x-icon"
+ },
+ {
+ "src": "logo192.png",
+ "type": "image/png",
+ "sizes": "192x192"
+ },
+ {
+ "src": "logo512.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ }
+ ],
+ "start_url": ".",
+ "display": "standalone",
+ "theme_color": "#000000",
+ "background_color": "#ffffff"
+}
diff --git a/How to/Restrict Zoom Percentage on Mobile Devices/public/robots.txt b/How to/Restrict Zoom Percentage on Mobile Devices/public/robots.txt
new file mode 100644
index 0000000..e9e57dc
--- /dev/null
+++ b/How to/Restrict Zoom Percentage on Mobile Devices/public/robots.txt
@@ -0,0 +1,3 @@
+# https://www.robotstxt.org/robotstxt.html
+User-agent: *
+Disallow:
diff --git a/How to/Restrict Zoom Percentage on Mobile Devices/src/index.css b/How to/Restrict Zoom Percentage on Mobile Devices/src/index.css
new file mode 100644
index 0000000..a3e8d63
--- /dev/null
+++ b/How to/Restrict Zoom Percentage on Mobile Devices/src/index.css
@@ -0,0 +1,8 @@
+@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
+@import "../node_modules/@syncfusion/ej2-pdfviewer/styles/material.css";
diff --git a/How to/Restrict Zoom Percentage on Mobile Devices/src/index.js b/How to/Restrict Zoom Percentage on Mobile Devices/src/index.js
new file mode 100644
index 0000000..a00d8bd
--- /dev/null
+++ b/How to/Restrict Zoom Percentage on Mobile Devices/src/index.js
@@ -0,0 +1,33 @@
+import * as ReactDOM from 'react-dom';
+import * as React from 'react';
+import './index.css';
+import {Browser} from '@syncfusion/ej2-base';
+import { PdfViewerComponent, Toolbar, Magnification, Navigation, LinkAnnotation, BookmarkView, ThumbnailView, Print, TextSelection, Annotation, TextSearch, FormFields, FormDesigner, PageOrganizer, Inject } from '@syncfusion/ej2-react-pdfviewer';
+export function App() {
+ var isInitialLoading = true;
+ function documentLoaded() {
+ var viewer = document.getElementById('container').ej2_instances[0];
+ if (Browser.isDevice && !viewer.enableDesktopMode) {
+ viewer.maxZoom = 200;
+ viewer.minZoom = 10;
+ }
+ else{
+ viewer.zoomMode = 'Default';
+ }
+ }
+return (
+
+
+
+
+
+
+
);
+}
+const root = ReactDOM.createRoot(document.getElementById('sample'));
+root.render();
\ No newline at end of file
diff --git a/How to/Restrict Zoom Percentage on Mobile Devices/src/logo.svg b/How to/Restrict Zoom Percentage on Mobile Devices/src/logo.svg
new file mode 100644
index 0000000..9dfc1c0
--- /dev/null
+++ b/How to/Restrict Zoom Percentage on Mobile Devices/src/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/How to/Restrict Zoom Percentage on Mobile Devices/src/reportWebVitals.js b/How to/Restrict Zoom Percentage on Mobile Devices/src/reportWebVitals.js
new file mode 100644
index 0000000..5253d3a
--- /dev/null
+++ b/How to/Restrict Zoom Percentage on Mobile Devices/src/reportWebVitals.js
@@ -0,0 +1,13 @@
+const reportWebVitals = onPerfEntry => {
+ if (onPerfEntry && onPerfEntry instanceof Function) {
+ import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
+ getCLS(onPerfEntry);
+ getFID(onPerfEntry);
+ getFCP(onPerfEntry);
+ getLCP(onPerfEntry);
+ getTTFB(onPerfEntry);
+ });
+ }
+};
+
+export default reportWebVitals;
diff --git a/How to/Restrict Zoom Percentage on Mobile Devices/src/setupTests.js b/How to/Restrict Zoom Percentage on Mobile Devices/src/setupTests.js
new file mode 100644
index 0000000..8f2609b
--- /dev/null
+++ b/How to/Restrict Zoom Percentage on Mobile Devices/src/setupTests.js
@@ -0,0 +1,5 @@
+// jest-dom adds custom jest matchers for asserting on DOM nodes.
+// allows you to do things like:
+// expect(element).toHaveTextContent(/react/i)
+// learn more: https://github.com/testing-library/jest-dom
+import '@testing-library/jest-dom';
diff --git a/How to/selectSignature and unSelectSignature event/.gitignore b/How to/selectSignature and unSelectSignature event/.gitignore
new file mode 100644
index 0000000..4d29575
--- /dev/null
+++ b/How to/selectSignature and unSelectSignature event/.gitignore
@@ -0,0 +1,23 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
diff --git a/How to/selectSignature and unSelectSignature event/README.md b/How to/selectSignature and unSelectSignature event/README.md
new file mode 100644
index 0000000..58beeac
--- /dev/null
+++ b/How to/selectSignature and unSelectSignature event/README.md
@@ -0,0 +1,70 @@
+# Getting Started with Create React App
+
+This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
+
+## Available Scripts
+
+In the project directory, you can run:
+
+### `npm start`
+
+Runs the app in the development mode.\
+Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
+
+The page will reload when you make changes.\
+You may also see any lint errors in the console.
+
+### `npm test`
+
+Launches the test runner in the interactive watch mode.\
+See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
+
+### `npm run build`
+
+Builds the app for production to the `build` folder.\
+It correctly bundles React in production mode and optimizes the build for the best performance.
+
+The build is minified and the filenames include the hashes.\
+Your app is ready to be deployed!
+
+See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
+
+### `npm run eject`
+
+**Note: this is a one-way operation. Once you `eject`, you can't go back!**
+
+If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
+
+Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
+
+You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
+
+## Learn More
+
+You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
+
+To learn React, check out the [React documentation](https://reactjs.org/).
+
+### Code Splitting
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
+
+### Analyzing the Bundle Size
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
+
+### Making a Progressive Web App
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
+
+### Advanced Configuration
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
+
+### Deployment
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
+
+### `npm run build` fails to minify
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
diff --git a/How to/selectSignature and unSelectSignature event/package.json b/How to/selectSignature and unSelectSignature event/package.json
new file mode 100644
index 0000000..37c2995
--- /dev/null
+++ b/How to/selectSignature and unSelectSignature event/package.json
@@ -0,0 +1,39 @@
+{
+ "name": "quickstart",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@syncfusion/ej2-react-pdfviewer": "*",
+ "@testing-library/jest-dom": "^5.16.5",
+ "@testing-library/react": "^13.4.0",
+ "@testing-library/user-event": "^13.5.0",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "react-scripts": "5.0.1",
+ "web-vitals": "^2.1.4"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test",
+ "eject": "react-scripts eject"
+ },
+ "eslintConfig": {
+ "extends": [
+ "react-app",
+ "react-app/jest"
+ ]
+ },
+ "browserslist": {
+ "production": [
+ ">0.2%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
+ }
+}
diff --git a/How to/selectSignature and unSelectSignature event/public/favicon.ico b/How to/selectSignature and unSelectSignature event/public/favicon.ico
new file mode 100644
index 0000000..a11777c
Binary files /dev/null and b/How to/selectSignature and unSelectSignature event/public/favicon.ico differ
diff --git a/How to/selectSignature and unSelectSignature event/public/index.html b/How to/selectSignature and unSelectSignature event/public/index.html
new file mode 100644
index 0000000..c0f87ac
--- /dev/null
+++ b/How to/selectSignature and unSelectSignature event/public/index.html
@@ -0,0 +1,15 @@
+
+
+
+Syncfusion React PDF Viewer
+
+
+
+
+
+
+
+
Loading....
+
+
+
\ No newline at end of file
diff --git a/How to/selectSignature and unSelectSignature event/public/logo192.png b/How to/selectSignature and unSelectSignature event/public/logo192.png
new file mode 100644
index 0000000..fc44b0a
Binary files /dev/null and b/How to/selectSignature and unSelectSignature event/public/logo192.png differ
diff --git a/How to/selectSignature and unSelectSignature event/public/logo512.png b/How to/selectSignature and unSelectSignature event/public/logo512.png
new file mode 100644
index 0000000..a4e47a6
Binary files /dev/null and b/How to/selectSignature and unSelectSignature event/public/logo512.png differ
diff --git a/How to/selectSignature and unSelectSignature event/public/manifest.json b/How to/selectSignature and unSelectSignature event/public/manifest.json
new file mode 100644
index 0000000..080d6c7
--- /dev/null
+++ b/How to/selectSignature and unSelectSignature event/public/manifest.json
@@ -0,0 +1,25 @@
+{
+ "short_name": "React App",
+ "name": "Create React App Sample",
+ "icons": [
+ {
+ "src": "favicon.ico",
+ "sizes": "64x64 32x32 24x24 16x16",
+ "type": "image/x-icon"
+ },
+ {
+ "src": "logo192.png",
+ "type": "image/png",
+ "sizes": "192x192"
+ },
+ {
+ "src": "logo512.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ }
+ ],
+ "start_url": ".",
+ "display": "standalone",
+ "theme_color": "#000000",
+ "background_color": "#ffffff"
+}
diff --git a/How to/selectSignature and unSelectSignature event/public/robots.txt b/How to/selectSignature and unSelectSignature event/public/robots.txt
new file mode 100644
index 0000000..e9e57dc
--- /dev/null
+++ b/How to/selectSignature and unSelectSignature event/public/robots.txt
@@ -0,0 +1,3 @@
+# https://www.robotstxt.org/robotstxt.html
+User-agent: *
+Disallow:
diff --git a/How to/selectSignature and unSelectSignature event/src/index.css b/How to/selectSignature and unSelectSignature event/src/index.css
new file mode 100644
index 0000000..a3e8d63
--- /dev/null
+++ b/How to/selectSignature and unSelectSignature event/src/index.css
@@ -0,0 +1,8 @@
+@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
+@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
+@import "../node_modules/@syncfusion/ej2-pdfviewer/styles/material.css";
diff --git a/How to/selectSignature and unSelectSignature event/src/index.js b/How to/selectSignature and unSelectSignature event/src/index.js
new file mode 100644
index 0000000..b7a2611
--- /dev/null
+++ b/How to/selectSignature and unSelectSignature event/src/index.js
@@ -0,0 +1,34 @@
+import * as ReactDOM from 'react-dom';
+import * as React from 'react';
+import './index.css';
+import { PdfViewerComponent, Toolbar, Magnification, Navigation, LinkAnnotation, BookmarkView,
+ ThumbnailView, Print, TextSelection, Annotation, TextSearch,PageOrganizer, Inject } from '@syncfusion/ej2-react-pdfviewer';
+let pdfviewer;
+
+function App() {
+ function signatureSelect(args){
+ console.log('Signature selected:', args);
+ };
+ function signatureUnselect(args){
+ console.log('Signature unselected:', args);
+ };
+ return (