Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: Document converters.

Document converters

From MoodleDocs
Revision as of 00:49, 26 September 2018 by Damyon Wiese (talk | contribs) (Summary of $CFG->conversionattemptlimit)

Plugins may be installed to convert uploaded assignment submissions to PDF format for teachers to annotate. The list of available converters may be accessed from the Plugins section of Site administration.

There are currently two document converters available as standard plugins:

Template:Retry failed attempts Sometimes the document converter can fail to convert a single document. This can be because the file is not in a format that is suitable for conversion, or because of a temporary problem with the document converter. For this reason, the Moodle will retry failed conversion attempts up to a limit of 3 times. To adjust the number of retries, change the Moodle config setting "conversionattemptlimit".

See also