Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

PDF Page Annotator puts a "Page XXX" (XXX is replaced with an actual number (3-digit)) on each page, incremented by each page and saves the PDF as a new file.

License

Notifications You must be signed in to change notification settings

NicoAiko/pdf_page_annotator

Repository files navigation

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

About

PDF Page Annotator puts a "Page XXX" (XXX is replaced with an actual number (3-digit)) on each page, incremented by each page and saves the PDF as a new file.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published