1
0
Fork 0
libreoffice/helpcontent2/source/text/shared/guide/pdf_params.xhp
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

1138 lines
62 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<!--
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
-->
<meta>
<topic id="pdfcliparams" indexer="include" status="PUBLISH">
<title id="tit">PDF CLI Parameters</title>
<filename>/text/shared/guide/pdf_params.xhp</filename>
</topic>
</meta>
<body>
<comment>OH: info extracted from filter/source/pdf/pdfexport.cxx</comment>
<bookmark branch="index" id="bm_id141682112838061">
<bookmark_value>PDF;command line parameters</bookmark_value>
<bookmark_value>convert to PDF;command line parameters</bookmark_value>
</bookmark>
<section id="pdfcliparams">
<h1 id="hd_id121682091245245"><variable id="h1"><link href="text/shared/guide/pdf_params.xhp">PDF Export Command Line Parameters</link></variable></h1>
<paragraph id="par_id671682091245248" role="paragraph">The PDF filter accepts a string of options containing PDF properties for export.</paragraph>
</section>
<h3 id="hd_id971682091492801">Examples:</h3>
<paragraph role="paragraph" id="par_id841682091860427">To skip the first page of a Draw document:</paragraph>
<paragraph role="paragraph" localize="false" id="par_id431682091883909"><input>soffice --convert-to 'pdf:draw_pdf_Export:{"PageRange":{"type":"string","value":"2-"}}' test.odg</input></paragraph>
<paragraph role="paragraph" id="par_id681682091902912">To add a tiled watermark:</paragraph>
<paragraph role="paragraph" localize="false" id="par_id271682091918895"><input>soffice --convert-to 'pdf:draw_pdf_Export:{"TiledWatermark":{"type":"string","value":"draft"}}' test.odg</input></paragraph>
<paragraph role="paragraph" id="par_id661682091944531">To encrypt a file:</paragraph>
<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.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_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>
<paragraph role="paragraph" id="par_id431693518528694" localize="false"><embedvar href="text/shared/01/ref_pdf_export_general.xhp#pdfexportgeneralh1" markup="ignore"/></paragraph>
<table id="tab_id871682092689083">
<tablerow>
<tablecell>
<paragraph id="par_id461682092689084" role="tablehead"><variable id="pn">Name</variable></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id141682092689085" role="tablehead"><variable id="desc">Description</variable></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id991682092689085" role="tablehead"><variable id="typ">Type</variable></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id981682092689085" role="tablehead"><variable id="defval">Default Value</variable></paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id201682092689086" localize="false" role="tablecontent"><literal>PageRange</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id21682092689099" role="tablecontent"> If this property is set, it indicates the range of pages to be exported. </paragraph>
<paragraph role="tablecontent" id="par_id611682092936607">To export 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>
</tablecell>
<tablecell>
<paragraph id="par_id72682092689100" role="tablecontent">Empty (all pages are exported)</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id751682093114539" localize="false" role="tablecontent"><literal>Selection</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id601682093114540" role="tablecontent">An <emph>any</emph> corresponding to the current selection in the document.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id201682093114542" localize="false" role="tablecontent">Any</paragraph>
</tablecell>
<tablecell>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id991682094882340" localize="false" role="tablecontent"><literal>UseLosslessCompression</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id191682094882341" role="tablecontent">Specifies if images are exported to PDF using a lossless compression format 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>
</tablecell>
<tablecell>
<paragraph id="par_id781682094882343" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id341682095024851" localize="false" role="tablecontent"><literal>Quality</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id821682095024852" role="tablecontent">Specifies the quality of the JPG export. A higher value produces a higher-quality image and a larger file.</paragraph>
<paragraph role="paragraph" id="par_id931682095141797">Minimum inclusive value: 1. Represents the lowest value that can be used. The lower the value, the worse is the image quality and the smaller is the file size.</paragraph>
<paragraph role="paragraph" id="par_id791682095148125">Maximum inclusive value: 100. Represents the highest value that can be used. The higher the value, the better is the image quality and the larger is the file size.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id121682095024853" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541682095024854" localize="false" role="tablecontent">90</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id211682095187330" localize="false" role="tablecontent"><literal>ReduceImageResolution</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id281682095187331" role="tablecontent">Specifies if the resolution of each image is reduced to the resolution specified by the property <literal>MaxImageResolution</literal>.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id781682095187332" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id391682095187333" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id651682095537395" localize="false" role="tablecontent"><literal>MaxImageResolution</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id201682095537396" role="tablecontent">If the property <literal>ReduceImageResolution</literal> is set to true, all images will be reduced to the given value in DPI. Possible values are: 75, 150, 300, 600 and 1200.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id661682095537398" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id411682095537399" localize="false" role="tablecontent">300</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id931682095840340" localize="false" role="tablecontent"><literal>SelectPdfVersion</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701682095840341" role="tablecontent">Specifies the PDF version to emit. Possible values are:</paragraph>
<paragraph role="paragraph" id="par_id421682095915294">0: PDF 1.7 (default choice).</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>
<paragraph role="paragraph" localize="false" id="par_id401682125738450">15: PDF 1.5</paragraph>
<paragraph role="paragraph" localize="false" id="par_id451682125743938">16: PDF 1.6</paragraph>
<paragraph role="paragraph" localize="false" id="par_id851682125748773">17: PDF 1.7</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id371682095840342" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id451682095840344" localize="false" role="tablecontent">0</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id551682098105758" localize="false" role="tablecontent"><literal>PDFUACompliance</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id461682098105759" role="tablecontent">Creates an accessible PDF file that follows the requirements of the PDF/UA (ISO 14289) specification.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id331682098105760" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id481682098105761" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id471682096518884" localize="false" role="tablecontent"><literal>UseTaggedPDF</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id301682096518885" role="tablecontent">Determines if PDFs are created using special accessibility tags.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id691682096518886" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id531682096518888" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id421682096576790" localize="false" role="tablecontent"><literal>ExportFormFields</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id511682096576792" role="tablecontent">Specifies whether form fields are exported as widgets or only their fixed print representation is exported.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id141682096576793" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701682096576794" localize="false" role="tablecontent">true</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id601682096666646" localize="false" role="tablecontent"><literal>FormsType</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id621682096666647" role="tablecontent">Specifies the submit format of a PDF form. Possible values are:</paragraph>
<paragraph role="paragraph" id="par_id241682096785203">0: Specifies that form type FDF is used.</paragraph>
<paragraph role="paragraph" id="par_id451682096789430">1: Specifies that form type PDF is used.</paragraph>
<paragraph role="paragraph" id="par_id431682096793624">2: Specifies that form type HTML is used.</paragraph>
<paragraph role="paragraph" id="par_id871682096797498">3: Specifies that form type XML is used.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id141682096666648" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id301682096666649" localize="false" role="tablecontent">0</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id121682097005545" localize="false" role="tablecontent"><literal>AllowDuplicateFieldNames</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id411682097005546" role="tablecontent">Specifies whether multiple form fields exported are allowed to have the same field name. </paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id501682097005547" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id401682097005548" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id941682097068099" localize="false" role="tablecontent"><literal>ExportBookmarks</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id341682097068100" role="tablecontent"> Specifies if bookmarks are exported to PDF. </paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id71682097068101" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id221682097068102" localize="false" role="tablecontent">true</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id381682129679538" localize="false" role="tablecontent"><literal>ExportPlaceholders </literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id331682129679539" role="tablecontent">Export the placeholders fields visual markings only. The exported placeholder is ineffective.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id591682129679541" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id21682129679542" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id501682097116254" localize="false" role="tablecontent"><literal>ExportNotes</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id721682097116255" role="tablecontent">Specifies if notes are exported to PDF.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id441682097116256" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id161682097116257" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id591682097156542" localize="false" role="tablecontent"><literal>ExportNotesPages</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id261682097156543" role="tablecontent">Specifies if notes pages are exported to PDF. (Notes pages are available in Impress documents only).</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701682097156544" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id711682097156545" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id991682098346419" localize="false" role="tablecontent"><literal>ExportOnlyNotesPages</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id411682098346420" role="tablecontent">If the property <literal>ExportNotesPages</literal> is set to true, specifies if only notes pages are exported to PDF.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id831682098346421" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id951682098346422" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id911682113531618" localize="false" role="tablecontent"><literal>ExportNotesInMargin</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id1001682113531619" role="tablecontent">Specifies if notes in margin are exported to PDF.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id911682113531620" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id251682113531621" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id71682126441874" localize="false" role="tablecontent"><literal>ExportHiddenSlides</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id641682126441875" role="tablecontent">For %PRODUCTNAME Impress, exports slides not included in slide shows.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id721682126441876" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id521682126441877" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id41682097206960" localize="false" role="tablecontent"><literal>IsSkipEmptyPages</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id811682097206961" role="tablecontent">Specifies that automatically inserted empty pages are suppressed. This option is active only if storing Writer documents.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701682097206962" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id61682097206963" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id211682097268702" localize="false" role="tablecontent"><literal>EmbedStandardFonts</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id621682097268703" role="tablecontent">Specifies whether to embed the 14 standard PDF fonts or not.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id861682097268704" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id31682097268705" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id561682097328226" localize="false" role="tablecontent"><literal>IsAddStream</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id171682097328227" role="tablecontent">Specifies that a stream is inserted to the PDF file which contains the original document for archiving purposes.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id631682097328228" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id291682097328229" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id301682097533263" localize="false" role="tablecontent"><literal>Watermark</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id631682097533264" role="tablecontent">Specifies the text for a watermark to be drawn on every page of the exported PDF file.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id871682097533266" localize="false" role="tablecontent">string</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id641682097533267" localize="false" role="tablecontent">(empty)</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id241682122847913" localize="false" role="tablecontent"><literal>WatermarkColor</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id971682122847914" role="tablecontent">Specifies the color of the watermark text</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id51682122847915" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id881682122847917" localize="false" role="tablecontent">8388223 (light green)</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id781682123372322" localize="false" role="tablecontent"><literal>WatermarkFontHeight</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id861682123372323" role="tablecontent">Specifies the font height of the watermark text.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id451682123372324" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id741682123372325" localize="false" role="tablecontent"></paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id231682124018258" localize="false" role="tablecontent"><literal>WatermarkRotateAngle</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id931682124018260" role="tablecontent">Specifies angle of the watermark text.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id791682124018261" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id141682124018262" localize="false" role="tablecontent"></paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id311682124177025" localize="false" role="tablecontent"><literal>WatermarkFontName</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id461682124177026" role="tablecontent">Specifies font name of the watermark text.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id261682124177027" localize="false" role="tablecontent">string</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id451682124177028" localize="false" role="tablecontent">Helvetica</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id901682124269899" localize="false" role="tablecontent"><literal>TiledWatermark</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id421682124269900" role="tablecontent">Specifies the tiled watermark text.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id121682124269902" localize="false" role="tablecontent">string</paragraph>
</tablecell>
<tablecell>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id791682129849102" localize="false" role="tablecontent"><literal>UseReferenceXObject</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id941682129849103" role="tablecontent">When the option is enabled, then the reference XObject markup is used: this is a simple operation, but viewers have to support this markup to show vector images. Otherwise a fallback bitmap is shown in the viewer.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id671682129849104" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id761682129849105" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id961682130133586" localize="false" role="tablecontent"><literal>IsRedactMode</literal></paragraph>
</tablecell>
<tablecell>
</tablecell>
<tablecell>
<paragraph id="par_id21682130133588" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<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 sheets 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"><variable id="initial_view"><link href="text/shared/guide/pdf_params.xhp#initial_view">Initial View</link></variable></h2>
<paragraph role="paragraph" id="par_id661693518381935" localize="false"><embedvar href="text/shared/01/ref_pdf_export_initial_view.xhp#pdfexportinitialviewh1" markup="ignore"/></paragraph>
<table id="tab_id41682101522613">
<tablerow>
<tablecell>
<paragraph id="par_id431682101522614" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#pn" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id331682101522615" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#desc" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id21682101522616" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#typ" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id21682101522617" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#defval" markup="ignore"/></paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<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 are:</paragraph>
<paragraph role="paragraph" id="par_id141682101963159">0: Select the default viewer mode, neither outlines nor thumbnails.</paragraph>
<paragraph role="paragraph" id="par_id701682101968454">1: The document is opened with outline pane opened</paragraph>
<paragraph role="paragraph" id="par_id191682101972902">2: The document is opened with thumbnail pane opened</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id521682101522619" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id521682101522620" localize="false" role="tablecontent">0</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id181682102130307" localize="false" role="tablecontent"><literal>InitialPage</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id361682102130308" role="tablecontent">Specifies the page on which a PDF document should be opened in the viewer application.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id161682102130309" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id391682102130310" localize="false" role="tablecontent">1</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id531682102185256" localize="false" role="tablecontent"><literal>Magnification</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id581682102185257" role="tablecontent">Specifies the action to be performed when the PDF document is opened. Possible values are:</paragraph>
<paragraph role="paragraph" id="par_id721682102242609">0: Opens with default zoom magnification.</paragraph>
<paragraph role="paragraph" id="par_id231682102247131">1: Opens magnified to fit the entire page within the window.</paragraph>
<paragraph role="paragraph" id="par_id291682102252023">2: Opens magnified to fit the entire page width within the window.</paragraph>
<paragraph role="paragraph" id="par_id801682102257172">3: Opens magnified to fit the entire width of its bounding box within the window (cuts out margins).</paragraph>
<paragraph role="paragraph" id="par_id681682102262481">4: Opens with the zoom level specified in the Zoom property.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id351682102185259" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id801682102185260" localize="false" role="tablecontent">0</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id491682102284383" localize="false" role="tablecontent"><literal>Zoom</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id151682102284385" role="tablecontent">Specifies the zoom level a PDF document is opened with. Only valid if <literal>Magnification</literal> is set to "4".</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id671682102284386" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id231682102284387" localize="false" role="tablecontent">100</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id91682102357424" localize="false" role="tablecontent"><literal>PageLayout</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id771682102357425" role="tablecontent">Specifies the page layout to be used when the document is opened. Possible values are:</paragraph>
<paragraph role="paragraph" id="par_id151682102404677">0: Display the pages according to the reader configuration.</paragraph>
<paragraph role="paragraph" id="par_id671682102409679">1: Display one page at a time.</paragraph>
<paragraph role="paragraph" id="par_id331682102414339">2: Display the pages in one column.</paragraph>
<paragraph role="paragraph" id="par_id921682102421537">3: Display the pages in two columns odd pages on the right, to have the odd pages on the left the <literal>FirstPageOnLeft</literal> property should be used as well.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id171682102357426" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id221682102357427" localize="false" role="tablecontent">0</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id511682102472805" localize="false" role="tablecontent"><literal>FirstPageOnLeft</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id531682102472806" role="tablecontent">Used with the value 3 of the <literal>PageLayout</literal> property above, true if the first page (odd) should be on the left side of the screen.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id811682102472807" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id801682102472808" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
</table>
<h2 id="hd_id781682103094811"><variable id="user_interface"><link href="text/shared/guide/pdf_params.xhp#user interface">User Interface</link></variable></h2>
<paragraph role="paragraph" id="par_id811693518223533" localize="false"><embedvar href="text/shared/01/ref_pdf_export_user_interface.xhp#pdfexportuserinterfaceh1" markup="ignore"/></paragraph>
<table id="tab_id41682101522614">
<tablerow>
<tablecell>
<paragraph id="par_id431682111522614" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#pn" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id331682101622615" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#desc" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id21682101722616" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#typ" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id21682101822617" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#defval" markup="ignore"/></paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id141682103608210" localize="false" role="tablecontent"><literal>ResizeWindowToInitialPage</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id331682103608212" role="tablecontent">Specifies that the PDF viewer window is opened showing whole initial page when the document is opened.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id731682103608213" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id241682103608214" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id901682103675580" localize="false" role="tablecontent"><literal>CenterWindow</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541682103675581" role="tablecontent">Specifies that the PDF viewer window is centered to the screen when the PDF document is opened.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id521682103675582" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id161682103675583" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id431682103728427" localize="false" role="tablecontent"><literal>OpenInFullScreenMode</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id751682103728428" role="tablecontent">Specifies that the PDF viewer window is opened full screen, on top of all windows.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id111682103728429" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id571682103728430" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id821682103770743" localize="false" role="tablecontent"><literal>DisplayPDFDocumentTitle</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id51682103770744" role="tablecontent">Specifies that the title of the document, if present in the document properties, is displayed in the PDF viewer window title bar.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id941682103770746" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id641682103770747" localize="false" role="tablecontent">true</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id991682103823401" localize="false" role="tablecontent"><literal>HideViewerMenubar</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id101682103823403" role="tablecontent">Specifies whether to hide the PDF viewer menubar when the document is active.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701682103823404" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id231682103823405" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id211682103876916" localize="false" role="tablecontent"><literal>HideViewerToolbar</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id841682103876917" role="tablecontent">Specifies whether to hide the PDF viewer toolbar when the document is active.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id781682103876919" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id201682103876920" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id21682103930313" localize="false" role="tablecontent"><literal>HideViewerWindowControls</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id491682103930314" role="tablecontent">Specifies whether to hide the PDF viewer controls when the document is active.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id711682103930315" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id381682103930316" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id861682103984521" localize="false" role="tablecontent"><literal>UseTransitionEffects</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id741682103984522" role="tablecontent">Specifies slide transitions are exported to PDF. This option is active only if storing Impress documents.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id891682103984523" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id471682103984524" localize="false" role="tablecontent">true</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id11682104068265" localize="false" role="tablecontent"><literal>OpenBookmarkLevels</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id731682104068266" role="tablecontent">Specifies how many bookmark levels should be opened in the reader application when the PDF gets opened. Possible values are:</paragraph>
<paragraph role="paragraph" id="par_id131682104132952">-1: all bookmark levels are opened</paragraph>
<paragraph role="paragraph" id="par_id441682104137875">110: indicate a bookmark level (from 1 to 10)</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541682104068267" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541682104068268" localize="false" role="tablecontent">-1</paragraph>
</tablecell>
</tablerow>
</table>
<h2 id="hd_id981682103099003"><variable id="links"><link href="text/shared/guide/pdf_params.xhp#links">Links</link></variable></h2>
<paragraph role="paragraph" id="par_id811693518086865" localize="false"><embedvar href="text/shared/01/ref_pdf_export_links.xhp#pdfexportlinksh1" markup="ignore"/></paragraph>
<table id="tab_id41682101522614">
<tablerow>
<tablecell>
<paragraph id="par_id431682101542614" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#pn" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id531682101622615" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#desc" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id61682101722616" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#typ" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id71682101822617" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#defval" markup="ignore"/></paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id581682104332818" localize="false" role="tablecontent"><literal>ExportBookmarksToPDFDestination</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id641682104332819" role="tablecontent">Specifies that the bookmarks contained in the source %PRODUCTNAME file should be exported to the PDF file as Named Destination.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id111682104332820" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id651682104332822" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id531682104419168" localize="false" role="tablecontent"><literal>ConvertOOoTargetToPDFTarget</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id331682104419169" role="tablecontent">Specifies that the target documents with .od[tpgs] extension, will have that extension changed to .pdf when the link is exported to PDF. The source document remains untouched.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id711682104419171" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id491682104419172" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id71682104484868" localize="false" role="tablecontent"><literal>ExportLinksRelativeFsys</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id911682104484869" role="tablecontent">Specifies that the file system related hyperlinks (file:// protocol) present in the document will be exported as relative to the source document location.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id521682104484870" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id951682104484872" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id641682104540031" localize="false" role="tablecontent"><literal>PDFViewSelection</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id991682104540032" role="tablecontent">Specifies the way the exported PDF will be viewed (experienced) by the user. Possible values are:</paragraph>
<paragraph role="paragraph" id="par_id681682104589018">0: Specifies that the PDF will be exported with all the links external to the document treated as URI. This is the Default</paragraph>
<paragraph role="paragraph" id="par_id341682104594990">1: Specifies that the PDF will be exported in order to be viewed through a PDF reader application only. Valid only if not exporting to PDF/A-1 (e.g. SelectPdfVersion not set to 1).</paragraph>
<paragraph role="paragraph" id="par_id161682104601779">2: Specifies that the PDF will be exported in order to be viewed through an Internet browser, using the PDF plug-in provided with it. The bookmark of the URI will be rendered compatible with the target bookmark generated with %PRODUCTNAME PDF Export feature (see <literal>ExportBookmarksToPDFDestination</literal>).</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id941682104540033" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id971682104540034" localize="false" role="tablecontent">0</paragraph>
</tablecell>
</tablerow>
</table>
<h2 id="hd_id431682103103402"><variable id="security"><link href="text/shared/guide/pdf_params.xhp#security">Security</link></variable></h2>
<paragraph role="paragraph" id="par_id361693518802980" localize="false"><embedvar href="text/shared/01/ref_pdf_export_security.xhp#pdfexportsecurityh1" markup="ignore"/></paragraph>
<table id="tab_id41682101522614">
<tablerow>
<tablecell>
<paragraph id="par_id441682101522614" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#pn" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id351682101622615" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#desc" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id21782101722616" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#typ" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id21882101822617" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#defval" markup="ignore"/></paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id251682110042450" localize="false" role="tablecontent"><literal>EncryptFile</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id561682110042451" role="tablecontent">If true, selects to encrypt the PDF document with a password. The PDF file can be opened only when the user enters the correct password.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id231682110042453" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id321682110042454" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id641682110120038" localize="false" role="tablecontent"><literal>DocumentOpenPassword</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id481682110120040" role="tablecontent">This is the password that allows the user to open the PDF file when <literal>EncryptFile</literal> is set to true.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id771682110120041" localize="false" role="tablecontent">string</paragraph>
</tablecell>
<tablecell>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id411682110204355" localize="false" role="tablecontent"><literal>RestrictPermissions</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id421682110204356" role="tablecontent">If true, selects to restrict some permissions. The permissions can be changed only when the user enters the correct password.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id161682110204357" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id171682110204358" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id621682110251805" localize="false" role="tablecontent"><literal>PermissionPassword</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id461682110251806" role="tablecontent">This is the password that allows the user to access some permissions restricted if <literal>RestrictPermissions</literal> is set to true.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id521682110251807" localize="false" role="tablecontent">string</paragraph>
</tablecell>
<tablecell>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id731682125169856" localize="false" role="tablecontent"><literal>PreparedPasswords</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id831682125169857" localize="false" role="tablecontent"></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id871682125169858" localize="false" role="tablecontent"></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id601682125169859" localize="false" role="tablecontent"></paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id241682125214902" localize="false" role="tablecontent"><literal>PreparedPermissionPassword</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id401682125214903" localize="false" role="tablecontent"></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id251682125214904" localize="false" role="tablecontent">string</paragraph>
</tablecell>
<tablecell>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id301682110333149" localize="false" role="tablecontent"><literal>Printing</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id331682110333150" role="tablecontent">Specifies what printing is allowed. Possible values are:</paragraph>
<paragraph role="paragraph" id="par_id451682110379499">0: The document cannot be printed.</paragraph>
<paragraph role="paragraph" id="par_id971682110383819">1: The document can be printed at low resolution only.</paragraph>
<paragraph role="paragraph" id="par_id441682110387779">2: The document can be printed at maximum resolution.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id101682110333152" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id421682110333153" localize="false" role="tablecontent">2</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id11682110417182" localize="false" role="tablecontent"><literal>Changes</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id111682110417183" role="tablecontent">Specifies the changes that can be made to the document. Possible values are:</paragraph>
<paragraph role="paragraph" id="par_id791682110462123">0: The document cannot be changed.</paragraph>
<paragraph role="paragraph" id="par_id91682110466372">1: Inserting deleting and rotating pages is allowed.</paragraph>
<paragraph role="paragraph" id="par_id301682110472022">2: Filling of form field is allowed.</paragraph>
<paragraph role="paragraph" id="par_id461682110476540">3: Both filling of form field and commenting is allowed.</paragraph>
<paragraph role="paragraph" id="par_id491682110483959">4: All the changes of the previous selections are permitted, with the only exclusion of page extraction (copy).</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id221682110417184" localize="false" role="tablecontent">long</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id531682110417186" localize="false" role="tablecontent">4</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id781682110577550" localize="false" role="tablecontent"><literal>EnableCopyingOfContent</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id271682110577552" role="tablecontent">Specifies that the pages and the document content can be extracted to be used in other documents (copy and paste).</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id51682110577553" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id221682110577554" localize="false" role="tablecontent">true</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id991682110633184" localize="false" role="tablecontent"><literal>EnableTextAccessForAccessibilityTools</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id491682110633185" role="tablecontent">Specifies that the document content can be extracted to be used in accessibility applications.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id111682110633187" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id841682110633188" localize="false" role="tablecontent">true</paragraph>
</tablecell>
</tablerow>
</table>
<h2 id="hd_id211682127014184"><variable id="digital_signature"><link href="text/shared/guide/pdf_params.xhp#digital_signature">Digital Signature</link></variable></h2>
<paragraph role="paragraph" id="par_id231693517557779" localize="false"><embedvar href="text/shared/01/ref_pdf_export_digital_signature.xhp#pdfexportdigitalsignatureh1" markup="ignore"/></paragraph>
<table id="tab_id51682101522614">
<tablerow>
<tablecell>
<paragraph id="par_id441682101532614" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#pn" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id351682101642615" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#desc" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id21782101752616" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#typ" markup="ignore"/></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id21882101862617" localize="false" role="tablehead"><embedvar href="text/shared/guide/pdf_params.xhp#defval" markup="ignore"/></paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id391682127040191" localize="false" role="tablecontent"><literal>SignPDF</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id611682127040192" role="tablecontent">If true, sign the PDF.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id961682127040193" localize="false" role="tablecontent">boolean</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id971682127040194" localize="false" role="tablecontent">false</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id291682127237507" localize="false" role="tablecontent"><literal>SignatureLocation </literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id621682127237508" role="tablecontent">Additional information about the digital signature, location of the signatory.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id71682127237509" localize="false" role="tablecontent">string</paragraph>
</tablecell>
<tablecell>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id361682127621142" localize="false" role="tablecontent"><literal>SignatureReason</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id901682127621143" role="tablecontent">Additional information about the digital signature, reason for signature.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id671682127621144" localize="false" role="tablecontent">string</paragraph>
</tablecell>
<tablecell>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id891682127669859" localize="false" role="tablecontent"><literal>SignatureContactInfo</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id121682127669860" role="tablecontent">Additional information about the digital signature, signatory contact information.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id381682127669861" localize="false" role="tablecontent">string</paragraph>
</tablecell>
<tablecell>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id921682127786863" localize="false" role="tablecontent"><literal>SignaturePassword</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id11682127786864" role="tablecontent">Certificate password</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id611682127786865" localize="false" role="tablecontent">string</paragraph>
</tablecell>
<tablecell>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id771682127831871" localize="false" role="tablecontent"><literal>SignatureCertificate</literal></paragraph>
</tablecell>
<tablecell>
</tablecell>
<tablecell>
</tablecell>
<tablecell>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id891682129073072" localize="false" role="tablecontent"><literal>SignCertificateSubjectName</literal></paragraph>
</tablecell>
<tablecell>
</tablecell>
<tablecell>
<paragraph id="par_id651682129073075" localize="false" role="tablecontent">string</paragraph>
</tablecell>
<tablecell>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
<paragraph id="par_id161682129138274" localize="false" role="tablecontent"><literal>SignatureTSA</literal></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id1001682129138275" role="tablecontent">During the PDF signing process, the timestamp authority URL will be used to obtain a digitally signed timestamp that is then embedded in the signature.</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id671682129138276" localize="false" role="tablecontent">string</paragraph>
</tablecell>
<tablecell>
</tablecell>
</tablerow>
</table>
</body>
</helpdocument>