You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
As a Nextcloud user I want to view the contents of a EMF files. These might be sent via an email, so I open them with Viewer in Mail, or they are shared via Nextcloud Files and I open them with Viewer as well.
Implementation
A .emf (application/octet-stream) file can't just be opened by the browser, but it can be converted to a viewable representation. Libreoffice can convert these with libreoffice --headless --convert-to png input.emf. This Nextcloud app can add a simple route to which a EMF file can be sent and converted. Sending the file makes the feature usable for attachments in Mail and also files on DAV.
Feature request
As a Nextcloud user I want to view the contents of a EMF files. These might be sent via an email, so I open them with Viewer in Mail, or they are shared via Nextcloud Files and I open them with Viewer as well.
Implementation
A .emf (
application/octet-stream
) file can't just be opened by the browser, but it can be converted to a viewable representation. Libreoffice can convert these withlibreoffice --headless --convert-to png input.emf
. This Nextcloud app can add a simple route to which a EMF file can be sent and converted. Sending the file makes the feature usable for attachments in Mail and also files on DAV.Work packages
The text was updated successfully, but these errors were encountered: