mirror of https://github.com/grafana/grafana
Docs: export dashboard as PDF (#22746)
* Docs: export dashboard as PDF * Update docs/sources/enterprise/_index.md Co-Authored-By: Leonard Gram <leo@xlson.com> Co-authored-by: Leonard Gram <leo@xlson.com>pull/22761/head
parent
61c1e70234
commit
4393478397
@ -0,0 +1,24 @@ |
||||
+++ |
||||
title = "Export dashboard as PDF" |
||||
description = "" |
||||
keywords = ["grafana", "export", "pdf", "share"] |
||||
type = "docs" |
||||
[menu.docs] |
||||
parent = "enterprise" |
||||
weight = 900 |
||||
+++ |
||||
|
||||
# Export dashboard as PDF |
||||
|
||||
Export dashboard as PDF allows you to generate PDFs from any of your dashboards and save it to file. |
||||
|
||||
> Only available in Grafana Enterprise v6.7+. |
||||
|
||||
## Generating dashboard PDF |
||||
|
||||
Dashboard can be exported to PDF from **Share dashboard** menu. |
||||
|
||||
1. Click on the share icon in the dashboard menu. |
||||
1. Go to PDF tab. |
||||
1. Select the layout option for exported dashboard. By default it is set to **Portrait** but it's also possible to select **Landscape**. |
||||
1. Click **Save as PDF** to render dashboard as a PDF document and save it. |
Loading…
Reference in new issue