Found 17 packages
Save optimizer extension for EF Core - internal library. It supports multiple EF Core providers and brings serious performance benefits for many scenarios without big effort.
Save optimizer extension for EF Core with Dapper execution. It supports multiple EF Core providers and brings serious performance benefits for many scenarios without big effort.
Save optimizer extension for EF Core. It supports multiple EF Core providers and brings serious performance benefits for many scenarios without big effort.
IronOCR is an advanced OCR (Optical Character Recognition) library for C# and .NET It provides Tesseract OCR on Mac, Windows, Linux, Azure and Docker for: * .NET Framework 4.6.2 + * .NET Standard 2.0 + * .NET Core 2.0 + * .NET 5 * .NET 6 * .NET 7 * .NET 8 * .NET 9 * .NET 10 * Mono for MacOS and Linux * Xamarin for MacOS IronOCR reads Text, Barcodes & QR from all major image and PDF formats using the latest Tesseract 5 engine. This library adds OCR functionality to Desktop, Console and Web applications in minutes. IronOCR's Unique Features: * Pure .Net OCR API * All OCR tasks run locally (no SAAS) * 125 languages * Barcode & QR Code reading * Corrects low quality, noisy and distorted scans * Performance tuned above and beyond any other known build of Tesseract OCR. * Reads PDFs * Reads multi-page TIFFs * Can save any OCR Scan to a searchable PDF document or XHTML Data output options include: Plain Text, Barcode Data and an OCR Result class containing paragraphs, lines, words, and characters. Language Support: 125 Languages including Arabic, Chinese, English, Finnish, French, German, Hebrew, Italian, Japanese, Korean, Portuguese, Russian, Spanish... Custom language packs can also be created. Licensing & Support available for commercial deployments. Email: support@ironsoftware.com For code examples, documentation & more visit http://ironsoftware.com/csharp/ocr/
Library to watch a git repository and raise events whenever branches are added or deleted and when they are changed. This allows you to save the results in a read optimized store.
ImageUltimate is an ASP.NET Image resizer and a .NET Image Processor which supports ASP.NET Core 5.0+, ASP.NET Core 2.1+, ASP.NET MVC 3.0+ and ASP.NET WebForms 4.7.2+ web applications/web sites. ImageUltimate can also be used for conversion between several image formats with .NET 5.0+ or .NET Core 3.1 and .NET Framework 4.7.2+ console/desktop applications. Features: - Can load and save many image file formats (raster, vector and camera raw). - Provides a fluent interface for easily chaining image manipulation commands. - Vastly faster (10x) than System.Drawing namespace and optimized specifically for web use. Minimal memory usage and the ability to process very large images in a fast manner. - Provides detailed information about an image file like format, size, DPI, pixel format and metadata like EXIF and IPTC. - Fast thumbnail generation, smartly looks for a EXIF thumbnail, removes black stripes above and below it and resizes it down further if needed. - Provides these image transforms: Resize, LiquidResize (seam carving), Crop, TrimBorders, Rotate, Flip. - Provides these image color/tone corrections and filters: Brightness, Contrast, Enhance, Blur, Sharpen. - Caches generated images both on server and browser with a smart versioning algorithm. A unique and browser-cacheable url is generated according to the chained commands and whenever you change these commands (or modify the source image externally), the url will vary and this will cause browser to automatically detect changes (no need to press F5). - Generates SEO friendly urls. By default the file name of the source image is used but it's possible to override this file name for SEO purposes. - Single managed DLL (works both on 32-bit and 64-bit) for easy deployment and no dependencies. No messy Web.config settings. Just drop it in your bin folder and you are ready to go. - Strongly-typed API for web, no need to learn and memorize messy url querystring parameters, just chain commands with the help of intellisense. ASP.NET MVC usage example: @this.ImageTag("Image1.jpg", task => task.ResizeWidth(300)) ASP.NET WebForms usage example: <%=this.ImageTag("Image1.jpg", task => task.ResizeWidth(300)) %> General usage examples: using (var imageTask = new ImageTask(@"C:\Pictures\Picture1.jpg")) imageTask.ResizeWidth(300).Save(@"C:\Output\Picture2.jpg"); Note: This package contains a fully working version of the product, however without a license key it will run in trial mode. This means after 30 days, the generated images will be watermarked with a red "ImageUltimate" text at the bottom right corner.
ExpertPdf MergePdf SDK is a .NET pdf library that can be used to combine pdf documents and images into PDF. With ExpertPdf PDF Merge you can combine existing PDF documents and images into a single PDF document. If you need a ready to use tool for combing your documents and images you can use our command line utility. It allows you to specify the merge elements in any order with a simple syntax. If you need to add PDF merge capabilities in your .NET application, either Windows Forms or ASP.NET, you can use our royalty free .NET library. Features - PDF Merge development libraries and samples for .NET 2.0, .NET 3.5, .NET 4.0 and .NET Core. - Win32 Pdf Merge command line tool with full source code - Save merged document in memory and in file - Multithreading support - Merge PDF documents - Merge images in any format with PDF files - Set PDF page orientation for new pages - Set PDF compression level - Set PDF page size - Set merged document info (title, author, creation date) - Password protect the merged document - Set merged document rights for print, copy, assembling
Create Excel spreadsheets for Office 97/2003 or Office 2007+ on the fly with an easy to use .NET library. No 3rd party dependencies. No Microsoft Office Excel dependencies. The ExpertXLS Excel Library for .NET can be linked into any type of .NET project, either ASP.NET web sites or Windows Forms and WPF applications, to enable your application to create new Excel documents from scratch or to edit existing Excel documents. The ExpertXLS Excel Library for .Net offers support both for the old Excel 97-2003 format (.xls) and for the new Excel 2007 or above (.xlsx) format. The integration is extremely easy and no additional installation is necessary in order to get started. The library is delivered as a strong named assembly that can be directly referenced by your project. The downloaded archive contains C# and VB.NET samples for ASP.NET and Windows Forms and the complete API documentation. Features - Easy integration, no installation or setup is necessary - Deployed as single strong named .NET assembly - Can be used from any .NET application (ASP.NET, Windows Forms, WPF)) - Does not depend on Microsoft Office Excel - Can run in Medium Trust environments (like shared hosting) - Can run on 32-bit and 64-bit Windows servers - Create new Excel documents or edit existing Excel documents - Support for Excel 97-2003 (.xls) and Excel 2007 or above (.xlsx) formats - Load a workbook from a stream or from a file - Save a workbook to a stream or to a file - Load data from CSV files and save data to CSV format - Load data from a .NET DataTable or save data to a DataTable object - Add chart shapes or chart worksheets to a workbook - Add formulas and array formulas to a worksheet - Add global styles to a workbook - Advanced support for Excel 2007 and above gradients and textures - Add named ranges at worksheet or workbook level - Add images to a worksheet - Add hyperlinks and comments to a worksheet - Support for data validation
IronOCR.iOS is an advanced OCR library for C# and .NET, supporting cross-platform applications like MAUI and Avalonia. It provides Tesseract OCR on iOS for: * .NET 10 * .NET 9 * .NET 8 * .NET 7 * MAUI for iOS * Avalonia for iOS IronOCR reads Text from all major image formats using the latest Tesseract 5 engine. This library adds OCR functionality to mobile applications in minutes. IronOCR's Unique Features: * Pure .NET OCR API * All OCR tasks run locally (no SAAS) * Corrects low quality, noisy and distorted scans * Performance tuned above and beyond any other known build of Tesseract OCR. * Reads multi-page TIFFs * Can save any OCR Scan to XHTML Data output options include: Plain Text and an OCR Result class containing paragraphs, lines, words, and characters. Language Support: English. Licensing & Support available for commercial deployments. Email: support@ironsoftware.com For code examples, documentation & more visit http://ironsoftware.com/csharp/ocr/
IronOCR.Android is an advanced OCR library for C# and .NET, supporting cross-platform applications like MAUI and Avalonia. It provides Tesseract OCR on Android for: * .NET 10 * .NET 9 * .NET 8 * .NET 7 * MAUI for Android * Avalonia for Android IronOCR reads Text from all major image formats using the latest Tesseract 5 engine. This library adds OCR functionality to mobile applications in minutes. IronOCR's Unique Features: * Pure .NET OCR API * All OCR tasks run locally (no SAAS) * Corrects low quality, noisy and distorted scans * Performance tuned above and beyond any other known build of Tesseract OCR. * Reads multi-page TIFFs * Can save any OCR Scan to XHTML Data output options include: Plain Text and an OCR Result class containing paragraphs, lines, words, and characters. Language Support: English. Licensing & Support available for commercial deployments. Email: support@ironsoftware.com For code examples, documentation & more visit http://ironsoftware.com/csharp/ocr/
SRTECH has created a package library for Asp.Net & Asp.Net Core developers that provides a comprehensive set of tools to simplify the development process. This package library offers a wide range of packages that developers can use to develop notification alerts, cache memory, local preferences, create and manage sessions and cookies, handle emails (using both SMTP and Microsoft Graph API), create/read/delete files, generate random numbers and names, read and write QR codes, convert HTML body to PDF files, create Excel sheets from data tables, and encrypt and decrypt data for protection. The use of these packages can help developers save a significant amount of time and effort in coding and testing these functionalities from scratch. The packages have been designed to provide optimized and secure implementations of these functionalities, which can help improve the overall quality of the application.
This is the core extension package. Always use it in conjunction with the corresponding database package (e.g., ETLBox.Postgres for PostgreSQL or ETLBox.SqlServer for SQL Server). ETLBox.EntityFramework extends Entity Framework (Core) with additional bulk operations, including insert, update, upsert, delete, and merge. While SaveChanges() is already optimized for performance, these bulk extensions may offer improvements in certain scenarios. These extensions are particularly useful when integrating ETL processes into your DbContext, especially when working with large datasets that cannot be fully loaded into memory. For tutorials, examples, and documentation, visit: https://ef.etlbox.net
The ExpertPdf Pdf to Text Converter can be used in any type of .NET application to extract the text from a PDF document. The integration with existing .NET applications is extremely easy and no installation is necessary in order to run the converter. The downloadable archive contains the assembly for .NET 2.0, .NET 4.0, .NET Core and a ready-to-use sample console application. The full C# and VB.NET source code for the sample application is available in the Samples folder. The sample application can be built with any version of Visual Studio. The result of conversion is a .NET String object that you can use for example in search operations or save into a file on disk. Features - .NET 2.0, .NET 4.0, .NET Core development library, C# and VB.NET samples - Extract text from PDF stream or a PDF file - Extract text preserving the original PDF layout - Extract text in PDF reading order - Specify the range of pages to be extracted - Save the extracted text in a HTML format and add description meta tags - Add the title, keywords, author from PDF description in HTML meta tags - Mark the page breaks in the extracted text with a special character - Extract text from password protected PDF documents - Get the number of pages in the PDF document - Search for text in PDF documents (return texts page numbers and position on page)
The ExpertPDF PDF Images Extractor can be used in any type of .NET application to extract images from a PDF document. The integration with existing .NET applications is extremely easy and no installation is necessary in order to run the converter. The downloaded archive contains the assembly for .NET and a ready to use sample console application. The full C# source code for the sample application is available in the Samples folder. The sample application can be built with Visual Studio 2005 or Visual Studio 2008 or Visual Studio 2010 or Visual Studio 2012. The extractor produces .NET Bitmap objects during conversion that you can save in image files or use for further processing. Features - .NET 2.0, .NET 3.5, .NET 4.0, .NET 4.5, .NET Core development library and C# samples - Extract images from PDF streams or PDF files - Extract images in file or in internal memory - Specify the extracted image format (bmp, png, jpeg, etc) - Does not require Adobe Reader or other third party tools - Generate ImageExtracted events after each image extraction - The ImageExtracted event handler receives the extracted Bitmap object - The ImageExtracted event handler receives the PDF page number - Specify the range of pages to be extracted - Extract images from password protected PDF documents