David Walter
David Walter
Why is this not a web only ticket if onlyoffice document server already provides and exposes this API? https://api.onlyoffice.com/editors/conversionapi
Why don't we make an extension out of it? How does the Web know that there is an app provider with OnlyOffice?
I would like to bring this up again. Would the Extension System been capable of this today? If yes: What limitations would ease up the implementation?
I can confirm.
Here a short script to create test files: ``` #!/bin/bash TARGET_DIR=~/DemoFiles mkdir -p "$TARGET_DIR" FILE_COUNT=1000 MIN_SIZE=5120 # 5KB MAX_SIZE=5368709120 # 5GB STEP_SIZE=$(( (MAX_SIZE - MIN_SIZE) / (FILE_COUNT - 1) ))...
May I ask a status here?
I would like to support and extend this issue. While testing day by day, I do the same mistake over and over again: 1) open a first, second, ... ONLYOFFICE...