Add PyMuPDF to server #1637
-
I want to use PyMuPDF in a project and therefore I need to add the library (+fitz) to a webserver. But unfortunately I do not have permission to install anything on this webserver... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I am probably not the most adequate person to answer this. @jonsken - obviously PyMuPDF must run und control of a Python interpreter and must be installed in a Python environment. So your question is more like "How can your webserver communicate with a remote Python environment?" |
Beta Was this translation helpful? Give feedback.
I am probably not the most adequate person to answer this.
So please everyone, take this as an invitation!
@jonsken - obviously PyMuPDF must run und control of a Python interpreter and must be installed in a Python environment. So your question is more like "How can your webserver communicate with a remote Python environment?"
Not a PyMuPDF question.
You would probably have to start a separate (local?) webserver running a script that listens and accepts requests for PyMuPDF calls, and then responds accordingly.
Just immediate thoughts ...