| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
PDFrankenstein is a GUI PDF annotator which uses Inkscape for editing.
Packages are available for:
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
./pdfrankensteinWhen 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.
| Back | FazBrowse Home | New Git URL |