webenology.blazor.components 2.3.0

dotnet add package webenology.blazor.components --version 2.3.0
                    
NuGet\Install-Package webenology.blazor.components -Version 2.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="webenology.blazor.components" Version="2.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="webenology.blazor.components" Version="2.3.0" />
                    
Directory.Packages.props
<PackageReference Include="webenology.blazor.components" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add webenology.blazor.components --version 2.3.0
                    
#r "nuget: webenology.blazor.components, 2.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package webenology.blazor.components@2.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=webenology.blazor.components&version=2.3.0
                    
Install as a Cake Addin
#tool nuget:?package=webenology.blazor.components&version=2.3.0
                    
Install as a Cake Tool

webenology.blazor.components

Blazor Component Library

Nuget package: https://www.nuget.org/packages/webenology.blazor.components/

How to Use Generate PDF From Blazor Component

In Startup make sure to add in

services.AddWebenologyHelpers();

On Your component make sure to inject the blazor pdf class

[Inject]
private IBlazorPdf blazorPdf {get;set;}

Then to get the pdf in base64 you will call the following, we are generating the Counter component

The Counter paramaers are added in by x.Add(y=> y.Param, value)

The Css and Js file locations are absolute locations

var fileName = "my file name";
var cssFileLocations = new List<string>();
var jsFileLocations = new List<string>();
_base64Results = blazorPdf.GetBlazorInPdfBase64<Counter>(x => x.Add(y=> y.StartingValue, 2), fileName, cssFileLocations, jsFileLocations);

You can render the results however you want. An easy way to render them is to set the base64 into an embed component

<embed style="width: 100%; height: 650px;" src="data:application/pdf;base64,@_base64Results">
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.3.0 1,480 10/15/2023
2.2.5 330 9/19/2023
2.2.3 399 8/25/2023
2.2.0 327 8/22/2023
2.1.7 349 8/22/2023
2.1.6 554 7/5/2023
2.1.5 332 6/27/2023
2.1.3 368 5/22/2023
2.1.2 379 5/17/2023
2.1.1 348 5/17/2023
2.0.21 368 5/11/2023
2.0.20 586 3/7/2023
2.0.18 5,878 11/18/2022
2.0.17 4,379 11/2/2022
2.0.16 767 10/25/2022
2.0.15 1,053 5/20/2022
2.0.14 892 5/19/2022
2.0.13 916 5/11/2022
2.0.12 868 5/11/2022
2.0.11 836 5/10/2022
2.0.10 900 4/26/2022
2.0.9 975 4/20/2022
2.0.8 1,008 2/10/2022
2.0.7 900 2/3/2022
2.0.6 911 1/21/2022
2.0.5 727 1/12/2022
2.0.4 495 1/5/2022
2.0.2 492 12/25/2021
2.0.1 1,514 12/14/2021
2.0.0 391 12/14/2021
1.4.6 396 12/7/2021
1.4.5 410 12/7/2021
1.4.4 419 11/9/2021
1.4.3 413 11/8/2021
1.4.2 502 11/5/2021
1.3.2 643 9/29/2021
1.3.1 464 9/5/2021
1.2.3 421 9/3/2021
1.2.2 423 8/16/2021
1.2.1 432 8/9/2021
1.2.0 453 8/2/2021
1.1.22 467 7/23/2021
1.1.21 470 7/22/2021
1.1.20 438 7/21/2021
1.1.19 435 7/13/2021
1.1.18 485 6/9/2021
1.1.17 578 6/6/2021
1.1.16 468 4/21/2021
1.1.14 501 3/11/2021
1.1.13 463 2/17/2021
1.1.12 478 2/15/2021
1.1.10 484 2/11/2021
1.1.9 468 2/2/2021
1.1.8 455 2/2/2021
1.1.7 534 1/17/2021
1.1.6 463 1/16/2021
1.1.5 478 1/15/2021
1.1.4 474 1/14/2021
1.1.3 502 1/14/2021
1.1.2 465 1/13/2021
1.1.1 534 1/10/2021
1.1.0 550 1/8/2021
1.0.16 506 1/6/2021
1.0.15 528 1/5/2021
1.0.14 522 1/2/2021
1.0.13 479 12/29/2020
1.0.12 513 12/29/2020
1.0.11 465 12/29/2020
1.0.10 579 12/26/2020
1.0.9 566 12/26/2020
1.0.7 584 12/26/2020
1.0.6 607 12/26/2020
1.0.5 498 12/26/2020

Added in new auto complete feature for maps with HERE maps