NicoAiko / pdf_page_annotator

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:TypeScript 100.0%