CSSS / csss-site-backend

CSSS Website Backend (2024 - Present)
2 stars 0 forks source link

insert watermarks over pdfs in real time #12

Open EarthenSky opened 1 month ago

EarthenSky commented 1 month ago

The watermark should be tiled diagonally with the current user's computing id + "This exam can only be viewed by SFU Professors"

The watermark should be rasterized over the image.

The blitting of the watermark shouldn't take more than 1 second for a pdf with 10 pages, else it will feel sluggish.

This should be implemented as a python function and a test page.