pinv-cli
v0.0.2
Published
A CLI tool to invert PDF colors
Readme
pinv

Invert PDF colors from the command line.
Usage (Binary)
Invert all PDFs in the current folder:
pinv- Invert all PDFs in a folder:
pinv path/to/folderInvert a specific PDF:
pinv path/to/file.pdf
Add binary to PATH on macOS
After building, copy the binary to a directory in your PATH (e.g. /usr/local/bin):
sudo cp /Users/<user>/pinv /usr/local/bin/pinvBuild manually
bun build ./index.ts --compile --outfile pinvCreates *_inverted.pdf for each processed file.
