All Projects → agentcooper → pdf-annotation-service

agentcooper / pdf-annotation-service

Licence: other
Client and service for embedding highlights into PDF documents

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to pdf-annotation-service

pdftron-android-samples
PDFTron Android Samples
Stars: ✭ 30 (-6.25%)
Mutual labels:  pdf-generation
casile
The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry.
Stars: ✭ 36 (+12.5%)
Mutual labels:  pdf-generation
CodeEditorView
Code Editor UITextView
Stars: ✭ 20 (-37.5%)
Mutual labels:  highlight
Android-XML-to-PDF-Generator
This library is for convert XML to PDF very easily using Step Builders Pattern
Stars: ✭ 140 (+337.5%)
Mutual labels:  pdf-generation
docraptor-ruby
A native Ruby client for the DocRaptor HTML to PDF generation API
Stars: ✭ 20 (-37.5%)
Mutual labels:  pdf-generation
nim.nvim
Nim plugin for NeoVim
Stars: ✭ 159 (+396.88%)
Mutual labels:  highlight
Studyit-club
​💔 ​针对校社团开发的一套IT俱乐部官网 -> http://sunhang.gz01.bdysite.com/
Stars: ✭ 17 (-46.87%)
Mutual labels:  highlight
weasydoc
Convert R Markdown to PDF Using Weasyprint (or Prince XML)
Stars: ✭ 40 (+25%)
Mutual labels:  pdf-generation
elasticsearch-report-engine
An Elasticsearch plugin to return query results as either PDF,HTML or CSV.
Stars: ✭ 49 (+53.13%)
Mutual labels:  pdf-generation
vim-high
Vim plugin: All-in-one highlighter, highlight custom pattern like indentation, inactive window, word under the cursor
Stars: ✭ 20 (-37.5%)
Mutual labels:  highlight
umdoc
A Markdown to LaTeX to PDF converter
Stars: ✭ 15 (-53.12%)
Mutual labels:  pdf-generation
pydf
PDF generation in python using wkhtmltopdf for heroku and docker
Stars: ✭ 68 (+112.5%)
Mutual labels:  pdf-generation
svelte-typeahead
Accessible, fuzzy search typeahead component
Stars: ✭ 141 (+340.63%)
Mutual labels:  highlight
vue-highlight-text
🔦 Vue component for highlight multiple instances of a word
Stars: ✭ 55 (+71.88%)
Mutual labels:  highlight
cefHtmlSnapshot
Command-line utility for Windows take snapshots of HTML pages and save them as images or PDF
Stars: ✭ 23 (-28.12%)
Mutual labels:  pdf-generation
pdfconduit
Prepare documents for distribution
Stars: ✭ 22 (-31.25%)
Mutual labels:  pdf-generation
javascript
Basic Primitives Diagrams for JavaScript - data visualization components library that implements organizational chart and multi-parent dependency diagrams, contains implementations of JavaScript Controls and PDF rendering plugins.
Stars: ✭ 46 (+43.75%)
Mutual labels:  pdf-generation
errata
Source code error pretty printing
Stars: ✭ 41 (+28.13%)
Mutual labels:  highlight
xray
Hexrays decompiler plugin that colorizes and filters the decompiler's output based on regular expressions
Stars: ✭ 97 (+203.13%)
Mutual labels:  highlight
laravel-browsershot
Browsershot wrapper for Laravel 5
Stars: ✭ 108 (+237.5%)
Mutual labels:  pdf-generation

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 start

open http://localhost:3000

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].