From ee164f7973cac1a8d7a1c7ac3ebdf57bf7666dbf Mon Sep 17 00:00:00 2001 From: sameerkhan001 Date: Thu, 25 Jun 2026 17:48:57 +0530 Subject: [PATCH 1/2] 1035740: Added proper FT and UG link in HTML to PDF example. --- .NET/README.md | 4 +- ASP.NET Core/README.md | 5 +-- ASP.NET MVC/README.md | 4 +- AWS/HTML_to_PDF_Lambda/README.md | 2 +- Azure/HTML_to_PDF_Azure_app_service/README.md | 5 +-- .../README.md | 5 +-- Azure/HTML_to_PDF_Azure_functions/README.md | 2 +- Blazor/README.md | 2 +- Docker/README.md | 5 +-- Linux/README.md | 43 +++++++++---------- Mac/README.md | 3 +- README.md | 13 +++--- WPF/README.md | 4 +- Windows Forms/README.md | 4 +- 14 files changed, 46 insertions(+), 55 deletions(-) diff --git a/.NET/README.md b/.NET/README.md index c4b283b..1ad2d52 100644 --- a/.NET/README.md +++ b/.NET/README.md @@ -2,7 +2,7 @@ # Convert HTML to PDF file in .NET using C# -The Syncfusion® HTML to PDF converter is a .NET library used to convert HTML or web pages to PDF document in .NET application. +The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in .NET application. ## Steps to convert Html to PDF document in .NET application @@ -41,4 +41,4 @@ The Syncfusion® HTML to PDF converter is a .NET library used to convert HTML ``` By executing the program, you will get the PDF document as follows. - Output document of HTML to PDF conversion + Output document of HTML to PDF conversion \ No newline at end of file diff --git a/ASP.NET Core/README.md b/ASP.NET Core/README.md index c081b8d..0aa7170 100644 --- a/ASP.NET Core/README.md +++ b/ASP.NET Core/README.md @@ -2,7 +2,7 @@ # Convert HTML to PDF file in ASP.NET Core using C# -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. +The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in ASP.NET Core application. ## Steps to convert HTML to PDF in ASP.NET Core application @@ -58,5 +58,4 @@ The Syncfusion® HTML to PDF converter is a .NET library used to convert HTML ``` By executing the program, you will get the PDF document as follows. - Output screenshot of HTML to PDF conversion - + Output screenshot of HTML to PDF conversion \ No newline at end of file diff --git a/ASP.NET MVC/README.md b/ASP.NET MVC/README.md index b76b05e..de78b3e 100644 --- a/ASP.NET MVC/README.md +++ b/ASP.NET MVC/README.md @@ -2,7 +2,7 @@ # Convert HTML to PDF file in ASP.NET MVC using C# -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. +The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in ASP.NET MVC application. ## Steps to convert HTML to PDF document in ASP.NET MVC @@ -57,4 +57,4 @@ The Syncfusion® HTML to PDF converter is a .NET library used to convert HTML ``` By executing the program, you will get the PDF document as follows. - Output screenshot for HTML to PDF conversion + Output screenshot for HTML to PDF conversion \ No newline at end of file diff --git a/AWS/HTML_to_PDF_Lambda/README.md b/AWS/HTML_to_PDF_Lambda/README.md index dd26dab..b57dd15 100644 --- a/AWS/HTML_to_PDF_Lambda/README.md +++ b/AWS/HTML_to_PDF_Lambda/README.md @@ -1,6 +1,6 @@ # Convert HTML to PDF file in AWS using C# -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. +The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C# with Blink rendering engine in AWS. ## Setting up the AWS Toolkit for Visual Studio diff --git a/Azure/HTML_to_PDF_Azure_app_service/README.md b/Azure/HTML_to_PDF_Azure_app_service/README.md index 4f444ab..1f8d4ea 100644 --- a/Azure/HTML_to_PDF_Azure_app_service/README.md +++ b/Azure/HTML_to_PDF_Azure_app_service/README.md @@ -1,7 +1,7 @@ # Convert HTML to PDF file in Azure App Service on Linux using C# -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. +The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/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. ## Steps to convert HTML to PDF in Azure App service on Linux @@ -135,5 +135,4 @@ There are two ways to install the dependency packages to Azure server, AzureNetCore11 image Now, the published webpage will open in the browser. Click Export to PDF button to convert Syncfusion® webpage to PDF document. - AzureNetCore1 image - + AzureNetCore1 image \ No newline at end of file diff --git a/Azure/HTML_to_PDF_Azure_app_service_docker/README.md b/Azure/HTML_to_PDF_Azure_app_service_docker/README.md index 0fc4df6..4fc50ad 100644 --- a/Azure/HTML_to_PDF_Azure_app_service_docker/README.md +++ b/Azure/HTML_to_PDF_Azure_app_service_docker/README.md @@ -1,6 +1,6 @@ # Convert HTML to PDF file in Azure App Service Linux with docker using C# -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. +The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/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. ## Steps to convert HTML to PDF in Azure app service using Blink with Linux docker container @@ -105,5 +105,4 @@ The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document- 6. Click the button to convert Syncfusion® webpage to a PDF document. You will get the PDF document as follows. - Convert HTMLToPDF Azure Docker Output - + Convert HTMLToPDF Azure Docker Output \ No newline at end of file diff --git a/Azure/HTML_to_PDF_Azure_functions/README.md b/Azure/HTML_to_PDF_Azure_functions/README.md index fc895c4..bc42dd5 100644 --- a/Azure/HTML_to_PDF_Azure_functions/README.md +++ b/Azure/HTML_to_PDF_Azure_functions/README.md @@ -1,6 +1,6 @@ # Convert HTML to PDF file in Azure App Function Linux using C# -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. +The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/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. ## Steps to convert HTML to PDF in the Azure Functions using the Blink rendering engine 1. Create the Azure function project. diff --git a/Blazor/README.md b/Blazor/README.md index 271dd31..2f0fe9f 100644 --- a/Blazor/README.md +++ b/Blazor/README.md @@ -2,7 +2,7 @@ # Convert HTML to PDF file in Blazor using C# -The Syncfusion® HTML to PDF converter is a .NET library used to convert HTML or web pages to PDF document in Blazor application. +The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in Blazor application. ## Steps to convert HTML to PDF in Blazor application diff --git a/Docker/README.md b/Docker/README.md index 031b62a..3cf1d00 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -2,7 +2,7 @@ # Convert HTML to PDF file in Linux Docker container using C# -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. +The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library that converts HTML or web pages to PDF document in a Linux [Docker](https://www.docker.com/why-docker/) container. ## Steps to convert HTML to PDF in Linux Docker container @@ -76,5 +76,4 @@ The Syncfusion® HTML to PDF converter is a .NET library that converts HTML o 6. Build and run the sample in the Docker. It will pull the Linux Docker image from the Docker hub and run the project. Now, the webpage will open in the browser. Click the button to convert the webpage to a PDF. By executing the program, you will get the PDF document as follows. - Convert HTMLToPDF Dockeroutput - \ No newline at end of file + Convert HTMLToPDF Dockeroutput \ No newline at end of file diff --git a/Linux/README.md b/Linux/README.md index de770d3..21d9b03 100644 --- a/Linux/README.md +++ b/Linux/README.md @@ -1,6 +1,6 @@ # Convert HTML to PDF file in Linux using C# -The Syncfusion® HTML to PDF converter is a .NET library that converts HTML or web pages to PDF document in Linux. +The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library that converts HTML or web pages to PDF document in Linux. ## Pre-requisites The following Linux dependencies should be installed where the conversion takes place. @@ -47,32 +47,29 @@ The Syncfusion® HTML to PDF converter is a .NET library that converts HTML o 4. Add code samples in Program.cs file. - ```csharp - - //Initialize HTML to PDF converter. - HtmlToPdfConverter htmlConverter = new HtmlToPdfConverter(); - BlinkConverterSettings settings = new BlinkConverterSettings(); - //Set command line arguments to run without the sandbox. - settings.CommandLineArguments.Add("--no-sandbox"); - settings.CommandLineArguments.Add("--disable-setuid-sandbox"); - //Assign Blink settings to the HTML converter. - htmlConverter.ConverterSettings = settings; - //Convert URL to PDF. - PdfDocument document = htmlConverter.Convert("https://www.syncfusion.com"); - FileStream fileStream = new FileStream("HTML-to-PDF.pdf", FileMode.CreateNew, FileAccess.ReadWrite); - //Save and close a PDF document. - document.Save(fileStream); - document.Close(true); - - ``` + ```csharp -5. Execute the following command to restore the NuGet packages. + //Initialize HTML to PDF converter. + HtmlToPdfConverter htmlConverter = new HtmlToPdfConverter(); + BlinkConverterSettings settings = new BlinkConverterSettings(); + //Set command line arguments to run without the sandbox. + settings.CommandLineArguments.Add("--no-sandbox"); + settings.CommandLineArguments.Add("--disable-setuid-sandbox"); + //Assign Blink settings to the HTML converter. + htmlConverter.ConverterSettings = settings; + //Convert URL to PDF. + PdfDocument document = htmlConverter.Convert("https://www.syncfusion.com"); + FileStream fileStream = new FileStream("HTML-to-PDF.pdf", FileMode.CreateNew, FileAccess.ReadWrite); + //Save and close a PDF document. + document.Save(fileStream); + document.Close(true); - ```csharp + ``` +5. Execute the following command to restore the NuGet packages. + ```csharp dotnet restore - ``` Convert HTMLToPDF Linux Step3 @@ -88,4 +85,4 @@ The Syncfusion® HTML to PDF converter is a .NET library that converts HTML o Convert HTMLToPDF Linux Step4 By executing the program, you will get the PDF document as follows. The output will be saved in parallel to the program.cs file. - Convert HTMLToPDF Linux Step5 + Convert HTMLToPDF Linux Step5 \ No newline at end of file diff --git a/Mac/README.md b/Mac/README.md index bc5dad5..acf4798 100644 --- a/Mac/README.md +++ b/Mac/README.md @@ -1,13 +1,12 @@ # Convert HTML to PDF file in Mac using C# -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#. It is reliable and accurate. Using this library, you can convert HTML to PDF document in Mac. +The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C#. It is reliable and accurate. Using this library, you can convert HTML to PDF document in Mac. ## Steps to convert HTML to PDF in ASP.NET Core MVC 1. Create a new C# ASP.NET Core Web Application project. Mac_step1 - 2. Select the Target Framework of your project. Mac_step2 diff --git a/README.md b/README.md index c4b767b..3240071 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # HTML to PDF examples using C# -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#. It is reliable and accurate. The result preserves all graphics, images, text, fonts, and the layout of the original HTML document or webpage. This repository contains examples of HTML to PDF conversion using C# in different platforms. +The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C#. It is reliable and accurate. The result preserves all graphics, images, text, fonts, and the layout of the original HTML document or webpage. This repository contains examples of HTML to PDF conversion using C# in different platforms. Platform name | Description @@ -24,11 +24,11 @@ Platform name | Description * Run the application. # Resources -* **Product page:** [Syncfusion® PDF Framework](https://www.syncfusion.com/document-processing/pdf-framework/net) -* **Documentation page:** [Syncfusion® .NET PDF library](https://help.syncfusion.com/file-formats/pdf/overview) -* **Online demo:** [Syncfusion® .NET PDF library - Online demos](https://ej2.syncfusion.com/aspnetcore/PDF/CompressExistingPDF#/bootstrap5) +* **Product page:** [Syncfusion® PDF Framework](https://www.syncfusion.com/document-sdk/net-pdf-library) +* **Documentation page:** [Syncfusion® .NET PDF library](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/overview) +* **Online demo:** [Syncfusion® .NET PDF library - Online demos](https://document.syncfusion.com/demos/pdf/default#/tailwind) * **Blog:** [Syncfusion® .NET PDF library - Blog](https://www.syncfusion.com/blogs/category/pdf) -* **Knowledge Base:** [Syncfusion® .NET PDF library - Knowledge Base](https://www.syncfusion.com/kb/windowsforms/pdf) +* **Knowledge Base:** [Syncfusion® .NET PDF library - Knowledge Base](https://support.syncfusion.com/kb/web/section/866) * **EBooks:** [Syncfusion® .NET PDF library - EBooks](https://www.syncfusion.com/succinctly-free-ebooks) * **FAQ:** [Syncfusion® .NET PDF library - FAQ](https://www.syncfusion.com/faq/) @@ -42,5 +42,4 @@ This is a commercial product and requires a paid license for possession or use. # About Syncfusion® Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion® has more than 26,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies. -Today, we provide 1600+ components and frameworks for web ([Blazor](https://www.syncfusion.com/blazor-components?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [ASP.NET WebForms](https://www.syncfusion.com/jquery/aspnet-webforms-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [Angular](https://www.syncfusion.com/angular-ui-components?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [React](https://www.syncfusion.com/react-ui-components?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [Vue](https://www.syncfusion.com/vue-ui-components?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), and [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples)), mobile ([Xamarin](https://www.syncfusion.com/xamarin-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), and [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples)), and desktop development ([WinForms](https://www.syncfusion.com/winforms-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [WPF](https://www.syncfusion.com/wpf-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [WinUI(Preview)](https://www.syncfusion.com/winui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples) and [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples)). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software. - +Today, we provide 1600+ components and frameworks for web ([Blazor](https://www.syncfusion.com/blazor-components?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [ASP.NET WebForms](https://www.syncfusion.com/jquery/aspnet-webforms-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [Angular](https://www.syncfusion.com/angular-ui-components?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [React](https://www.syncfusion.com/react-ui-components?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [Vue](https://www.syncfusion.com/vue-ui-components?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), and [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples)), mobile ([Xamarin](https://www.syncfusion.com/xamarin-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), and [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples)), and desktop development ([WinForms](https://www.syncfusion.com/winforms-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [WPF](https://www.syncfusion.com/wpf-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [WinUI(Preview)](https://www.syncfusion.com/winui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples) and [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=github-docio-examples)). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software. \ No newline at end of file diff --git a/WPF/README.md b/WPF/README.md index a1bc032..58fffb4 100644 --- a/WPF/README.md +++ b/WPF/README.md @@ -2,7 +2,7 @@ # Convert HTML to PDF file in WPF using C# -The Syncfusion® HTML to PDF converter is a .NET library used to convert HTML or web pages to PDF document in WPF application. +The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in WPF application. ## Steps to convert Html to PDF document in WPF @@ -58,4 +58,4 @@ The Syncfusion® HTML to PDF converter is a .NET library used to convert HTML ``` By executing the program, you will get the PDF document as follows. - Output screenshot to convert HTML to PDF + Output screenshot to convert HTML to PDF \ No newline at end of file diff --git a/Windows Forms/README.md b/Windows Forms/README.md index 34272c7..2a14a42 100644 --- a/Windows Forms/README.md +++ b/Windows Forms/README.md @@ -2,7 +2,7 @@ # Convert HTML to PDF file in Windows Forms using C# -The Syncfusion® HTML to PDF converter is a .NET library used to convert HTML or web pages to PDF document in Windows Forms application. +The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in Windows Forms application. ## Steps to convert Html to PDF document in Windows Forms @@ -85,4 +85,4 @@ The Syncfusion® HTML to PDF converter is a .NET library used to convert HTML ``` By executing the program, you will get the PDF document as follows. - Output document of HTML to PDF conversion + Output document of HTML to PDF conversion \ No newline at end of file From 431fdcbafef3108cfe63a3002516ebc96eaf72b5 Mon Sep 17 00:00:00 2001 From: sameerkhan001 Date: Fri, 26 Jun 2026 11:16:05 +0530 Subject: [PATCH 2/2] 1035740: Added proper changes in ReadMe file --- .NET/README.md | 2 +- ASP.NET Core/README.md | 2 +- ASP.NET MVC/README.md | 2 +- AWS/HTML_to_PDF_Lambda/README.md | 2 +- Azure/HTML_to_PDF_Azure_app_service/README.md | 2 +- Azure/HTML_to_PDF_Azure_app_service_docker/README.md | 2 +- Azure/HTML_to_PDF_Azure_functions/README.md | 2 +- Blazor/README.md | 2 +- Docker/README.md | 2 +- Linux/README.md | 2 +- Mac/README.md | 2 +- README.md | 2 +- WPF/README.md | 2 +- Windows Forms/README.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.NET/README.md b/.NET/README.md index 1ad2d52..a881186 100644 --- a/.NET/README.md +++ b/.NET/README.md @@ -2,7 +2,7 @@ # Convert HTML to PDF file in .NET using C# -The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in .NET application. +The [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in .NET application. ## Steps to convert Html to PDF document in .NET application diff --git a/ASP.NET Core/README.md b/ASP.NET Core/README.md index 0aa7170..5c1c783 100644 --- a/ASP.NET Core/README.md +++ b/ASP.NET Core/README.md @@ -2,7 +2,7 @@ # Convert HTML to PDF file in ASP.NET Core using C# -The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in ASP.NET Core application. +The [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in ASP.NET Core application. ## Steps to convert HTML to PDF in ASP.NET Core application diff --git a/ASP.NET MVC/README.md b/ASP.NET MVC/README.md index de78b3e..99791bd 100644 --- a/ASP.NET MVC/README.md +++ b/ASP.NET MVC/README.md @@ -2,7 +2,7 @@ # Convert HTML to PDF file in ASP.NET MVC using C# -The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in ASP.NET MVC application. +The [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in ASP.NET MVC application. ## Steps to convert HTML to PDF document in ASP.NET MVC diff --git a/AWS/HTML_to_PDF_Lambda/README.md b/AWS/HTML_to_PDF_Lambda/README.md index b57dd15..1b84012 100644 --- a/AWS/HTML_to_PDF_Lambda/README.md +++ b/AWS/HTML_to_PDF_Lambda/README.md @@ -1,6 +1,6 @@ # Convert HTML to PDF file in AWS using C# -The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C# with Blink rendering engine in AWS. +The [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C# with Blink rendering engine in AWS. ## Setting up the AWS Toolkit for Visual Studio diff --git a/Azure/HTML_to_PDF_Azure_app_service/README.md b/Azure/HTML_to_PDF_Azure_app_service/README.md index 1f8d4ea..56fe919 100644 --- a/Azure/HTML_to_PDF_Azure_app_service/README.md +++ b/Azure/HTML_to_PDF_Azure_app_service/README.md @@ -1,7 +1,7 @@ # Convert HTML to PDF file in Azure App Service on Linux using C# -The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/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. +The [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/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. ## Steps to convert HTML to PDF in Azure App service on Linux diff --git a/Azure/HTML_to_PDF_Azure_app_service_docker/README.md b/Azure/HTML_to_PDF_Azure_app_service_docker/README.md index 4fc50ad..58d475e 100644 --- a/Azure/HTML_to_PDF_Azure_app_service_docker/README.md +++ b/Azure/HTML_to_PDF_Azure_app_service_docker/README.md @@ -1,6 +1,6 @@ # Convert HTML to PDF file in Azure App Service Linux with docker using C# -The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/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. +The [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/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. ## Steps to convert HTML to PDF in Azure app service using Blink with Linux docker container diff --git a/Azure/HTML_to_PDF_Azure_functions/README.md b/Azure/HTML_to_PDF_Azure_functions/README.md index bc42dd5..d7c5eaf 100644 --- a/Azure/HTML_to_PDF_Azure_functions/README.md +++ b/Azure/HTML_to_PDF_Azure_functions/README.md @@ -1,6 +1,6 @@ # Convert HTML to PDF file in Azure App Function Linux using C# -The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/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. +The [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/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. ## Steps to convert HTML to PDF in the Azure Functions using the Blink rendering engine 1. Create the Azure function project. diff --git a/Blazor/README.md b/Blazor/README.md index 2f0fe9f..e92568d 100644 --- a/Blazor/README.md +++ b/Blazor/README.md @@ -2,7 +2,7 @@ # Convert HTML to PDF file in Blazor using C# -The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in Blazor application. +The [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in Blazor application. ## Steps to convert HTML to PDF in Blazor application diff --git a/Docker/README.md b/Docker/README.md index 3cf1d00..90c554e 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -2,7 +2,7 @@ # Convert HTML to PDF file in Linux Docker container using C# -The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library that converts HTML or web pages to PDF document in a Linux [Docker](https://www.docker.com/why-docker/) container. +The [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library that converts HTML or web pages to PDF document in a Linux [Docker](https://www.docker.com/why-docker/) container. ## Steps to convert HTML to PDF in Linux Docker container diff --git a/Linux/README.md b/Linux/README.md index 21d9b03..32b6f10 100644 --- a/Linux/README.md +++ b/Linux/README.md @@ -1,6 +1,6 @@ # Convert HTML to PDF file in Linux using C# -The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library that converts HTML or web pages to PDF document in Linux. +The [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library that converts HTML or web pages to PDF document in Linux. ## Pre-requisites The following Linux dependencies should be installed where the conversion takes place. diff --git a/Mac/README.md b/Mac/README.md index acf4798..97dda68 100644 --- a/Mac/README.md +++ b/Mac/README.md @@ -1,6 +1,6 @@ # Convert HTML to PDF file in Mac using C# -The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C#. It is reliable and accurate. Using this library, you can convert HTML to PDF document in Mac. +The [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C#. It is reliable and accurate. Using this library, you can convert HTML to PDF document in Mac. ## Steps to convert HTML to PDF in ASP.NET Core MVC diff --git a/README.md b/README.md index 3240071..1abc2dd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # HTML to PDF examples using C# -The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C#. It is reliable and accurate. The result preserves all graphics, images, text, fonts, and the layout of the original HTML document or webpage. This repository contains examples of HTML to PDF conversion using C# in different platforms. +The [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C#. It is reliable and accurate. The result preserves all graphics, images, text, fonts, and the layout of the original HTML document or webpage. This repository contains examples of HTML to PDF conversion using C# in different platforms. Platform name | Description diff --git a/WPF/README.md b/WPF/README.md index 58fffb4..5ac1741 100644 --- a/WPF/README.md +++ b/WPF/README.md @@ -2,7 +2,7 @@ # Convert HTML to PDF file in WPF using C# -The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in WPF application. +The [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in WPF application. ## Steps to convert Html to PDF document in WPF diff --git a/Windows Forms/README.md b/Windows Forms/README.md index 2a14a42..202e58f 100644 --- a/Windows Forms/README.md +++ b/Windows Forms/README.md @@ -2,7 +2,7 @@ # Convert HTML to PDF file in Windows Forms using C# -The Syncfusion® [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in Windows Forms application. +The [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library used to convert HTML or web pages to PDF document in Windows Forms application. ## Steps to convert Html to PDF document in Windows Forms