diff --git a/File-Formats-toc.html b/File-Formats-toc.html
index 022edfa35..6c1933a5e 100644
--- a/File-Formats-toc.html
+++ b/File-Formats-toc.html
@@ -1735,7 +1735,7 @@
Release Notes
- - 2024 Volume 1 - v25.*
- Weekly Nuget Release
- v25.2.5
- v25.2.4
- v25.1.42
- v25.1.41
- v25.1.40
- v25.1.39
- v25.1.38
- v25.1.37
+ - 2024 Volume 1 - v25.*
- 2023 Volume 4 - v24.*
- 2023 Volume 3 - v23.*
- 2023 Volume 2 - v22.*
- 2023 Volume 1 - v21.*
- 2022 Volume 4 - v20.4.0.*
- 2022 Volume 3 - v20.3.0.*
- 2022 Volume 2 - v20.2.0.*
- 2022 volume 1 - v20.1.0.*
- 2021 Volume 4 - v19.4.0.*
- 2021 volume 3 - v19.3.0.*
- 2021 Volume 2 - v19.2.0.*
- 2021 Volume 1 - v19.1.0.*
- 2020 Volume 4 - v18.4.0.*
- 2020 Volume 3 - v18.3.0.*
- 2020 Volume 2 - v18.2.0.*
- 2020 Volume 1 - v18.1.0.*
- 2019 Volume 4 - v17.4.0.*
diff --git a/File-Formats/PDF/Working-with-PDF-Conformance.md b/File-Formats/PDF/Working-with-PDF-Conformance.md
index b3f3e2a6e..9499d1096 100644
--- a/File-Formats/PDF/Working-with-PDF-Conformance.md
+++ b/File-Formats/PDF/Working-with-PDF-Conformance.md
@@ -1194,7 +1194,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## PDF to PDF/A conversion
-An existing PDF document can be converted to PDF/A conformance document, by setting the [Conformance](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_Conformance) value in the [PdfLoadedDocument](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html) to ```Pdf_A1B```,```Pdf_A2B```,```Pdf_A3B```, and ```Pdf_A``` of [PdfConformanceLevel](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.PdfConformanceLevel.html). Refer to the following code sample to achieve the same.
+An existing PDF document can be converted to PDF/A conformance document, by setting the [Conformance](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_Conformance) value in the [PdfLoadedDocument](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html) to ```Pdf_A1B```,```Pdf_A2B```,```Pdf_A3B```, and ```Pdf_A4``` of [PdfConformanceLevel](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.PdfConformanceLevel.html). Refer to the following code sample to achieve the same.
N> To convert the existing PDF to PDF/A conformance document in .NET Core, you need to include the Syncfusion.Pdf.Imaging.Portable assembly reference in the .NET Core project.
diff --git a/File-Formats/Release-Notes/v25.2.6.md b/File-Formats/Release-Notes/v25.2.6.md
new file mode 100644
index 000000000..047076b6b
--- /dev/null
+++ b/File-Formats/Release-Notes/v25.2.6.md
@@ -0,0 +1,98 @@
+---
+title : Essential Studio for File Formats Weekly Nuget Release Release Notes
+description : Essential Studio for File Formats Weekly Nuget Release Release Notes
+platform : file-formats
+documentation: ug
+---
+
+# Essential Studio for File Formats Release Notes
+
+{% include release-info.html date="May 28, 2024" version="v25.2.6" %}
+
+
+## DocIO
+
+* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/25.2.6#docio){:target="_blank"}
+* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/25.2.6#docio){:target="_blank"}
+* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/25.2.6#docio){:target="_blank"}
+* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/25.2.6#docio){:target="_blank"}
+* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/25.2.6#docio){:target="_blank"}
+* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/25.2.6#docio){:target="_blank"}
+* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/25.2.6#docio){:target="_blank"}
+* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/25.2.6#docio){:target="_blank"}
+* [.NET MAUI Release Notes](/maui/release-notes/v25.2.6#docio){:target="_blank"}
+* [Xamarin.Forms Release Notes](/xamarin/release-notes/v25.2.6#docio){:target="_blank"}
+* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v25.2.6#docio){:target="_blank"}
+* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v25.2.6#docio){:target="_blank"}
+* [Flutter Release Notes](/flutter/release-notes/v25.2.6#docio){:target="_blank"}
+* [WinUI Release Notes](/winui/release-notes/v25.2.6#docio){:target="_blank"}
+* [UWP Release Notes](/uwp/release-notes/v25.2.6#docio){:target="_blank"}
+* [Windows Forms Release Notes](/windowsforms/release-notes/v25.2.6#docio){:target="_blank"}
+* [WPF Release Notes](/wpf/release-notes/v25.2.6#docio){:target="_blank"}
+
+
+
+## PDF
+
+* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/25.2.6#pdf){:target="_blank"}
+* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/25.2.6#pdf){:target="_blank"}
+* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/25.2.6#pdf){:target="_blank"}
+* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/25.2.6#pdf){:target="_blank"}
+* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/25.2.6#pdf){:target="_blank"}
+* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/25.2.6#pdf){:target="_blank"}
+* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/25.2.6#pdf){:target="_blank"}
+* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/25.2.6#pdf){:target="_blank"}
+* [.NET MAUI Release Notes](/maui/release-notes/v25.2.6#pdf){:target="_blank"}
+* [Xamarin.Forms Release Notes](/xamarin/release-notes/v25.2.6#pdf){:target="_blank"}
+* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v25.2.6#pdf){:target="_blank"}
+* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v25.2.6#pdf){:target="_blank"}
+* [Flutter Release Notes](/flutter/release-notes/v25.2.6#pdf){:target="_blank"}
+* [WinUI Release Notes](/winui/release-notes/v25.2.6#pdf){:target="_blank"}
+* [UWP Release Notes](/uwp/release-notes/v25.2.6#pdf){:target="_blank"}
+* [Windows Forms Release Notes](/windowsforms/release-notes/v25.2.6#pdf){:target="_blank"}
+* [WPF Release Notes](/wpf/release-notes/v25.2.6#pdf){:target="_blank"}
+
+
+## Presentation
+
+* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/25.2.6#presentation){:target="_blank"}
+* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/25.2.6#presentation){:target="_blank"}
+* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/25.2.6#presentation){:target="_blank"}
+* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/25.2.6#presentation){:target="_blank"}
+* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/25.2.6#presentation){:target="_blank"}
+* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/25.2.6#presentation){:target="_blank"}
+* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/25.2.6#presentation){:target="_blank"}
+* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/25.2.6#presentation){:target="_blank"}
+* [.NET MAUI Release Notes](/maui/release-notes/v25.2.6#presentation){:target="_blank"}
+* [Xamarin.Forms Release Notes](/xamarin/release-notes/v25.2.6#presentation){:target="_blank"}
+* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v25.2.6#presentation){:target="_blank"}
+* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v25.2.6#presentation){:target="_blank"}
+* [Flutter Release Notes](/flutter/release-notes/v25.2.6#presentation){:target="_blank"}
+* [WinUI Release Notes](/winui/release-notes/v25.2.6#presentation){:target="_blank"}
+* [Windows Forms Release Notes](/windowsforms/release-notes/v25.2.6#presentation){:target="_blank"}
+* [WPF Release Notes](/wpf/release-notes/v25.2.6#presentation){:target="_blank"}
+* [UWP Release Notes](/uwp/release-notes/v25.2.6#presentation){:target="_blank"}
+
+
+
+## XlsIO
+
+* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/25.2.6#xlsio){:target="_blank"}
+* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/25.2.6#xlsio){:target="_blank"}
+* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/25.2.6#xlsio){:target="_blank"}
+* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/25.2.6#xlsio){:target="_blank"}
+* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/25.2.6#xlsio){:target="_blank"}
+* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/25.2.6#xlsio){:target="_blank"}
+* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/25.2.6#xlsio){:target="_blank"}
+* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/25.2.6#xlsio){:target="_blank"}
+* [.NET MAUI Release Notes](/maui/release-notes/v25.2.6#xlsio){:target="_blank"}
+* [Xamarin.Forms Release Notes](/xamarin/release-notes/v25.2.6#xlsio){:target="_blank"}
+* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v25.2.6#xlsio){:target="_blank"}
+* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v25.2.6#xlsio){:target="_blank"}
+* [Flutter Release Notes](/flutter/release-notes/v25.2.6#xlsio){:target="_blank"}
+* [WinUI Release Notes](/winui/release-notes/v25.2.6#xlsio){:target="_blank"}
+* [UWP Release Notes](/uwp/release-notes/v25.2.6#xlsio){:target="_blank"}
+* [Windows Forms Release Notes](/windowsforms/release-notes/v25.2.6#xlsio){:target="_blank"}
+* [WPF Release Notes](/wpf/release-notes/v25.2.6#xlsio){:target="_blank"}
+
+