diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor-WASM-Standalone-app-template.png b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor-WASM-Standalone-app-template.png new file mode 100644 index 000000000..104bb4ead Binary files /dev/null and b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor-WASM-Standalone-app-template.png differ diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor-Web-app-template.png b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor-Web-app-template.png new file mode 100644 index 000000000..23d65753b Binary files /dev/null and b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor-Web-app-template.png differ diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor_WASM_Standalone.png b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor_WASM_Standalone.png new file mode 100644 index 000000000..244de2a1b Binary files /dev/null and b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor_WASM_Standalone.png differ diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor_image_Server_Web_Additional_Information.png b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor_image_Server_Web_Additional_Information.png new file mode 100644 index 000000000..4f8ec78c0 Binary files /dev/null and b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor_image_Server_Web_Additional_Information.png differ diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor_image_Web_App.png b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor_image_Web_App.png new file mode 100644 index 000000000..904c511db Binary files /dev/null and b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor_image_Web_App.png differ diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor_image_Web_ProjectName.png b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor_image_Web_ProjectName.png new file mode 100644 index 000000000..d424433e3 Binary files /dev/null and b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Blazor_Images/Blazor_image_Web_ProjectName.png differ diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Blazor.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Blazor.md index 3da85ae7b..50934e228 100644 --- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Blazor.md +++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Blazor.md @@ -1,4 +1,4 @@ ---- +--- title: Convert Word to PDF in Blazor | DocIO | Syncfusion description: Convert Word to PDF in Blazor using Blazor Word (DocIO) library without Microsoft Word or interop dependencies. platform: document-processing @@ -6,11 +6,11 @@ control: DocIO documentation: UG --- -# Convert Word document to PDF in Blazor +# Convert Word Document to PDF in Blazor -Syncfusion® DocIO is a [Blazor Word library](https://www.syncfusion.com/document-processing/word-framework/blazor/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Blazor**. +Syncfusion® DocIO is a [Blazor Word library](https://www.syncfusion.com/document-processing/word-framework/blazor/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, a **convert a Word document to PDF in Blazor**. -## Word to PDF in Blazor Server app +## Word to PDF in Blazor Web App Server Application {% tabcontents %} @@ -18,50 +18,65 @@ Syncfusion® DocIO is a [Blazor Word library](https://www.syncfusi **Prerequisites:** -* Visual Studio 2022. -* Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. +* Visual Studio 2022. +* Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. + +Step 1: Create a new C# Blazor Web app project. +* Select "Blazor Web App" from the template and click **Next**. + + + +* Name the project and click **Next**. -Step 1: Create a new C# Blazor Server app project. Select Blazor Server App from the template and click the Next button. + - +* Select the framework and click **Create** button. -Step 2: To **convert a Word document to PDF in server app**, install [Syncfusion.DocIORenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) to the Blazor project. + + +Step 2: Install the `Syncfusion.DocIORenderer.Net.Core` NuGet package. +To **convert a Word document to PDF in a Blazor Web App Server**, install [Syncfusion.DocIORenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) into the Blazor project.  -N> 1. If you're deploying the application in a Linux environment, refer to the [documentation](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/nuget-packages-required-word-to-pdf#additional-nuget-packages-required-for-linux) for the required additional NuGet packages. -N> 2. Starting with v16.2.0.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet feed, you also have to add "Syncfusion.Licensing" assembly reference and include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion® license key in your application to use our components. +N> 1. If deploying the application in a Linux environment, refer to the [documentation](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/nuget-packages-required-word-to-pdf#additional-nuget-packages-required-for-linux) for the required additional NuGet packages. +N> 2. Starting with v16.2.0.x, if Syncfusion® assemblies are referenced from trial setup or from the NuGet feed, the "Syncfusion.Licensing" assembly reference must also be added and a license key included in projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion® license key in an application to use Syncfusion components. -Step 3: Create a razor file with name as **DocIO** under **Pages** folder and include the following namespaces in the file. +Step 3: Create a Razor file named `DocIO.razor` in the `Pages` folder, which is located inside the `Components` folder. +Include the following namespaces in the file: {% tabs %} {% highlight c# tabtitle="C#" %} -@page "/docio" + +@rendermode InteractiveServer +@page "/DocIO" +@using System.IO; @using Convert_Word_Document_to_PDF; @inject Convert_Word_Document_to_PDF.Data.WordService service @inject Microsoft.JSInterop.IJSRuntime JS {% endhighlight %} {% endtabs %} -Step 4: Add the following code in **DocIO.razor** file to create a new button. - +Step 4: Add a button to `DocIO.razor`. +Include the following code to create a new button that triggers the Word to PDF conversion: {% tabs %} {% highlight CSHTML %} -
Syncfusion DocIO library is a Blazor DocIO library used to create, read, edit, and convert Word files in your applications without Microsoft Office dependencies.
+The Syncfusion DocIO library is a Blazor DocIO library used to create, read, edit, and convert Word files in applications without Microsoft Office dependencies.
{% endhighlight %} {% endtabs %} -Step 5: Add the following code in **DocIO.razor** file to create and download the **PDF document**. +Step 5: Implement the method in `DocIO.razor`. +Add the following code to convert the Word document to PDF and download it: {% tabs %} {% highlight c# tabtitle="C#" %} @code { MemoryStream documentStream; ///