Document Server version: Developer Edition [ONLYOFFICE Docs v7.1]
Type of installation of the Document Server (docker, deb/rpm, exe) Docker
OS: Mac
Browser version:
I have followed steps from below docs:
Hello Damaji,
Please specify exactly what you mean by ‘storage’. Is it the document storage where the document server must download files from?
PostgreSQL doesn’t store any files, it stores only changes that are added to files while they are being added.
Document Server has nothing to do with storing your documents. It only downloads files to its cache for editing and when the editing is finished, it builds a file and sends the download link to the callback handler that is located in the storage application.
Please read these articles: https://api.onlyoffice.com/editors/open https://api.onlyoffice.com/editors/save
okay thanks for reply.
Two questions
1. How to get the edited PDF from Document server and then add to own storage server.
2. How to load the docs from own storage to Document server to edit.