PCSC.Iso7816
by: Daniel Mueller
- 48 total downloads
- Latest version: 7.0.0
Implements partial ISO7816 support (APDU etc.) for PCSC.
PackUtils
by: Thiago Barradas
- 210 total downloads
- Latest version: 1.7.1-preview.1
Many utilities like: enumeration, hash, json (extension newtonsoft), regex, signature, string, uri, dictionary, etc
Oracle.ManagedDataAccess.Core
by: Oracle
- 76 total downloads
- Latest version: 2.19.260
Oracle Data Provider for .NET (ODP.NET) Core is an ADO.NET driver that provides fast data access from Microsoft .NET Core clients to Oracle databases. ODP.NET Core consists of a single 100% managed code dynamic-link library.
PDFsharp
by: PDFsharp Team
- 70 total downloads
- Latest version: 6.2.0-preview-2
PDFsharp is the Open Source library for creating and modifying PDF documents using .NET. It has an easy-to-use API that allows developers to generate or modify PDF files programmatically. PDFsharp can be used for various applications, including creating reports, invoices, and other types of documents.
This package does not depend on Windows and can be used on any .NET compatible platform including Linux and macOS.
See https://docs.pdfsharp.net for details.
Oracle.ManagedDataAccess
by: Oracle
- 97 total downloads
- Latest version: 23.3.1-dev
Managed Oracle Data Provider for .NET (ODP.NET) features optimized ADO.NET data access to the Oracle database for .NET Framework and is 100% managed code. ODP.NET allows developers to take advantage of advanced Oracle database functionality, including Real Application Clusters, self-tuning statement cache, Application Continuity, JSON Relational Duality, and Fast Connection Failover.
PCLStorage
by: Daniel Plaisted
- 26 total downloads
- Latest version: 1.0.2
PCL Storage provides a consistent, portable set of local file IO APIs for .NET, Windows Phone, Windows Store, Xamarin.iOS, Xamarin.Android, and Silverlight. This makes it easier to create cross-platform .NET libraries and apps.
PdfSharp.MigraDoc.Standard
by: MigraDoc.Rendering
- 31 total downloads
- Latest version: 1.51.15
Package Description
PDF.Core
by: Iron Software https://IronPdf.com
- 30 total downloads
- Latest version: 2020.12.2
IronPDF for .Net Core 2.x and 3.x allows developers to create, edit and extract PDF content within .Net Core Applications & Websites.
The Iron PDF Core library takes the frustration out of generating PDF documents by not relying on proprietary APIs. "Html-To-Pdf" renders pixel-perfect PDFs from open standard document types: HTML, JS, CSS, JPG, PNG, GIF, and SVG. In short, it uses skills that developers already posses.
Key features include:
* "Html-To-Pdf" creates PDF files from HTML, CSS, JavaScript, and Images.
* "Url-To-Pdf" generates PDFs from existing html pages by simply providing their URL.
* "Image-To-PDF" creates PDF documents from image files.
* PDF to Image functionality can render PDF documents to image files.
* Extract text and images from existing PDFs.
* Create, Fill and read data from PDF forms.
* Merge, Split and Manipulate PDFs to edit PDF structure and content.
* Add Page Numbers, Headers, Footers, Watermarks, Tables, Text and Image Assets.
* Edit, Stamp and Watermark PDF files with text, images and HTML
* Apply HTML or PDF backgrounds to PDF pages
* Sign PDF files with digital certificates
IronPDF can be used within ASP.NET projects, MVC, Web Services, Console & Desktop Applications.
Requires .Net Core 2.x, 3.x or higher. Supports Windows, Ubuntu, Debian, CentOS, BSD, MacOS and Azure platforms.
Licensing & Support available for commercial deployments.
For code examples, documentation & more visit http://ironpdf.com
For support please email us at developers@ironsoftware.com
Parlot
by: Sebastien Ros
- 53 total downloads
- Latest version: 1.3.2
Parlot is a fast, lightweight and simple to use .NET parser combinator.
PagedList
by: Troy Goode
- 56 total downloads
- Latest version: 1.17.0
PagedList makes it easier for .Net developers to write paging code. It allows you to take any IEnumerable(T) and by specifying the page size and desired page index, select only a subset of that list. PagedList also provides properties that are useful when building UI paging controls.
org.matheval
by: matheval.org
- 9 total downloads
- Latest version: 1.0.0.3
Matheval is a mathematical expressions evaluator library for .NET. Allows to evaluate mathematical, boolean, string and datetime expressions on the fly. Official document and usage examples: https://matheval.org/math-expression-eval-for-c-sharp/
PdfiumViewer.Native.x86.v8-xfa
by: Pieter van Ginkel
- 42 total downloads
- Latest version: 2018.4.8.256
Native 32-bit PDFium DLL with V8 and XFA support for usage with the PdfiumViewer project.
PdfiumViewer.Native.x86_64.v8-xfa
by: Pieter van Ginkel
- 47 total downloads
- Latest version: 2018.4.8.256
Native 64-bit PDFium DLL with V8 and XFA support for usage with the PdfiumViewer project.
PdfiumViewer.Updated
by: Pieter van Ginkel Bluegrams
- 6 total downloads
- Latest version: 2.14.5
Updated fork of PdfiumViewer, PDF viewer based on PDFium, ported to .NET Core and .NET 6.
PdfiumViewer
by: Pieter van Ginkel
- 48 total downloads
- Latest version: 2.13.0
PDF viewer based on the PDFium project.
PCLCrypto
by: Andrew Arnott
- 29 total downloads
- Latest version: 2.1.40-alpha
PCL Crypto provides a consistent, portable set of crypto APIs for .NET 4.5, Windows Store, Xamarin.iOS, Xamarin.Android. This makes it easier to create cross-platform .NET libraries and apps. Crypto functionality includes asymmetric and symmetric encryption and signatures, and key derivation. PCLCrypto calls into each native platform's crypto API for maximum performance. For RSA operations this produces a 2-100X improvement in performance on Android and iOS over using the standard RSACryptoServiceProvider API.
PCSC
by: Daniel Mueller
- 96 total downloads
- Latest version: 7.0.0
Contains classes to access the Personal Computer/Smart Card Resource Manager using the system's native PC/SC API. The library is written to run on multiple platforms (.Net Framework, .Net Core or Mono using PCSC Lite).
PasswordGenerator
by: Paul Seal
- 31 total downloads
- Latest version: 2.1.0
- Removed usage of RNG Crypto Provider and used Random Number Generator
- Fixed bug with methods that use bool and int parameters for the Password class
- Removed usage of Random and replace it with a method which uses RngCrytopServiceProvider
Owin
by: OWIN startup components contributors
- 3 total downloads
- Latest version: 1.0.0
OWIN IAppBuilder startup interface
PdfSharp
by: empira SoftwareGmbH
- 4 total downloads
- Latest version: 1.3.0
PDFsharp is the Open Source .NET library that easily creates and processes PDF documents on the fly from any .NET language. The same drawing routines can be used to create PDF documents, draw on the screen, or send output to any printer.
pclcrypto
by: Andrew Arnott
- 3 total downloads
- Latest version: 2.1.17-alpha-g5b1e8dff8c
PCL Crypto provides a consistent, portable set of crypto APIs for .NET 4.5, Windows Phone 8.0 SL & 8.1 Xaml, Windows Store, Xamarin.iOS, Xamarin.Android. This makes it easier to create cross-platform .NET libraries and apps. Crypto functionality includes asymmetric and symmetric encryption and signatures, and key derivation. PCLCrypto calls into each native platform's crypto API for maximum performance. For RSA operations this produces a 2-100X improvement in performance on Android and iOS over using the standard RSACryptoServiceProvider API.
PdfClown.NetStandard
by: PdfClown
- 4 total downloads
- Latest version: 0.2.0-beta
PDF Clown is a free/libre open source implementation of the Portable Document Format (PDF) specification published by Adobe® Systems Inc., written as a class library in multiple languages (Java™ 6 and C#/.NET 4.0).
This is an unofficial port to .NET Standard 2.0.