Serilog.Sinks.AmazonS3 is a library to save logging information from https://github.com/serilog/serilog to https://aws.amazon.com/s3/. The idea there was to upload log files to https://aws.amazon.com/s3/ to later evaluate them with https://aws.amazon.com/emr/ services. This project makes use of the https://github.com/serilog/serilog-sinks-file's code in a major part, so thanks to all the https://github.com/serilog/serilog-sinks-file/graphs/contributors of this project :thumbsup:.
ImageGear for .NET adds enterprise-class image viewing, compression, image processing and editing functions easily to any application, with support for PDF, more than 100 file formats and expanded functionality such as optical character recognition (OCR), barcode recognition, and support for medical DICOM images. ImageGear provides software developers access to the following technologies: * The ability to edit, convert, and compress over 100 image, graphic, and document formats, including raster and vector images, PDF, JPEG, JPEG 2000, GIF, TIFF, DICOM, CAD, ABIC Check Imaging, HD Photo, Camera RAW, and more. * Image viewing and display with powerful viewing-enhancement functions that take full advantage of Windows GUI features. ImageGear includes support for WinForms, WPF, and ASP.NET, and also provides GUI features such as common dialogs for image loading, saving, processing, and more. * Manipulating and managing PDF and PostScript files (PS, EPS). Our PDF library API supports most common use-case scenarios such as: rasterization, printing, splitting, merging, annotations, watermarking, text extraction, layers, encryption, optimization, PDF/A validation and conversion, and many more. * OCR capabilities, including support for over 50 different languages, image pre-processing, zone-based processing, and more. * Barcode support for postal, patch, 1D and 2D barcode recognition and creation. * Printing, TWAIN scanning, and the ability to hook web apps into scanner functions to deliver high-quality scanning directly to cloud storage repositories. * Advanced image processing capabilities, including hole punch removal, line removal, dotted line removal, noise removal, clean borders, negate, auto-crop, image enhancement, dilation, erosion, despeckle, deskew, rotate, edge detection, segmentation, among many others. * Annotation capabilities, including the ability to add, edit, and burn-in XML-based text and image annotations, stamps, and redactions.
save byte[],base64String of image and etc.. to file inner api
The `Accusoft.ImageGear.Office` package allows users to load, render, convert, and read metadata from Microsoft Word, Excel, and PowerPoint files. ## Dependencies ## ImageGear depends on LibreOffice v7 or later to provide support for office documents. LibreOffice can be obtained from [libreoffice.org](https://www.libreoffice.org/). For full setup instructions for Windows and Linux, see the [Getting Started with ImageGear Office](https://help.accusoft.com/ImageGear/latest/webframe.html#getting-started-with-imagegear-office.html) page of our documentation. ## Getting Started ## ImageGear makes it simple to work with office documents: ``` using System.IO; using ImageGear.Formats; using ImageGear.Formats.PDF; using ImageGear.Formats.Office; // Initialize office support ImGearCommonFormats.Initialize(); ImGearFileFormats.Filters.Add(ImGearPDF.CreatePDFFormat()); ImGearFileFormats.Filters.Add(ImGearOffice.CreateWordFormat()); ImGearPDF.Initialize(); ImGearOffice.Initialize(@"C:\Program Files\LibreOffice\program"); // Load a Word document. ImGearWordDocument document = null; using (Stream stream1 = File.OpenRead("input.docx")) document = ImGearFileFormats.LoadDocument(stream1) as ImGearWordDocument; // Save the first page of the Word document to a PNG file using (Stream pngOutputStream = File.Create("output.png")) ImGearFileFormats.SavePage(document.Pages[0], pngOutputStream, ImGearSavingFormats.PNG); // Dispose the document and terminate office support document.Dispose(); ImGearOffice.Terminate(); ImGearPDF.Terminate(); ``` For more examples of how to use ImageGear's API, check out our [sample code repository](https://github.com/Accusoft/imagegear-net-samples) on github. ## Licensing ## While you are evaluating the product, ImageGear doesn't require any licensing setup. The SDK is ready to use as soon as the NuGet package is installed. Until a paid license is purchased, image output will be watermarked. Contact info@accusoft.com for more information. ## Documentation ## API documentation and how-to content for ImageGear can be found online [here](https://help.accusoft.com/ImageGear/latest/webframe.html).
View, print and process images and PDF documents in ASP.NET MVC 5 application. ASP.NET Web API 2 controllers, which allow to manage files, manage an image collection, render an image, process an image. JavaScript classes and controls for viewing, printing and processing of images and PDF documents in any HTML5 web browser.
EVO PDF to Image Library for .NET can be easily integrated in your applications targeting the .NET Framework to convert PDF pages to images. This version of the library is compatible with .NET Framework on Windows 32-bit (x86) and 64-bit (x64) platforms. For .NET Core and .NET Standard applications on Windows you can use the library from EvoPdf.PdfToImage.NetCore NuGet package. In any .NET application for Linux, macOS, Windows, Azure App Service, Xamarin, UWP and other platforms you can use the cross-platform library from EvoPdf.Client NuGet package. EVO PDF to Image Library for .NET is compatible with Windows platforms which support .NET Framework 4.0 and above, including: * .NET Framework 4.8.1, 4.7.2, 4.6.1, 4.0 (and above) * Windows 32-bit (x86) and 64-bit (x64) * Azure App Service, Azure Cloud Services and Azure Virtual Machines * Web, Console and Desktop applications Main Features: * Convert PDF pages to images * Create thumbnails of the PDF pages * Convert PDF documents to multipage TIFF images * Customize the color space and resolution of generated images * Convert PDF pages to images in memory or to image files in a folder * Save the PDF pages images in various image formats * Support for password protected PDF documents * Convert to images only a range of PDF pages * Get the number of pages in a PDF document * Get the PDF document title, keywords, author and description * Does not require Adobe Reader or other third party tools
Winnovative PDF Merge Library for .NET can be easily integrated in your applications targeting the .NET Framework to merge multiple PDF documents in a single PDF document. This version of the library is compatible with .NET Framework on Windows 32-bit (x86) and 64-bit (x64) platforms. For .NET Core and .NET Standard applications on Windows you can use the library from Winnovative.PdfMerge.NetCore NuGet package. In any .NET application for Linux, macOS, Windows, Azure App Service, Xamarin, UWP and other platforms you can use the cross-platform library from Winnovative.Client NuGet package. Winnovative PDF Merge Library for .NET is compatible with Windows platforms which support .NET Framework 4.0 and above, including: * .NET Framework 4.8.1, 4.7.2, 4.6.1, 4.0 (and above) * Windows 32-bit (x86) and 64-bit (x64) * Azure App Service, Azure Cloud Services and Azure Virtual Machines * Web, Console and Desktop applications Main Features: * Merge PDF documents from files and streams * Specify the range of PDF pages to be merged from each PDF document * Save merged document in memory or in file * Merge PDF bookmarks * Set compression level of the resulted PDF document * Set merged document info (title, author, creation date) * Password protect the merged document * Set merged document rights for print, copy, assembling
HtmlPackager is a small console .NET SDK tools used to package HTML content into a self contained HTML document either as a single file or console output stream, a folder with all dependencies copied to local or a zip file. It provides a automated way to perform a similar task to what Browser **Save As...** does to capture page output to disk. The packager can create: * A single, self-contained and very large HTML file with all resources embedded inline * A single output stream into StdOut that contains self contained HTML output as above * An HTML file with all resources copied local into the same folder as the document * A zip file of the latter output This package is for the .NET SDK tooling, there are also packages for Chocolatey (HtmlPackager) as a standalone Console Windows exe, and a Nuget .NET Standard Library package (westwind.htmlpackager) for the underlying API.
Aspose.3D for .NET is an on premise class library that enables your .NET applications to create, read, manipulate, convert and save various formats of 3D files (e.g. FBX, IFC, 3MF, USD, PDF, STL, Blender, DAE, DFX, MB, MA, glTF, U3D, etc.), without installing any 3rd party 3D modeling or rendering software. Aspose.3D for .NET API enhances your .NET apps to open files of 3D formats and work with the elements within the 3D scenes; such as; line, mesh, nurbs, curves to more complex elements like animation. You can also work with textures, parametrized geometries, scene graphs, custom properties, skeletons, morph deformers and much more. Aspose.3D for .NET can be used on any operating system (Windows, MacOS, Linux) that can install Mono (.NET 4.0 Framework support) or use .NET Core. It is a single .NET library that you can deploy with any .NET application by simply copying it. You do not have to worry about other services or modules. Aspose.3D for .NET is designed to perform equally well on the server as well as the client-side.
Barcode Professional can generate Linear, Postal, MICR and 2D Barcodes for ASP.NET. Visual Studio, VB.NET, C#, Visual Web Developer, Expression Web. Renders barcode images on-fly in formats such as GIF, JPEG, BMP, TIFF, WBMP, EPS and PNG - Save barcode images in image files as well as in stream objects - VS ReportViewer Local Reports (RDLC) support - Crystal Reports for .NET support - Draw barcode images onto any Graphics object - DPI support - Data-Binding support - Enhancements in performance allowing you to use Cache capabilities of ASP.NET - Supports for Shared Hosting scenarios using ASP.NET Medium Trust configuration. Barcodes supported: Australia Post 4-state Barcode, ABC Codabar, USS Code 128 A-B-C, USS Code 39, USS Code 93, Data Matrix ECC200, Deutsche Post Identcode, Deutsche Post Leitcode, EAN-13, GTIN-13, EAN-8, GTIN-8, EAN-99, Coupon Barcode, EAN-Velocity, Industrial 2 of 5, Standard 2 of 5, Interleaved 2 of 5, ITF 25, ISBN, Bookland EAN, ISBN-13, ISBN-10, ISMN, ISSN, ITF-14, EAN-14, DUN-14, GTIN-14, JAN-13, JAN-8, MSI, OPC, PDF417, Portable Data File 417, PDF417 Truncated, PLANET, POSTNET, PZN, British Royal Mail 4-State Customer Barcode, RM4SCC, Royal TPG Post KIX 4-State Barcode, SCC-14, Singapore 4-State Postal Code Barcode, SSCC-18, UPC-128, EAN-18, Swiss PostParcel Barcode, UCC-EAN-128, EAN-128, GTIN-128, UPC-A, UPC-E, GTIN-12, USPS Sack Label, USPS Tray Label Barcode, QR Code, USPS FIM, USPS Horizontal Bars, Telepen, Pharmacode, Semacode, Code 32 Italian Pharmacode IMH, USPS Package Identification Code (PIC), FedEx Ground 96, HIBC LIC/PAS, ISBT 128, Italian Post 25, USPS Intelligent Mail Barcode, VICS BOL, VICS Bill of Lading, VICS SCAC PRO, Aztec Code, Compact PDF417, Macro PDF417, Micro PDF417, Micro QR Code, UPS MaxiCode, GS1 DataBar, RSS-14, GS1 DataMatrix, MICR E-13-B, ALL EAN.UCC Composite Barcodes CC-A, CC-B, CC-C, USPS Intelligent Mail Container Barcode, USPS IMpb, Han Xin, Swiss-QRCode JAB-Code Multicolored 2D-Pharmacode
Aspose.Page for .NET makes your .NET Apps instantly support to work with XPS, EPS/PS documents without installing any 3rd party software. It helps developers create/edit XPS documents while working with canvas, paths, and glyph elements. Utilize a set of primitives, such as, elliptical arcs, straights lines, Bezier curve segments to create vector graphics. Add default print tickets and preserve them in the XPS file. Link print ticket objects among job/document/page. Work with Print Schema model classes for ticket manipulation. Aspose.Page for .NET also works with gradient, visual brush, transparency and document conversion. Aspose.Page for .NET also supports the PostScript language levels 1-3 with exception of some font types. It offers the ability to save EPS files to PDF, while also offers to convert the EPS, PS and XPS formats into raster image formats. Aspose.Page for .NET is written completely in C# and supports Windows Forms as well as the ASP.NET applications with both the 32-bit and 64-bit OS support (MS Windows Desktop & Server). Support for Windows Azure is also available.
EVO PDF Merge Library for .NET can be easily integrated in your applications targeting the .NET Framework to merge multiple PDF documents in a single PDF document. This version of the library is compatible with .NET Framework on Windows 32-bit (x86) and 64-bit (x64) platforms. For .NET Core and .NET Standard applications on Windows you can use the library from EvoPdf.PdfMerge.NetCore NuGet package. In any .NET application for Linux, macOS, Windows, Azure App Service, Xamarin, UWP and other platforms you can use the cross-platform library from EvoPdf.Client NuGet package. EVO PDF Merge Library for .NET is compatible with Windows platforms which support .NET Framework 4.0 and above, including: * .NET Framework 4.8.1, 4.7.2, 4.6.1, 4.0 (and above) * Windows 32-bit (x86) and 64-bit (x64) * Azure App Service, Azure Cloud Services and Azure Virtual Machines * Web, Console and Desktop applications Main Features: * Merge PDF documents from files and streams * Specify the range of PDF pages to be merged from each PDF document * Save merged document in memory or in file * Merge PDF bookmarks * Set compression level of the resulted PDF document * Set merged document info (title, author, creation date) * Password protect the merged document * Set merged document rights for print, copy, assembling
Supported Platforms: • NETFramework Add rich document-viewing features, including OCR, MICR, OMR, ICR, barcode, forms recognition & processing, PDF, conversion (PDF, DOC, HTML, TIFF, JPG, PNG, SVG & more), archival, and annotation technology to your project. Create complete end-to-end document solutions that include viewers, scanning, image processing, and more. This package contains LEADTOOLS user interface controls for applications targeting the .NET Windows Forms platform. ** Document Viewer ** Create robust, fully featured applications with rich document-viewing features, including text search, annotation, memory-efficient paging, inertial scrolling, and vector display. With only a few lines of code, you can add the LEADTOOLS Document Viewer to any project. For an HTML5/JavaScript version of the Document Viewer, go to https://www.leadtools.com/sdk/document/document-viewer ** Document, Vector, and Raster Image Formats ** Create, load, save, edit, and convert 165+ raster image, vector, and document formats, including PDF, HTML, MS-Office, AutoCad, and digital camera formats. ** Document Converter ** Create powerful, automated document conversion, archival, and delivery systems. Under the hood, the LEADTOOLS Document Converter automatically uses a combination of the LEADTOOLS Raster, SVG, OCR, and Document Writers technologies to provide the best possible combination of accuracy and speed when convert images and documents. Convert between a variety of raster, vector and document formats such as PDF, HTML, MS-Office, and AutoCad. ** OCR ** Rapidly develop robust, scalable, and high-performance recognition and document processing applications that extract text from scanned documents and convert images to text-searchable formats such as PDF, PDF/A, DOC, DOCX, RTF, HTML, MOBI, ePUB, XLS, XML, AltoXML, and XPS. Supports 40+ character sets. This package includes English, Spanish, French, Italian, and German. For more languages, see the Leadtools.Ocr.Languages.* packages. ** MICR ** Create processes that automatically detect and extract MICR E-13B and CMC-7 text from personal, corporate, government, and bank checks. ** OMR ** Leverage the high-level LEADTOOLS OMR toolkit to rapidly develop robust, high-performance recognition applications which detect whether boxes are checked and bubbles are filled within surveys and tests. ** 1D and 2D Barcode ** Detect, read, and write 1D and 2D barcodes in images. LEADTOOLS supports more than 100 different barcode types and sub-types such as UPC, EAN, Code 128, QR Code, Data Matrix, and PDF417. ** Forms Recognition and Processing ** Detect and process unstructured and semi-structured documents such as bubble forms, invoices, applications, tax forms, checks, passports, driver's licenses, and business cards. LEADTOOLS Forms uses an advanced combination of OCR, OMR, ICR, barcode, and intelligent image processing techniques to automate the extraction of text from complex documents. ** PDF ** (See Leadtools.Document.Viewer.* for packages that include viewers for your UI framework) With LEADTOOLS comprehensive PDF technology, you can: • Merge, Split, Convert, Linearize, Optimize, Compress, and Distill • Convert PDF documents to PDF/A • Save initial view setting for PDF documents • Optimize PDF document to decrease file size • Extract text, bookmarks, hyperlinks, metadata, and more • Convert between images, such as JPEG and TIFF, and searchable or image-based PDFs • View and convert AutoCad and vector formats ** Bitonal and Color Image Processing Use the following link to register for a LEADTOOLS license file that is required to use this NuGet. Additionally, the link provides access to the LEADTOOLS Installer. The Installer includes 100’s of demo applications with source code to jump start your development: https://bit.ly/LEADTOOLS_NUGET
Aspose.OMR for .NET adds optical mark recognition (OMR) functionality to your C#, VB.NET, and ASP.NET applications. With it, you can design, render and recognize all types of hand-filled forms: answer sheets, examination papers, surveys, questionnaires, ballots, applications, and many more. No specialized equipment, consumables and third-party software required. Use your office copier or even a smartphone camera instead of an expensive OMR scanner. Respondents can fill out your forms with a pen, pencil or marker and use any type of marks - artificial intelligence and advanced accuracy calibration ensure reliable results. You can even recognize rotated and skewed images. Aspose.OMR for .NET can recognize any file you get from a scanner or camera: PDF, JPEG, PNG, TIFF, GIF, and BMP. Recognition results are returned in the most popular data storage formats (JSON, XML and CSV) that can be imported into any popular database, CRM or analysis system. Aspose.OMR for .NET supports QR codes and barcodes recognition. Aspose.OMR for .NET offers a flexible markup language for designing OMR forms of any layout and complexity; you can even add QR codes, barcodes and images without using third-party libraries. All popular paper sizes as well as a number of non-standard ones are supported. Forms are saved in multiple file formats, intelligently selected based on the provided extension: PDF, JPEG, PNG, TIFF, GIF, and BMP. Aspose.OMR for .NET is written in C#, has managed code, and supports both x86 and x64 systems. Changelog: - Added new API entries for OMR exceptions Check for details at https://releases.aspose.com/omr/net/release-notes/2025/aspose-omr-for-net-25-5-0-release-notes/ Resources: Online documentation: https://docs.aspose.com/omr/net/ Free support forum: https://forum.aspose.com/c/omr/
Supported Platforms: • NETFramework Add rich document-viewing features, including industry-leading OCR, MICR, OMR, ICR, barcode, forms recognition & processing, PDF, conversion (PDF, DOC, HTML, TIFF, JPG, PNG, SVG & more), archival, and annotation technology to your project. Create complete end-to-end document solutions that include viewers, scanning, image processing, and more. This package contains LEADTOOLS user interface controls for application targeting the .NET WPF platform. ** Document Viewer ** Create robust, full featured applications with rich document-viewing features, including text search, annotation, memory-efficient paging, inertial scrolling, and vector display. With only a few lines of code, you can add the LEADTOOLS Document Viewer to any project. For an HTML5/JavaScript version of the Document Viewer, go to https://www.leadtools.com/sdk/document/document-viewer ** Document, Vector, and Raster Image Formats ** Create, load, save, edit, and convert 165+ raster image, vector, and document formats, including PDF, HTML, MS-Office, AutoCad, and digital camera formats. ** Document Converter ** Create powerful, automated document conversion, archival, and delivery systems. Under the hood, the LEADTOOLS Document Converter automatically uses a combination of the LEADTOOLS Raster, SVG, OCR, and Document Writers technologies to provide the best possible combination of accuracy and speed when convert images and documents. Convert between a variety of raster, vector and document formats such as PDF, HTML, MS-Office, and AutoCad. ** OCR ** Rapidly develop robust, scalable, and high-performance recognition and document processing applications that extract text from scanned documents and convert images to text-searchable formats such as PDF, PDF/A, DOC, DOCX, RTF, HTML, MOBI, ePUB, XLS, XML, AltoXML, and XPS. Supports 40+ character sets. This package includes English, Spanish, French, Italian, and German. For more languages, see the Leadtools.Ocr.Languages.* packages. ** MICR ** Create processes that automatically detect and extract MICR E-13B and CMC-7 text from personal, corporate, government, and bank checks. ** OMR ** Leverage the high-level LEADTOOLS OMR toolkit to rapidly develop robust, high-performance recognition applications which detect whether boxes are checked and bubbles are filled within surveys and tests. ** 1D and 2D Barcode ** Detect, read, and write 1D and 2D barcodes in images. LEADTOOLS supports more than 100 different barcode types and sub-types such as UPC, EAN, Code 128, QR Code, Data Matrix, and PDF417. ** Forms Recognition and Processing ** Detect and process unstructured and semi-structured documents such as bubble forms, invoices, applications, tax forms, checks, passports, driver's licenses, and business cards. LEADTOOLS Forms uses an advanced combination of OCR, OMR, ICR, barcode, and intelligent image processing techniques to automate the extraction of text from complex documents. ** PDF ** (See Leadtools.Document.Viewer.* for packages that include viewers for your UI framework) With LEADTOOLS comprehensive PDF technology, you can: • Merge, Split, Convert, Linearize, Optimize, Compress, and Distill • Convert PDF documents to PDF/A • Save initial view setting for PDF documents • Optimize PDF document to decrease file size • Extract text, bookmarks, hyperlinks, metadata, and more • Convert between images, such as JPEG and TIFF, and searchable or image-based PDFs • View and convert AutoCad and vector formats ** Bitonal and Color Use the following link to register for a LEADTOOLS license file that is required to use this NuGet. Additionally, the link provides access to the LEADTOOLS Installer. The Installer includes 100’s of demo applications with source code to jump start your development: https://bit.ly/LEADTOOLS_NUGET
Cross-platform System.Drawing.Common replacement. Aspose.Drawing implements most of System.Drawing API (including image manipulation, vector and text drawing) in fully managed code without any external dependencies. Aspose.Drawing package uses System.Drawing namespace and can be used to directly replace System.Drawing.Common package reference in your project - all your existing code using System.Drawing API will continue to work, but now on any .NET supported platform. Aspose.Drawing.Common package uses Aspose.Drawing namespace and can be used side-by-side with System.Drawing.Common on Windows. Aspose.Drawing for .NET is a 2D graphics library for rendering vector graphics such as lines, curves, and figures as well as text onto raster images. It allows to run your existing C# and VB Apps on various supported platforms having identical rendering results. Aspose.Drawing for .NET can be used in .NET Framework, .NET Core or Xamarin applications in Windows, Linux, Android, Azure Functions or Blazor WebAssembly. It can be safely run from any restricted environment such as Windows or ASP.NET service. With Aspose.Drawing you can create bitmaps from scratch or load from existing files; draw lines, Bézier curves, splines, arcs, rectangles, polygons, eclipses, etc.; work with graphics paths; render text with different fonts and styles. It allows using different pen widths and styles; solid, texture, gradient and hatch brushes; clipping regions and matrix transformations. Images are stored in memory as managed arrays of pixels and can be saved in various image formats including BMP, PNG, JPEG, GIF, and TIFF.
View, print and process images and PDF documents in ASP.NET application. ASP.NET HTTP handlers, which allow to manage files, manage an image collection, render an image, process an image. JavaScript classes and controls for viewing, printing and processing of images and PDF documents in any HTML5 web browser.
Package Description
Aspose.Slides for C++ is a robust API for enhancing your C++ applications with the Microsoft PowerPoint and OpenDocument presentation manipulation features for a large variety of file formats (PPT, POT, PPS, PPTX, POTX, PPSX, PPTM, PPSM, POTM, ODP, OTP, etc). Once you seamlessly integrate our API, your C++ Apps will not need any 3rd party component or software to be installed. Apart from presentation file creation, loading, conversion, merging, and printing you can also perform content formatting. Render slides, as well as the images on slides in various image formats (PNG, BMP, JPEG, etc). Add, format, modify, compare and clone slides as well as their layouts. Work with charts, shapes, SmartArt, tables, and text. Aspose.Slides for C++ also helps you with fine-tuning the 3D aspects of PowerPoint presentations (rotation, depth, extrusion, gradient, WordArt). Aspose.Slides for C++ supports both 32-bit and 64-bit Microsoft Windows as well as 64-bit Linux and macOS. Other versions: Aspose.Slides for C++ 32-bit library - https://www.nuget.org/packages/Aspose.Slides.Cpp.x86
Supported Platforms: • NETFramework Display images with optional interactive UI operations such as pan, zoom, magnifying glass, rubber band, and many more. Load, save, and convert many industry-standard and proprietary image formats including BMP, JPEG, GIF, JPEG 2000, JBIG, PNG, TIFF, and LEAD CMP. This package contains LEADTOOLS user interface controls for applications targeting the .NET Windows Forms platform. The LEADTOOLS ImageViewer for Windows Forms provides the following features: • Single or multiple items each with its own image data, size, and optional transformation • Built-in support for raster and SVG images and documents, including loading directly from disk file or URLs • Extensible layout system with built-in support for single, vertical, and horizontal layouts • Rich, built-in, and fully customizable user-interactions to pan, zoom, magnify, rubber band, and many more are provided. Support for mouse and touch input • Fully customizable appearance and position • Auto and custom scroll modes • Owner-draw rendering • Viewing options include infinite zooming, size modes (fit, fit page, etc.), and rotation This is just a small part of a large technology offering called LEADTOOLS. To see all that LEADTOOLS has to offer, go to https://www.leadtools.com Use the following link to register for a LEADTOOLS license file that is required to use this NuGet. Additionally, the link provides access to the LEADTOOLS Installer. The Installer includes 100’s of demo applications with source code to jump start your development: https://bit.ly/LEADTOOLS_NUGET
The PDF417 barcode encoder class library is written in C#. It is open source code. The target framework is .NET Framework (net462) and .NET Standard (netstandard2.0). The encoder library allows you to create a PDF417 barcode image from a text string or a binary (byte) array. Two demo/test applications are included. Windows form application and console application targeting .NET framework (net462) and .NET Core (netcoreapp2.2). Both allows you to explore the library and produce PDF417 barcodes. Both .NET core and .NET standard do not support the Bitmap class included in the System.Drawing assembly. The library includes a PNG image builder that can run in the .NET Standard and .NET core environment. This image is extremely efficient. It takes advantage of the compression and filtering of the PNG standard. Saving barcode image 564 by 232 pixels takes 617 bytes by this software. Using Bitmap with file type PNG takes 16,865. Using Bitmap with file type JPEG takes 21,121 bytes.
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
**This is a fork of the original PDFsharp repository, it adds the `AutomaticXmpGeneration` option that allows to disable the automatic generation of XMP metadata when the PDF documents are saved.** 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.
A library simplifying saving configuration data for C# / .NET programs to .xml files by providing base classes for saving/loading .xml files.
XrmToolBox plugin for fixing sitemaps in managed solutions exported from CRM. When exporting solutions, which include a sitemap, you don't want to include any unnecessary elements. This is especially true when developing 3rd party addons. This tool makes it easy to prepare a valid sitemap and replace the existing one in the exported solution. It's an alternative for extrating the solution zip and doing this by hand each time. It allows you to load a solution from a zip file. See and edit the included sitemap and put it back into the solution. You can also save and load the edited sitemap.
Supported Platforms: • NETStandard • NETFramework Load, save, export, convert, archive, and process image formats such as Mayo Clinic Analyze (ANZ), Animated PNG (MNG), PhotoShop 3.0 (PSD), Xerox Internet Fax, Clipboard and Thumbnail Cache, and Windows Animated Cursor. Create a complete imaging solution that includes conversion, processing, scanning, and much more. With LEADTOOLS, developers can create applications to load, save, and convert many industry-standard and proprietary formats. LEAD Technologies is committed to maintain and expand the most comprehensive support of file formats on the market and currently supports more than 165 raster, vector, and document file formats and sub-formats. In addition to the LEADTOOLS common file formats, this package adds: • PNM • AFP • WMP • CAL • CUT • FIT • IFF • ICA • IMG • LMA • ING • LMB • ITG • PTK • MAC • SFF • MSP • ANZ • PCX • MNG • RAS • PSD • SGI • SCT • SMP • TFX • SNP • ANI • TGA • CLP • VFF • TDB • XBM • WFX • XPM • EPS • XWD • HDP • FLC • JLS • XMP • JPM • JXR • ABI • PTK • HEIC • AVIF • WEBP Each file format includes a variety of load, save, and display options, including compression, bit depth, color space, progressive load (multi-pass), alpha channels, multiple pages, animation, and metadata. Developers can trust the award-winning file format support in LEADTOOLS because of its extensive inclusion and strict adherence to today's ever-changing file format specifications. This is just a small part of a large technology offering called LEADTOOLS. To see all that LEADTOOLS has to offer, go to https://www.leadtools.com Use the following link to register for a LEADTOOLS license file that is required to use this NuGet. Additionally, the link provides access to the LEADTOOLS Installer. The Installer includes 100’s of demo applications with source code to jump start your development: https://bit.ly/LEADTOOLS_NUGET
Library for automatically synthesizing programs from examples. Microsoft PROgram Synthesis using Examples SDK (PROSE) is a framework of technologies for automatic generation of programs from input-output examples, keywords, and similar forms of imprecise specification. In PROSE, you define a domain-specific language (DSL) of programs that constitute your domain of useful tasks (e.g. a DSL of CSS selectors). At runtime, you give PROSE some (typically user-provided) input-output examples for the desired program's behavior, and its algorithms synthesize a ranked set of programs from this DSL that are consistent with the given examples. These programs can be saved and applied on similar user data after one learning session (typically with 1-4 examples). PROSE can be used to enable programming-by-example experience in an arbitrary user-facing application, provided the app developer describes its application domain in a DSL form. As part of the project, the PROSE framework includes a set of specific technologies for various data wrangling domains. These include Transformation.Text, a library of string transformations first shipped as FlashFill in Microsoft Excel 2013, text extraction library with a DSL of programs that find a desired sequence of regions in a textual file, and several others. All of these data wrangling libraries, as well as the underlying program synthesis framework, can currently be used out of the box for research, education, and other non-commercial initiatives.
Cross-platform System.Drawing.Common alternative. Aspose.Drawing implements most of System.Drawing API (including image manipulation, vector and text drawing) in fully managed code without any external dependencies. Aspose.Drawing package uses System.Drawing namespace and can be used to directly replace System.Drawing.Common package reference in your project - all your existing code using System.Drawing API will continue to work, but now on any .NET supported platform. Aspose.Drawing.Common package uses Aspose.Drawing namespace and can be used side-by-side with System.Drawing.Common on Windows. Aspose.Drawing for .NET is a 2D graphics library for rendering vector graphics such as lines, curves, and figures as well as text onto raster images. It allows to run your existing C# and VB Apps on various supported platforms having identical rendering results. Aspose.Drawing for .NET can be used in .NET Framework, .NET Core or Xamarin applications in Windows, Linux, Android, Azure Functions or Blazor WebAssembly. It can be safely run from any restricted environment such as Windows or ASP.NET service. With Aspose.Drawing you can create bitmaps from scratch or load from existing files; draw lines, Bézier curves, splines, arcs, rectangles, polygons, eclipses, etc.; work with graphics paths; render text with different fonts and styles. It allows using different pen widths and styles; solid, texture, gradient and hatch brushes; clipping regions and matrix transformations. Images are stored in memory as managed arrays of pixels and can be saved in various image formats including BMP, PNG, JPEG, GIF, and TIFF.
This sample is a WebDAV server with Microsoft SQL back-end that runs on IT Hit WebDAV Server Engine for .NET. It stores all data in Microsoft SQL database and can run on ASP.NET Core on Windows, OS X and Linux. The sample keeps documents, folders structure, locks and custom properties in SQL tables. It provides a sample web page listing content of your WebDAV server with Edit button, demonstrating how you can open a document for editing directly from a web page and save back to server without download/upload steps. To list documents, navigate folders structure and open documents for editing this sample utilizes IT Hit WebDAV Ajax Library. It is also covered with WebDAV Ajax integration tests provided with WebDAV Ajax Library so you can test your modifications. Additionally it demonstrates Ajax File Browser that you can use to manage documents, open for editing and perform advanced upload operations such as pause and resume upload, drag-and-drop as well as restore broken uploads.
View, print and process images and PDF documents in ASP.NET Core application. ASP.NET Core Web API controllers, which allow to manage files, manage an image collection, render an image, process an image. JavaScript classes and controls for viewing, printing and processing of images and PDF documents in any HTML5 web browser.
MSChartWrapper is a wrapper around Microsoft chart control for Win32. If you wish to create a simple line-chart or column-chart but do not want to dive into the API for Microsoft Chart Control, this is for you. Its API enables one to easily plot a series with a few function calls, or pop the chart in a window as easily as showing a message-box. In terms of UI, it adds a side-legend with check-boxes, so that you can choose what series to show and what series to hide. It also adds a context menu to the chart area so that one can easily show or hide chart legends, and save the plot to an image file. It also supports saving a plot to a Matlab .m file.
Converts collections from and to: DataFrames, DataTables, List, TabularDataResource, Save collection as excel file.
L10NSharp is a .NET localization library for Windows Forms applications. It collects strings which need localization when your application first runs and saves them in a XLIFF file. It can also dynamically collect strings at runtime.
The library implements recorder and player of HTTP requests. When recording, a request to a remote service and its live response are serialized to JSON and saved to a file (cassette), so that next time the same request is made through the player it can be served with the previously recorded response. This scenario is common for integration tests running HTTP requests in isolation.
Winnovative PDF to Image Library for .NET can be easily integrated in your applications targeting the .NET Framework to convert PDF pages to images. This version of the library is compatible with .NET Framework on Windows 32-bit (x86) and 64-bit (x64) platforms. For .NET Core and .NET Standard applications on Windows you can use the library from Winnovative.PdfToImage.NetCore NuGet package. In any .NET application for Linux, macOS, Windows, Azure App Service, Xamarin, UWP and other platforms you can use the cross-platform library from Winnovative.Client NuGet package. Winnovative PDF to Image Library for .NET is compatible with Windows platforms which support .NET Framework 4.0 and above, including: * .NET Framework 4.8.1, 4.7.2, 4.6.1, 4.0 (and above) * Windows 32-bit (x86) and 64-bit (x64) * Azure App Service, Azure Cloud Services and Azure Virtual Machines * Web, Console and Desktop applications Main Features: * Convert PDF pages to images * Create thumbnails of the PDF pages * Convert PDF documents to multipage TIFF images * Customize the color space and resolution of generated images * Convert PDF pages to images in memory or to image files in a folder * Save the PDF pages images in various image formats * Support for password protected PDF documents * Convert to images only a range of PDF pages * Get the number of pages in a PDF document * Get the PDF document title, keywords, author and description * Does not require Adobe Reader or other third party tools
C# PDF Viewer web control for ASP.NET Core web app to read, view PDF file and save as images in web browser in ASP.NET Core web app.
C# PDF Editor web control for ASP.NET Core web app to read, view PDF file and save as images in web browser in ASP.NET Core web app.
C# PDF Editor web control for ASP.NET framework web app to read, view PDF file and save as images in web browser in ASP.NET framework web app.
C# PDF Viewer web control for ASP.NET framework web app to read, view PDF file and save as images in web browser in ASP.NET framework web app.
Print and Save files in Blazor using the native dialog box using JavaScript Interop.
Micro document database with a focus on visibility & simplicity. The same 35kb dll is used for: - Saving data to text file(s) locally - Optionally hosting and connecting to a HTTP Embark server - Optional runtime-only persistence for unit testing/mocks - Doesn't force any ID or [Attribute] conventions you that you must use - Still, optional convention based interaction is avaliable. - Flexible constructor injection for custom behaviour of data storage and/or serialization. Examples & source @ http://ideaflare.github.io/embark Feedback, suggestions & pull requests welcome!
Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications.
A global tool for managing Visual Studio installations Usage: vs [command] [options|-?|-h|--help] [--save=ALIAS [--global]] Supported commands: alias Shows the list of saved aliases client Launches Visual Studio in client mode config Opens the config folder. install Installs a specific edition of Visual Studio. kill Kills running devenv processes. log Opens the folder containing the Activity.log file. modify Modifies an installation of Visual Studio. run This is default command, so typically it does not need to be provided as an argument. update Updates an installation of Visual Studio. where Locates the installed version(s) of Visual Studio that satisfy the requested requirements, optionally retrieving installation properties from it. See full documentation at https://clarius.org/dotnet-vs.
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
Barcode Professional can generate Linear, Postal, MICR and 2D Barcodes for ASP.NET MVC. Visual Studio, VB.NET, C#, Visual Web Developer. Renders barcode images on-fly in formats such as GIF, JPEG, BMP, TIFF, EPS and PNG - Save barcode images in image files as well as in stream objects - VS ReportViewer Local Reports (RDLC) support - Crystal Reports for .NET support - Draw barcode images onto any Graphics object - DPI support - Data-Binding support - Supports for Shared Hosting scenarios using ASP.NET Medium Trust configuration. Barcodes supported: Australia Post 4-state Barcode, ABC Codabar, USS Code 128 A-B-C, USS Code 39, USS Code 93, Data Matrix ECC200, Deutsche Post Identcode, Deutsche Post Leitcode, EAN-13, GTIN-13, EAN-8, GTIN-8, EAN-99, Coupon Barcode, EAN-Velocity, Industrial 2 of 5, Standard 2 of 5, Interleaved 2 of 5, ITF 25, ISBN, Bookland EAN, ISBN-13, ISBN-10, ISMN, ISSN, ITF-14, EAN-14, DUN-14, GTIN-14, JAN-13, JAN-8, MSI, OPC, PDF417, Portable Data File 417, PDF417 Truncated, PLANET, POSTNET, PZN, British Royal Mail 4-State Customer Barcode, RM4SCC, Royal TPG Post KIX 4-State Barcode, SCC-14, Singapore 4-State Postal Code Barcode, SSCC-18, UPC-128, EAN-18, Swiss PostParcel Barcode, UCC-EAN-128, EAN-128, GTIN-128, UPC-A, UPC-E, GTIN-12, USPS Sack Label, USPS Tray Label Barcode, QR Code, USPS FIM, USPS Horizontal Bars, Telepen, Pharmacode, Semacode, Code 32 Italian Pharmacode IMH, USPS Package Identification Code (PIC), FedEx Ground 96, HIBC LIC/PAS, ISBT 128, Italian Post 25, USPS Intelligent Mail Barcode, VICS BOL, VICS Bill of Lading, VICS SCAC PRO, Aztec Code, Compact PDF417, Macro PDF417, Micro PDF417, Micro QR Code, UPS MaxiCode, GS1 DataBar, RSS-14, Matrix 2 of 5, Danish Postal 39, French Postal 39 A/R, GS1 DataMatrix, MICR E-13-B, ALL EAN.UCC Composite Barcodes CC-A, CC-B, CC-C, USPS Intelligent Mail Container Barcode, USPS IMpb, USPS Zip+4, Chinese 2D Han Xin Code, PPN (securPharm), PostMatrix Swiss-QRCode JAB-Code Multicolored 2D-Pharmacode
Winnovative PDF Split Library for .NET can be easily integrated in your applications targeting the .NET Framework to split a PDF document in multiple PDF documents. This version of the library is compatible with .NET Framework on Windows 32-bit (x86) and 64-bit (x64) platforms. For .NET Core and .NET Standard applications on Windows you can use the library from Winnovative.PdfSplit.NetCore NuGet package. In any .NET application for Linux, macOS, Windows, Azure App Service, Xamarin, UWP and other platforms you can use the cross-platform library from Winnovative.Client NuGet package. Winnovative PDF Split Library for .NET is compatible with Windows platforms which support .NET Framework 4.0 and above, including: * .NET Framework 4.8.1, 4.7.2, 4.6.1, 4.0 (and above) * Windows 32-bit (x86) and 64-bit (x64) * Azure App Service, Azure Cloud Services and Azure Virtual Machines * Web, Console and Desktop applications Main Features: * Split PDF documents from files and streams * Save extracted documents in memory or in files * Extract a range of pages from a PDF document * Split in sections of the specified length