Skip to content

Commit 31a3cf5

Browse files
committed
1044179-d: Added missing Getting Started changes- #3958
1 parent 7323095 commit 31a3cf5

42 files changed

Lines changed: 62 additions & 73 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Document-Processing/PDF/PDF-Library/NET/Create-PDF-Document-in-Azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ N> If this is your first time working with Azure, please refer to the dedicated
1717
* An active **Microsoft Azure subscription** is required. If you don't have one, please create a free account before starting.
1818
* Install the required NuGet package: [Syncfusion.Pdf.Net.Core](https://www.nuget.org/packages/Syncfusion.Pdf.Net.Core/).
1919
* Visual Studio 2022 (17.0 or later) or Visual Studio Code with the C# Dev Kit extension.
20-
* An active Syncfusion license. If you do not have one, request a free 30-day trial at [https://www.syncfusion.com/sales/communitylicense](https://www.syncfusion.com/sales/communitylicense).
20+
* An active Syncfusion<sup>&reg;</sup> license. If you do not have one, request a free 30-day trial at [https://www.syncfusion.com/sales/communitylicense](https://www.syncfusion.com/sales/communitylicense).
2121

2222
## Supported Azure Services
2323

Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-AKS-Environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Step 3: Click **Create** button.
3131
Step 4: Install the [Syncfusion.Pdf.Net.Core](https://www.nuget.org/packages/Syncfusion.Pdf.Net.Core/) NuGet package as a reference to your project from [NuGet.org](https://www.nuget.org/).
3232
![Install Syncfusion.Pdf.Net.Core NuGet package](AKS_images/NuGet_package.png)
3333

34-
Step 5: Register the Syncfusion license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in **Program.cs** before initializing any Syncfusion component:
34+
Step 5: Register the Syncfusion<sup>&reg;</sup> license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in **Program.cs** before initializing any Syncfusion<sup>&reg;</sup> component:
3535

3636
{% tabs %}
3737
{% highlight c# tabtitle="C#" %}
@@ -50,7 +50,7 @@ var app = builder.Build();
5050
{% endhighlight %}
5151
{% endtabs %}
5252

53-
Replace `"YOUR LICENSE KEY"` with the key from your Syncfusion account. For security, store the key in `appsettings.json` (local development) or as a Kubernetes **Secret** mounted as an environment variable (`SyncfusionLicenseKey`) and read with `builder.Configuration["SyncfusionLicenseKey"]` rather than hardcoding it. Refer to the [Syncfusion License documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering the Syncfusion license key in your application.
53+
Replace `"YOUR LICENSE KEY"` with the license key associated with your Syncfusion<sup>&reg;</sup> account. If you do not have a license key, you can request a free 30-day trial or apply for a Community License from the Syncfusion<sup>&reg;</sup> website. For more information about registering a license key in your application, refer to the [Syncfusion<sup>&reg;</sup> Licensing Documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
5454

5555
Step 6: A default action method named Index will be present in *HomeController.cs*. Right-click on Index method and select Go To View where you will be directed to its associated view page *Index.cshtml*. Add a new button in the *Index.cshtml* as shown below.
5656

Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Step 3: Click **Create** button.
3131
Step 4: Install the [Syncfusion.Pdf.Net.Core](https://www.nuget.org/packages/Syncfusion.Pdf.Net.Core/) NuGet package as a reference to your project from [NuGet.org](https://www.nuget.org/).
3232
![Install Syncfusion.Pdf.Net.Core NuGet package](Azure_images/Azure-app-service-Linux/NuGet_package.png)
3333

34-
Step 5: Register the Syncfusion license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in **Program.cs** before initializing any Syncfusion component:
34+
Step 5: Register the Syncfusion<sup>&reg;</sup> license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in **Program.cs** before initializing any Syncfusion<sup>&reg;</sup> component:
3535

3636
{% tabs %}
3737
{% highlight c# tabtitle="C#" %}
@@ -50,7 +50,7 @@ var app = builder.Build();
5050
{% endhighlight %}
5151
{% endtabs %}
5252

53-
Replace `"YOUR LICENSE KEY"` with the key from your Syncfusion account. For security, store the key in `appsettings.json` (local development) or in the App Service's **Configuration > Application settings** (Azure portal) rather than hardcoding it. Refer to the [Syncfusion License documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering the Syncfusion license key in your application.
53+
Replace `"YOUR LICENSE KEY"` with the license key associated with your Syncfusion<sup>&reg;</sup> account. If you do not have a license key, you can request a free 30-day trial or apply for a Community License from the Syncfusion<sup>&reg;</sup> website. For more information about registering a license key in your application, refer to the [Syncfusion<sup>&reg;</sup> Licensing Documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
5454

5555
Step 6: A default action method named Index will be present in *HomeController.cs*. Right click on Index method and select Go To View where you will be directed to its associated view page *Index.cshtml*. Add a new button in the *Index.cshtml* as shown below.
5656

Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Step 3: Click **Create** button.
3333
Step 4: Install the [Syncfusion.Pdf.Net.Core](https://www.nuget.org/packages/Syncfusion.Pdf.Net.Core/) NuGet package as a reference to your project from [NuGet.org](https://www.nuget.org/).
3434
![NuGet package installation](Azure_images/Azure-app-service-windows/NuGet_package.png)
3535

36-
Step 5: Register the Syncfusion license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in **Program.cs** before initializing any Syncfusion component:
36+
Step 5: Register the Syncfusion<sup>&reg;</sup> license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in **Program.cs** before initializing any Syncfusion<sup>&reg;</sup> component:
3737

3838
{% tabs %}
3939
{% highlight c# tabtitle="C#" %}
@@ -52,7 +52,7 @@ var app = builder.Build();
5252
{% endhighlight %}
5353
{% endtabs %}
5454

55-
Replace `"YOUR LICENSE KEY"` with the key from your Syncfusion account. For security, store the key in `appsettings.json` (local development) or in the App Service's **Configuration > Application settings** (Azure portal) rather than hardcoding it. Refer to the [Syncfusion License documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering the Syncfusion license key in your application.
55+
Replace `"YOUR LICENSE KEY"` with the license key associated with your Syncfusion<sup>&reg;</sup> account. If you do not have a license key, you can request a free 30-day trial or apply for a Community License from the Syncfusion<sup>&reg;</sup> website. For more information about registering a license key in your application, refer to the [Syncfusion<sup>&reg;</sup> Licensing Documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
5656

5757
Step 6: A default action method named Index will be present in *HomeController.cs*. Right click on Index method and select Go To View where you will be directed to its associated view page *Index.cshtml*. Add a new button in the *Index.cshtml* as shown below.
5858

Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-Functions-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Step 3: Select function worker as **.NET Framework**.
3131
Step 4: Install the [Syncfusion.PDF.AspNet](https://www.nuget.org/packages/Syncfusion.Pdf.AspNet) NuGet package as a reference to your project from [NuGet.org](https://www.nuget.org/).
3232
![Install Syncfusion.Pdf.AspNet NuGet package](Azure_images/Azure-Functions-V1/NuGet_package_reference.png)
3333

34-
Step 5: Register the Syncfusion license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in **Function1.cs** before initializing any Syncfusion component:
34+
Step 5: Register the Syncfusion<sup>&reg;</sup> license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in **Function1.cs** before initializing any Syncfusion<sup>&reg;</sup> component:
3535

3636
{% tabs %}
3737
{% highlight c# tabtitle="C#" %}
@@ -50,7 +50,7 @@ public static async Task<HttpResponseMessage> Run([HttpTrigger] HttpRequestMessa
5050
{% endhighlight %}
5151
{% endtabs %}
5252

53-
Replace `"YOUR LICENSE KEY"` with the key from your Syncfusion account. For security, store the key in `local.settings.json` (local development) or in the Function App's **Configuration > Application settings** (Azure portal) rather than hardcoding it. Refer to the [Syncfusion License documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering the Syncfusion license key in your application.
53+
Replace `"YOUR LICENSE KEY"` with the license key associated with your Syncfusion<sup>&reg;</sup> account. If you do not have a license key, you can request a free 30-day trial or apply for a Community License from the Syncfusion<sup>&reg;</sup> website. For more information about registering a license key in your application, refer to the [Syncfusion<sup>&reg;</sup> Licensing Documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
5454

5555
N> Add the sample image *AdventureCycle.jpg* as an embedded resource in the project so it can be loaded using `Assembly.GetManifestResourceStream` in the code sample.
5656

Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-Functions-v4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Step 3: Select function worker as **.NET 8.0(Long-term support)**.
3131
Step 4: Install the [Syncfusion.Pdf.Net.Core](https://www.nuget.org/packages/Syncfusion.Pdf.Net.Core/) NuGet package as a reference to your project from [NuGet.org](https://www.nuget.org/).
3232
![Install Syncfusion.Pdf.Net.Core NuGet package](Azure_Images/Azure-Functions-V4/NuGet_package_reference.png)
3333

34-
Step 5: Register the Syncfusion license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in **Function1.cs** before initializing any Syncfusion component:
34+
Step 5: Register the Syncfusion<sup>&reg;</sup> license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in **Function1.cs** before initializing any Syncfusion<sup>&reg;</sup> component:
3535

3636
{% tabs %}
3737
{% highlight c# tabtitle="C#" %}
@@ -50,7 +50,7 @@ public IActionResult Run([HttpTrigger(AuthorizationLevel.Function, "get", "post"
5050
{% endhighlight %}
5151
{% endtabs %}
5252

53-
Replace `"YOUR LICENSE KEY"` with the key from your Syncfusion account. For security, store the key in `local.settings.json` (local development) or in the Function App's **Configuration > Application settings** (Azure portal) rather than hardcoding it. Refer to the [Syncfusion License documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering the Syncfusion license key in your application.
53+
Replace `"YOUR LICENSE KEY"` with the license key associated with your Syncfusion<sup>&reg;</sup> account. If you do not have a license key, you can request a free 30-day trial or apply for a Community License from the Syncfusion<sup>&reg;</sup> website. For more information about registering a license key in your application, refer to the [Syncfusion<sup>&reg;</sup> Licensing Documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
5454

5555
N> Add the sample image *AdventureCycle.jpg* as an embedded resource in the project so it can be loaded using `Assembly.GetManifestResourceStream` in the code sample.
5656

Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Blazor.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ To include the Syncfusion<sup>&reg;</sup> .NET PDF library into your Blazor appl
1515
To quickly get started with creating a PDF document in Blazor, check this video:
1616
{% youtube "https://www.youtube.com/watch?v=B5BOBwus0Jc&t=2s" %}
1717

18-
## Prerequisites
19-
20-
- .NET 8.0 SDK or later for Blazor Server, Blazor WebAssembly, and Blazor WebAssembly PWA projects
21-
- .NET 8.0 SDK or later for .NET MAUI Blazor projects
22-
- Visual Studio 2022 with the ASP.NET and web development workload installed (or Visual Studio Code / JetBrains Rider)
23-
- A valid Syncfusion license key (required for production use; a free Community License is available)
24-
2518
## Steps to create a PDF document in Blazor Server application
2619

2720
{% tabcontents %}

Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Step 3: Enable Docker support with **Linux** as the target OS.
3535
Step 4: Install the [Syncfusion.Pdf.Net.Core](https://www.nuget.org/packages/Syncfusion.Pdf.Net.Core) NuGet package as a reference to your .NET application from [NuGet.org](https://www.nuget.org/).
3636
![NuGet Package](GettingStarted_images/Docker-Image4.png)
3737

38-
Step 5: Register the Syncfusion license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in **Program.cs** before initializing any Syncfusion component:
38+
Step 5: Register the Syncfusion<sup>&reg;</sup> license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in **Program.cs** before initializing any Syncfusion<sup>&reg;</sup> component:
3939

4040
{% tabs %}
4141
{% highlight c# tabtitle="C#" %}
@@ -54,7 +54,7 @@ var app = builder.Build();
5454
{% endhighlight %}
5555
{% endtabs %}
5656

57-
Replace `"YOUR LICENSE KEY"` with the key from your Syncfusion account. If you do not have one, request a free 30-day trial at [https://www.syncfusion.com/sales/communitylicense](https://www.syncfusion.com/sales/communitylicense). For Docker deployment, pass the key at runtime as an environment variable (`SyncfusionLicenseKey`), read it in `Program.cs` with `builder.Configuration["SyncfusionLicenseKey"]`, and DON'T bake it into the image. Refer to the [Syncfusion License documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering the Syncfusion license key in your application.
57+
Replace `"YOUR LICENSE KEY"` with the license key associated with your Syncfusion<sup>&reg;</sup> account. If you do not have a license key, you can request a free 30-day trial or apply for a Community License from the Syncfusion<sup>&reg;</sup> website. For more information about registering a license key in your application, refer to the [Syncfusion<sup>&reg;</sup> Licensing Documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
5858

5959
Step 6: A default action method named `Index` is present in `HomeController.cs`. Right-click on this `Index` method and select **Go To View** to open its associated view page `Index.cshtml`. Add a new button in `Index.cshtml` as follows.
6060

Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Web-API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Step 2: In the project configuration window, name your project and click **Creat
3030
Step 3: Install the [Syncfusion.Pdf.Net.Core](https://www.nuget.org/packages/Syncfusion.Pdf.Net.Core) NuGet package as a reference to your ASP.NET Core Web API application from [NuGet.org](https://www.nuget.org/).
3131
![Install PDF NuGet package](MVC_images/Web-API-3.png)
3232

33-
Step 4: Register the Syncfusion license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in **Program.cs** before initializing any Syncfusion component:
33+
Step 4: Register the Syncfusion<sup>&reg;</sup> license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in **Program.cs** before initializing any Syncfusion<sup>&reg;</sup> component:
3434

3535
{% tabs %}
3636
{% highlight c# tabtitle="C#" %}
@@ -52,7 +52,7 @@ var app = builder.Build();
5252
{% endhighlight %}
5353
{% endtabs %}
5454

55-
Replace `"YOUR LICENSE KEY"` with the key from your Syncfusion account. If you do not have one, request a free 30-day trial at [https://www.syncfusion.com/sales/communitylicense](https://www.syncfusion.com/sales/communitylicense). For production, store the key in `appsettings.json` or User Secrets rather than hardcoding it. Refer to the [Syncfusion License documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering the Syncfusion license key in your application.
55+
Replace `"YOUR LICENSE KEY"` with the license key associated with your Syncfusion<sup>&reg;</sup> account. If you do not have a license key, you can request a free 30-day trial or apply for a Community License from the Syncfusion<sup>&reg;</sup> website. For more information about registering a license key in your application, refer to the [Syncfusion<sup>&reg;</sup> Licensing Documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
5656

5757
Step 5: Ensure that Swagger and controller routing are enabled in `Program.cs`.
5858

Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-ASP-NET-MVC.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ To include the .NET PDF library into your ASP.NET MVC application, refer to the
1414

1515
## Prerequisites
1616

17-
* Visual Studio 2017 or later with the **ASP.NET and web development** workload.
18-
* .NET Framework 4.6.2 or later installed on the development machine and target server.
19-
* Basic familiarity with ASP.NET MVC 5.
17+
* Visual Studio 2017 or later.
18+
* .NET Framework 4.6.2 or later.
2019

2120
## Steps to create PDF document in ASP.NET MVC
2221

@@ -36,7 +35,7 @@ Step 4: Install the [Syncfusion.Pdf.AspNet.Mvc5](https://www.nuget.org/packages/
3635

3736
![Install PDF MVC NuGet package](MVC_images/NuGet-package.png)
3837

39-
Step 5: Register the Syncfusion license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in the **Global.asax.cs** file before creating any Syncfusion component:
38+
Step 5: Register the Syncfusion<sup>&reg;</sup> license key. A trial watermark is added to every page of the generated PDF until a valid key is registered. Include the license key in the **Global.asax.cs** file before creating any Syncfusion<sup>&reg;</sup> component:
4039

4140
{% tabs %}
4241
{% highlight c# tabtitle="C#" %}
@@ -52,7 +51,7 @@ protected void Application_Start()
5251
{% endhighlight %}
5352
{% endtabs %}
5453

55-
Replace `"YOUR LICENSE KEY"` with the key from your Syncfusion account. If you do not have one, request a free 30-day trial at [https://www.syncfusion.com/sales/communitylicense](https://www.syncfusion.com/sales/communitylicense). For security, store the key in `Web.config` `<appSettings>` or in User Secrets rather than hardcoding it. Refer to the [Syncfusion License documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering the Syncfusion license key in your application.
54+
Replace `"YOUR LICENSE KEY"` with the license key associated with your Syncfusion<sup>&reg;</sup> account. If you do not have a license key, you can request a free 30-day trial or apply for a Community License from the Syncfusion<sup>&reg;</sup> website. For more information about registering a license key in your application, refer to the [Syncfusion<sup>&reg;</sup> Licensing Documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
5655

5756
Step 6: A default controller named `HomeController.cs` is added on creation of the ASP.NET MVC project. Include the following namespaces in that `HomeController.cs` file.
5857

0 commit comments

Comments
 (0)