I am pretty new to python and would like to use the PyMuPDF library on a web server in order to modify PDFs. The problem is, I am unable to add/install any modules or libraries to/on the server.
Is there a way to install all libraries and modules in a directory, then upload this directory to the server and link the python file (also on server) to these uploaded folders?