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 f0c704785..35ae5862b 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
@@ -105,9 +105,13 @@ class="admonition note">
For Collections:
- - Only Presentation is
- currently supported.
- - We plan to add support for all the collection types at some point.
+ - List View is
+ supported, allowing to print multiple notes at once while preserving hierarchy
+ (similar to a book).
+ - Presentation is
+ also supported, where each slide/subnote is displayed.
+ - The rest of the collections are not supported, but we plan to add support
+ for all the collection types at some point.
Using Custom app-wide CSS for
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.md b/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.md
index d8cbe4bfa..083ad6ec7 100644
--- a/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.md
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.md
@@ -74,8 +74,9 @@ Not all Note Types
* Line numbers are not printed.
* Syntax highlighting is enabled, however a default theme (Visual Studio) is enforced.
* For Collections:
- * Only Presentation is currently supported.
- * We plan to add support for all the collection types at some point.
+ * List View is supported, allowing to print multiple notes at once while preserving hierarchy (similar to a book).
+ * Presentation is also supported, where each slide/subnote is displayed.
+ * The rest of the collections are not supported, but we plan to add support for all the collection types at some point.
* Using Custom app-wide CSS for printing is not longer supported, due to a more stable but isolated mechanism.
* We plan to introduce a new mechanism specifically for a print CSS.