This project is an Express-based PDF editor that allows users to annotate, highlight, and save PDFs directly in their browser. It provides a user-friendly interface for viewing and modifying PDF documents without requiring any external software. Key features include:
- PDF Viewing: Displays PDF documents accurately in the browser.
- Annotation: Tools for adding text annotations, highlights, and freehand drawings.
- Saving: Allows users to download the modified PDF with their annotations.
- User-Friendly Interface: Intuitive design for easy navigation and use.
-
Clone the repository:
git clone [your-repository-url]
-
Install dependencies:
npm install
To start the application:
npm startGo to
localhost:8080
