An open API service indexing awesome lists of open source software.

https://github.com/quochuydev/pdf-view

PDF viewer with text annotation support. Add, style, and position text boxes on PDF pages, save annotations locally, and download annotated PDFs.
https://github.com/quochuydev/pdf-view

annotation-tool document-viewer jspdf nextjs pdf pdf-annotation pdf-viewer react react-pdf tailwindcss text-annotation typescript

Last synced: about 2 months ago
JSON representation

PDF viewer with text annotation support. Add, style, and position text boxes on PDF pages, save annotations locally, and download annotated PDFs.

Awesome Lists containing this project

README

          

# PDF View

A PDF viewer with annotation support. View PDFs from URL or upload local files, and add text annotations with customizable styling.

![Editing Mode](docs/editting.png)

## Features

- View PDFs from URL or upload local files
- Add text box annotations with double-click
- Customize font family, size, weight, and colors
- Load Google Fonts via URL
- Move annotations with drag or arrow keys (Shift for faster)
- Resize annotations with Ctrl/Cmd + arrow keys
- Undo changes with Ctrl/Cmd + Z
- Auto-save every 5 seconds
- Download annotated PDF
- Pick colors from PDF with eyedropper

## Getting Started

```bash
npm run dev
```