Skip to content

Added the Trademark Symbol in readme files #2221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions File-Formats/PDF-to-image/Convert-PDF-file-to-Image-in-WPF.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions File-Formats/PDF-to-image/Referring-PDFium.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down