diff --git a/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-ASP-NET-Core.md b/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-ASP-NET-Core.md index 10d340237..339084de9 100644 --- a/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-ASP-NET-Core.md +++ b/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-ASP-NET-Core.md @@ -9,7 +9,7 @@ keywords: Assemblies # Convert PDF file to Image in ASP.NET Core -The Syncfusion PDF to Image converter is a .NET library used to convert PDF document to image in ASP.NET Core application. +The Syncfusion® PDF to Image converter is a .NET library used to convert PDF document to image in ASP.NET Core application. ## Steps to convert PDF document to Image in ASP.NET Core application diff --git a/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-ASP-NET-MVC.md b/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-ASP-NET-MVC.md index f8cf638ce..89ee5de91 100644 --- a/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-ASP-NET-MVC.md +++ b/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-ASP-NET-MVC.md @@ -9,7 +9,7 @@ keywords: Assemblies # Convert PDF file to Image in ASP.NET MVC -The Syncfusion PDF to Image converter is a .NET library used to convert PDF document to image in ASP.NET MVC application. +The Syncfusion® PDF to Image converter is a .NET library used to convert PDF document to image in ASP.NET MVC application. ## Steps to convert PDF document to Image in ASP.NET MVC diff --git a/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-Blazor.md b/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-Blazor.md index bfd0911d8..0ed7408c8 100644 --- a/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-Blazor.md +++ b/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-Blazor.md @@ -9,7 +9,7 @@ keywords: Assemblies # Convert PDF file to Image in Blazor -The Syncfusion PDF to Image converter is a .NET library used to convert PDF document to image in Blazor application. +The Syncfusion® PDF to Image converter is a .NET library used to convert PDF document to image in Blazor application. ## Steps to convert PDF document to Image in Blazor application diff --git a/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-WPF.md b/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-WPF.md index 31768334a..7dd648480 100644 --- a/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-WPF.md +++ b/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-WPF.md @@ -1,6 +1,6 @@ --- title: Convert PDF file to Image in WPF application | Syncfusion -description: Learn how to convert a PDF file to Image in WPF with easy steps using System Drawing library. +description: Learn how to convert a PDF document to Image file in WPF with easy steps using System Drawing library. platform: file-formats control: PDF to image documentation: UG @@ -9,7 +9,7 @@ keywords: Assemblies # Convert PDF file to Image in WPF -The Syncfusion PDF to Image converter is a .NET library used to convert PDF document to image in WPF application. +The Syncfusion® PDF to Image converter is a .NET library used to convert PDF document to image in WPF application. ## Steps to convert PDF document to Image in WPF diff --git a/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-Windows-Forms.md b/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-Windows-Forms.md index ebb9e050a..11775db7b 100644 --- a/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-Windows-Forms.md +++ b/File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-Windows-Forms.md @@ -9,7 +9,7 @@ keywords: Assemblies # Convert PDF file to Image in Windows Forms -The Syncfusion PDF to Image converter is a .NET library used to convert PDF document to image in WPF application. +The Syncfusion® PDF to Image converter is a .NET library used to convert PDF document to image in WPF application. ## Steps to convert PDF document to Image in Windows Forms diff --git a/File-Formats/PDF-to-image/Referring-PDFium.md b/File-Formats/PDF-to-image/Referring-PDFium.md index 4f9ff752c..bf275bca2 100644 --- a/File-Formats/PDF-to-image/Referring-PDFium.md +++ b/File-Formats/PDF-to-image/Referring-PDFium.md @@ -15,8 +15,8 @@ N> PDFium is not supported in Windows XP operating system. ### How PDFium works with PdfToImageConverter -* On running your application, Syncfusion PdfToImageConverter control generates a folder named `PDFium` in the application output path folder (for example: bin/release or bin/debug) at runtime. -* Syncfusion PdfToImageConverter control detects the architecture of the running machine automatically. +* On running your application, Syncfusion® PdfToImageConverter control generates a folder named `PDFium` in the application output path folder (for example: bin/release or bin/debug) at runtime. +* Syncfusion® PdfToImageConverter control detects the architecture of the running machine automatically. For WPF, WinForms and MVC, Pdfium folder structure will be generated as below, * Next, it creates another subfolder named “x64”, “x86” or “arm64” based on the machine architecture. * Extracts the PDFium binary (PDFium.dll) into the subfolder (x64, x86 or arm64) and consumes it to render PDF files. @@ -31,7 +31,7 @@ N> When you include PdfToImageConverter via a NuGet package, PDFium assemblies w ## 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.