feat: update new apis for file conversion

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
Elizabeth Danzberger
2025-01-31 13:30:41 -05:00
committed by Julius Knorr
parent 599787dd06
commit bc2d9edbf2
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
===============
File conversion
===============
In the majority of cases, it is recommended that either the Pandoc or :doc:`Nextcloud Office <../office/installation>` apps
are enabled, as they provide the majority of file conversions available. Other apps may also
support their own file conversions for other file types if more specific conversions are required.

View File

@@ -20,3 +20,4 @@ File sharing and management
previews_configuration
file_versioning
trashbin_configuration
file_conversion

View File

@@ -55,7 +55,8 @@ to check whether the current Files app instance is a public share or not, and if
Added APIs
^^^^^^^^^^
- TBD
- If an app supports file conversion, it may now register an ``\OCP\Files\Conversion\ConversionProvider`` which will
be called automatically based on the supported MIME types. An app may register as many of these as needed.
Changed APIs
^^^^^^^^^^^^