From 46e4473935c7274fecd883b71cfb7a59e3b29cf2 Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Wed, 3 Mar 2021 14:47:07 +0100 Subject: tdf#98153 add mention and link to document filters + add variable to a paragraph that gives link to document filters + use variable to embed paragraph in the --in-filter parameter Change-Id: If93918b17b681fd5e87e4495c5bd3a122b770a5b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111888 Reviewed-by: Seth Chaiklin Tested-by: Jenkins --- source/text/shared/guide/start_parameters.xhp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source') diff --git a/source/text/shared/guide/start_parameters.xhp b/source/text/shared/guide/start_parameters.xhp index b87cc0c476..248aa8e51a 100644 --- a/source/text/shared/guide/start_parameters.xhp +++ b/source/text/shared/guide/start_parameters.xhp @@ -195,6 +195,7 @@ Forces an input filter type, if possible. For example: --infilter="Calc Office Open XML" --infilter="Text (encoded):UTF8,LF,Liberation Mono,en-US". + @@ -532,7 +533,7 @@ --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc --convert-to "html:XHTML Writer File:UTF8" *.doc --convert-to "txt:Text (encoded):UTF8" *.doc - See the list of document filters for file conversion. + See the list of document filters for file conversion. -- cgit