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
Alexander Zobnin 5 years ago committed by GitHub
parent 61c1e70234
commit 4393478397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/sources/enterprise/_index.md
  2. 24
      docs/sources/enterprise/export-pdf.md
  3. 2
      docs/sources/menu.yaml

@ -50,6 +50,10 @@ Supported auth providers:
[Reporting]({{< relref "reporting.md" >}}) allows you to take any dashboard, generate a PDF report, and set up a schedule to have it emailed to whoever you choose.
## Export dashboard as PDF
[Export dashboard as PDF]({{< relref "export-pdf.md" >}}) allows you to export a dashboard as a PDF document.
## White labeling
[White labeling]({{< relref "white-labeling.md" >}}) allows you to replace the Grafana brand and logo with your own corporate brand and logo. You can also change footer links to point to your custom resources.

@ -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.

@ -261,6 +261,8 @@
link: /enterprise/white-labeling/
- name: License expiration
link: /enterprise/license-expiration/
- name: Export dashboard as PDF
link: /enterprise/export-pdf/
- name: Tutorials
link: /tutorials/
children:

Loading…
Cancel
Save