source/text/shared/01/ref_pdf_export_links.xhp | 11 ++++++++--- source/text/shared/guide/pdf_params.xhp | 1 + 2 files changed, 9 insertions(+), 3 deletions(-)
New commits: commit 71697c13cd626213ade239ba4d1be5b20be18664 Author: Olivier Hallot <[email protected]> AuthorDate: Mon Jan 12 18:24:40 2026 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Wed Jan 14 00:48:09 2026 +0100 tdf#170309 PDF Links, "remove cross-doc" Change-Id: I174f416105c2db1d621a835a74dd98ec60123c0e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/197151 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/source/text/shared/01/ref_pdf_export_links.xhp b/source/text/shared/01/ref_pdf_export_links.xhp index 9ba2c2f02b..ac278b4989 100644 --- a/source/text/shared/01/ref_pdf_export_links.xhp +++ b/source/text/shared/01/ref_pdf_export_links.xhp @@ -23,7 +23,7 @@ <bookmark branch="hid/filter/ui/pdflinkspage/@@nowidget@@" id="bm_id5594043" localize="false"/> <section id="pdfexportlinks"> <h1 id="hd_id9464094"><variable id="pdfexportlinksh1"><link href="text/shared/01/ref_pdf_export_links.xhp">Links</link></variable></h1> - <paragraph id="par_id9302346" role="paragraph">Specify how to export bookmarks, document references and hyperlinks in your document.</paragraph> + <description id="par_id9302346">Specify how to export bookmarks, document references and hyperlinks in your document.</description> </section> <paragraph role="paragraph" id="par_id691677542045140">All hyperlinks in your %PRODUCTNAME document are exported automatically to your PDF document.</paragraph> <section id="howtoget"> @@ -44,8 +44,8 @@ <h2 id="hd_id9937131">Cross-document links</h2> <paragraph id="par_id5616626" role="paragraph">Specify how to handle hyperlinks from your PDF file to other files.</paragraph> - <bookmark branch="hid/filter/ui/pdflinkspage/default" id="bm_id909451" localize="false"/> + <bookmark branch="hid/filter/ui/pdflinkspage/default" id="bm_id909451" localize="false"/> <h3 id="hd_id1972106">Default mode</h3> <paragraph id="par_id79042" role="paragraph"><ahelp hid=".">Links from your PDF document to other documents will be handled as it is specified in your operating system.</ahelp></paragraph> <bookmark branch="hid/filter/ui/pdflinkspage/openpdf" id="bm_id1665089" localize="false"/> @@ -56,8 +56,13 @@ <h3 id="hd_id3168736">Open with Internet browser</h3> <paragraph id="par_id1909848" role="paragraph"><ahelp hid=".">Cross-document links are opened with the Internet browser. The Internet browser must be able to handle the specified file type inside the hyperlink.</ahelp></paragraph> + + <bookmark branch="hid/filter/ui/pdflinkspage/removeexternallinks" id="bm_id981768252391553" localize="false"/> + <h3 id="hd_id831768252100415">Remove cross-document links</h3> + <paragraph role="paragraph" id="par_id191768252109064">Specifies that the document will be exported to PDF without including external links.</paragraph> <bookmark branch="hid/filter/ui/pdfsignpage/ok" id="bm_id18849148" localize="false"/> - <section id="relatedtopics"> + +<section id="relatedtopics"> <embed href="text/shared/01/ref_pdf_export_digital_signature.xhp#relatedtopics"/> </section> </body> diff --git a/source/text/shared/guide/pdf_params.xhp b/source/text/shared/guide/pdf_params.xhp index 63b83fce88..a107c81def 100644 --- a/source/text/shared/guide/pdf_params.xhp +++ b/source/text/shared/guide/pdf_params.xhp @@ -856,6 +856,7 @@ <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> + <paragraph id="par_id11768251601081" role="paragraph">3: Specifies that the document will be exported to PDF without including external links.</paragraph> </tablecell> <tablecell> <paragraph id="par_id941682104540033" localize="false" role="tablecontent">long</paragraph>
