Skip to content

Latest commit

 

History

History

README.md

Hello World Angular App

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

Usage

Environment: Node.js v18.14.0

  1. Apply for a 30-day free trial license of Dynamsoft Document Viewer.

  2. Update the license key in src\app\components\viewer\viewer.component.ts file:

    // your license key
    DDV.Core.license = "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9";
  3. Install the dependencies:

    npm install
    
  4. Run the application as follows:

    npm run start
    

Build

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!