From 662423221e01ee6b94ad74dc22969d93d434788b Mon Sep 17 00:00:00 2001
From: Elian Doran
Date: Wed, 24 Dec 2025 22:21:14 +0200
Subject: [PATCH] docs(user): mention new printing limitations
---
.../Notes/Printing & Exporting as PDF.html | 104 +++++++++++-------
docs/User Guide/!!!meta.json | 14 +++
.../Notes/Printing & Exporting as PDF.md | 7 +-
3 files changed, 83 insertions(+), 42 deletions(-)
diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.html
index 744d1d5e5..bf5010fe0 100644
--- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.html
+++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.html
@@ -4,7 +4,6 @@
Screenshot of the note contextual menu indicating the “Export as PDF”
option.
-
Printing
This feature allows printing of notes. It works on both the desktop client,
but also on the web.
@@ -53,18 +52,27 @@ class="admonition note">
the default application might seem incorrect (such as opening in GIMP).
This is because it uses Gnome's “Recommended applications” list.
To solve this, you can change the recommended application for PDFs via
- this command line. First, list the available applications via gio mime application/pdf and
+ this command line. First, list the available applications via gio mime application/pdf and
then set the desired one. For example to use GNOME's Evince:
gio mime application/pdf
Customizing exporting as PDF
When exporting to PDF, there are no customizable settings such as page
orientation, size. However, there are a few Attributes to adjust some of the settings:
-
To print in landscape mode instead of portrait (useful for big diagrams
- or slides), add #printLandscape.
-
By default, the resulting PDF will be in Letter format. It is possible
- to adjust it to another page size via the #printPageSize attribute,
- with one of the following values: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger.
+
To print in landscape mode instead of portrait (useful for big diagrams
+ or slides), add #printLandscape.
+
By default, the resulting PDF will be in Letter format. It is possible
+ to adjust it to another page size via the #printPageSize attribute,
+ with one of the following values: A0,
+ A1, A2, A3,
+ A4, A5, A6,
+ Legal, Letter, Tabloid,
+ Ledger.