This is a very general question, yet I don't seem to find any answer anywhere.
I have a Python program that manipulates documents using the PyMuPDF library, and then would like to show them through Flask on a <object>
html tag.
The data
argument just accepts URL, so I was wondering if it was even possible. Is it possible to show a document on memory without needing to save it onto a file first?