This project was created for generating PDF example, for implementing the main app Foxit FOXIT-FRONT-END.
The app only generates and displays pdf examples in the iframe. Here use snippets, scenes, and routes.
The application was built with Node 14.16.0.
NOTE: The collaboration example requires version 8.5.1 of the Foxit PDF SDK for Web.
In the project directory, you can run:
npm install
npm start
Runs the app in the development mode.
Open http://0.0.0.0:8083 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
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!
The snippet is used for control and interaction with the PDF Viewer. They are in the folder src/snippets
.
Scenes are needed to show the order in which tooltips appear. There are objects with a configuration of tips.
They are in the folder src/scenes
.
Paths through url are implemented in the application, below is the route list.
Example 1
Example 2
Example 3
Example 4
Example 5
Example 6
Example 7
Example 8
Example 9
Example 10