From db38aa810cd52d3c7023482f2ffbcf9bd0d8e1fe Mon Sep 17 00:00:00 2001 From: lingeshwaran-sf4984 Date: Tue, 9 Dec 2025 15:38:38 +0530 Subject: [PATCH 1/3] CorrectionOnAssemblies: Added Corrections to Assemblies and nuget packages --- .../PDF-to-image/NET/Assemblies-Required.md | 13 +++++++++---- .../Convert-PDF-file-to-Image-in-ASP-NET-Core.md | 2 +- .../PDF-to-image/NET/NuGet-Packages-Required.md | 7 +++++-- .../PDF-to-image/NET/Referring-PDFium.md | 4 +--- 4 files changed, 16 insertions(+), 10 deletions(-) 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. ![Configuration window1](Asp.Net.Core_images/aspnetcore2.png) ![Configuration window2](Asp.Net.Core_images/aspnetcore3.png) -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..181182302 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,9 +24,7 @@ For WPF, WinForms and MVC, Pdfium folder structure will be generated as below, ![Folder Structure](PDFium_images/folder-structure.png) -For ASP .NET Core and Blazor, Pdfium folder structure will be generated as below, - -![Folder Structure](PDFium_images/folder-structure-cross-platform.png) +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 From 8ef15391a86eeabd48cf2f0b8a520888e6b43988 Mon Sep 17 00:00:00 2001 From: lingeshwaran-sf4984 Date: Tue, 9 Dec 2025 17:46:20 +0530 Subject: [PATCH 2/3] CorrectionOnAssemblies: Addressed CI Failures --- .../PDF/Conversions/PDF-to-image/NET/Referring-PDFium.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 181182302..1fa9c98ba 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,13 +24,13 @@ For WPF, WinForms and MVC, Pdfium folder structure will be generated as below, ![Folder Structure](PDFium_images/folder-structure.png) -N> For Syncfusion.PdfToImageConverter.Net and Syncfusion.PdfToImageConverter.Net.Core NuGet packages, Extractions of Pdfium will not occur. +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. From 46698f1add86b7f391ff6224f8dad50bc743df94 Mon Sep 17 00:00:00 2001 From: lingeshwaran-sf4984 Date: Tue, 9 Dec 2025 18:05:35 +0530 Subject: [PATCH 3/3] CorrectionOnAssemblies: Added Notes to referring PDFium. --- .../PDF/Conversions/PDF-to-image/NET/Referring-PDFium.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 1fa9c98ba..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 @@ -45,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