__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<!DOCTYPE html>
<html lang="es" dir="ltr">
<head>
<base href="../../../../">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Parámetros de consola para trabajar con PDF</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="es/langnames.js"></script><script type="text/javascript" src="flexsearch.debug.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="es/bookmarks.js" defer></script><script type="text/javascript" src="es/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id="TopLeftHeader"><a class="symbol" href="es/text/shared/05/new_help.html"><div></div></a><a class="logo" href="es/text/shared/05/new_help.html"><p dir="auto">Ayuda de LibreOffice 25.2</p></a><div class="dropdowns"><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">Módulo</button><nav id="modules-nav" hidden=""></nav>
</div></div></header><aside class="leftside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1" dir="auto">Contenido</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Buscar en los marcadores de todos los módulos" dir="auto"><div class="nav-container" tabindex="0"><nav class="index" dir="auto"></nav></div>
</div></div>
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">
<noscript><div id="WarnJS"><h1 dir="auto">Active JavaScript en el navegador para mostrar las páginas de ayuda de LibreOffice.</h1></div></noscript>
<a id="bm_id141682112838061"></a> <meta itemprop="keywords" content="PDF,parámetros de consola">
<meta itemprop="keywords" content="convertir a PDF,parámetros de consola">
<a id="pdfcliparams"></a>
<h1 id="hd_id121682091245245" dir="auto">
<a id="h1"></a>Parámetros de consola para exportar a PDF</h1>
<p id="par_id671682091245248" class="paragraph" dir="auto">The PDF filter accepts a string of options containing PDF properties for export.</p>
<h3 id="hd_id971682091492801" dir="auto">Ejemplos:</h3>
<p id="par_id841682091860427" class="paragraph" dir="auto">To skip the first page of a Draw document:</p>
<p id="par_id431682091883909" class="paragraph" dir="auto"><span class="input" data-tooltip="Pulse en el texto para copiarlo en el portapapeles">soffice --convert-to 'pdf:draw_pdf_Export:{"PageRange":{"type":"string","value":"2-"}}' test.odg</span></p>
<p id="par_id681682091902912" class="paragraph" dir="auto">To add a tiled watermark:</p>
<p id="par_id271682091918895" class="paragraph" dir="auto"><span class="input" data-tooltip="Pulse en el texto para copiarlo en el portapapeles">soffice --convert-to 'pdf:draw_pdf_Export:{"TiledWatermark":{"type":"string","value":"draft"}}' test.odg</span></p>
<p id="par_id661682091944531" class="paragraph" dir="auto">Para cifrar un archivo:</p>
<p id="par_id671682092011327" class="paragraph" dir="auto"><span class="input" data-tooltip="Pulse en el texto para copiarlo en el portapapeles">soffice --convert-to 'pdf:draw_pdf_Export:{"EncryptFile":{"type":"boolean","value":"true"},"DocumentOpenPassword":{"type":"string","value":"secret"}}' test.odg</span></p>
<p id="par_id601682091972478" class="paragraph" dir="auto">To set version 1.5 (instead of the default 1.7):</p>
<p id="par_id61682091986689" class="paragraph" dir="auto"><span class="input" data-tooltip="Pulse en el texto para copiarlo en el portapapeles">soffice --convert-to 'pdf:draw_pdf_Export:{"SelectPdfVersion":{"type":"long","value":"15"}}' test.odg</span></p>
<h2 id="hd_id791693493415853" dir="auto">Índice</h2>
<p id="par_id881693493458276" class="paragraph" dir="auto"><a target="_top" href="es/text/shared/guide/pdf_params.html#generaltext/shared/guide/pdf_params.xhp">Propiedades generales</a></p>
<p id="par_id331693493646090" class="paragraph" dir="auto"><a target="_top" href="es/text/shared/guide/pdf_params.html#initial_view">Initial View</a></p>
<p id="par_id561693493718819" class="paragraph" dir="auto"><a target="_top" href="es/text/shared/guide/pdf_params.html#user%20interface">User Interface</a></p>
<p id="par_id891693493751156" class="paragraph" dir="auto"><a target="_top" href="es/text/shared/guide/pdf_params.html#links">Links</a></p>
<p id="par_id801693493791591" class="paragraph" dir="auto"><a target="_top" href="es/text/shared/guide/pdf_params.html#security">Security</a></p>
<p id="par_id941693493872432" class="paragraph" dir="auto"><a target="_top" href="es/text/shared/guide/pdf_params.html#digital_signature">Digital Signature</a></p>
<h2 id="hd_id161682092535475" dir="auto">
<a id="general_properties"></a><a target="_top" href="es/text/shared/guide/pdf_params.html#generaltext/shared/guide/pdf_params.xhp">Propiedades generales</a>
</h2>
<p id="par_id431693518528694" class="paragraph" dir="auto"><a target="_top" href="es/text/shared/01/ref_pdf_export_general.html">General</a></p>
<table border="1" class="" cellpadding="0" cellspacing="0">
<tr>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id461682092689084" class="tableheadintable" dir="auto"><a id="pn"></a>Nombre</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id141682092689085" class="tableheadintable" dir="auto"><a id="desc"></a>Descripción</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id991682092689085" class="tableheadintable" dir="auto"><a id="typ"></a>Tipo</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id981682092689085" class="tableheadintable" dir="auto"><a id="defval"></a>Valor predeterminado</p>
</th>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id201682092689086" class="tablecontentintable" dir="auto"><span class="literal">PageRange</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id21682092689099" class="tablecontentintable" dir="auto"> If this property is set, it indicates the range of pages to be exported.</p>
<p id="par_id611682092936607" class="tablecontentintable" dir="auto">To export all the pages, leave this property unset.</p>
<p id="par_id481682092945791" class="tablecontentintable" dir="auto">To export a selection, leave this property unset and set only the property <span class="literal">Selection</span>.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id71682092689100" class="tablecontentintable" dir="auto">string</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id72682092689100" class="tablecontentintable" dir="auto">Empty (all pages are exported)</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id751682093114539" class="tablecontentintable" dir="auto"><span class="literal">Selection</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id601682093114540" class="tablecontentintable" dir="auto">An <span class="emph">any</span> corresponding to the current selection in the document.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id201682093114542" class="tablecontentintable" dir="auto">Any</p>
</td>
<td rowspan="" colspan="" dir="auto">
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id991682094882340" class="tablecontentintable" dir="auto"><span class="literal">UseLosslessCompression</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id191682094882341" class="tablecontentintable" dir="auto">Specifies if images are exported to PDF using a lossless compression format like <span class="emph">PNG</span> or compressed using the <span class="emph">JPEG</span> format.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id981682094882342" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id781682094882343" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id341682095024851" class="tablecontentintable" dir="auto"><span class="literal">Quality</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id821682095024852" class="tablecontentintable" dir="auto">Specifies the quality of the JPG export. A higher value produces a higher-quality image and a larger file.</p>
<p id="par_id931682095141797" class="paragraphintable" dir="auto">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.</p>
<p id="par_id791682095148125" class="paragraphintable" dir="auto">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.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id121682095024853" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id541682095024854" class="tablecontentintable" dir="auto">90</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id211682095187330" class="tablecontentintable" dir="auto"><span class="literal">ReduceImageResolution</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id281682095187331" class="tablecontentintable" dir="auto">Specifies if the resolution of each image is reduced to the resolution specified by the property <span class="literal">MaxImageResolution</span>.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id781682095187332" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id391682095187333" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id651682095537395" class="tablecontentintable" dir="auto"><span class="literal">MaxImageResolution</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id201682095537396" class="tablecontentintable" dir="auto">If the property <span class="literal">ReduceImageResolution</span> is set to true, all images will be reduced to the given value in DPI. Possible values are: 75, 150, 300, 600 and 1200.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id661682095537398" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id411682095537399" class="tablecontentintable" dir="auto">300</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id931682095840340" class="tablecontentintable" dir="auto"><span class="literal">SelectPdfVersion</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id701682095840341" class="tablecontentintable" dir="auto">Specifies the PDF version to emit. Possible values are:</p>
<p id="par_id421682095915294" class="paragraphintable" dir="auto">0: PDF 1.7 (default choice).</p>
<p id="par_id261682095923984" class="paragraphintable" dir="auto">1: PDF/A-1b</p>
<p id="par_id61682125726522" class="paragraphintable" dir="auto">2: PDF/A-2b</p>
<p id="par_id501682125731427" class="paragraphintable" dir="auto">3: PDF/A-3b</p>
<p id="par_id401682125738450" class="paragraphintable" dir="auto">15: PDF 1.5</p>
<p id="par_id451682125743938" class="paragraphintable" dir="auto">16: PDF 1.6</p>
<p id="par_id851682125748773" class="paragraphintable" dir="auto">17: PDF 1.7</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id371682095840342" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id451682095840344" class="tablecontentintable" dir="auto">0</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id551682098105758" class="tablecontentintable" dir="auto"><span class="literal">PDFUACompliance</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id461682098105759" class="tablecontentintable" dir="auto">Crea un archivo PDF accesible que cumple los requisitos de la especificación PDF/UA (ISO 14289).</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id331682098105760" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id481682098105761" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id471682096518884" class="tablecontentintable" dir="auto"><span class="literal">UseTaggedPDF</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id301682096518885" class="tablecontentintable" dir="auto">Determines if PDFs are created using special accessibility tags.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id691682096518886" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id531682096518888" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id421682096576790" class="tablecontentintable" dir="auto"><span class="literal">ExportFormFields</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id511682096576792" class="tablecontentintable" dir="auto">Specifies whether form fields are exported as widgets or only their fixed print representation is exported.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id141682096576793" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id701682096576794" class="tablecontentintable" dir="auto">true</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id601682096666646" class="tablecontentintable" dir="auto"><span class="literal">FormsType</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id621682096666647" class="tablecontentintable" dir="auto">Specifies the submit format of a PDF form. Possible values are:</p>
<p id="par_id241682096785203" class="paragraphintable" dir="auto">0: Specifies that form type FDF is used.</p>
<p id="par_id451682096789430" class="paragraphintable" dir="auto">1: Specifies that form type PDF is used.</p>
<p id="par_id431682096793624" class="paragraphintable" dir="auto">2: Specifies that form type HTML is used.</p>
<p id="par_id871682096797498" class="paragraphintable" dir="auto">3: Specifies that form type XML is used.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id141682096666648" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id301682096666649" class="tablecontentintable" dir="auto">0</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id121682097005545" class="tablecontentintable" dir="auto"><span class="literal">AllowDuplicateFieldNames</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id411682097005546" class="tablecontentintable" dir="auto">Specifies whether multiple form fields exported are allowed to have the same field name.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id501682097005547" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id401682097005548" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id941682097068099" class="tablecontentintable" dir="auto"><span class="literal">ExportBookmarks</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id341682097068100" class="tablecontentintable" dir="auto"> Specifies if bookmarks are exported to PDF.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id71682097068101" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id221682097068102" class="tablecontentintable" dir="auto">true</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id381682129679538" class="tablecontentintable" dir="auto"><span class="literal">ExportPlaceholders </span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id331682129679539" class="tablecontentintable" dir="auto">Exporta solo las marcas visuales de los campos sustitutivos. Este indicador exportado es inoperante.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id591682129679541" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id21682129679542" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id501682097116254" class="tablecontentintable" dir="auto"><span class="literal">ExportNotes</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id721682097116255" class="tablecontentintable" dir="auto">Specifies if notes are exported to PDF.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id441682097116256" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id161682097116257" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id591682097156542" class="tablecontentintable" dir="auto"><span class="literal">ExportNotesPages</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id261682097156543" class="tablecontentintable" dir="auto">Specifies if notes pages are exported to PDF. (Notes pages are available in Impress documents only).</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id701682097156544" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id711682097156545" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id991682098346419" class="tablecontentintable" dir="auto"><span class="literal">ExportOnlyNotesPages</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id411682098346420" class="tablecontentintable" dir="auto">If the property <span class="literal">ExportNotesPages</span> is set to true, specifies if only notes pages are exported to PDF.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id831682098346421" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id951682098346422" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id911682113531618" class="tablecontentintable" dir="auto"><span class="literal">ExportNotesInMargin</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id1001682113531619" class="tablecontentintable" dir="auto">Specifies if notes in margin are exported to PDF.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id911682113531620" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id251682113531621" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id71682126441874" class="tablecontentintable" dir="auto"><span class="literal">ExportHiddenSlides</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id641682126441875" class="tablecontentintable" dir="auto">For LibreOffice Impress, exports slides not included in slide shows.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id721682126441876" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id521682126441877" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id41682097206960" class="tablecontentintable" dir="auto"><span class="literal">IsSkipEmptyPages</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id811682097206961" class="tablecontentintable" dir="auto">Specifies that automatically inserted empty pages are suppressed. This option is active only if storing Writer documents.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id701682097206962" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id61682097206963" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id211682097268702" class="tablecontentintable" dir="auto"><span class="literal">EmbedStandardFonts</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id621682097268703" class="tablecontentintable" dir="auto">Specifies whether to embed the 14 standard PDF fonts or not.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id861682097268704" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id31682097268705" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id561682097328226" class="tablecontentintable" dir="auto"><span class="literal">IsAddStream</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id171682097328227" class="tablecontentintable" dir="auto">Specifies that a stream is inserted to the PDF file which contains the original document for archiving purposes.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id631682097328228" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id291682097328229" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id301682097533263" class="tablecontentintable" dir="auto"><span class="literal">Watermark</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id631682097533264" class="tablecontentintable" dir="auto">Specifies the text for a watermark to be drawn on every page of the exported PDF file.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id871682097533266" class="tablecontentintable" dir="auto">string</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id641682097533267" class="tablecontentintable" dir="auto">(empty)</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id241682122847913" class="tablecontentintable" dir="auto"><span class="literal">WatermarkColor</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id971682122847914" class="tablecontentintable" dir="auto">Specifies the color of the watermark text</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id51682122847915" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id881682122847917" class="tablecontentintable" dir="auto">8388223 (light green)</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id781682123372322" class="tablecontentintable" dir="auto"><span class="literal">WatermarkFontHeight</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id861682123372323" class="tablecontentintable" dir="auto">Specifies the font height of the watermark text.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id451682123372324" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id741682123372325" class="tablecontentintable" dir="auto"></p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id231682124018258" class="tablecontentintable" dir="auto"><span class="literal">WatermarkRotateAngle</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id931682124018260" class="tablecontentintable" dir="auto">Specifies angle of the watermark text.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id791682124018261" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id141682124018262" class="tablecontentintable" dir="auto"></p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id311682124177025" class="tablecontentintable" dir="auto"><span class="literal">WatermarkFontName</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id461682124177026" class="tablecontentintable" dir="auto">Specifies font name of the watermark text.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id261682124177027" class="tablecontentintable" dir="auto">string</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id451682124177028" class="tablecontentintable" dir="auto">Helvetica</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id901682124269899" class="tablecontentintable" dir="auto"><span class="literal">TiledWatermark</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id421682124269900" class="tablecontentintable" dir="auto">Specifies the tiled watermark text.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id121682124269902" class="tablecontentintable" dir="auto">string</p>
</td>
<td rowspan="" colspan="" dir="auto">
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id791682129849102" class="tablecontentintable" dir="auto"><span class="literal">UseReferenceXObject</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id941682129849103" class="tablecontentintable" dir="auto">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.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id671682129849104" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id761682129849105" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id961682130133586" class="tablecontentintable" dir="auto"><span class="literal">IsRedactMode</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id21682130133588" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id91682130133589" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id721693492486688" class="tablecontentintable" dir="auto"><span class="literal">SinglePageSheets</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id641693492486689" class="tablecontentintable" dir="auto">Ignores each sheet’s paper size, print ranges and shown/hidden status and puts every sheet (even hidden sheets) on exactly one page.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id771693492486690" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id791693492486691" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
</table>
<br>
<h2 id="hd_id651682101490073" dir="auto">
<a id="initial_view"></a><a target="_top" href="es/text/shared/guide/pdf_params.html#initial_view">Initial View</a>
</h2>
<p id="par_id661693518381935" class="paragraph" dir="auto"><a target="_top" href="es/text/shared/01/ref_pdf_export_initial_view.html">Vista inicial</a></p>
<table border="1" class="" cellpadding="0" cellspacing="0">
<tr>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id431682101522614" class="tableheadintable" dir="auto">Nombre</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id331682101522615" class="tableheadintable" dir="auto">Descripción</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id21682101522616" class="tableheadintable" dir="auto">Tipo</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id21682101522617" class="tableheadintable" dir="auto">Valor predeterminado</p>
</th>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id751682101522617" class="tablecontentintable" dir="auto"><span class="literal">InitialView</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id981682101522618" class="tablecontentintable" dir="auto">Specifies how the PDF document should be displayed when opened. Possible values are:</p>
<p id="par_id141682101963159" class="paragraphintable" dir="auto">0: Select the default viewer mode, neither outlines nor thumbnails.</p>
<p id="par_id701682101968454" class="paragraphintable" dir="auto">1: The document is opened with outline pane opened</p>
<p id="par_id191682101972902" class="paragraphintable" dir="auto">2: The document is opened with thumbnail pane opened</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id521682101522619" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id521682101522620" class="tablecontentintable" dir="auto">0</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id181682102130307" class="tablecontentintable" dir="auto"><span class="literal">InitialPage</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id361682102130308" class="tablecontentintable" dir="auto">Specifies the page on which a PDF document should be opened in the viewer application.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id161682102130309" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id391682102130310" class="tablecontentintable" dir="auto">1</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id531682102185256" class="tablecontentintable" dir="auto"><span class="literal">Magnification</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id581682102185257" class="tablecontentintable" dir="auto">Specifies the action to be performed when the PDF document is opened. Possible values are:</p>
<p id="par_id721682102242609" class="paragraphintable" dir="auto">0: Opens with default zoom magnification.</p>
<p id="par_id231682102247131" class="paragraphintable" dir="auto">1: Opens magnified to fit the entire page within the window.</p>
<p id="par_id291682102252023" class="paragraphintable" dir="auto">2: Opens magnified to fit the entire page width within the window.</p>
<p id="par_id801682102257172" class="paragraphintable" dir="auto">3: Opens magnified to fit the entire width of its bounding box within the window (cuts out margins).</p>
<p id="par_id681682102262481" class="paragraphintable" dir="auto">4: Opens with the zoom level specified in the Zoom property.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id351682102185259" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id801682102185260" class="tablecontentintable" dir="auto">0</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id491682102284383" class="tablecontentintable" dir="auto"><span class="literal">Zoom</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id151682102284385" class="tablecontentintable" dir="auto">Specifies the zoom level a PDF document is opened with. Only valid if <span class="literal">Magnification</span> is set to "4".</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id671682102284386" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id231682102284387" class="tablecontentintable" dir="auto">100</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id91682102357424" class="tablecontentintable" dir="auto"><span class="literal">PageLayout</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id771682102357425" class="tablecontentintable" dir="auto">Specifies the page layout to be used when the document is opened. Possible values are:</p>
<p id="par_id151682102404677" class="paragraphintable" dir="auto">0: Display the pages according to the reader configuration.</p>
<p id="par_id671682102409679" class="paragraphintable" dir="auto">1: Display one page at a time.</p>
<p id="par_id331682102414339" class="paragraphintable" dir="auto">2: Display the pages in one column.</p>
<p id="par_id921682102421537" class="paragraphintable" dir="auto">3: Display the pages in two columns odd pages on the right, to have the odd pages on the left the <span class="literal">FirstPageOnLeft</span> property should be used as well.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id171682102357426" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id221682102357427" class="tablecontentintable" dir="auto">0</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id511682102472805" class="tablecontentintable" dir="auto"><span class="literal">FirstPageOnLeft</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id531682102472806" class="tablecontentintable" dir="auto">Used with the value 3 of the <span class="literal">PageLayout</span> property above, true if the first page (odd) should be on the left side of the screen.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id811682102472807" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id801682102472808" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
</table>
<br>
<h2 id="hd_id781682103094811" dir="auto">
<a id="user_interface"></a><a target="_top" href="es/text/shared/guide/pdf_params.html#user%20interface">User Interface</a>
</h2>
<p id="par_id811693518223533" class="paragraph" dir="auto"><a target="_top" href="es/text/shared/01/ref_pdf_export_user_interface.html">Interfaz de usuario</a></p>
<table border="1" class="" cellpadding="0" cellspacing="0">
<tr>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id431682111522614" class="tableheadintable" dir="auto">Nombre</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id331682101622615" class="tableheadintable" dir="auto">Descripción</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id21682101722616" class="tableheadintable" dir="auto">Tipo</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id21682101822617" class="tableheadintable" dir="auto">Valor predeterminado</p>
</th>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id141682103608210" class="tablecontentintable" dir="auto"><span class="literal">ResizeWindowToInitialPage</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id331682103608212" class="tablecontentintable" dir="auto">Specifies that the PDF viewer window is opened showing whole initial page when the document is opened.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id731682103608213" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id241682103608214" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id901682103675580" class="tablecontentintable" dir="auto"><span class="literal">CenterWindow</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id541682103675581" class="tablecontentintable" dir="auto">Specifies that the PDF viewer window is centered to the screen when the PDF document is opened.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id521682103675582" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id161682103675583" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id431682103728427" class="tablecontentintable" dir="auto"><span class="literal">OpenInFullScreenMode</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id751682103728428" class="tablecontentintable" dir="auto">Specifies that the PDF viewer window is opened full screen, on top of all windows.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id111682103728429" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id571682103728430" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id821682103770743" class="tablecontentintable" dir="auto"><span class="literal">DisplayPDFDocumentTitle</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id51682103770744" class="tablecontentintable" dir="auto">Specifies that the title of the document, if present in the document properties, is displayed in the PDF viewer window title bar.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id941682103770746" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id641682103770747" class="tablecontentintable" dir="auto">true</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id991682103823401" class="tablecontentintable" dir="auto"><span class="literal">HideViewerMenubar</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id101682103823403" class="tablecontentintable" dir="auto">Specifies whether to hide the PDF viewer menubar when the document is active.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id701682103823404" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id231682103823405" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id211682103876916" class="tablecontentintable" dir="auto"><span class="literal">HideViewerToolbar</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id841682103876917" class="tablecontentintable" dir="auto">Specifies whether to hide the PDF viewer toolbar when the document is active.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id781682103876919" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id201682103876920" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id21682103930313" class="tablecontentintable" dir="auto"><span class="literal">HideViewerWindowControls</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id491682103930314" class="tablecontentintable" dir="auto">Specifies whether to hide the PDF viewer controls when the document is active.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id711682103930315" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id381682103930316" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id861682103984521" class="tablecontentintable" dir="auto"><span class="literal">UseTransitionEffects</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id741682103984522" class="tablecontentintable" dir="auto">Specifies slide transitions are exported to PDF. This option is active only if storing Impress documents.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id891682103984523" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id471682103984524" class="tablecontentintable" dir="auto">true</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id11682104068265" class="tablecontentintable" dir="auto"><span class="literal">OpenBookmarkLevels</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id731682104068266" class="tablecontentintable" dir="auto">Specifies how many bookmark levels should be opened in the reader application when the PDF gets opened. Possible values are:</p>
<p id="par_id131682104132952" class="paragraphintable" dir="auto">-1: all bookmark levels are opened</p>
<p id="par_id441682104137875" class="paragraphintable" dir="auto">1–10: indicate a bookmark level (from 1 to 10)</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id541682104068267" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id541682104068268" class="tablecontentintable" dir="auto">-1</p>
</td>
</tr>
</table>
<br>
<h2 id="hd_id981682103099003" dir="auto">
<a id="links"></a><a target="_top" href="es/text/shared/guide/pdf_params.html#links">Links</a>
</h2>
<p id="par_id811693518086865" class="paragraph" dir="auto"><a target="_top" href="es/text/shared/01/ref_pdf_export_links.html">Enlaces</a></p>
<table border="1" class="" cellpadding="0" cellspacing="0">
<tr>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id431682101542614" class="tableheadintable" dir="auto">Nombre</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id531682101622615" class="tableheadintable" dir="auto">Descripción</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id61682101722616" class="tableheadintable" dir="auto">Tipo</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id71682101822617" class="tableheadintable" dir="auto">Valor predeterminado</p>
</th>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id581682104332818" class="tablecontentintable" dir="auto"><span class="literal">ExportBookmarksToPDFDestination</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id641682104332819" class="tablecontentintable" dir="auto">Specifies that the bookmarks contained in the source LibreOffice file should be exported to the PDF file as Named Destination.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id111682104332820" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id651682104332822" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id531682104419168" class="tablecontentintable" dir="auto"><span class="literal">ConvertOOoTargetToPDFTarget</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id331682104419169" class="tablecontentintable" dir="auto">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.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id711682104419171" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id491682104419172" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id71682104484868" class="tablecontentintable" dir="auto"><span class="literal">ExportLinksRelativeFsys</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id911682104484869" class="tablecontentintable" dir="auto">Specifies that the file system related hyperlinks (file:// protocol) present in the document will be exported as relative to the source document location.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id521682104484870" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id951682104484872" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id641682104540031" class="tablecontentintable" dir="auto"><span class="literal">PDFViewSelection</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id991682104540032" class="tablecontentintable" dir="auto">Specifies the way the exported PDF will be viewed (experienced) by the user. Possible values are:</p>
<p id="par_id681682104589018" class="paragraphintable" dir="auto">0: Specifies that the PDF will be exported with all the links external to the document treated as URI. This is the Default</p>
<p id="par_id341682104594990" class="paragraphintable" dir="auto">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).</p>
<p id="par_id161682104601779" class="paragraphintable" dir="auto">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 LibreOffice PDF Export feature (see <span class="literal">ExportBookmarksToPDFDestination</span>).</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id941682104540033" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id971682104540034" class="tablecontentintable" dir="auto">0</p>
</td>
</tr>
</table>
<br>
<h2 id="hd_id431682103103402" dir="auto">
<a id="security"></a><a target="_top" href="es/text/shared/guide/pdf_params.html#security">Security</a>
</h2>
<p id="par_id361693518802980" class="paragraph" dir="auto"><a target="_top" href="es/text/shared/01/ref_pdf_export_security.html">Seguridad</a></p>
<table border="1" class="" cellpadding="0" cellspacing="0">
<tr>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id441682101522614" class="tableheadintable" dir="auto">Nombre</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id351682101622615" class="tableheadintable" dir="auto">Descripción</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id21782101722616" class="tableheadintable" dir="auto">Tipo</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id21882101822617" class="tableheadintable" dir="auto">Valor predeterminado</p>
</th>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id251682110042450" class="tablecontentintable" dir="auto"><span class="literal">EncryptFile</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id561682110042451" class="tablecontentintable" dir="auto">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.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id231682110042453" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id321682110042454" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id641682110120038" class="tablecontentintable" dir="auto"><span class="literal">DocumentOpenPassword</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id481682110120040" class="tablecontentintable" dir="auto">This is the password that allows the user to open the PDF file when <span class="literal">EncryptFile</span> is set to true.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id771682110120041" class="tablecontentintable" dir="auto">string</p>
</td>
<td rowspan="" colspan="" dir="auto">
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id411682110204355" class="tablecontentintable" dir="auto"><span class="literal">RestrictPermissions</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id421682110204356" class="tablecontentintable" dir="auto">If true, selects to restrict some permissions. The permissions can be changed only when the user enters the correct password.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id161682110204357" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id171682110204358" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id621682110251805" class="tablecontentintable" dir="auto"><span class="literal">PermissionPassword</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id461682110251806" class="tablecontentintable" dir="auto">This is the password that allows the user to access some permissions restricted if <span class="literal">RestrictPermissions</span> is set to true.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id521682110251807" class="tablecontentintable" dir="auto">string</p>
</td>
<td rowspan="" colspan="" dir="auto">
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id731682125169856" class="tablecontentintable" dir="auto"><span class="literal">PreparedPasswords</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id831682125169857" class="tablecontentintable" dir="auto"></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id871682125169858" class="tablecontentintable" dir="auto"></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id601682125169859" class="tablecontentintable" dir="auto"></p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id241682125214902" class="tablecontentintable" dir="auto"><span class="literal">PreparedPermissionPassword</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id401682125214903" class="tablecontentintable" dir="auto"></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id251682125214904" class="tablecontentintable" dir="auto">string</p>
</td>
<td rowspan="" colspan="" dir="auto">
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id301682110333149" class="tablecontentintable" dir="auto"><span class="literal">Printing</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id331682110333150" class="tablecontentintable" dir="auto">Specifies what printing is allowed. Possible values are:</p>
<p id="par_id451682110379499" class="paragraphintable" dir="auto">0: el documento no se puede imprimir.</p>
<p id="par_id971682110383819" class="paragraphintable" dir="auto">1: el documento puede imprimirse solo en resolución baja.</p>
<p id="par_id441682110387779" class="paragraphintable" dir="auto">2: The document can be printed at maximum resolution.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id101682110333152" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id421682110333153" class="tablecontentintable" dir="auto">2</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id11682110417182" class="tablecontentintable" dir="auto"><span class="literal">Changes</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id111682110417183" class="tablecontentintable" dir="auto">Specifies the changes that can be made to the document. Possible values are:</p>
<p id="par_id791682110462123" class="paragraphintable" dir="auto">0: The document cannot be changed.</p>
<p id="par_id91682110466372" class="paragraphintable" dir="auto">1: Inserting deleting and rotating pages is allowed.</p>
<p id="par_id301682110472022" class="paragraphintable" dir="auto">2: Filling of form field is allowed.</p>
<p id="par_id461682110476540" class="paragraphintable" dir="auto">3: Both filling of form field and commenting is allowed.</p>
<p id="par_id491682110483959" class="paragraphintable" dir="auto">4: All the changes of the previous selections are permitted, with the only exclusion of page extraction (copy).</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id221682110417184" class="tablecontentintable" dir="auto">long</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id531682110417186" class="tablecontentintable" dir="auto">4</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id781682110577550" class="tablecontentintable" dir="auto"><span class="literal">EnableCopyingOfContent</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id271682110577552" class="tablecontentintable" dir="auto">Specifies that the pages and the document content can be extracted to be used in other documents (copy and paste).</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id51682110577553" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id221682110577554" class="tablecontentintable" dir="auto">true</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id991682110633184" class="tablecontentintable" dir="auto"><span class="literal">EnableTextAccessForAccessibilityTools</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id491682110633185" class="tablecontentintable" dir="auto">Specifies that the document content can be extracted to be used in accessibility applications.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id111682110633187" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id841682110633188" class="tablecontentintable" dir="auto">true</p>
</td>
</tr>
</table>
<br>
<h2 id="hd_id211682127014184" dir="auto">
<a id="digital_signature"></a><a target="_top" href="es/text/shared/guide/pdf_params.html#digital_signature">Digital Signature</a>
</h2>
<p id="par_id231693517557779" class="paragraph" dir="auto"><a target="_top" href="es/text/shared/01/ref_pdf_export_digital_signature.html">Firmas digitales</a></p>
<table border="1" class="" cellpadding="0" cellspacing="0">
<tr>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id441682101532614" class="tableheadintable" dir="auto">Nombre</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id351682101642615" class="tableheadintable" dir="auto">Descripción</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id21782101752616" class="tableheadintable" dir="auto">Tipo</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id21882101862617" class="tableheadintable" dir="auto">Valor predeterminado</p>
</th>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id391682127040191" class="tablecontentintable" dir="auto"><span class="literal">SignPDF</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id611682127040192" class="tablecontentintable" dir="auto">If true, sign the PDF.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id961682127040193" class="tablecontentintable" dir="auto">boolean</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id971682127040194" class="tablecontentintable" dir="auto">false</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id291682127237507" class="tablecontentintable" dir="auto"><span class="literal">SignatureLocation </span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id621682127237508" class="tablecontentintable" dir="auto">Additional information about the digital signature, location of the signatory.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id71682127237509" class="tablecontentintable" dir="auto">string</p>
</td>
<td rowspan="" colspan="" dir="auto">
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id361682127621142" class="tablecontentintable" dir="auto"><span class="literal">SignatureReason</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id901682127621143" class="tablecontentintable" dir="auto">Additional information about the digital signature, reason for signature.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id671682127621144" class="tablecontentintable" dir="auto">string</p>
</td>
<td rowspan="" colspan="" dir="auto">
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id891682127669859" class="tablecontentintable" dir="auto"><span class="literal">SignatureContactInfo</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id121682127669860" class="tablecontentintable" dir="auto">Additional information about the digital signature, signatory contact information.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id381682127669861" class="tablecontentintable" dir="auto">string</p>
</td>
<td rowspan="" colspan="" dir="auto">
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id921682127786863" class="tablecontentintable" dir="auto"><span class="literal">SignaturePassword</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id11682127786864" class="tablecontentintable" dir="auto">Contraseña del certificado</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id611682127786865" class="tablecontentintable" dir="auto">string</p>
</td>
<td rowspan="" colspan="" dir="auto">
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id771682127831871" class="tablecontentintable" dir="auto"><span class="literal">SignatureCertificate</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
</td>
<td rowspan="" colspan="" dir="auto">
</td>
<td rowspan="" colspan="" dir="auto">
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id891682129073072" class="tablecontentintable" dir="auto"><span class="literal">SignCertificateSubjectName</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id651682129073075" class="tablecontentintable" dir="auto">string</p>
</td>
<td rowspan="" colspan="" dir="auto">
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id161682129138274" class="tablecontentintable" dir="auto"><span class="literal">SignatureTSA</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id1001682129138275" class="tablecontentintable" dir="auto">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.</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id671682129138276" class="tablecontentintable" dir="auto">string</p>
</td>
<td rowspan="" colspan="" dir="auto">
</td>
</tr>
</table>
<br>
</div>
<div id="DonationFrame"></div>
<footer><h2 style="text-align: center;"><a href="https://books.libreoffice.org" target="_blank">Libros de LibreOffice</a></h2>
<div class="noteicon" dir="auto" style="display:flex;justify-content:center;flex-wrap:wrap;row-gap:15px;">
<img src="media/navigation/libo-writer.svg" alt="Writer Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-calc.svg" alt="Calc Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-impress.svg" alt="Impress Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-draw.svg" alt="Draw Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-base.svg" alt="Base Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-math.svg" alt="Math Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-symbol-black.svg" alt="Getting Started Icon" style="width:60px;height:60px;">
</div>
<div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/shared/guide/pdf_params.xhp" target="_blank">/text/shared/guide/pdf_params.xhp</a></p>
<p dir="auto">Title is: Parámetros de consola para trabajar con PDF</p>
<p id="bm_module" dir="auto"></p>
<p id="bm_system" dir="auto"></p>
<p id="bm_HID" dir="auto"></p>
</div></footer>
</body>
</html>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| aaa_start.html | File | 7.35 KB | 0644 |
|
| accessibility.html | File | 9.35 KB | 0644 |
|
| active_help_on_off.html | File | 6.87 KB | 0644 |
|
| activex.html | File | 9.33 KB | 0644 |
|
| assistive.html | File | 8.15 KB | 0644 |
|
| auto_redact.html | File | 9.74 KB | 0644 |
|
| autocorr_url.html | File | 10.32 KB | 0644 |
|
| autohide.html | File | 8.1 KB | 0644 |
|
| background.html | File | 6.44 KB | 0644 |
|
| border_paragraph.html | File | 9.28 KB | 0644 |
|
| border_table.html | File | 9.17 KB | 0644 |
|
| breaking_lines.html | File | 8.14 KB | 0644 |
|
| builtin_help.html | File | 12.61 KB | 0644 |
|
| change_title.html | File | 5.56 KB | 0644 |
|
| chart_axis.html | File | 6.15 KB | 0644 |
|
| chart_barformat.html | File | 6.35 KB | 0644 |
|
| chart_insert.html | File | 10.73 KB | 0644 |
|
| chart_legend.html | File | 6.28 KB | 0644 |
|
| chart_title.html | File | 6.91 KB | 0644 |
|
| classification.html | File | 16.19 KB | 0644 |
|
| cmis-remote-files-setup.html | File | 22.95 KB | 0644 |
|
| cmis-remote-files.html | File | 14.83 KB | 0644 |
|
| collab.html | File | 15.43 KB | 0644 |
|
| configure_overview.html | File | 5.56 KB | 0644 |
|
| contextmenu.html | File | 5.53 KB | 0644 |
|
| convertfilters.html | File | 115.79 KB | 0644 |
|
| copy_drawfunctions.html | File | 7.29 KB | 0644 |
|
| copytable2application.html | File | 7.31 KB | 0644 |
|
| copytext2application.html | File | 8.95 KB | 0644 |
|
| csv_params.html | File | 52.56 KB | 0644 |
|
| ctl.html | File | 9.93 KB | 0644 |
|
| data_addressbook.html | File | 9.53 KB | 0644 |
|
| data_dbase2office.html | File | 8.96 KB | 0644 |
|
| data_enter_sql.html | File | 7.98 KB | 0644 |
|
| data_forms.html | File | 7.65 KB | 0644 |
|
| data_im_export.html | File | 11.67 KB | 0644 |
|
| data_new.html | File | 5.43 KB | 0644 |
|
| data_queries.html | File | 7.17 KB | 0644 |
|
| data_register.html | File | 7.13 KB | 0644 |
|
| data_report.html | File | 8.25 KB | 0644 |
|
| data_reports.html | File | 11.21 KB | 0644 |
|
| data_search.html | File | 5.63 KB | 0644 |
|
| data_search2.html | File | 10.34 KB | 0644 |
|
| data_tabledefine.html | File | 8.53 KB | 0644 |
|
| data_tables.html | File | 8.31 KB | 0644 |
|
| data_view.html | File | 5.85 KB | 0644 |
|
| database_main.html | File | 7.69 KB | 0644 |
|
| dev_tools.html | File | 16.93 KB | 0644 |
|
| digital_signatures.html | File | 14.99 KB | 0644 |
|
| digitalsign_receive.html | File | 8.96 KB | 0644 |
|
| digitalsign_send.html | File | 14.33 KB | 0644 |
|
| doc_autosave.html | File | 10.32 KB | 0644 |
|
| doc_open.html | File | 8.86 KB | 0644 |
|
| doc_save.html | File | 10.47 KB | 0644 |
|
| dragdrop.html | File | 9.65 KB | 0644 |
|
| dragdrop_beamer.html | File | 9.89 KB | 0644 |
|
| dragdrop_gallery.html | File | 7.66 KB | 0644 |
|
| dragdrop_graphic.html | File | 8.06 KB | 0644 |
|
| dragdrop_table.html | File | 7.94 KB | 0644 |
|
| edit_symbolbar.html | File | 7.36 KB | 0644 |
|
| email.html | File | 6.92 KB | 0644 |
|
| error_report.html | File | 7.26 KB | 0644 |
|
| export_ms.html | File | 6.87 KB | 0644 |
|
| fax.html | File | 8.58 KB | 0644 |
|
| filternavigator.html | File | 7.3 KB | 0644 |
|
| find_attributes.html | File | 9.14 KB | 0644 |
|
| flat_icons.html | File | 5.75 KB | 0644 |
|
| floating_toolbar.html | File | 11.42 KB | 0644 |
|
| fontwork.html | File | 11.92 KB | 0644 |
|
| formfields.html | File | 9.28 KB | 0644 |
|
| gallery_insert.html | File | 11.82 KB | 0644 |
|
| graphic_export_params.html | File | 17.53 KB | 0644 |
|
| groups.html | File | 10.49 KB | 0644 |
|
| hyperlink_edit.html | File | 9.48 KB | 0644 |
|
| hyperlink_insert.html | File | 7.17 KB | 0644 |
|
| hyperlink_rel_abs.html | File | 10.62 KB | 0644 |
|
| imagemap.html | File | 13.09 KB | 0644 |
|
| import_ms.html | File | 10.63 KB | 0644 |
|
| insert_bitmap.html | File | 15 KB | 0644 |
|
| insert_graphic_drawit.html | File | 13.7 KB | 0644 |
|
| insert_specialchar.html | File | 9.06 KB | 0644 |
|
| integratinguno.html | File | 6.51 KB | 0644 |
|
| keyboard.html | File | 51.55 KB | 0644 |
|
| labels.html | File | 8.93 KB | 0644 |
|
| labels_database.html | File | 8.23 KB | 0644 |
|
| language_select.html | File | 21.74 KB | 0644 |
|
| line_intext.html | File | 11.89 KB | 0644 |
|
| lineend_define.html | File | 6.32 KB | 0644 |
|
| linestyle_define.html | File | 7.01 KB | 0644 |
|
| linestyles.html | File | 6.43 KB | 0644 |
|
| lotusdbasediff.html | File | 31.13 KB | 0644 |
|
| macro_recording.html | File | 10.49 KB | 0644 |
|
| main.html | File | 25.2 KB | 0644 |
|
| manage_templates.html | File | 16.02 KB | 0644 |
|
| measurement_units.html | File | 7.09 KB | 0644 |
|
| microsoft_terms.html | File | 11.14 KB | 0644 |
|
| ms_doctypes.html | File | 6.26 KB | 0644 |
|
| ms_import_export_limitations.html | File | 15.09 KB | 0644 |
|
| ms_user.html | File | 14.94 KB | 0644 |
|
| navigator.html | File | 6.71 KB | 0644 |
|
| navigator_setcursor.html | File | 7.08 KB | 0644 |
|
| navpane_on.html | File | 5.24 KB | 0644 |
|
| numbering_stop.html | File | 10.09 KB | 0644 |
|
| openpgp.html | File | 15.36 KB | 0644 |
|
| pageformat_max.html | File | 6.76 KB | 0644 |
|
| paintbrush.html | File | 14.25 KB | 0644 |
|
| palette_files.html | File | 11.06 KB | 0644 |
|
| pasting.html | File | 8.59 KB | 0644 |
|
| pdf_params.html | File | 67.4 KB | 0644 |
|
| print_blackwhite.html | File | 12.56 KB | 0644 |
|
| print_faster.html | File | 7.44 KB | 0644 |
|
| protection.html | File | 12.83 KB | 0644 |
|
| redaction.html | File | 11.34 KB | 0644 |
|
| redlining.html | File | 7.45 KB | 0644 |
|
| redlining_accept.html | File | 8.25 KB | 0644 |
|
| redlining_doccompare.html | File | 7.99 KB | 0644 |
|
| redlining_docmerge.html | File | 7.29 KB | 0644 |
|
| redlining_enter.html | File | 9.78 KB | 0644 |
|
| redlining_navigation.html | File | 6.77 KB | 0644 |
|
| redlining_protect.html | File | 6.76 KB | 0644 |
|
| redlining_versions.html | File | 5.8 KB | 0644 |
|
| round_corner.html | File | 5.8 KB | 0644 |
|
| scripting.html | File | 21.23 KB | 0644 |
|
| space_hyphen.html | File | 8.69 KB | 0644 |
|
| spadmin.html | File | 8.97 KB | 0644 |
|
| standard_template.html | File | 15.1 KB | 0644 |
|
| start_parameters.html | File | 46.46 KB | 0644 |
|
| startcenter.html | File | 10.56 KB | 0644 |
|
| tabs.html | File | 14.58 KB | 0644 |
|
| template_manager.html | File | 31.01 KB | 0644 |
|
| text_color.html | File | 6.78 KB | 0644 |
|
| textmode_change.html | File | 7.04 KB | 0644 |
|
| undo_formatting.html | File | 9.17 KB | 0644 |
|
| usingthemes.html | File | 8.26 KB | 0644 |
|
| version_number.html | File | 5.15 KB | 0644 |
|
| viewing_file_properties.html | File | 6.81 KB | 0644 |
|
| workfolder.html | File | 7.05 KB | 0644 |
|
| xforms.html | File | 8.77 KB | 0644 |
|
| xsltfilter.html | File | 8.09 KB | 0644 |
|
| xsltfilter_create.html | File | 14.42 KB | 0644 |
|
| xsltfilter_distribute.html | File | 7.4 KB | 0644 |
|