diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-08-31 12:41:13 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-08-31 21:20:48 +0200 |
commit | d686d91fb8d108c8283dd8d9f537224ed43ac6ac (patch) | |
tree | 76a6adc37bec9d9eeb3ff301f97c4813472f296f | |
parent | d122af7bbaa552c59a060682331149d102533561 (diff) |
tdf#147105 More PDF export param documented
+ Added index to this long page.
Change-Id: I58089001532a4a2d8b2f309958117821e6fc237f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156353
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/guide/pdf_params.xhp | 37 |
1 files changed, 29 insertions, 8 deletions
diff --git a/source/text/shared/guide/pdf_params.xhp b/source/text/shared/guide/pdf_params.xhp index 82f8b89076..5e9871f7ba 100644 --- a/source/text/shared/guide/pdf_params.xhp +++ b/source/text/shared/guide/pdf_params.xhp @@ -37,10 +37,18 @@ <paragraph role="paragraph" localize="false" id="par_id671682092011327"><input>soffice --convert-to 'pdf:draw_pdf_Export:{"EncryptFile":{"type":"boolean","value":"true"},"DocumentOpenPassword":{"type":"string","value":"secret"}}' test.odg</input></paragraph> -<paragraph role="paragraph" id="par_id601682091972478">To set version 1.5 (instead of the default 1.6):</paragraph> +<paragraph role="paragraph" id="par_id601682091972478">To set version 1.5 (instead of the default 1.7):</paragraph> <paragraph role="paragraph" localize="false" id="par_id61682091986689"><input>soffice --convert-to 'pdf:draw_pdf_Export:{"SelectPdfVersion":{"type":"long","value":"15"}}' test.odg</input></paragraph> -<h2 id="hd_id161682092535475">General Properties</h2> +<h2 id="hd_id791693493415853">Index</h2> +<paragraph role="paragraph" id="par_id881693493458276" localize="false"><embedvar href="text/shared/guide/pdf_params.xhp#general_properties" markup="ignore"/></paragraph> +<paragraph role="paragraph" id="par_id331693493646090" localize="false"><embedvar href="text/shared/guide/pdf_params.xhp#initial_view" markup="ignore"/></paragraph> +<paragraph role="paragraph" id="par_id561693493718819" localize="false"><embedvar href="text/shared/guide/pdf_params.xhp#user_interface" markup="ignore"/></paragraph> +<paragraph role="paragraph" id="par_id891693493751156" localize="false"><embedvar href="text/shared/guide/pdf_params.xhp#links" markup="ignore"/></paragraph> +<paragraph role="paragraph" id="par_id801693493791591" localize="false"><embedvar href="text/shared/guide/pdf_params.xhp#security" markup="ignore"/></paragraph> +<paragraph role="paragraph" id="par_id941693493872432" localize="false"><embedvar href="text/shared/guide/pdf_params.xhp#digital_signature" markup="ignore"/></paragraph> + +<h2 id="hd_id161682092535475"><variable id="general_properties"><link href="text/shared/guide/pdf_params.xhp#generaltext/shared/guide/pdf_params.xhp">General Properties</link></variable></h2> <table id="tab_id871682092689083"> <tablerow> <tablecell> @@ -490,8 +498,22 @@ <paragraph id="par_id91682130133589" localize="false" role="tablecontent">false</paragraph> </tablecell> </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id721693492486688" localize="false" role="tablecontent"><literal>SinglePageSheets</literal></paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id641693492486689" role="tablecontent">Ignores each sheet’s paper size, print ranges and shown/hidden status and puts every sheet (even hidden sheets) on exactly one page.</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id771693492486690" localize="false" role="tablecontent">boolean</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id791693492486691" localize="false" role="tablecontent">false</paragraph> + </tablecell> + </tablerow> </table> -<h2 id="hd_id651682101490073">Initial View</h2> +<h2 id="hd_id651682101490073"><variable id="initial_view"><link href="text/shared/guide/pdf_params.xhp#initial_view">Initial View</link></variable></h2> <table id="tab_id41682101522613"> <tablerow> <tablecell> @@ -605,7 +627,7 @@ </tablecell> </tablerow> </table> -<h2 id="hd_id781682103094811">User Interface</h2> +<h2 id="hd_id781682103094811"><variable id="user_interface"><link href="text/shared/guide/pdf_params.xhp#user interface">User Interface</link></variable></h2> <table id="tab_id41682101522614"> <tablerow> <tablecell> @@ -750,7 +772,7 @@ </tablecell> </tablerow> </table> -<h2 id="hd_id981682103099003">Links</h2> +<h2 id="hd_id981682103099003"><variable id="links"><link href="text/shared/guide/pdf_params.xhp#links">Links</link></variable></h2> <table id="tab_id41682101522614"> <tablerow> <tablecell> @@ -826,7 +848,7 @@ </tablecell> </tablerow> </table> -<h2 id="hd_id431682103103402">Security</h2> +<h2 id="hd_id431682103103402"><variable id="security"><link href="text/shared/guide/pdf_params.xhp#security">Security</link></variable></h2> <table id="tab_id41682101522614"> <tablerow> <tablecell> @@ -989,8 +1011,7 @@ </tablecell> </tablerow> </table> - -<h2 id="hd_id211682127014184">Digital Signature</h2> +<h2 id="hd_id211682127014184"><variable id="digital_signature"><link href="text/shared/guide/pdf_params.xhp#digital_signature">Digital Signature</link></variable></h2> <table id="tab_id51682101522614"> <tablerow> <tablecell> |