From 61b9c24763ec367ba788937fc309d710120db5fd Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 31 Jul 2018 16:03:58 +0200 Subject: The proper term is apparently 'filename extension', not 'suffix'. --- docs/manual-mutool-run.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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.
new DocumentWriter(filename, format, options)
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.
DocumentWriter#beginPage(mediabox)
Begin rendering a new page. Returns a Device that can be used to render the page graphics. -- cgit v1.2.3