diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2018-07-31 16:03:58 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2018-08-10 14:09:46 +0200 |
commit | 61b9c24763ec367ba788937fc309d710120db5fd (patch) | |
tree | 3ea6408018b202f2f8936b9b9e0e853da0d5735a /docs | |
parent | f5e7567f45e0d0e092d077e0c102cd7bd41ddf2a (diff) | |
download | mupdf-61b9c24763ec367ba788937fc309d710120db5fd.tar.xz |
The proper term is apparently 'filename extension', not 'suffix'.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual-mutool-run.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual-mutool-run.html b/docs/manual-mutool-run.html index 4c7f395d..26964081 100644 --- a/docs/manual-mutool-run.html +++ b/docs/manual-mutool-run.html @@ -538,7 +538,7 @@ Document writer objects are used to create new documents in several formats. <dl> <dt>new DocumentWriter(filename, format, options) <dd>Create a new document writer to create a document with the specified format and output options. -If format is null it is inferred from the filename suffix. The options argument is a comma separated list +If format is null it is inferred from the filename extension. The options argument is a comma separated list of flags and key-value pairs. See below for more details. <dt>DocumentWriter#beginPage(mediabox) <dd>Begin rendering a new page. Returns a Device that can be used to render the page graphics. |