The project I currently work on uses Vue.js and Element UI for the frontend. We are building a system for managing documents with Django + DRF backend.
Users can upload their documents (mostly .docx/.pptx/.pdf formats) and also want to preview them. The major constraint for the application is no access to the Internet (it will work on the local network only) and, ideally, preview must happen on the frontend.
How can I achieve this? I've tried to search for libraries that can do this but to no success.