+
+
+|
+Platform(s)
+ |
+
+NuGets for Chart to Image
+ |
+
+Assemblies for Chart to image
+ |
+
+
+
+|
+Cross-platform, Xamarin
+ |
+
+{{'[PPTX to PDF NuGets](https://help.syncfusion.com/file-formats/presentation/nuget-packages-required#converting-powerpoint-presentation-into-pdf)' | markdownify }}
+ |
+
+{{'[PPTX to PDF assemblies](https://help.syncfusion.com/file-formats/presentation/assemblies-required#converting-powerpoint-presentation-to-pdf)' | markdownify }}
+ |
+
+
+|
+Windows-specific
+ |
+
+{{'[PPTX to PDF NuGets](https://help.syncfusion.com/file-formats/presentation/nuget-packages-required#converting-powerpoint-presentation-into-pdf)' | markdownify }} {{'[Chart conversion NuGets](https://help.syncfusion.com/file-formats/presentation/nuget-packages-required#converting-charts-in-presentation)' | markdownify }}
+ |
+
+{{'[PPTX to PDF assemblies](https://help.syncfusion.com/file-formats/presentation/assemblies-required#converting-powerpoint-presentation-to-pdf)' | markdownify }} {{'[Chart conversion assemblies](https://help.syncfusion.com/file-formats/presentation/nuget-packages-required#converting-charts-in-presentation)' | markdownify }}
+ |
+
+
+|
+UWP
+ |
+
+{{'[PPTX to PDF NuGets of cross platform](https://help.syncfusion.com/file-formats/presentation/nuget-packages-required#converting-powerpoint-presentation-into-pdf)' | markdownify }}
+ |
+
+{{'[PPTX to PDF assemblies of cross platform](https://help.syncfusion.com/file-formats/presentation/assemblies-required#converting-powerpoint-presentation-to-pdf)' | markdownify }}
+ |
+
+
+
The following code example demonstrates how to convert the charts in a Presentation slide to image.
T> You can specify the quality of the converted charts by setting the scaling mode. For more details on how to set the scaling mode, see [Converting PowerPoint presentation to Images](/file-formats/presentation/getting-started#converting-powerpoint-presentation-to-images)
{% tabs %}
+{% highlight c# tabtitle="C# [Cross-platform]" %}
+//Loads or open an PowerPoint Presentation
+FileStream inputStream = new FileStream("../../../Data/Sample.pptx", FileMode.Open);
+IPresentation pptxDoc = Presentation.Open(inputStream);
+//Initialize the PresentationRenderer
+pptxDoc.PresentationRenderer = new PresentationRenderer();
+//Gets the first instance of chart from slide
+IPresentationChart chart = pptxDoc.Slides[0].Charts[0];
+//Converts the chart to image.
+Stream image = new FileStream("../../../Data/ChartToImage.jpg", FileMode.Create, FileAccess.ReadWrite);
+pptxDoc.PresentationRenderer.ConvertToImage(chart, image);
+//Closes the presentation
+pptxDoc.Close();
+image.Close();
+inputStream.Close();
+{% endhighlight %}
+
{% highlight c# tabtitle="C# [Windows-specific]" %}
//Opens the Presentation
IPresentation pptxDoc = Presentation.Open("Sample.pptx");
@@ -757,6 +825,61 @@ stream.Close()
pptxDoc.Close()
{% endhighlight %}
+{% highlight c# tabtitle="UWP" %}
+//You can convert a chart to images in UWP using PresentationRenderer, by using cross-platform NuGets or assemblies in a UWP application.
+//Loads or open an PowerPoint Presentation
+IPresentation pptxDoc = Presentation.Open(assembly.GetManifestResourceStream("Convert_chart_to_image.Assets.Template.pptx"));
+//Initialize the PresentationRenderer
+pptxDoc.PresentationRenderer = new PresentationRenderer();
+//Gets the first instance of chart from slide
+IPresentationChart chart = pptxDoc.Slides[0].Charts[0];
+//Converts the chart to image.
+//Creates a stream instance to store the image
+MemoryStream stream = new MemoryStream();
+pptxDoc.PresentationRenderer.ConvertToImage(chart, stream);
+//Closes the presentation
+pptxDoc.Close();
+inputStream.Close();
+//Save the memory stream as file.
+Save(stream as MemoryStream, "ChartToImage.jpeg");
+/// () { ".jpeg" });
+ stFile = await savePicker.PickSaveFileAsync();
+ }
+ else
+ {
+ StorageFolder local = Windows.Storage.ApplicationData.Current.LocalFolder;
+ stFile = await local.CreateFileAsync(filename, CreationCollisionOption.ReplaceExisting);
+ }
+ if (stFile != null)
+ {
+ using (Windows.Storage.Streams.IRandomAccessStream zipStream = await stFile.OpenAsync(FileAccessMode.ReadWrite))
+ {
+ //Write compressed data from memory to file.
+ using (Stream outstream = zipStream.AsStreamForWrite())
+ {
+ byte[] buffer = streams.ToArray();
+ outstream.Write(buffer, 0, buffer.Length);
+ outstream.Flush();
+ }
+ }
+ }
+ //Launch the saved image file.
+ await Windows.System.Launcher.LaunchFileAsync(stFile);
+}
+{% endhighlight %}
+
{% endtabs %}
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Charts/Convert-chart-to-image).
diff --git a/File-Formats/Presentation/installation/mac-installer/how-to-download.md b/File-Formats/Presentation/installation/mac-installer/how-to-download.md
new file mode 100644
index 000000000..a12c2fda1
--- /dev/null
+++ b/File-Formats/Presentation/installation/mac-installer/how-to-download.md
@@ -0,0 +1,79 @@
+---
+layout: post
+title: Downloading Syncfusion PowerPoint Mac installer - Syncfusion
+description: Learn here about the how to download Syncfusion PowerPoint Mac installer from our syncfusion website with license.
+platform: file-formats
+control: Installation and Deployment
+documentation: ug
+---
+
+# Downloading Syncfusion PowerPoint Mac Installer
+
+The Syncfusion installer can be downloaded from the [Syncfusion](https://www.syncfusion.com/) website. You can either download the licensed installer or try our trial installer depending on your license.
+
+ - Trial Installer
+ - Licensed Installer
+
+You can download the Syncfusion installer from [Syncfusion.com](https://www.syncfusion.com/) website
+
+## Download the Trial Version
+
+Our 30-day trial can be downloaded in two ways.
+
+* Download Free Trial Setup
+* Start Trials if using components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+
+### Download Free Trial Setup
+
+1. You can evaluate our 30-day free trial by visiting the [Download Free Trial](https://www.syncfusion.com/downloads) page and select the product
+2. After completing the required form or logging in with your registered Syncfusion account, you can download the trial installer from the confirmation page. (as shown in below screenshot.)
+
+ 
+
+3. With a trial license, only the latest version’s trial installer can be downloaded.
+4. Unlock key is not required to install the Syncfusion PowerPoint Mac trial installer.
+5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (as shown in below screenshot.)
+
+ 
+
+6. Click the More Download Options (element 2 in the above screenshot) button to get the Essential Studio PowerPoint Mac trial installer which is available in PKG format.
+
+ 
+
+### Start Trials if using components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+You should initiate an evaluation if you have already obtained our components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+1. You can start your 30-day free trial from the [Start Trial](https://www.syncfusion.com/account/manage-trials/start-trials) page from your account.
+
+ N> You can generate the license key for your active trial products from [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page. This license key will be mandatory to use our trial products in your application. To know more about License key, refer this [help topic](https://help.syncfusion.com/file-formats/licensing/overview).
+
+ 
+
+2. To access this page, you must sign up\log in with your Syncfusion account.
+3. Begin your trial by selecting the Syncfusion product.
+
+ N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again.
+
+4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/file-formats/licensing/how-to-generate) here at any time before the trial period expires. (as shown in below screenshot.)
+
+ 
+
+5. You can find your current active trial products on the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page.
+
+
+## Download the License Version
+
+1. Syncfusion licensed products will be available in the [License & Downloads](https://www.syncfusion.com/account/downloads) page under your registered Syncfusion account.
+2. You can view all the licenses (both active and expired) associated with your account.
+3. You can download PowerPoint Mac licensed installer by going to More Downloads Options (element 3 in the screenshot below).
+
+ 
+
+4. Unlock key is not required to install the Syncfusion PowerPoint Mac trial installer.
+5. For Mac OS, PKG formats is available for download.
+
+ 
+
+You can also refer to the [**PowerPoint Mac installer**](https://help.syncfusion.com/common/essential-studio/installation/mac-installer/how-to-install) links for step-by-step installation guidelines.
diff --git a/File-Formats/Presentation/installation/mac-installer/how-to-install.md b/File-Formats/Presentation/installation/mac-installer/how-to-install.md
new file mode 100644
index 000000000..bb2c03a05
--- /dev/null
+++ b/File-Formats/Presentation/installation/mac-installer/how-to-install.md
@@ -0,0 +1,79 @@
+---
+layout: post
+title: Installing Syncfusion PowerPoint Mac installer - Syncfusion
+description: Learn here about how to install Syncfusion PowerPoint Mac installer after downloading from our Syncfusion website.
+platform: file-formats
+control: Installation and Deployment
+documentation: ug
+---
+
+# Installing Syncfusion PowerPoint Mac installer
+
+## Steps to resolve the warning message in Catalina OS or later
+
+ While running Essential Studio PowerPoint Mac Installers on Catalina MacOS or later, the below alert will be displayed.
+
+ 
+
+ If you receive this alert, follow the below steps for the easiest solution.
+
+ 1. Right-click the downloaded pkg file.
+ 2. Select the "Open With" option and choose "Installer (Default)". The following pop-up appears.
+
+ 
+
+ 3. When you click "Open" the installer window will be opened.
+
+## Step-by-Step Installation
+
+The steps below show how to install Essential Studio PowerPoint Mac installer.
+
+1. Open the Syncfusion Essential Studio PowerPoint Mac installer(.pkg) file. The installer Wizard opens. Click Continue.
+
+ 
+
+
+2. The Software License Agreement wizard will appear. Click the Continue button.
+
+ 
+
+
+3. The License Agreement's Confirmation window will appear. If you have read the Software License Agreement, click **Agree**.
+
+ 
+
+ N> The Unlock key is not required to install the Essential Studio PowerPoint Mac installer.
+
+
+4. The Destination select wizard will appear. You can choose which disc to install the Syncfusion Essential Studio PowerPoint Mac installer on here.
+
+ 
+
+5. The Installation Type wizard will appear. Click Install to begin the standard installation of the Syncfusion Essential Studio PowerPoint Mac installer.
+
+ 
+
+6. The Authentication window will appear. To begin the installation, enter the Mac machine's passPowerPoint and click **Install Software**.
+
+ 
+
+7. The installation process will begin on your machine.
+
+ 
+
+8. Once the installation is complete, the completed screen will be displayed. To exit the installation wizard, click Close.
+
+ 
+
+ By default, Mac installer will install the files in following location.
+
+ **Location:** {Documents}/Syncfusion/{version}/PowerPoint
+
+ 
+
+## License key registration in samples
+
+After the installation, the license key is required to register the demo source that is included in the Mac installer. To learn about the steps for license registration for the ASP.NET Core - EJ2 samples in the Essential Studio PowerPoint Mac installer, please refer to this.
+
+* Register the license key in the [Program.cs](https://ej2.syncfusion.com/aspnetcore/documentation/licensing/how-to-register-in-an-application#for-aspnet-core-application-using-net-60) file if you created the ASP.NET Core web application with Visual Studio 2022 and .NET 6.0.
+* Register the license key in Configure method of [Startup.cs](https://ej2.syncfusion.com/aspnetcore/documentation/licensing/how-to-register-in-an-application#for-aspnet-core-application-using-net-50-or-net-31)
\ No newline at end of file
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Download_img1.png b/File-Formats/Presentation/installation/mac-installer/images/Download_img1.png
new file mode 100644
index 000000000..d4383e3bf
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Download_img1.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Download_img2.png b/File-Formats/Presentation/installation/mac-installer/images/Download_img2.png
new file mode 100644
index 000000000..fe99798d7
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Download_img2.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Download_img3.png b/File-Formats/Presentation/installation/mac-installer/images/Download_img3.png
new file mode 100644
index 000000000..51913e257
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Download_img3.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Mac_Catalina_MacOS_Alert1.png b/File-Formats/Presentation/installation/mac-installer/images/Mac_Catalina_MacOS_Alert1.png
new file mode 100644
index 000000000..a0464a648
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Mac_Catalina_MacOS_Alert1.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Mac_Catalina_MacOS_Alert2.png b/File-Formats/Presentation/installation/mac-installer/images/Mac_Catalina_MacOS_Alert2.png
new file mode 100644
index 000000000..5e18cb424
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Mac_Catalina_MacOS_Alert2.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Mac_Download.PNG b/File-Formats/Presentation/installation/mac-installer/images/Mac_Download.PNG
new file mode 100644
index 000000000..b80307bfa
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Mac_Download.PNG differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer1.png b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer1.png
new file mode 100644
index 000000000..b1afdc63d
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer1.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer10.png b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer10.png
new file mode 100644
index 000000000..dbe39bcbb
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer10.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer2.png b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer2.png
new file mode 100644
index 000000000..bba5d0a49
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer2.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer3.png b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer3.png
new file mode 100644
index 000000000..ea640aeb8
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer3.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer5.png b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer5.png
new file mode 100644
index 000000000..89f5c1116
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer5.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer6.png b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer6.png
new file mode 100644
index 000000000..aaf3d5b8c
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer6.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer7.png b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer7.png
new file mode 100644
index 000000000..687a05b0b
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer7.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer8.png b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer8.png
new file mode 100644
index 000000000..cfd02df2a
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer8.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer9.png b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer9.png
new file mode 100644
index 000000000..59c11985f
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/Mac_Installer9.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/license-download.png b/File-Formats/Presentation/installation/mac-installer/images/license-download.png
new file mode 100644
index 000000000..17b4ff15f
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/license-download.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/license-installer.png b/File-Formats/Presentation/installation/mac-installer/images/license-installer.png
new file mode 100644
index 000000000..17b4ff15f
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/license-installer.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/start-trial-download-installer.png b/File-Formats/Presentation/installation/mac-installer/images/start-trial-download-installer.png
new file mode 100644
index 000000000..3e638c140
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/start-trial-download-installer.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/start-trial-download-offline-installer.png b/File-Formats/Presentation/installation/mac-installer/images/start-trial-download-offline-installer.png
new file mode 100644
index 000000000..06d132060
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/start-trial-download-offline-installer.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/start-trial-download.png b/File-Formats/Presentation/installation/mac-installer/images/start-trial-download.png
new file mode 100644
index 000000000..301ac6d14
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/start-trial-download.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/trial-confirmation.png b/File-Formats/Presentation/installation/mac-installer/images/trial-confirmation.png
new file mode 100644
index 000000000..563f0bcd2
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/trial-confirmation.png differ
diff --git a/File-Formats/Presentation/installation/mac-installer/images/trial-download.png b/File-Formats/Presentation/installation/mac-installer/images/trial-download.png
new file mode 100644
index 000000000..5aff5dd0a
Binary files /dev/null and b/File-Formats/Presentation/installation/mac-installer/images/trial-download.png differ
diff --git a/File-Formats/Release-Notes/v24.1.43.md b/File-Formats/Release-Notes/v24.1.43.md
index 942257152..08213dc15 100644
--- a/File-Formats/Release-Notes/v24.1.43.md
+++ b/File-Formats/Release-Notes/v24.1.43.md
@@ -23,6 +23,19 @@ documentation: ug
With the 2024 Volume 1 release, we will discontinue support for .NET Framework 4.5, 4.5.1, and 4.6 in WinForms, WPF, and the File-Format Frameworks. Instead, we will provide support for .NET 4.6.2.
+
+
+
+With the 2024 Volume 1 release, we will discontinue support for .NET Framework 4.5, 4.5.1, and 4.6 in WinForms, WPF, and the File-Format Frameworks. Instead, we will provide support for .NET 4.6.2.
+
## DocIO
diff --git a/File-Formats/Release-Notes/v24.2.3.md b/File-Formats/Release-Notes/v24.2.3.md
new file mode 100644
index 000000000..604624754
--- /dev/null
+++ b/File-Formats/Release-Notes/v24.2.3.md
@@ -0,0 +1,98 @@
+---
+title : Essential Studio for File Formats 2023 Volume 4 SP Release Release Notes
+description : Essential Studio for File Formats 2023 Volume 4 SP Release Release Notes
+platform : file-formats
+documentation: ug
+---
+
+# Essential Studio for File Formats Release Notes
+
+{% include release-info.html date="January 31, 2024" version="v24.2.3" %}
+
+
+## DocIO
+
+* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/24.2.3#docio){:target="_blank"}
+* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/24.2.3#docio){:target="_blank"}
+* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/24.2.3#docio){:target="_blank"}
+* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/24.2.3#docio){:target="_blank"}
+* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/24.2.3#docio){:target="_blank"}
+* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/24.2.3#docio){:target="_blank"}
+* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/24.2.3#docio){:target="_blank"}
+* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/24.2.3#docio){:target="_blank"}
+* [.NET MAUI Release Notes](/maui/release-notes/v24.2.3#docio){:target="_blank"}
+* [Xamarin.Forms Release Notes](/xamarin/release-notes/v24.2.3#docio){:target="_blank"}
+* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v24.2.3#docio){:target="_blank"}
+* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v24.2.3#docio){:target="_blank"}
+* [Flutter Release Notes](/flutter/release-notes/v24.2.3#docio){:target="_blank"}
+* [WinUI Release Notes](/winui/release-notes/v24.2.3#docio){:target="_blank"}
+* [UWP Release Notes](/uwp/release-notes/v24.2.3#docio){:target="_blank"}
+* [Windows Forms Release Notes](/windowsforms/release-notes/v24.2.3#docio){:target="_blank"}
+* [WPF Release Notes](/wpf/release-notes/v24.2.3#docio){:target="_blank"}
+
+
+
+## PDF
+
+* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/24.2.3#pdf){:target="_blank"}
+* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/24.2.3#pdf){:target="_blank"}
+* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/24.2.3#pdf){:target="_blank"}
+* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/24.2.3#pdf){:target="_blank"}
+* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/24.2.3#pdf){:target="_blank"}
+* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/24.2.3#pdf){:target="_blank"}
+* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/24.2.3#pdf){:target="_blank"}
+* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/24.2.3#pdf){:target="_blank"}
+* [.NET MAUI Release Notes](/maui/release-notes/v24.2.3#pdf){:target="_blank"}
+* [Xamarin.Forms Release Notes](/xamarin/release-notes/v24.2.3#pdf){:target="_blank"}
+* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v24.2.3#pdf){:target="_blank"}
+* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v24.2.3#pdf){:target="_blank"}
+* [Flutter Release Notes](/flutter/release-notes/v24.2.3#pdf){:target="_blank"}
+* [WinUI Release Notes](/winui/release-notes/v24.2.3#pdf){:target="_blank"}
+* [UWP Release Notes](/uwp/release-notes/v24.2.3#pdf){:target="_blank"}
+* [Windows Forms Release Notes](/windowsforms/release-notes/v24.2.3#pdf){:target="_blank"}
+* [WPF Release Notes](/wpf/release-notes/v24.2.3#pdf){:target="_blank"}
+
+
+## Presentation
+
+* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/24.2.3#presentation){:target="_blank"}
+* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/24.2.3#presentation){:target="_blank"}
+* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/24.2.3#presentation){:target="_blank"}
+* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/24.2.3#presentation){:target="_blank"}
+* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/24.2.3#presentation){:target="_blank"}
+* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/24.2.3#presentation){:target="_blank"}
+* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/24.2.3#presentation){:target="_blank"}
+* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/24.2.3#presentation){:target="_blank"}
+* [.NET MAUI Release Notes](/maui/release-notes/v24.2.3#presentation){:target="_blank"}
+* [Xamarin.Forms Release Notes](/xamarin/release-notes/v24.2.3#presentation){:target="_blank"}
+* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v24.2.3#presentation){:target="_blank"}
+* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v24.2.3#presentation){:target="_blank"}
+* [Flutter Release Notes](/flutter/release-notes/v24.2.3#presentation){:target="_blank"}
+* [WinUI Release Notes](/winui/release-notes/v24.2.3#presentation){:target="_blank"}
+* [Windows Forms Release Notes](/windowsforms/release-notes/v24.2.3#presentation){:target="_blank"}
+* [WPF Release Notes](/wpf/release-notes/v24.2.3#presentation){:target="_blank"}
+* [UWP Release Notes](/uwp/release-notes/v24.2.3#presentation){:target="_blank"}
+
+
+
+## XlsIO
+
+* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/24.2.3#xlsio){:target="_blank"}
+* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/24.2.3#xlsio){:target="_blank"}
+* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/24.2.3#xlsio){:target="_blank"}
+* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/24.2.3#xlsio){:target="_blank"}
+* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/24.2.3#xlsio){:target="_blank"}
+* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/24.2.3#xlsio){:target="_blank"}
+* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/24.2.3#xlsio){:target="_blank"}
+* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/24.2.3#xlsio){:target="_blank"}
+* [.NET MAUI Release Notes](/maui/release-notes/v24.2.3#xlsio){:target="_blank"}
+* [Xamarin.Forms Release Notes](/xamarin/release-notes/v24.2.3#xlsio){:target="_blank"}
+* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v24.2.3#xlsio){:target="_blank"}
+* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v24.2.3#xlsio){:target="_blank"}
+* [Flutter Release Notes](/flutter/release-notes/v24.2.3#xlsio){:target="_blank"}
+* [WinUI Release Notes](/winui/release-notes/v24.2.3#xlsio){:target="_blank"}
+* [UWP Release Notes](/uwp/release-notes/v24.2.3#xlsio){:target="_blank"}
+* [Windows Forms Release Notes](/windowsforms/release-notes/v24.2.3#xlsio){:target="_blank"}
+* [WPF Release Notes](/wpf/release-notes/v24.2.3#xlsio){:target="_blank"}
+
+
diff --git a/File-Formats/XlsIO/installation/mac-installer/how-to-download.md b/File-Formats/XlsIO/installation/mac-installer/how-to-download.md
new file mode 100644
index 000000000..d159b16dc
--- /dev/null
+++ b/File-Formats/XlsIO/installation/mac-installer/how-to-download.md
@@ -0,0 +1,79 @@
+---
+layout: post
+title: Downloading Syncfusion Excel Mac installer - Syncfusion
+description: Learn here about the how to download Syncfusion Excel Mac installer from our syncfusion website with license.
+platform: file-formats
+control: Installation and Deployment
+documentation: ug
+---
+
+# Downloading Syncfusion Excel Mac Installer
+
+The Syncfusion installer can be downloaded from the [Syncfusion](https://www.syncfusion.com/) website. You can either download the licensed installer or try our trial installer depending on your license.
+
+ - Trial Installer
+ - Licensed Installer
+
+You can download the Syncfusion installer from [Syncfusion.com](https://www.syncfusion.com/) website
+
+## Download the Trial Version
+
+Our 30-day trial can be downloaded in two ways.
+
+* Download Free Trial Setup
+* Start Trials if using components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+
+### Download Free Trial Setup
+
+1. You can evaluate our 30-day free trial by visiting the [Download Free Trial](https://www.syncfusion.com/downloads) page and select the product
+2. After completing the required form or logging in with your registered Syncfusion account, you can download the trial installer from the confirmation page. (as shown in below screenshot.)
+
+ 
+
+3. With a trial license, only the latest version’s trial installer can be downloaded.
+4. Unlock key is not required to install the Syncfusion Excel Mac trial installer.
+5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (as shown in below screenshot.)
+
+ 
+
+6. Click the More Download Options (element 2 in the above screenshot) button to get the Essential Studio Excel Mac trial installer which is available in PKG format.
+
+ 
+
+### Start Trials if using components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+You should initiate an evaluation if you have already obtained our components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+1. You can start your 30-day free trial from the [Start Trial](https://www.syncfusion.com/account/manage-trials/start-trials) page from your account.
+
+ N> You can generate the license key for your active trial products from [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page. This license key will be mandatory to use our trial products in your application. To know more about License key, refer this [help topic](https://help.syncfusion.com/file-formats/licensing/overview).
+
+ 
+
+2. To access this page, you must sign up\log in with your Syncfusion account.
+3. Begin your trial by selecting the Syncfusion product.
+
+ N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again.
+
+4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/file-formats/licensing/how-to-generate) here at any time before the trial period expires. (as shown in below screenshot.)
+
+ 
+
+5. You can find your current active trial products on the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page.
+
+
+## Download the License Version
+
+1. Syncfusion licensed products will be available in the [License & Downloads](https://www.syncfusion.com/account/downloads) page under your registered Syncfusion account.
+2. You can view all the licenses (both active and expired) associated with your account.
+3. You can download Excel Mac licensed installer by going to More Downloads Options (element 3 in the screenshot below).
+
+ 
+
+4. Unlock key is not required to install the Syncfusion Excel Mac trial installer.
+5. For Mac OS, PKG formats is available for download.
+
+ 
+
+You can also refer to the [**Excel Mac installer**](https://help.syncfusion.com/common/essential-studio/installation/mac-installer/how-to-install) links for step-by-step installation guidelines.
diff --git a/File-Formats/XlsIO/installation/mac-installer/how-to-install.md b/File-Formats/XlsIO/installation/mac-installer/how-to-install.md
new file mode 100644
index 000000000..42fe4a93b
--- /dev/null
+++ b/File-Formats/XlsIO/installation/mac-installer/how-to-install.md
@@ -0,0 +1,79 @@
+---
+layout: post
+title: Installing Syncfusion Excel Mac installer - Syncfusion
+description: Learn here about how to install Syncfusion Excel Mac installer after downloading from our Syncfusion website.
+platform: file-formats
+control: Installation and Deployment
+documentation: ug
+---
+
+# Installing Syncfusion Excel Mac installer
+
+## Steps to resolve the warning message in Catalina OS or later
+
+ While running Essential Studio Excel Mac Installers on Catalina MacOS or later, the below alert will be displayed.
+
+ 
+
+ If you receive this alert, follow the below steps for the easiest solution.
+
+ 1. Right-click the downloaded pkg file.
+ 2. Select the "Open With" option and choose "Installer (Default)". The following pop-up appears.
+
+ 
+
+ 3. When you click "Open" the installer window will be opened.
+
+## Step-by-Step Installation
+
+The steps below show how to install Essential Studio Excel Mac installer.
+
+1. Open the Syncfusion Essential Studio Excel Mac installer(.pkg) file. The installer Wizard opens. Click Continue.
+
+ 
+
+
+2. The Software License Agreement wizard will appear. Click the Continue button.
+
+ 
+
+
+3. The License Agreement's Confirmation window will appear. If you have read the Software License Agreement, click **Agree**.
+
+ 
+
+ N> The Unlock key is not required to install the Essential Studio Excel Mac installer.
+
+
+4. The Destination select wizard will appear. You can choose which disc to install the Syncfusion Essential Studio Excel Mac installer on here.
+
+ 
+
+5. The Installation Type wizard will appear. Click Install to begin the standard installation of the Syncfusion Essential Studio Excel Mac installer.
+
+ 
+
+6. The Authentication window will appear. To begin the installation, enter the Mac machine's passExcel and click **Install Software**.
+
+ 
+
+7. The installation process will begin on your machine.
+
+ 
+
+8. Once the installation is complete, the completed screen will be displayed. To exit the installation wizard, click Close.
+
+ 
+
+ By default, Mac installer will install the files in following location.
+
+ **Location:** {Documents}/Syncfusion/{version}/Excel
+
+ 
+
+## License key registration in samples
+
+After the installation, the license key is required to register the demo source that is included in the Mac installer. To learn about the steps for license registration for the ASP.NET Core - EJ2 samples in the Essential Studio Excel Mac installer, please refer to this.
+
+* Register the license key in the [Program.cs](https://ej2.syncfusion.com/aspnetcore/documentation/licensing/how-to-register-in-an-application#for-aspnet-core-application-using-net-60) file if you created the ASP.NET Core web application with Visual Studio 2022 and .NET 6.0.
+* Register the license key in Configure method of [Startup.cs](https://ej2.syncfusion.com/aspnetcore/documentation/licensing/how-to-register-in-an-application#for-aspnet-core-application-using-net-50-or-net-31)
\ No newline at end of file
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Download_img1.png b/File-Formats/XlsIO/installation/mac-installer/images/Download_img1.png
new file mode 100644
index 000000000..d4383e3bf
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Download_img1.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Download_img2.png b/File-Formats/XlsIO/installation/mac-installer/images/Download_img2.png
new file mode 100644
index 000000000..fe99798d7
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Download_img2.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Download_img3.png b/File-Formats/XlsIO/installation/mac-installer/images/Download_img3.png
new file mode 100644
index 000000000..51913e257
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Download_img3.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Mac_Catalina_MacOS_Alert1.png b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Catalina_MacOS_Alert1.png
new file mode 100644
index 000000000..a0464a648
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Catalina_MacOS_Alert1.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Mac_Catalina_MacOS_Alert2.png b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Catalina_MacOS_Alert2.png
new file mode 100644
index 000000000..5e18cb424
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Catalina_MacOS_Alert2.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Mac_Download.PNG b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Download.PNG
new file mode 100644
index 000000000..b80307bfa
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Download.PNG differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer1.png b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer1.png
new file mode 100644
index 000000000..dea303ff6
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer1.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer10.png b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer10.png
new file mode 100644
index 000000000..161f03a92
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer10.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer2.png b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer2.png
new file mode 100644
index 000000000..b1f29bf60
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer2.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer3.png b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer3.png
new file mode 100644
index 000000000..6dd24d5ce
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer3.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer5.png b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer5.png
new file mode 100644
index 000000000..691e86d7b
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer5.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer6.png b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer6.png
new file mode 100644
index 000000000..5cf8cb0d7
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer6.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer7.png b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer7.png
new file mode 100644
index 000000000..7685317d1
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer7.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer8.png b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer8.png
new file mode 100644
index 000000000..928b156f7
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer8.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer9.png b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer9.png
new file mode 100644
index 000000000..1e45bdcf2
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/Mac_Installer9.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/license-download.png b/File-Formats/XlsIO/installation/mac-installer/images/license-download.png
new file mode 100644
index 000000000..17b4ff15f
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/license-download.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/license-installer.png b/File-Formats/XlsIO/installation/mac-installer/images/license-installer.png
new file mode 100644
index 000000000..17b4ff15f
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/license-installer.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/start-trial-download-installer.png b/File-Formats/XlsIO/installation/mac-installer/images/start-trial-download-installer.png
new file mode 100644
index 000000000..3e638c140
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/start-trial-download-installer.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/start-trial-download-offline-installer.png b/File-Formats/XlsIO/installation/mac-installer/images/start-trial-download-offline-installer.png
new file mode 100644
index 000000000..06d132060
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/start-trial-download-offline-installer.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/start-trial-download.png b/File-Formats/XlsIO/installation/mac-installer/images/start-trial-download.png
new file mode 100644
index 000000000..301ac6d14
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/start-trial-download.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/trial-confirmation.png b/File-Formats/XlsIO/installation/mac-installer/images/trial-confirmation.png
new file mode 100644
index 000000000..563f0bcd2
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/trial-confirmation.png differ
diff --git a/File-Formats/XlsIO/installation/mac-installer/images/trial-download.png b/File-Formats/XlsIO/installation/mac-installer/images/trial-download.png
new file mode 100644
index 000000000..5aff5dd0a
Binary files /dev/null and b/File-Formats/XlsIO/installation/mac-installer/images/trial-download.png differ
diff --git a/File-Formats/installation/mac-installer/how-to-download.md b/File-Formats/installation/mac-installer/how-to-download.md
new file mode 100644
index 000000000..a8c80b4d4
--- /dev/null
+++ b/File-Formats/installation/mac-installer/how-to-download.md
@@ -0,0 +1,79 @@
+---
+layout: post
+title: Downloading Syncfusion FileFormats Mac installer - Syncfusion
+description: Learn here about the how to download Syncfusion FileFormats Mac installer from our syncfusion website with license.
+platform: file-formats
+control: Installation and Deployment
+documentation: ug
+---
+
+# Downloading Syncfusion FileFormats Mac Installer
+
+The Syncfusion installer can be downloaded from the [Syncfusion](https://www.syncfusion.com/) website. You can either download the licensed installer or try our trial installer depending on your license.
+
+ - Trial Installer
+ - Licensed Installer
+
+You can download the Syncfusion installer from [Syncfusion.com](https://www.syncfusion.com/) website
+
+## Download the Trial Version
+
+Our 30-day trial can be downloaded in two ways.
+
+* Download Free Trial Setup
+* Start Trials if using components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+
+### Download Free Trial Setup
+
+1. You can evaluate our 30-day free trial by visiting the [Download Free Trial](https://www.syncfusion.com/downloads) page and select the product
+2. After completing the required form or logging in with your registered Syncfusion account, you can download the trial installer from the confirmation page. (as shown in below screenshot.)
+
+ 
+
+3. With a trial license, only the latest version’s trial installer can be downloaded.
+4. Unlock key is not required to install the Syncfusion FileFormats Mac trial installer.
+5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (as shown in below screenshot.)
+
+ 
+
+6. Click the More Download Options (element 2 in the above screenshot) button to get the Essential Studio FileFormats Mac trial installer which is available in PKG format.
+
+ 
+
+### Start Trials if using components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+You should initiate an evaluation if you have already obtained our components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+1. You can start your 30-day free trial from the [Start Trial](https://www.syncfusion.com/account/manage-trials/start-trials) page from your account.
+
+ N> You can generate the license key for your active trial products from [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page. This license key will be mandatory to use our trial products in your application. To know more about License key, refer this [help topic](https://help.syncfusion.com/file-formats/licensing/overview).
+
+ 
+
+2. To access this page, you must sign up\log in with your Syncfusion account.
+3. Begin your trial by selecting the Syncfusion product.
+
+ N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again.
+
+4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/file-formats/licensing/how-to-generate) here at any time before the trial period expires. (as shown in below screenshot.)
+
+ 
+
+5. You can find your current active trial products on the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page.
+
+
+## Download the License Version
+
+1. Syncfusion licensed products will be available in the [License & Downloads](https://www.syncfusion.com/account/downloads) page under your registered Syncfusion account.
+2. You can view all the licenses (both active and expired) associated with your account.
+3. You can download FileFormats Mac licensed installer by going to More Downloads Options (element 3 in the screenshot below).
+
+ 
+
+4. Unlock key is not required to install the Syncfusion FileFormats Mac trial installer.
+5. For Mac OS, PKG formats is available for download.
+
+ 
+
+You can also refer to the [**FileFormats Mac installer**](https://help.syncfusion.com/common/essential-studio/installation/mac-installer/how-to-install) links for step-by-step installation guidelines.
diff --git a/File-Formats/installation/mac-installer/how-to-install.md b/File-Formats/installation/mac-installer/how-to-install.md
new file mode 100644
index 000000000..7ce332915
--- /dev/null
+++ b/File-Formats/installation/mac-installer/how-to-install.md
@@ -0,0 +1,79 @@
+---
+layout: post
+title: Installing Syncfusion FileFormats Mac installer - Syncfusion
+description: Learn here about how to install Syncfusion FileFormats Mac installer after downloading from our Syncfusion website.
+platform: file-formats
+control: Installation and Deployment
+documentation: ug
+---
+
+# Installing Syncfusion FileFormats Mac installer
+
+## Steps to resolve the warning message in Catalina OS or later
+
+ While running Essential Studio FileFormats Mac Installers on Catalina MacOS or later, the below alert will be displayed.
+
+ 
+
+ If you receive this alert, follow the below steps for the easiest solution.
+
+ 1. Right-click the downloaded pkg file.
+ 2. Select the "Open With" option and choose "Installer (Default)". The following pop-up appears.
+
+ 
+
+ 3. When you click "Open" the installer window will be opened.
+
+## Step-by-Step Installation
+
+The steps below show how to install Essential Studio FileFormats Mac installer.
+
+1. Open the Syncfusion Essential Studio FileFormats Mac installer(.pkg) file. The installer Wizard opens. Click Continue.
+
+ 
+
+
+2. The Software License Agreement wizard will appear. Click the Continue button.
+
+ 
+
+
+3. The License Agreement's Confirmation window will appear. If you have read the Software License Agreement, click **Agree**.
+
+ 
+
+ N> The Unlock key is not required to install the Essential Studio FileFormats Mac installer.
+
+
+4. The Destination select wizard will appear. You can choose which disc to install the Syncfusion Essential Studio FileFormats Mac installer on here.
+
+ 
+
+5. The Installation Type wizard will appear. Click Install to begin the standard installation of the Syncfusion Essential Studio FileFormats Mac installer.
+
+ 
+
+6. The Authentication window will appear. To begin the installation, enter the Mac machine's password and click **Install Software**.
+
+ 
+
+7. The installation process will begin on your machine.
+
+ 
+
+8. Once the installation is complete, the completed screen will be displayed. To exit the installation wizard, click Close.
+
+ 
+
+ By default, Mac installer will install the files in following location.
+
+ **Location:** {Documents}/Syncfusion/{version}/FileFormats
+
+ 
+
+## License key registration in samples
+
+After the installation, the license key is required to register the demo source that is included in the Mac installer. To learn about the steps for license registration for the ASP.NET Core - EJ2 samples in the Essential Studio FileFormats Mac installer, please refer to this.
+
+* Register the license key in the [Program.cs](https://ej2.syncfusion.com/aspnetcore/documentation/licensing/how-to-register-in-an-application#for-aspnet-core-application-using-net-60) file if you created the ASP.NET Core web application with Visual Studio 2022 and .NET 6.0.
+* Register the license key in Configure method of [Startup.cs](https://ej2.syncfusion.com/aspnetcore/documentation/licensing/how-to-register-in-an-application#for-aspnet-core-application-using-net-50-or-net-31)
\ No newline at end of file
diff --git a/File-Formats/installation/mac-installer/images/Download_img1.png b/File-Formats/installation/mac-installer/images/Download_img1.png
new file mode 100644
index 000000000..d4383e3bf
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Download_img1.png differ
diff --git a/File-Formats/installation/mac-installer/images/Download_img2.png b/File-Formats/installation/mac-installer/images/Download_img2.png
new file mode 100644
index 000000000..fe99798d7
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Download_img2.png differ
diff --git a/File-Formats/installation/mac-installer/images/Download_img3.png b/File-Formats/installation/mac-installer/images/Download_img3.png
new file mode 100644
index 000000000..51913e257
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Download_img3.png differ
diff --git a/File-Formats/installation/mac-installer/images/Mac_Catalina_MacOS_Alert1.png b/File-Formats/installation/mac-installer/images/Mac_Catalina_MacOS_Alert1.png
new file mode 100644
index 000000000..a0464a648
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Mac_Catalina_MacOS_Alert1.png differ
diff --git a/File-Formats/installation/mac-installer/images/Mac_Catalina_MacOS_Alert2.png b/File-Formats/installation/mac-installer/images/Mac_Catalina_MacOS_Alert2.png
new file mode 100644
index 000000000..5e18cb424
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Mac_Catalina_MacOS_Alert2.png differ
diff --git a/File-Formats/installation/mac-installer/images/Mac_Download.PNG b/File-Formats/installation/mac-installer/images/Mac_Download.PNG
new file mode 100644
index 000000000..b80307bfa
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Mac_Download.PNG differ
diff --git a/File-Formats/installation/mac-installer/images/Mac_Installer1.png b/File-Formats/installation/mac-installer/images/Mac_Installer1.png
new file mode 100644
index 000000000..993e13ec6
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Mac_Installer1.png differ
diff --git a/File-Formats/installation/mac-installer/images/Mac_Installer10.png b/File-Formats/installation/mac-installer/images/Mac_Installer10.png
new file mode 100644
index 000000000..3a530c259
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Mac_Installer10.png differ
diff --git a/File-Formats/installation/mac-installer/images/Mac_Installer2.png b/File-Formats/installation/mac-installer/images/Mac_Installer2.png
new file mode 100644
index 000000000..77d165902
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Mac_Installer2.png differ
diff --git a/File-Formats/installation/mac-installer/images/Mac_Installer3.png b/File-Formats/installation/mac-installer/images/Mac_Installer3.png
new file mode 100644
index 000000000..a6b3c0f93
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Mac_Installer3.png differ
diff --git a/File-Formats/installation/mac-installer/images/Mac_Installer5.png b/File-Formats/installation/mac-installer/images/Mac_Installer5.png
new file mode 100644
index 000000000..68721a1b8
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Mac_Installer5.png differ
diff --git a/File-Formats/installation/mac-installer/images/Mac_Installer6.png b/File-Formats/installation/mac-installer/images/Mac_Installer6.png
new file mode 100644
index 000000000..191fb3b3d
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Mac_Installer6.png differ
diff --git a/File-Formats/installation/mac-installer/images/Mac_Installer7.png b/File-Formats/installation/mac-installer/images/Mac_Installer7.png
new file mode 100644
index 000000000..fca85982b
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Mac_Installer7.png differ
diff --git a/File-Formats/installation/mac-installer/images/Mac_Installer8.png b/File-Formats/installation/mac-installer/images/Mac_Installer8.png
new file mode 100644
index 000000000..5bcf4d4df
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Mac_Installer8.png differ
diff --git a/File-Formats/installation/mac-installer/images/Mac_Installer9.png b/File-Formats/installation/mac-installer/images/Mac_Installer9.png
new file mode 100644
index 000000000..c42074d70
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/Mac_Installer9.png differ
diff --git a/File-Formats/installation/mac-installer/images/license-download.png b/File-Formats/installation/mac-installer/images/license-download.png
new file mode 100644
index 000000000..17b4ff15f
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/license-download.png differ
diff --git a/File-Formats/installation/mac-installer/images/license-installer.png b/File-Formats/installation/mac-installer/images/license-installer.png
new file mode 100644
index 000000000..17b4ff15f
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/license-installer.png differ
diff --git a/File-Formats/installation/mac-installer/images/start-trial-download-installer.png b/File-Formats/installation/mac-installer/images/start-trial-download-installer.png
new file mode 100644
index 000000000..3e638c140
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/start-trial-download-installer.png differ
diff --git a/File-Formats/installation/mac-installer/images/start-trial-download-offline-installer.png b/File-Formats/installation/mac-installer/images/start-trial-download-offline-installer.png
new file mode 100644
index 000000000..06d132060
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/start-trial-download-offline-installer.png differ
diff --git a/File-Formats/installation/mac-installer/images/start-trial-download.png b/File-Formats/installation/mac-installer/images/start-trial-download.png
new file mode 100644
index 000000000..301ac6d14
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/start-trial-download.png differ
diff --git a/File-Formats/installation/mac-installer/images/trial-confirmation.png b/File-Formats/installation/mac-installer/images/trial-confirmation.png
new file mode 100644
index 000000000..563f0bcd2
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/trial-confirmation.png differ
diff --git a/File-Formats/installation/mac-installer/images/trial-download.png b/File-Formats/installation/mac-installer/images/trial-download.png
new file mode 100644
index 000000000..5aff5dd0a
Binary files /dev/null and b/File-Formats/installation/mac-installer/images/trial-download.png differ