Skip to content

Commit 01dca5e

Browse files
committed
924871 - Added Syncfusion TradeMark Symbol
1 parent e907649 commit 01dca5e

File tree

14 files changed

+27
-27
lines changed

14 files changed

+27
-27
lines changed

.NET/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Convert HTML to PDF file in .NET using C#
44

5-
The Syncfusion HTML to PDF converter is a .NET library used to convert HTML or web pages to PDF document in .NET application.
5+
The Syncfusion® HTML to PDF converter is a .NET library used to convert HTML or web pages to PDF document in .NET application.
66

77
## Steps to convert Html to PDF document in .NET application
88

ASP.NET Core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Convert HTML to PDF file in ASP.NET Core using C#
44

5-
The Syncfusion HTML to PDF converter is a .NET library used to convert HTML or web pages to PDF document in ASP.NET Core application.
5+
The Syncfusion® HTML to PDF converter is a .NET library used to convert HTML or web pages to PDF document in ASP.NET Core application.
66

77
## Steps to convert HTML to PDF in ASP.NET Core application
88

ASP.NET MVC/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Convert HTML to PDF file in ASP.NET MVC using C#
44

5-
The Syncfusion HTML to PDF converter is a .NET library used to convert HTML or web pages to PDF document in ASP.NET MVC application.
5+
The Syncfusion® HTML to PDF converter is a .NET library used to convert HTML or web pages to PDF document in ASP.NET MVC application.
66

77
## Steps to convert HTML to PDF document in ASP.NET MVC
88

AWS/HTML_to_PDF_Lambda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Convert HTML to PDF file in AWS using C#
22

3-
The Syncfusion [HTML to PDF converter](https://www.syncfusion.com/pdf-framework/net/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C# with Blink rendering engine in AWS.
3+
The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/pdf-framework/net/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C# with Blink rendering engine in AWS.
44

55
## Setting up the AWS Toolkit for Visual Studio
66

Azure/HTML_to_PDF_Azure_app_service/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Convert HTML to PDF file in Azure App Service on Linux using C#
33

4-
The Syncfusion HTML to PDF converter is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C# in Azure App Service on Linux, Azure app service using the Linux [docker](https://www.docker.com/why-docker) container and Azure Function Application Linux.
4+
The Syncfusion® HTML to PDF converter is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C# in Azure App Service on Linux, Azure app service using the Linux [docker](https://www.docker.com/why-docker) container and Azure Function Application Linux.
55

66
## Steps to convert HTML to PDF in Azure App service on Linux
77

@@ -134,6 +134,6 @@ There are two ways to install the dependency packages to Azure server,
134134
5. After creating a profile, click the publish button.
135135
<img src="HTML_to_PDF_Azure_app_service/HTML_to_PDF_images/AzureNetCore11.png" alt="AzureNetCore11 image" width="100%" Height="Auto"/>
136136

137-
Now, the published webpage will open in the browser. Click Export to PDF button to convert Syncfusion webpage to PDF document.
137+
Now, the published webpage will open in the browser. Click Export to PDF button to convert Syncfusion&reg; webpage to PDF document.
138138
<img src="HTML_to_PDF_Azure_app_service/HTML_to_PDF_images/htmltopdfoutput.png" alt="AzureNetCore1 image" width="100%" Height="Auto"/>
139139

Azure/HTML_to_PDF_Azure_app_service_docker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Convert HTML to PDF file in Azure App Service Linux with docker using C#
22

3-
The Syncfusion [HTML to PDF converter](https://www.syncfusion.com/document-processing/pdf-framework/net/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C# in Azure App Service on Linux, Azure app service using the Linux [Docker](https://www.docker.com/why-docker) container and Azure Function Application Linux.
3+
The Syncfusion&reg; [HTML to PDF converter](https://www.syncfusion.com/document-processing/pdf-framework/net/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C# in Azure App Service on Linux, Azure app service using the Linux [Docker](https://www.docker.com/why-docker) container and Azure Function Application Linux.
44

55
## Steps to convert HTML to PDF in Azure app service using Blink with Linux docker container
66

@@ -79,7 +79,7 @@ The Syncfusion [HTML to PDF converter](https://www.syncfusion.com/document-proce
7979

8080
```
8181

82-
8. Build and run the sample in docker, it will pull the Linux docker image from the docker hub and run the project. Now, the webpage will open in the browser and click the button to convert the Syncfusion webpage to a PDF.
82+
8. Build and run the sample in docker, it will pull the Linux docker image from the docker hub and run the project. Now, the webpage will open in the browser and click the button to convert the Syncfusion&reg; webpage to a PDF.
8383

8484
<img src="HTML_to_PDF_Azure_app_service_docker/HTML_Conversion_Images/DockerStep6.png" alt="Convert HTMLToPDF Azure Docker Step6" width="100%" Height="Auto"/>
8585

@@ -104,6 +104,6 @@ The Syncfusion [HTML to PDF converter](https://www.syncfusion.com/document-proce
104104
<img src="HTML_to_PDF_Azure_app_service_docker/HTML_Conversion_Images/DockerStep6.png" alt="Convert HTMLToPDF Azure Docker Step6" width="100%" Height="Auto"/>
105105

106106

107-
6. Click the button to convert Syncfusion webpage to a PDF document. You will get the PDF document as follows.
107+
6. Click the button to convert Syncfusion&reg; webpage to a PDF document. You will get the PDF document as follows.
108108
<img src="HTML_to_PDF_Azure_app_service_docker/HTML_Conversion_Images/htmltopdfoutput.png" alt="Convert HTMLToPDF Azure Docker Output" width="100%" Height="Auto"/>
109109

Azure/HTML_to_PDF_Azure_functions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Convert HTML to PDF file in Azure App Function Linux using C#
22

3-
The Syncfusion [HTML to PDF converter](https://www.syncfusion.com/document-processing/pdf-framework/net/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C# in Azure App Service on Linux, Azure app service using the Linux [docker](https://www.docker.com/why-docker) container and Azure Function Application Linux.
3+
The Syncfusion&reg; [HTML to PDF converter](https://www.syncfusion.com/document-processing/pdf-framework/net/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C# in Azure App Service on Linux, Azure app service using the Linux [docker](https://www.docker.com/why-docker) container and Azure Function Application Linux.
44

55
## Steps to convert HTML to PDF in the Azure Functions using the Blink rendering engine
66
1. Create the Azure function project.

Blazor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Convert HTML to PDF file in Blazor using C#
44

5-
The Syncfusion HTML to PDF converter is a .NET library used to convert HTML or web pages to PDF document in Blazor application.
5+
The Syncfusion&reg; HTML to PDF converter is a .NET library used to convert HTML or web pages to PDF document in Blazor application.
66

77
## Steps to convert HTML to PDF in Blazor application
88

Docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Convert HTML to PDF file in Linux Docker container using C#
44

5-
The Syncfusion HTML to PDF converter is a .NET library that converts HTML or web pages to PDF document in a Linux [Docker](https://www.docker.com/why-docker/) container.
5+
The Syncfusion&reg; HTML to PDF converter is a .NET library that converts HTML or web pages to PDF document in a Linux [Docker](https://www.docker.com/why-docker/) container.
66

77
## Steps to convert HTML to PDF in Linux Docker container
88

Linux/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Convert HTML to PDF file in Linux using C#
22

3-
The Syncfusion HTML to PDF converter is a .NET library that converts HTML or web pages to PDF document in Linux.
3+
The Syncfusion&reg; HTML to PDF converter is a .NET library that converts HTML or web pages to PDF document in Linux.
44
## Pre-requisites
55

66
The following Linux dependencies should be installed where the conversion takes place.

0 commit comments

Comments
 (0)