This project was bootstrapped with Angular CLI. It utilizes the solution Dynamsoft Document Viewer to provide the following functionalities
- Viewing and editing images and PDFs
- PDF annotation
- Page manipulation
- Image quality enhancement
- Document saving
Environment: Node.js v18.14.0
-
Apply for a 30-day free trial license of Dynamsoft Document Viewer.
-
Update the license key in
src\app\components\viewer\viewer.component.tsfile:// your license key DDV.Core.license = "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9";
-
Install the dependencies:
npm install -
Run the application as follows:
npm run start
Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.
It correctly bundles Angular 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!