Skip to content

Commit 3748304

Browse files
authored
Merge pull request #12561 from nextcloud/feat/file-conversion-docs
feat: file conversion docs
2 parents 599787d + bc2d9ed commit 3748304

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
===============
2+
File conversion
3+
===============
4+
5+
In the majority of cases, it is recommended that either the Pandoc or :doc:`Nextcloud Office <../office/installation>` apps
6+
are enabled, as they provide the majority of file conversions available. Other apps may also
7+
support their own file conversions for other file types if more specific conversions are required.

admin_manual/configuration_files/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ File sharing and management
2020
previews_configuration
2121
file_versioning
2222
trashbin_configuration
23+
file_conversion

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ to check whether the current Files app instance is a public share or not, and if
5555
Added APIs
5656
^^^^^^^^^^
5757

58-
- TBD
58+
- If an app supports file conversion, it may now register an ``\OCP\Files\Conversion\ConversionProvider`` which will
59+
be called automatically based on the supported MIME types. An app may register as many of these as needed.
5960

6061
Changed APIs
6162
^^^^^^^^^^^^

0 commit comments

Comments
 (0)