@kingstonsoftware/pdf-o-rama

2.3.1 • Public • Published

PDF-o-rama

This is a tool for manipulating PDF files. With it you can do the following:

  • Concatenate two or more PDF's into a single PDF file
  • Strip the AcroForm and field annotations from a PDF
  • Pull out AcroForm field information, and optionally strip the form data
  • Generate a checksum for a stripped PDF file
  • "Fill-in" a form by adding form elements at the specified rectangles of pages
  • Watermark every page of a PDF with a given watermark PDF

The tool support a wide range of "field" types:

  • Plain text (single line)
  • Check boxes, with or without borders
  • Highlighted fields
  • Transparent signature labels
  • QR codes

Additionally, the tool can embed a specific font into the PDF for use when filling out text fields.

Installation

Install the tool with:

npm install -g @kingstonsoftware/pdf-o-rama
pdf-o-rama help

or run it with npx:

npx @kingstonsoftware/pdf-o-rama pdf-o-rama --help

Readme

Keywords

Package Sidebar

Install

npm i @kingstonsoftware/pdf-o-rama

Weekly Downloads

19

Version

2.3.1

License

ISC

Unpacked Size

77.4 kB

Total Files

11

Last publish

Collaborators

  • bmanderino
  • jlyonsmith