diff --git a/Document-Processing/PDF/Conversions/PDF-to-image/NET/Assemblies-Required.md b/Document-Processing/PDF/Conversions/PDF-to-image/NET/Assemblies-Required.md
index 7b36025a9..653f7bd44 100644
--- a/Document-Processing/PDF/Conversions/PDF-to-image/NET/Assemblies-Required.md
+++ b/Document-Processing/PDF/Conversions/PDF-to-image/NET/Assemblies-Required.md
@@ -27,13 +27,18 @@ Syncfusion.PdfToImageConverter.Base
+| Blazor, .NET Core and .NET Platforms |
-ASP.NET Core and Blazor
+Syncfusion.PdfToImageConverter.Portable
+SkiaSharp
+Syncfusion.SkiaSharpHelper.Portable
|
+
+
-Syncfusion.PdfToImageConverter.Portable
-SkiaSharp
-Syncfusion.SkiaSharpHelper.Net.Core
+Syncfusion.PdfToImageConverter.NET
+SkiaSharp
+Syncfusion.SkiaSharpHelper.NET
|
diff --git a/Document-Processing/PDF/Conversions/PDF-to-image/NET/Convert-PDF-file-to-Image-in-ASP-NET-Core.md b/Document-Processing/PDF/Conversions/PDF-to-image/NET/Convert-PDF-file-to-Image-in-ASP-NET-Core.md
index 94129457a..60eb324a3 100644
--- a/Document-Processing/PDF/Conversions/PDF-to-image/NET/Convert-PDF-file-to-Image-in-ASP-NET-Core.md
+++ b/Document-Processing/PDF/Conversions/PDF-to-image/NET/Convert-PDF-file-to-Image-in-ASP-NET-Core.md
@@ -30,7 +30,7 @@ Step 2: In configuration windows, name your project and select Next.


-Step 3: Install [Syncfusion.PdfToImageConverter.Net](https://www.nuget.org/packages/Syncfusion.PdfToImageConverter.Net/) NuGet package as reference to your .NET Standard applications from [NuGet.org](https://www.nuget.org/).
+Step 3: Install [Syncfusion.PdfToImageConverter.Net.Core](https://www.nuget.org/packages/Syncfusion.PdfToImageConverter.Net.Core/) NuGet package as reference to your .NET Standard applications from [NuGet.org](https://www.nuget.org/).
N> If you want to use the PdfToImageConverter in the Linux environment, you need to install the [SkiaSharp.NativeAssets.Linux v3.116.1](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.116.1) NuGet package as reference to your applications from [NuGet.org](https://www.nuget.org/).
diff --git a/Document-Processing/PDF/Conversions/PDF-to-image/NET/NuGet-Packages-Required.md b/Document-Processing/PDF/Conversions/PDF-to-image/NET/NuGet-Packages-Required.md
index ea0286c49..550f42c27 100644
--- a/Document-Processing/PDF/Conversions/PDF-to-image/NET/NuGet-Packages-Required.md
+++ b/Document-Processing/PDF/Conversions/PDF-to-image/NET/NuGet-Packages-Required.md
@@ -34,11 +34,14 @@ WPF
+| Blazor, .NET Core and .NET Platforms |
-ASP.NET Core, Blazor
+{{'[Syncfusion.PdfToImageConverter.Net.nupkg](https://www.nuget.org/packages/Syncfusion.PdfToImageConverter.Net/)'| markdownify }}
|
+
+
|
-{{'[Syncfusion.PdfToImageConverter.Net.nupkg](https://www.nuget.org/packages/Syncfusion.PdfToImageConverter.Net/)'| markdownify }}
+{{'[Syncfusion.PdfToImageConverter.Net.Core.nupkg](https://www.nuget.org/packages/Syncfusion.PdfToImageConverter.Net.Core/)'| markdownify }}
|
diff --git a/Document-Processing/PDF/Conversions/PDF-to-image/NET/Referring-PDFium.md b/Document-Processing/PDF/Conversions/PDF-to-image/NET/Referring-PDFium.md
index 9dd72315b..62ec2eda8 100644
--- a/Document-Processing/PDF/Conversions/PDF-to-image/NET/Referring-PDFium.md
+++ b/Document-Processing/PDF/Conversions/PDF-to-image/NET/Referring-PDFium.md
@@ -24,15 +24,13 @@ For WPF, WinForms and MVC, Pdfium folder structure will be generated as below,

-For ASP .NET Core and Blazor, Pdfium folder structure will be generated as below,
-
-
+N> For Syncfusion.PdfToImageConverter.Net and Syncfusion.PdfToImageConverter.Net.Core NuGet packages, Extractions of PDFium will not occur.
N> When you include PdfToImageConverter via a NuGet package, PDFium assemblies will automatically be generated in the application's output path folder from the NuGet package during compilation
## How to run PDFium in a restricted access environment
-If there is any access restriction applied to the application output folder, then the Syncfusion® Pdf To Image Converter cannot able to extract and consume the PDFium engine.
+If there is any access restriction applied to the application output folder, then the Syncfusion® PDF To Image Converter cannot able to extract and consume the PDFium engine.
In that situation, you need to add the following steps to consume the PDFium.
@@ -47,4 +45,8 @@ PdfToImageConverter imageConverter = new PdfToImageConverter();
imageConverter.ReferencePath = @"D:\ThirdPartyBinaries\";
{% endhighlight %}
-{% endtabs %}
\ No newline at end of file
+{% endtabs %}
+
+N> For Syncfusion.PdfToImageConverter.Net and Syncfusion.PdfToImageConverter.Net.Core NuGet packages, Extractions of PDFium will not occur.
+
+N> When you include PdfToImageConverter via a NuGet package, PDFium assemblies will automatically be generated in the application's output path folder from the NuGet package during compilation
\ No newline at end of file