From c98207dbc8a3dba5f2bcca1c271f57c854cc44c5 Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Thu, 14 May 2026 13:45:23 +0530 Subject: [PATCH] 995460 - Content Added --- ...-buttons-preserved-in-excel-to-pdf-conversion.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Document-Processing/Excel/Excel-Library/NET/faqs/are-pivot-table-expand-buttons-preserved-in-excel-to-pdf-conversion.md diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/are-pivot-table-expand-buttons-preserved-in-excel-to-pdf-conversion.md b/Document-Processing/Excel/Excel-Library/NET/faqs/are-pivot-table-expand-buttons-preserved-in-excel-to-pdf-conversion.md new file mode 100644 index 000000000..9ef4615ca --- /dev/null +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/are-pivot-table-expand-buttons-preserved-in-excel-to-pdf-conversion.md @@ -0,0 +1,13 @@ +--- +title: Are pivot table expand buttons preserved in PDF? | Syncfusion +description: This page explains whether expand buttons in pivot tables are preserved during Excel to PDF conversion. +platform: document-processing +control: XlsIO +documentation: UG +--- + +# Are pivot table expand buttons preserved in Excel to PDF conversion? + +Microsoft Excel does not preserve pivot table expand/collapse buttons when exporting to PDF. The PDF output represents a static view of the worksheet, and interactive elements such as expand/collapse controls are not included. This is the default and expected behavior of Excel. + +Syncfusion XlsIO follows the same behavior as Microsoft Excel. During Excel to PDF conversion, pivot table expand/collapse buttons are not retained in the generated PDF. This is consistent with Excel’s functionality and is not a limitation of the Syncfusion library. \ No newline at end of file