Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agentcooper/pdf-annotation-service
Client and service for embedding highlights into PDF documents
https://github.com/agentcooper/pdf-annotation-service
highlight pdf pdf-generation
Last synced: 3 months ago
JSON representation
Client and service for embedding highlights into PDF documents
- Host: GitHub
- URL: https://github.com/agentcooper/pdf-annotation-service
- Owner: agentcooper
- Created: 2017-07-20T20:53:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T16:03:06.000Z (over 2 years ago)
- Last Synced: 2023-03-12T02:23:03.499Z (almost 2 years ago)
- Topics: highlight, pdf, pdf-generation
- Language: JavaScript
- Homepage:
- Size: 601 KB
- Stars: 31
- Watchers: 3
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### pdf-annotation-service
This is proof-of-concept for embedding highlights into PDF documents.
##### How it works:
1. Client-side code fetches the PDF from arxiv.org (client-side)
2. Client-side code pushes PDF as binary data to the server, together with coordinates for highlights
3. Server code embeds the highlights into the PDF document
4. Server code sends data back to the client#### How to run
```
npm install
npm startopen http://localhost:3000
```
![]()