GithubHelp home page GithubHelp logo

oxplot / pdfrankenstein Goto Github PK

View Code? Open in Web Editor NEW
185.0 5.0 5.0 162 KB

PDF Annotator of Nightmares ๐ŸŽƒ

License: BSD 3-Clause "New" or "Revised" License

Go 97.03% Shell 2.97%
annotator linux pdf

pdfrankenstein's Introduction

PDFrankenstein is a GUI PDF annotator which uses Inkscape for editing.

What can you do with it?

  • Put your signature on documents.
  • Fill forms.
  • Add clickable links.
  • Draw on documents and highlight areas.
  • Multiple page PDFs are supported.
  • Anything you can do in Inkscape.

sceenshot

Requirements

Install

Packages are available for:

Download

Download the latest version from the releases page. Alternatively, you can checkout and build the code:

git clone https://github.com/oxplot/pdfrankenstein.git
cd pdfrankenstein
go build # This will take a LOOOOONG time
./pdfrankenstein

How does it work?

When you select a page to annotate, it's converted to SVG, made into a locked background of another SVG which is opened in Inkscape for you to draw on. After annotating all the pages needed, saving the file will go through all the annotated pages, and for each removes the added background, exports the page to PDF and finally overlays each annotation on the corresponding page of the orignal PDF and outputs the final file.

Inkscape is used much like vim or emacs are used as your editor in the shell when you run crontab -e. Instead of crontab implementing its own editor, it creates a temporary file, runs vim and checks if the file is updated after vim is closed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.