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
<PackageReference Include="webenology.blazor.components" Version="2.3.0" />
<PackageVersion Include="webenology.blazor.components" Version="2.3.0" />
<PackageReference Include="webenology.blazor.components" />
paket add webenology.blazor.components --version 2.3.0
#r "nuget: webenology.blazor.components, 2.3.0"
#addin nuget:?package=webenology.blazor.components&version=2.3.0
#tool nuget:?package=webenology.blazor.components&version=2.3.0
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 | Versions 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. |
-
net7.0
- bunit.web (>= 1.3.42)
- DocumentFormat.OpenXml (>= 2.15.0)
- FreeSpire.Doc (>= 9.9.7)
- HtmlAgilityPack (>= 1.11.39)
- Microsoft.AspNetCore.Components.Web (>= 6.0.1)
- PuppeteerSharp (>= 6.1.0)
- System.IdentityModel.Tokens.Jwt (>= 7.1.0-preview)
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,451 | 10/15/2023 |
2.2.5 | 314 | 9/19/2023 |
2.2.3 | 382 | 8/25/2023 |
2.2.0 | 308 | 8/22/2023 |
2.1.7 | 328 | 8/22/2023 |
2.1.6 | 532 | 7/5/2023 |
2.1.5 | 315 | 6/27/2023 |
2.1.3 | 350 | 5/22/2023 |
2.1.2 | 362 | 5/17/2023 |
2.1.1 | 333 | 5/17/2023 |
2.0.21 | 354 | 5/11/2023 |
2.0.20 | 561 | 3/7/2023 |
2.0.18 | 5,776 | 11/18/2022 |
2.0.17 | 4,355 | 11/2/2022 |
2.0.16 | 745 | 10/25/2022 |
2.0.15 | 1,029 | 5/20/2022 |
2.0.14 | 869 | 5/19/2022 |
2.0.13 | 893 | 5/11/2022 |
2.0.12 | 847 | 5/11/2022 |
2.0.11 | 812 | 5/10/2022 |
2.0.10 | 877 | 4/26/2022 |
2.0.9 | 951 | 4/20/2022 |
2.0.8 | 985 | 2/10/2022 |
2.0.7 | 878 | 2/3/2022 |
2.0.6 | 893 | 1/21/2022 |
2.0.5 | 712 | 1/12/2022 |
2.0.4 | 474 | 1/5/2022 |
2.0.2 | 474 | 12/25/2021 |
2.0.1 | 1,494 | 12/14/2021 |
2.0.0 | 365 | 12/14/2021 |
1.4.6 | 377 | 12/7/2021 |
1.4.5 | 387 | 12/7/2021 |
1.4.4 | 396 | 11/9/2021 |
1.4.3 | 392 | 11/8/2021 |
1.4.2 | 482 | 11/5/2021 |
1.3.2 | 621 | 9/29/2021 |
1.3.1 | 439 | 9/5/2021 |
1.2.3 | 404 | 9/3/2021 |
1.2.2 | 408 | 8/16/2021 |
1.2.1 | 412 | 8/9/2021 |
1.2.0 | 432 | 8/2/2021 |
1.1.22 | 449 | 7/23/2021 |
1.1.21 | 455 | 7/22/2021 |
1.1.20 | 419 | 7/21/2021 |
1.1.19 | 416 | 7/13/2021 |
1.1.18 | 464 | 6/9/2021 |
1.1.17 | 554 | 6/6/2021 |
1.1.16 | 446 | 4/21/2021 |
1.1.14 | 480 | 3/11/2021 |
1.1.13 | 443 | 2/17/2021 |
1.1.12 | 457 | 2/15/2021 |
1.1.10 | 462 | 2/11/2021 |
1.1.9 | 447 | 2/2/2021 |
1.1.8 | 434 | 2/2/2021 |
1.1.7 | 515 | 1/17/2021 |
1.1.6 | 444 | 1/16/2021 |
1.1.5 | 461 | 1/15/2021 |
1.1.4 | 454 | 1/14/2021 |
1.1.3 | 481 | 1/14/2021 |
1.1.2 | 446 | 1/13/2021 |
1.1.1 | 517 | 1/10/2021 |
1.1.0 | 531 | 1/8/2021 |
1.0.16 | 486 | 1/6/2021 |
1.0.15 | 509 | 1/5/2021 |
1.0.14 | 502 | 1/2/2021 |
1.0.13 | 458 | 12/29/2020 |
1.0.12 | 492 | 12/29/2020 |
1.0.11 | 446 | 12/29/2020 |
1.0.10 | 559 | 12/26/2020 |
1.0.9 | 542 | 12/26/2020 |
1.0.7 | 563 | 12/26/2020 |
1.0.6 | 588 | 12/26/2020 |
1.0.5 | 477 | 12/26/2020 |
Added in new auto complete feature for maps with HERE maps