Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions admin_manual/configuration_files/file_conversion.rst
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions admin_manual/configuration_files/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ File sharing and management
previews_configuration
file_versioning
trashbin_configuration
file_conversion
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^
Expand Down