# PDF reports

*PDF reports are available as part of the* [*Enterprise Edition*](https://www.sonarsource.com/plans-and-pricing/enterprise/) *and* [*above*](https://www.sonarsource.com/plans-and-pricing/)*.*

PDF reports give a periodic, high-level overview of the code quality and security of your projects, applications, or portfolios.

The reports focus mainly on new code and quality gate conditions. This means that, if there are failing conditions on the overall code, they will appear in the report as well.

Depending on the configuration of your SonarQube Server instance, the PDF reports are generated with metrics either from [Standard Experience](/sonarqube-server/2025.2/instance-administration/analysis-functions/instance-mode/standard-experience.md) or [MQR mode](/sonarqube-server/2025.2/instance-administration/analysis-functions/instance-mode/mqr-mode.md).

## Project and application PDF reports <a href="#project-and-application-pdf-reports" id="project-and-application-pdf-reports"></a>

You can download PDF reports for a [Maintaining project branches](/sonarqube-server/2025.2/project-administration/maintaining-the-branches-of-your-project.md) of a project or application and subscribe to regular updates. The frequency with which you receive reports is set by a project or system administrator.

To download a PDF report for a project or application:

1. Retrieve the [Retrieving projects](/sonarqube-server/2025.2/user-guide/viewing-projects/retrieving-projects.md) or application.
2. In the upper right corner of the project or application’s Overview page, click **Project PDF report** or **Application PDF report** and select **Download** or **Subscribe to report** from the drop-down menu.

{% hint style="info" %}
You cannot download or subscribe to a PDF report for a temporary branch. If you are unable to download or subscribe to a PDF report for a branch, go to **Project Settings** > **Branches and Pull Requests** and make sure that the **Keep when inactive** toggle is on for that branch (you must be a project admin).
{% endhint %}

## Portfolio PDF reports <a href="#portfolio-pdf-reports" id="portfolio-pdf-reports"></a>

You can download a PDF report for a portfolio from the portfolio’s Overview page by selecting **Portfolio PDF report** from the upper-right corner and clicking **Download**. This is really convenient, for example, if you’re going into a meeting where you may not have access to your SonarQube Server instance.

You can subscribe to receive a PDF by email by selecting **Subscribe to report** from the **Portfolio PDF report** drop-down menu. The default subscription frequency is monthly, but a [Managing portfolios](/sonarqube-server/2025.2/project-administration/managing-portfolios.md).

{% hint style="info" %}
You will only receive the PDF when the portfolio is computed.
{% endhint %}

## Related pages <a href="#related-pages" id="related-pages"></a>

* [Security reports](/sonarqube-server/2025.2/user-guide/viewing-reports/security-reports.md)
* [Regulatory reports](/sonarqube-server/2025.2/user-guide/viewing-reports/regulatory-reports.md)
* [Portfolios](/sonarqube-server/2025.2/user-guide/viewing-reports/portfolios.md)
* [PDF reports](/sonarqube-server/2025.2/instance-administration/system-functions/pdf-reports.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-server/2025.2/user-guide/viewing-reports/pdf-reports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
