mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
feat: update new apis for file conversion
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
committed by
Julius Knorr
parent
599787dd06
commit
bc2d9edbf2
7
admin_manual/configuration_files/file_conversion.rst
Normal file
7
admin_manual/configuration_files/file_conversion.rst
Normal 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.
|
||||
@@ -20,3 +20,4 @@ File sharing and management
|
||||
previews_configuration
|
||||
file_versioning
|
||||
trashbin_configuration
|
||||
file_conversion
|
||||
|
||||
@@ -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
|
||||
^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user