A Flask web application to invert PDF colors by converting pages to images, inverting them, and recombining to a PDF. root/ ├── app.py # Flask web application (main entry point) ├── run.sh # Quick ...
The point of this script is to invert all the colors of curves objects images and background of a given pdf while preserving the text, the curves' data, etc. There are several tools for pdf conversion ...