diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-03-30 13:47:52 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-03-30 13:47:52 +0200 |
commit | f2c45a2b93c88cf7fa1feba2197e8745f56de98a (patch) | |
tree | 4dadf915e0bff56a9eb050016c911585376fc65d /source/text | |
parent | cf790c30c572ccf4ab5d0378733d673d437e42e1 (diff) |
vcl PDF export, norefxobj: add help text for this
Change-Id: I7d19333e0f025e2d9c8d894f082971feb7492c63
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/shared/01/ref_pdf_export.xhp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/text/shared/01/ref_pdf_export.xhp b/source/text/shared/01/ref_pdf_export.xhp index b5458b6427..1fcd7b1f5f 100644 --- a/source/text/shared/01/ref_pdf_export.xhp +++ b/source/text/shared/01/ref_pdf_export.xhp @@ -132,6 +132,9 @@ <paragraph id="hd_id3946958" role="heading" level="3" xml-lang="en-US">Export automatically inserted blank pages</paragraph> <paragraph id="par_id8551896" role="paragraph" xml-lang="en-US"><ahelp hid=".">If switched on, automatically inserted blank pages are exported to the PDF file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. If the previous chapter ends on an odd page, %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not.</ahelp></paragraph> +<paragraph id="hd_id3946959" role="heading" level="3" xml-lang="en-US">Use reference XObjects</paragraph> +<paragraph id="par_id8551897" role="paragraph" xml-lang="en-US"><ahelp hid=".">This option affects how PDF images are exported back to PDF. When this option is disabled, then the first page of the PDF data is included in the output. The PDF export merges the used images, fonts and other resources during export. This is a complex operation, but the result can be viewed in various viewers. 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.</ahelp></paragraph> + <paragraph id="hd_id9796441" role="heading" level="1" xml-lang="en-US">Initial View tab</paragraph> <bookmark xml-lang="en-US" branch="hid/filter/ui/pdfviewpage/PdfViewPage" id="bm_id4472793" localize="false"/> @@ -383,4 +386,4 @@ <paragraph id="par_id3146975" role="paragraph" xml-lang="en-US"><ahelp hid=".">Exports the current file in PDF format.</ahelp></paragraph> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |