-
Notifications
You must be signed in to change notification settings - Fork 139
Description
Describe the bug
Exporting a .docx document to PDF fails
To Reproduce
- Editing a text document in the web-interface
- choosing "Export As"
- "PDF Document"
- "Save As" (I choose path + filename)
- "PDF Options" (I click Export)
I get the error:
Document cannot be saved, please check your permissions.
I can save the document as .docx under a new name in the same folder, so permissions don't seem directly to be the issue.
Expected behavior
I want the pdf file to be generated in the selected directory.
Client details:
- OS: Ubuntu
- Browser Chromium and Firefox tested
Server details
I have just installed the apps from the admin web interface, so I don't think there are any non-standard settings.
Debian
Web server: Apache
Database: mysql, Version: 10.11.14
PHP version: Version: 8.2.29
Nextcloud version: Nextcloud Hub 25 Autumn (32.0.2)
Version of the richdocuments app Nextcloud Office Version 9.0.2
Version of Collabora Online Collabora Online - Built-in CODE Server
Version 25.4.702
Configuration of the richdocuments app
occ config:list richdocuments
{
"apps": {
"richdocuments": {
"canonical_webroot": "",
"disable_certificate_verification": "yes",
"doc_format": "ooxml",
"enabled": "yes",
"external_apps": "",
"installed_version": "9.0.2",
"public_wopi_url": "https:\/\/DOMAIN",
"types": "filesystem,prevent_group_restriction",
"wopi_allowlist": "",
"wopi_url": "https:\/\/DOMAIN\/apps\/richdocumentscode\/proxy.php?req="
}
}
}
