diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-05-01 13:33:17 -0300 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-05-02 13:54:45 +0200 |
commit | 8526bfa2d6570e05906ab96b195dc1c773a734d7 (patch) | |
tree | 3458f8c86e5eec2a1ef58521369b64025d124c3e /source | |
parent | 4e66412d1c72a51d6548c02baf8de9b4bbcfb92e (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/guide/pdf_params.xhp | 20 |
1 files changed, 10 insertions, 10 deletions
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 @@ </tablecell> <tablecell> <paragraph id="par_id21682092689099" role="tablecontent"> If this property is set, it indicates the range of pages to be printed. </paragraph> - <paragraph role="tablecontent" id="par_id611682092936607">If you want to print all the pages, leave this property unset.</paragraph> - <paragraph role="tablecontent" id="par_id481682092945791">If you want to export a selection, leave this property unset, setting only the property <emph>Selection</emph>.</paragraph> + <paragraph role="tablecontent" id="par_id611682092936607">To print all the pages, leave this property unset.</paragraph> + <paragraph role="tablecontent" id="par_id481682092945791">To export a selection, leave this property unset and set only the property <literal>Selection</literal>.</paragraph> </tablecell> <tablecell> <paragraph id="par_id71682092689100" localize="false" role="tablecontent">string</paragraph> @@ -90,7 +90,7 @@ <paragraph id="par_id991682094882340" localize="false" role="tablecontent"><literal>UseLosslessCompression</literal></paragraph> </tablecell> <tablecell> - <paragraph id="par_id191682094882341" role="tablecontent"> Specifies if graphics are exported to PDF using a lossless compression eg. <emph>PNG</emph> or if they are compressed using the <emph>JPEG</emph> format. </paragraph> + <paragraph id="par_id191682094882341" role="tablecontent"> Specifies if graphics are exported to PDF using a lossless compression like <emph>PNG</emph> or compressed using the <emph>JPEG</emph> format.</paragraph> </tablecell> <tablecell> <paragraph id="par_id981682094882342" localize="false" role="tablecontent">boolean</paragraph> @@ -104,9 +104,9 @@ <paragraph id="par_id341682095024851" localize="false" role="tablecontent"><literal>Quality</literal></paragraph> </tablecell> <tablecell> - <paragraph id="par_id821682095024852" role="tablecontent">Specifies quality of the JPG export. A higher value results in higher quality and file.</paragraph> - <paragraph role="paragraph" id="par_id931682095141797">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.</paragraph> - <paragraph role="paragraph" id="par_id791682095148125">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. </paragraph> + <paragraph id="par_id821682095024852" role="tablecontent">Specifies quality of the JPG export. A higher value results in higher image quality and file.</paragraph> + <paragraph role="paragraph" id="par_id931682095141797">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.</paragraph> + <paragraph role="paragraph" id="par_id791682095148125">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.</paragraph> </tablecell> <tablecell> <paragraph id="par_id121682095024853" localize="false" role="tablecontent">long</paragraph> @@ -149,7 +149,7 @@ </tablecell> <tablecell> <paragraph id="par_id701682095840341" role="tablecontent">Specifies the version of PDF to emit. Possible values are: </paragraph> - <paragraph role="paragraph" localize="false" id="par_id421682095915294">0 = PDF 1.7 (default selection).</paragraph> + <paragraph role="paragraph" id="par_id421682095915294">0 = PDF 1.7 (default selection).</paragraph> <paragraph role="paragraph" localize="false" id="par_id261682095923984">1 = PDF/A-1b</paragraph> <paragraph role="paragraph" localize="false" id="par_id61682125726522">2 = PDF/A-2b</paragraph> <paragraph role="paragraph" localize="false" id="par_id501682125731427">3 = PDF/A-3b</paragraph> @@ -158,10 +158,10 @@ <paragraph role="paragraph" localize="false" id="par_id851682125748773">17 = PDF 1.7</paragraph> </tablecell> <tablecell> - <paragraph id="par_id371682095840342" role="tablecontent">long</paragraph> + <paragraph id="par_id371682095840342" localize="false" role="tablecontent">long</paragraph> </tablecell> <tablecell> - <paragraph id="par_id451682095840344" role="tablecontent">0</paragraph> + <paragraph id="par_id451682095840344" localize="false" role="tablecontent">0</paragraph> </tablecell> </tablerow> <tablerow> @@ -509,7 +509,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph id="par_id751682101522617" role="tablecontent"><literal>InitialView</literal></paragraph> + <paragraph id="par_id751682101522617" localize="false" role="tablecontent"><literal>InitialView</literal></paragraph> </tablecell> <tablecell> <paragraph id="par_id981682101522618" role="tablecontent">Specifies how the PDF document should be displayed when opened. Possible values:</paragraph> |