Giter Club home page Giter Club logo

pdf_page_annotator's Introduction

PDF Page Annotator

This program solely puts a "Page XXX" (XXX is replaced with the page number in question) in the lower right corner of each PDF page.

To change the format of what should be written, see the applications help text.

How to use

You must have Node.JS installed, recommended is v16!

  1. Open a command prompt of your OS.
  2. Navigate to this project folder
  3. Use npm i to install all dependencies

General usage

npx ts-node src/index.ts is the default command to address the program.

How to use the options is explained in the options help text when using the command above or by using npx ts-node src/index.ts -h

pdf_page_annotator's People

Contributors

nicoaiko avatar

Stargazers

 avatar

Watchers

 avatar  avatar

pdf_page_annotator's Issues

Transformed JPG files should be annotatable

As a user I want to be able to click on the rendered JPG image and put annotations on it e.g. via a canvas.
The annotated spots should be persisted with their content and their coordinates.

Option to position annotation

The annotation should be variable in its position.

x position: left | center | right [default: right]
y position: top | center | bottom [default: bottom]

x-offset [number] [default: -20]
y-offset [number] [default: 20]

PDF annotation for elements

Annotating elements of a PDF should be made possible the easiest way possible.

Preferably using just a mouse click.
A counter should automatically increase the element indicator number.

It should be easy to insert, move and remove elements.


As a user, I want to be able to load a PDF file into the program and select an "annotating" mode to start annotating.

  • Annotations made in that mode should be exportable for future reworks, and thus also importable. (Issue to be made)
  • Annotations made in that mode should be exportable into Word documents generating a skeleton ready for entering just the translation. (Issue to be made)
  • Annotations made in that mode should be exportable into a PDF file with the annotations rendered on the PDF page, just like the regular Paging tool. (Issue to be made)

Add option for exclude pages

As a user I want to have an option to be able to exclude a set of pages (by their PDF page number) from being annotated / for being skipped.

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.