Skip to content

Commit 5844308

Browse files
committed
983650-2: Added Blazor UG correction in PDF library
1 parent 15c5bc0 commit 5844308

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Document-Processing/PDF/PDF-Library/NET/tabcontent-support/Create-PDF-document-in-Blazor-MaUI-Visual-studio.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
**Prerequisites**:
22

3-
* Install .NET SDK: Ensure that you have the .NET SDK installed on your system. You can download it from the [.NET Downloads page](https://dotnet.microsoft.com/en-us/download).
4-
* Install Visual Studio: Download and install Visual Studio Code from the [official website](https://code.visualstudio.com/download).
3+
* **Install .NET SDK**: Ensure that you have the .NET SDK installed on your system. You can download it from the [.NET Downloads page](https://dotnet.microsoft.com/en-us/download).
4+
* **Install Visual Studio**: Download and install Visual Studio. For this example, we'll use Visual Studio 2022. You can download it from the [official Visual Studio website](https://visualstudio.microsoft.com/downloads/).
55

6-
Step 1: Create a new project by choosing `.NET MAUI Blazor Hybrid and Web App` template in Visual Studio.
6+
Step 1: Create a new .NET MAUI Blazor Hybrid project in Visual Studio
77
![Blazor client project creation step1](Create-PDF-Blazor/Maui-web-app.png)
88

99
Step 2: Install the [Syncfusion.PDF.NET](https://www.nuget.org/packages/Syncfusion.pdf.Net) NuGet package as a reference to your Blazor application from [NuGet.org](https://www.nuget.org).
1010
![Blazor WASM NuGet package installation](Create-PDF-Blazor/Blazor_server_NuGet_Net.png)
1111

12-
Step 3: Next, include the following namespaces in the ``_Imports.razor`` file.
12+
Step 3: Include necessary namespaces in `_Imports.razor` file.
1313

1414
{% tabs %}
1515

@@ -25,7 +25,7 @@ Step 3: Next, include the following namespaces in the ``_Imports.razor`` file.
2525

2626
{% endtabs %}
2727

28-
Step 4: Create a button in the ``Weather.razor`` using the following code.
28+
Step 4: Create a button in `Weather.razor` using the following code.
2929

3030
{% tabs %}
3131

@@ -98,8 +98,8 @@ The [PdfDocument](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Pdf
9898

9999
Step 6: Build the project.
100100

101-
Click on Build > Build Solution or press Ctrl + Shift + B to build the project.
101+
Click on Build > Build Solution or press `Ctrl + Shift + B` to build the project.
102102

103103
Step 7: Run the project.
104104

105-
Click the Start button (green arrow) or press F5 to run the app.
105+
Click the `Start` button (green arrow) or press `F5` to run the app.

0 commit comments

Comments
 (0)