---
title: PDF Export
page_title: PDF Export - Gantt - Kendo UI for Vue
description: "Configure the PDF export settings of the Kendo UI Gantt wrapper for Vue."
slug: pdf_export_gantt
position: 5
---

<div><WrapperBanner></WrapperBanner></div>

# PDF Export

The Gantt component provides inbuilt PDF export functionality.

To export the content to PDF include the pdf option to the Gantt toolbar and configure the export settings through the `pdf` prop. You can specify the file name and whether to export all pages, margins, paper size, font and other. The configuration settings are listed [here](https://docs.telerik.com/kendo-ui/api/javascript/ui/gantt/configuration/pdf).

{% meta height:750 %}
{% embed_file pdf-export/main.vue preview %}
{% embed_file pdf-export/main.js %}
{% endmeta %}

## Suggested Links

* [Kendo UI Gantt for jQuery](https://docs.telerik.com/kendo-ui/controls/scheduling/gantt/overview)
* [API Reference of the Gantt Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/gantt)