From 34480e068e88431108f420196cda67e1b1eb7b4d Mon Sep 17 00:00:00 2001 From: Jacob Valdez Date: Wed, 28 May 2025 15:41:35 -0500 Subject: [PATCH] [release-11.3.8]Docs: Add admonition in PDF export docs about newPDFRendering feature toggle (#106185) * Docs: Add admonition in PDF export docs about newPDFRendering feature toggle (#106182) * Docs: Add admonition in PDF export docs about newpdfrendering feature toggle * adjusting some wording (cherry picked from commit 9acdb9572e9bd6ba0f2ae29abf63780eb4d58baa) * Update docs/sources/dashboards/create-reports/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- docs/sources/dashboards/create-reports/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/dashboards/create-reports/index.md b/docs/sources/dashboards/create-reports/index.md index 774e05dc445..d18202d5ead 100644 --- a/docs/sources/dashboards/create-reports/index.md +++ b/docs/sources/dashboards/create-reports/index.md @@ -286,6 +286,10 @@ You can generate and save PDF files of any dashboard. > **Note:** Available in [Grafana Enterprise](ref:grafana-enterprise) version 6.7 and later, and [Grafana Cloud](/docs/grafana-cloud/). +{{< admonition type="tip">}} +You can enable the `newPDFRendering` [feature toggle](https://grafana.com/docs/grafana//setup-grafana/configure-grafana/feature-toggles/), available in public preview, to improve PDF generation performance. +{{< /admonition >}} + 1. In the dashboard that you want to export as PDF, click the **Share** button. 1. On the PDF tab, select a layout option for the exported dashboard: **Portrait** or **Landscape**. 1. Click **Save as PDF** to render the dashboard as a PDF file.