Simple PDF Annotator

screenshot

Description

This project was an assignment for the "Hand Held: Creative Tools for Phones" course at ITP.

The assignment was to build an application designed for drawing a specific thing on some sort of background texture / image.

I decided to create a simple PDF annotation application that allows the user to upload, edit, and download a PDF document.

Here's the Live Demo on Glitch.

Setup

  1. You need to have Python installed on your computer
  2. Run the following commands in the Terminal
git clone https://github.com/cuinjune/simple-pdf-annotator.git
cd simple-pdf-annotator
python -m http.server 8080
  1. Open your web browser and navigate to http://localhost:8080

Author