NPOI by: Tony Qu NPOI Contributors
  • 492 total downloads
  • Latest version: 2.8.0
  • xlsx xls Excel Word docx office ole
.NET port of Apache POI
NSwag.ApiDescription.Client by: Rico Suter
  • 1.587k total downloads
  • Latest version: 14.7.0
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.MSBuild by: Rico Suter
  • 6.029k total downloads
  • Latest version: 14.7.0
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Annotations by: Rico Suter
  • 7.144k total downloads
  • Latest version: 14.7.0
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Core.Yaml by: Rico Suter
  • 3.836k total downloads
  • Latest version: 14.7.1
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.AspNetCore by: Rico Suter
  • 7.289k total downloads
  • Latest version: 14.7.0
  • Swagger Documentation AspNetCore NetCore TypeScript CodeGen
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Core by: Rico Suter
  • 5.901k total downloads
  • Latest version: 14.7.1
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Generation.AspNetCore by: Rico Suter
  • 1.971k total downloads
  • Latest version: 14.7.0
  • Swagger Documentation AspNetCore
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Generation by: Rico Suter
  • 2.218k total downloads
  • Latest version: 14.7.0
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration by: Rico Suter
  • 6.373k total downloads
  • Latest version: 14.7.0
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.SwaggerGeneration.WebApi by: Rico Suter
  • 2.316k total downloads
  • Latest version: 12.3.0
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.SwaggerGeneration.AspNetCore by: Rico Suter
  • 1.532k total downloads
  • Latest version: 12.3.0
  • Swagger Documentation AspNetCore
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.SwaggerGeneration by: Rico Suter
  • 2.474k total downloads
  • Latest version: 12.3.0
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.AssemblyLoader by: Rico Suter
  • 3.977k total downloads
  • Latest version: 14.0.0-preview003
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Commands by: Rico Suter
  • 2.407k total downloads
  • Latest version: 11.18.7
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration.TypeScript by: Rico Suter
  • 3.904k total downloads
  • Latest version: 14.7.0
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration.CSharp by: Rico Suter
  • 3.912k total downloads
  • Latest version: 14.7.1
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Generation.WebApi by: Rico Suter
  • 1.974k total downloads
  • Latest version: 14.6.3
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSax by: NSax
  • 35 total downloads
  • Latest version: 1.0.2
  • SAX
A .NET port of the SAX Java library.
NReco.PdfGenerator by: Vitalii Fedorchenko
  • 12 total downloads
  • Latest version: 1.2.1
  • PDF Html WkHtmlToPdf html-to-pdf html2pdf html-to-pdf-converter pdf-generation c# wrapper PdfGenerator Converter netstandard netcore net6 net7
HTML to PDF converter for C#/.NET (WkHtmlToPdf wrapper). Generates pretty-looking PDF by HTML template or web page URL. Web page is rendered using QtWebKit engine and PDF result is very similar to a web browser view. Engine supports page header/footer, page numbering, custom fonts, javascript execution. NReco.PdfGenerator nuget can be used for free in non-SaaS apps that have only one single-server production deployment. This nuget package embeds wkhtmltopdf binaries (for Windows; they're extracted on first use automatically - you don't need to deploy wkhtmltopdf separately) and can be used only on Windows. For cross-platform deployments NReco.PdfGenerator.LT nuget should be used instead. var htmlContent = String.Format("Hello world: {0}",DateTime.Now); var htmlToPdf = new NReco.PdfGenerator.HtmlToPdfConverter(); var pdfBytes = htmlToPdf.GeneratePdf(htmlContent); More info (PdfGenerator online demo, examples): https://www.nrecosite.com/pdf_generator_net.aspx