From 8526bfa2d6570e05906ab96b195dc1c773a734d7 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 1 May 2023 13:33:17 -0300 Subject: tdf#147105 Fix inconsistencies in pdf param descriptions Change-Id: I30962fef0bf0ec88d24eb6df19207ba52ad51c15 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/151234 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- source/text/shared/guide/pdf_params.xhp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'source/text/shared/guide') diff --git a/source/text/shared/guide/pdf_params.xhp b/source/text/shared/guide/pdf_params.xhp index e543d8cd76..8f7353b121 100644 --- a/source/text/shared/guide/pdf_params.xhp +++ b/source/text/shared/guide/pdf_params.xhp @@ -62,8 +62,8 @@ If this property is set, it indicates the range of pages to be printed. - If you want to print all the pages, leave this property unset. - If you want to export a selection, leave this property unset, setting only the property Selection. + To print all the pages, leave this property unset. + To export a selection, leave this property unset and set only the property Selection. string @@ -90,7 +90,7 @@ UseLosslessCompression - Specifies if graphics are exported to PDF using a lossless compression eg. PNG or if they are compressed using the JPEG format. + Specifies if graphics are exported to PDF using a lossless compression like PNG or compressed using the JPEG format. boolean @@ -104,9 +104,9 @@ Quality - Specifies quality of the JPG export. A higher value results in higher quality and file. - Minimum inclusive value: 1. Represents lowest value that can be used. The lower the value, the less good is the compression quality and the bigger is be the file size. - Maximum inclusive value:100. Represents highest value that can be used. The higher the value, the better is the compression quality and the smaller is the file size. + Specifies quality of the JPG export. A higher value results in higher image quality and file. + Minimum inclusive value: 1. Represents lowest value that can be used. The lower the value, the less good is the image quality and the smaller is be the file size. + Maximum inclusive value:100. Represents highest value that can be used. The higher the value, the better is the image quality and the bigger is the file size. long @@ -149,7 +149,7 @@ Specifies the version of PDF to emit. Possible values are: - 0 = PDF 1.7 (default selection). + 0 = PDF 1.7 (default selection). 1 = PDF/A-1b 2 = PDF/A-2b 3 = PDF/A-3b @@ -158,10 +158,10 @@ 17 = PDF 1.7 - long + long - 0 + 0 @@ -509,7 +509,7 @@ - InitialView + InitialView Specifies how the PDF document should be displayed when opened. Possible values: -- cgit