Skip to content

Commit 262994d

Browse files
984045: Updated the UG content and samples for PDF Export section in DataGrid
1 parent 9a752f0 commit 262994d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

blazor/datagrid/adding-header-and-footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Customize PDF headers and footers in the Blazor DataGrid | Syncfusion
4-
description: Learn how to add and customize headers and footers in PDF export using the Syncfusion Blazor DataGrid, including text, page numbers, images, lines, page size, and orientation.
4+
description: Learn how to customize headers and footers in PDF export using Syncfusion Blazor DataGrid, including text, images, and page settings.
55
platform: Blazor
66
control: DataGrid
77
documentation: ug

blazor/datagrid/pdf-export-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: PDF Export Options in Blazor DataGrid | Syncfusion
4-
description: Learn how to customize PDF export in the Syncfusion Blazor DataGrid, including current/filtered/selected rows, hidden columns, page size/orientation, themes, and more.
4+
description: Learn how to customize PDF export in Syncfusion Blazor DataGrid with filtered rows, hidden columns, page settings, and themes.
55
platform: Blazor
66
control: DataGrid
77
documentation: ug
@@ -1380,7 +1380,7 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DataGrid supports em
13801380

13811381
**Steps to configure**
13821382

1383-
1. Encode the font file (e.g., .ttf or .otf) as a **Base64 string**.
1383+
1. Encode the font file as a **Base64 string**.
13841384
2. Assign the **Base64 string** to [PdfGridFont.FontFamily](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.PdfGridFont.html).
13851385
3. Define **font** **size**, **color**, and **style** using [PdfThemeStyle](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.PdfThemeStyle.html).
13861386
4. Pass the [theme](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.PdfExportProperties.html#Syncfusion_Blazor_Grids_PdfExportProperties_Theme) configuration to [ExportToPdfAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.SfGrid-1.html#Syncfusion_Blazor_Grids_SfGrid_1_ExportToPdfAsync_Syncfusion_Blazor_Grids_PdfExportProperties_).

blazor/datagrid/pdf-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: PDF export in Blazor DataGrid | Syncfusion
4-
description: Learn how to export data to PDF from the Syncfusion Blazor DataGrid, including spinner feedback, custom data sources, aggregates, date formats, and server parameters.
4+
description: Learn how to export data to PDF from Syncfusion Blazor DataGrid with custom sources, aggregates, date formats, and server-side options.
55
platform: Blazor
66
control: DataGrid
77
documentation: ug

0 commit comments

Comments
 (0)