pdfHTML is an iText add-on for C# (.NET) that allows you to easily convert HTML and CSS into standards compliant PDFs that are accessible, searchable and usable for indexing.
PDF document generator from HTML snippet, 100% managed (C#), High performance library using PdfSharp. Features and Benefits: --- * 100% managed code depends only on PdfSharp library, no ActiveX, no MSHTML. * Extensive HTML 4.01 and CSS level 2 specifications support. * Support separating CSS from HTML by loading stylesheet code separately. * Handles "real world" malformed HTML, it doesn't have to be XHTML. * Supports .NET 2.0 or higher including Client Profile. * Lightweight, only two DLLs (~300K). * High performance and low memory footprint. * Extendable and configurable.
Document .Net is 100% C# managed library which gives you API to create, parse, load, modify, convert, edit, generate pie charts, merge, do mail merge and digitally sign documents in PDF, DOCX, RTF, HTML and Text formats. Rasterize documents to Images and render to WPF Framework Element. + Completely created in managed C#. No Microsoft Office automation. + Has own DOCX parser and writer according to ECMA-376 specification. + Has own RTF parser and writer according to RTF 1.8 specification. + Has own PDF parser and writer according to PDF reference 1.7. + Has own HTML writer according to HTML5 reference. + Create PDF/A compliance documents. + Digitally sign PDF documents. + Multi-platform: Windows / macOS / Linux.
NFX CORE Package NFX UNISTACK includes: Application Container + Dependency Injection facilities Configuration engine BigMemory: Local/Distributed piles/heaps, ability to store hundreds of millions of objects resident in memory for long times without killing GC BigMemory Cache - store hudreds of millions of objects in RAM without GC pressure (full GC scan <20ms @ 300M+ objects 64 Gb taken) Logging with 8+ destinations/sinks(text, email, flood filter etc.) Distributed contact-oriented communication framework NFX.Glue (replaces WCF) Security with users, credentials, roles, permissions JSON parsing, ser/deser support Ultra efficient Binary serialization support Erlang CLR support with native types: tuples, lists, pattern matching Text lexing/parsing and processing pipeline: C# lexer, JSON lexer/Parser RelationalSchema language compiler - generate DDL for different targets Templatization engine (for web, emails and not only textual content) NFX.WAVE - Web Server with hybrid injectable threading model (replaces IIS + ASP.NET) NFX.WAVE.Mvc - MVC framework for web pages WV.js - a web component library auto-bindable to server MVC/MVVM Database access layer with virtual commands/queries/transactions ID generation - GlobalDistributed IDS (GDID), FID - fast process-wide ID Virtual Social Network - Twitter/Facebook/Google+ et al Virtual Payment Processing - Stripe,PayPal providers Virtual File Systems - AmazonS3, SVN, Local QR Code Creation In progress: Virtual document model with rendering to PDF, HTML and other formats In Progress: PDF DOM model + rendering
MessagingToolkit Barcode library is a C# barcode library that can be used in * WinForms applications * Windows WPF applications * ASP.NET web applications * Silverlight 3, 4 and 5 applications * Console applications * Windows Service * Windows Phone 7.x and 8.0 applications * Windows 8 applications * Windows 8 JavaScript applications The library current supports encoding and decoding of the following barcode types Encoding * QR Code * Data Matrix * PDF 417 * Aztec * Bookland/ISBN * Codabar * Code 11 * Code 128 * Code 128-A * Code 128-B * Code 128-C * Code 39 * Code 39 Extended * Code 93 * EAN-13 * EAN-8 * FIM * Interleaved 2 of 5 * ITF-14 * LOGMARS * MSI 2 Mod 10 * MSI Mod 10 * MSI Mod 11 * PostNet * Standard 2 of 5 * Telepen * UPC 2 Digit Ext. * UPC 5 Digit Ext. * UPC-A * UPC-E Decoding * UPC-A * UPC-E * EAN-8 * EAN-13 * Code 39 * Code 93 * Code 128 * QR Code * ITF * Codabar * RSS-14 * Data Matrix * PDF 417 * Aztec * MaxiCode * MSI Mod 10
This is a package of an Example Project for ClosedXML_Excel. As a free C# excel API, it can enable developers to edit, copy, create, print and convert Excel files which were generated by ClosedXML. You can create a large range of applications for free. It supports both for the old Excel 97-2003 format (.xls) and for the new Excel 2007 and Excel 2010 (.xlsx). Main features: Export .xlsx to PDF. Export .xlsx to XML. Export .xlsx to CSV. Export .xlsx to image. Insert Image. Insert Chart. Insert SparkLine. Save Chart to Image. Set Background. Insert Control. Insert OLEObject. Set Viewmod. Zoom function. Export Data.
pdfHTML is an iText add-on for C# (.NET) that allows you to easily convert HTML and CSS into standards compliant PDFs that are accessible, searchable and usable for indexing.
Create pdf documents within an asp .net mvc project by generating your views as normal but returning a PdfActionResult. This converts regular produced razor/html to pdf documents in the browser using the iTextXmlWorker. Please see the following URL for instructions and a demo link: https://github.com/andyhutch77/MvcRazorToPdf. This uses the newer version/licence of iText/iTextXmlWorker and can process the html that is produced from your views.
PDFFlow is a cross-platform C# library for creating PDF documents. The library is based on the well-known libHaru. With PDFFlow, you can create complex PDF documents fast and efficiently - you define documents as a set of layout rules and a sequence of paragraphs, tables, images, headers, etc. and the library does all the work to create a PDF document by applying the layout on the content stream. You can create agreements, contracts, log books, invoices, tickets, catalogs, brochures, complex tax and regulatory forms, medical documents, school and university tests, books and magazines and many other kinds of documents. Your documents can include: - Text with different formatting, including special fields such as page numbers and URLs, and widow and orphan control. - Built-in Base14 fonts, multibyte CID fonts, external TrueType and Type1 fonts, single-byte and multibyte encodings. - Multilevel lists with easy-to-use styles. - Tabulations. - Images with configurable size and scaling. - Lines, both vertical and horizontal. - Tables taking data from a data source, with colspan and rowspan. - Multi-page and book spread tables. - Repeating areas: multiple headers, footers, left and right repeating areas, and repeating areas by coordinates. - Document flow areas that define the location of the document main flow on the pages. - Automatically generated table of content. PDFFlow supports automatic pagination and layouting: the content is automatically continued on the next page if it does not fit in the current page. You can configure any formatting settings of your document and its elements: fonts, colors, alignment, borders, indents, stroke styles, etc. as you need. This can be done using the corresponding methods in each case or through styles - you create your styles and apply them to quickly get the necessary formatting. The PDFFlow library is supplied with real document samples accompanied by descriptive articles and tutorials with many working code examples that can be used as is or modified, and the API reference. The included license allows you to use the library for free: - In any open source or non-commercial project or products. - To prototype, develop, and test commercial projects or products. The commercial license is required to use the library in commercial projects on the production stage (including the products used to support the internal business). Review the licences available at https://www.pdfflow.io/licensing or contact Gehtsoft USA LLC sales representative to get details about the licensing. Examples and tutorials: https://github.com/gehtsoft-usa/PDF.Flow.Examples Online documentation: http://docs.gehtsoftusa.com/pdfflow/web-content.html
Dotnetcore PDF html based generator. Uses the libwkhtmltox native libraries to genrate pdf data.
Ultimate PDF (http://www.componentpro.com/products/pdf) lets you add the capability of creating, modifying and converting PDF documents to your .NET applications in just a few lines of code. It also supports converting HTML to PDF with latest supports for HTML5 and CSS3. It works with Wpf, WinForms, WebForms, Console, Window Service, and Web Service applications. PDF Key Features: - All PDF API - HTML to PDF - Draw Text - Draw Shapes - Bookmark - Links - Dynamic Fields - Landscape and Portrait Page Orientation - Page Margin - Page Mode and Page Layout - Page Transitions - PDF Compression - Set Password - Digital Signature - PDF Encryption - Read and Modify Existing PDF Document - Form Fields, Form Filling and Flattening You can try this package for free for 30 days, after which you will need to purchase a license at our online store https://www.componentpro.com/purchase to continue using it. To generate a trial license key, please visit Generate trial key page: https://www.componentpro.com/trial-download/generate-trial-key?name=Pdf. If you already have a license, please download the licensed package at http://www.componentpro.com/account.
iText is a PDF library that allows you to CREATE, ADAPT, INSPECT and MAINTAIN documents in the Portable Document Format (PDF): - Generate documents and reports based on data from an XML file or a database - Create maps and books, exploiting numerous interactive features available in PDF - Add bookmarks, page numbers, watermarks, and other features to existing PDF documents - Split or concatenate pages from existing PDF files - Fill out interactive forms - Serve dynamically generated or manipulated PDF documents to a web browser iText is used by Java, .NET, Android and GAE developers to enhance their applications with PDF functionality. iTextSharp is the .NET port. Several iText engineers are actively supporting the project on StackOverflow: http://stackoverflow.com/questions/tagged/itext
A F# implementation that uses the Markdown parser from FSharp.Formatting and formats the output into PDF using PdfSharp-MigraDoc.
Gnostice Document Studio .NET Multi-format ASP.NET Document Viewer is the next-generation multi-format document-viewing technology for .NET developers. The DocumentViewer control supports viewing, form-filling, text searching (with OCR support) and printing PDF, DOCX, DOC, TXT, BMP, JPEG, PNG, WMF, EMF, and single-page and multi-page TIFF. It works on both desktop(Windows 7, Windows 8.1, Windows 10, Linux, Mac OS X) and mobile browsers (IOS, Android, Windows Phone).
Multicore math engine for science and engineering. Dew Math Library is an object oriented math library for C# and .NET developers that offers a wide set of matrix and vector math operations. The library provides a broad set of vectorized numeric functions which include sparse matrices, complex numbers, probabilities, expression parser, optimization unit, SVD, QR, LQ, and LU solvers and special functions. Key features: Full hardware acceleration for Linux OS (64bit). Runs with Intel AVX, AVX2 and AVX512 optimized codepaths, chosing the best codepath depending on the underlying hardware. Typical performance gain over .NET Core native code is 10x. Supports .NET Core 7.0 and .NET Core 8.0. Support for 64bit native mode execution. Optimized Linear Algebra Package (LAPACK v3.7) numerical library Extensive XMLDoc based tooltips for .NET Core projects. Vectorized Math expression parser and evaluator Various optimization and fitting algorithms allow solution to a large set of problems. Simplex (Nelder-Mead), Marquardt with numerical derivates, Dual Simplex, Two-phase Simplex, BFGS, Conjugate Gradient, Gomory's Cutting Plane, Brent, Linear optimization, Trust Region. GPU support via OpenCL. Comprehensive implementation of the OpenCL API in object structure. Includes over 2000 GPU kernels. Sparse matrices, Direct Solvers (Pardiso), CG Iterative Solvers. Eigenvalues of symmetric matrices, solvers for banded matrices. Random Generators for over 18 distributions. Roots of the polynomial, coefficients of the polynomial, Poly evaluations, fitting, splines, piecewise polynomials, polynomial division and multiplication. Numerical integration by MonteCarlo, QuadGauss, Romberg methods. Special functions Airy, Biry, Besh, .... Elliptic integrals and Legendre Polynomials. Toeplitz matrix solvers. (Levinson Durbin). Cumulative distribution functions (CDF) and probability density functions (PDF) with probability statistics for over 30 probability distributions. Specialized super-conductive memory allocation allows 100% thread concurrency for arbitrary thread count outperforming garbage collector. Allows runtime selection of algorithm precision (single or double). 100% of the .NET source code written in C#.
The package contains the following Syncfusion controls for ASP.NET MVC 4. List of controls: DocToPDFConverter: Syncfusion DOC-to-PDF converter is a .NET library that allows you to convert Word documents to PDF in any .NET application without any Microsoft Office dependencies. Learn more: https://www.syncfusion.com/products/file-formats/docio ExcelToPDFConverter: Syncfusion ExcelToPdfConverter is a .NET library that allows you to convert the Excel documents to PDF in any .NET Framework application without Microsoft Office dependency. Documentation: https://help.syncfusion.com/file-formats/xlsio/excel-to-pdf-conversion HtmlConverter: The Syncfusion Essential HTML to PDF converter is a .NET library that converts URLs, HTML string, SVG, MHTML to PDF in any .NET application. This converter uses advanced WebKit rendering engine, thus generating pixel perfect PDF from HTML or URL. Learn more: https://www.syncfusion.com/products/file-formats/pdf/html-to-pdf OfficeChartToImageConverter: Syncfusion OfficeChartToImageConverter is a .NET library that allows you to convert the PowerPoint and Word charts to images in any .NET Framework application without Microsoft Office dependency. PresentationToPDFConverter: Syncfusion PresentationToPDFConverter is a .NET library that allows you to convert the PowerPoint documents to PDF in any .NET Framework application without Microsoft Office dependency. Learn more: https://www.syncfusion.com/products/file-formats/presentation This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
This is a legacy package for embedding Syncfusion Report Writer in your WPF application. Please use the BoldReports.WPF package for new projects. The Syncfusion Report Writer is a .NET library to create file format reports PDF, Excel, and Word using RDL/RDLC with the help of report writer, but without using the viewer. Key features: • Users can provide report parameter input at run time to generate reports based on the parameter. • Report items such as tables, matrices, lists, images, lines, and rectangles can be used. • Supports multilevel grouping and sorting in data regions of report items such as tables, matrices, and lists. Learn more: https://www.syncfusion.com/reporting-tool/wpf/report-writer?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/wpf/reportwriter/getting-started?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/wpf?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Syncfusion Report is a .NET Standard based class library to generate the file format report based report PDF, Excel and Word using RDL/RDLC report and it is base library for ASP.NET Core ReportViewer.
Free Spire.XLS for .NET is a standalone Excel .NET library and does not depend on Microsoft Office Excel. It supports both for the old Excel 97-2003 format (.xls) and for the new Excel 2007 and Excel 2010 (.xlsx, .xlsm). Powerful & High Quality Excel File Conversion Free Spire.XLS for .NET has powerful conversion ability and it enables converting Excel files to most common and popular formats. Convert Excel to HTML/XML Convert XML to Excel Convert Excel to Text Convert Excel to PDF Create Excel Report from Comprehensive Workbook Designer Free Spire.XLS for .NET enables developers to generate Excel workbook from scratch, or load a workbook from either folder or file stream. Developers can also save it to file, file stream or web response. Free Spire.XLS for .NET offers a wide range of security features including Excel encryption/decryption, cells hide/unhide, and worksheets lock/unlock. Freely operate worksheet Free Spire.XLS for .NET enables developers to create, add, delete, rename, edit and move worksheet in either C#, VB.NET or ASP.NET. Developers can also copy, move, and consolidate across worksheets with full contents. This professional Excel .NET class library also embeds many flexible options for displaying worksheets, such as page breaks, zoom-setting, freeze panes, headers/footers, print paper size and print area etc. Free version is limited to 5 sheets per workbook and 200 rows per sheet. This limitation is enforced during reading or writing XLS or PDF files. From Free Spire.XLS v7.8, there is no any limitation when loading and saving .xlsx file format. When converting Excel files to PDF files, you can only get the first 3 pages of PDF file.
Provides a document model that support creation of documents with common document sections and elements for use with builders implemented using existing libraries to generate specific file formats (docx, xlsx, pdf). Styling and layout support implemented with basic support.
Some of the Image Components functions are: opening file or directory and saving most common images file types (*.jpg;*.jpeg;*.tif;*.tiff;*.bmp;*.gif;*.png;*.cut;*.dds;*.g3;*.hdr;*.ico;*.iff;*.lbm;*.jng;*.koa;*.mng;*.pbm;*.pcd;*.pcx;*.pgm;*.ppm;*.psd;*.ras;*.sgi;*.tga;*.targa;*.wbmp;*.xbm;*.xpm;*.wmf;*.pdf;*.xps) and convert between them. Thumbnail view of the image multi or single page. Navigation between the pages, by thumbnail click or by toolbar. Image fit to the screen (original, best and width). Rotate left, right, flip and mirror. Zoom + and Zoom -. Inserting, appending, deleting or moving pages. Cropping by selection or auto cropping, resizing, undo, redo, copy and paste. Many filters like invert, grayscale, etc. Image enhance (color, brightness, smooth, sharpen, etc.). Many edge detectors. Glass tool to zoom a particular part of the image. Thumbnail viewing, navigation and position management. Twain and WIA support using ADF or flat bed, multi page or single page. Save and Scanner options by image type or compression (None, JPG, CCITT3, CCITT4, LZW, PDF...) . Access to the most common Capabilities and ICapabilities. Document, page, zone OCR and text search, supporting some common languages. PDF reading and export, multi, single or selected page. PDF text search and extraction. Full customized image annotations including, Note, Stamps, Highlight, Hide, Ellipse, Line, Arrow and Image. Barcode encoder and decoder. Supports Code11, Code 39, Interleaved 2 of 5, Codabar, Code 93, EAN8, EAN13, UPCA, Code128, PDF417, QRCODE. Automatic barcode detection and scan direction.
Syncfusion’s pivot grid for Windows Forms is a .NET library that allows you to read, process, and display relational data in a cross-tabulated form. Key features: • Drill support: Navigate through inner levels of a hierarchy element present in both column and row headers. • Field list and grouping bar: Supports UI interaction at runtime to dynamically change the report along with sorting, filtering, and remove options. • Filtering and sorting: User can order members and values either in ascending or descending order. Filtering of members is also possible. • Summaries: Show brief information about the individual data columns or groups of rows. • Cell selection: Select multiple cells in the grid. • Conditional formatting: Define certain conditions, format cell font, color, and border settings. • Exporting: Export the component into various formats such as PDF, Word, and Excel formats. • Save and Load: Generated reports can be saved and used later. Learn more: https://www.syncfusion.com/winforms-ui-controls/pivot-grid?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/windowsforms/pivotgrid/overview?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/windowsforms?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Some of the Image Components functions are: opening file or directory and saving most common images file types (*.jpg;*.jpeg;*.tif;*.tiff;*.bmp;*.gif;*.png;*.cut;*.dds;*.g3;*.hdr;*.ico;*.iff;*.lbm;*.jng;*.koa;*.mng;*.pbm;*.pcd;*.pcx;*.pgm;*.ppm;*.psd;*.ras;*.sgi;*.tga;*.targa;*.wbmp;*.xbm;*.xpm;*.wmf;*.pdf;*.xps) and convert between them. Thumbnail view of the image multi or single page. Navigation between the pages, by thumbnail click or by toolbar. Image fit to the screen (original, best and width). Rotate left, right, flip and mirror. Zoom + and Zoom -. Inserting, appending, deleting or moving pages. Cropping by selection or auto cropping, resizing, undo, redo, copy and paste. Many filters like invert, grayscale, etc. Image enhance (color, brightness, smooth, sharpen, etc.). Many edge detectors. Glass tool to zoom a particular part of the image. Thumbnail viewing, navigation and position management. Twain and WIA support using ADF or flat bed, multi page or single page. Save and Scanner options by image type or compression (None, JPG, CCITT3, CCITT4, LZW, PDF...) . Access to the most common Capabilities and ICapabilities. Document, page, zone OCR and text search, supporting some common languages. PDF reading and export, multi, single or selected page. PDF text search and extraction. Full customized image annotations including, Note, Stamps, Highlight, Hide, Ellipse, Line, Arrow and Image. Barcode encoder and decoder. Supports Code11, Code 39, Interleaved 2 of 5, Codabar, Code 93, EAN8, EAN13, UPCA, Code128, PDF417, QRCODE. Automatic barcode detection and scan direction.
It’s 100% managed code PDF standard versions supported are: ALL versions. Files can be normal, linearized, password-protected, signed, incrementally updated. - We support many possible PDF content manipulations scenarios, below are a few things that worth mentioning: - Extract, modify and add graphics (text, images, drawings) - Split or merge PDF documents - Fill or create PDF forms - Add or remove document fields - Examine resources within a document - fonts, embedded files - Digitally sign and check existing signatures on PDF documents - Search for specific text - Protect document with a password - Work with navigation objects, e.g. create bookmarks or links - Full support for annotations - Full support for PDF actions - All fonts defined by specification are supported - Various colorspaces and color profiles are supported, e.g. you may draw in RGB, CMYK, gray, or whatever colorspace you like. - Files can be saved to other “subtypes” of PDF – Linearized or PDF/a for example. - If you require a specific funtionality and are unsure about whether it is supported, please review our online help you contact support so we'll be able to handle this. - Fixed layout API, implemented to be 100% PDF specification compatible, it unlocks full power of the PDF for you. Any complex PDF creation or manipulation task can be completed instantly. - Flow layout API, a styles-driven content generation API similar to HTML+CSS provides you with ability to create stunning documents, reports, bills, catalogues an more in minutes. Compact and easy to use, supports creation of XML templates and much more.
The scryber pdf engine for dotnet 9 - One for the creators. Scryber is an advanced PDF generation engine based around HTML templates with CSS styles and SVG drawing. It includes full flowing pages, dynamic template binding on your object model and referenced external files, images, css and fonts. Easily create documents from your Apps, MVC sites, or Javascipt ajax calls. This framework is built entirely in .NET supporting Blazor WASM and is released under the LGPL licence so you can use to it in commercial applications.
This package is now obsolete and has been replaced by the GroupDocs.Viewer package. [Obsolete] GroupDocs.Viewer for .NET is a powerful document viewer component that allows you to display over 50 document formats in your .NET applications. The viewer can both rasterize documents and convert them to SVG+HTML+CSS, delivering true-text high-fidelity rendering. Supported file formats include: - Microsoft Office - Microsoft Visio - Microsoft Project - Outlook documents - PDF - AutoCAD - Image files (JPG, BMP, GIF, TIFF, etc.) and many more formats. The GroupDocs.Viewer for .NET Library allows to get representation in html or image format for whole document, page-by-page or custom range of pages. The product has the following key features: - Native API, allowing all application functionality to be programmatically controlled - Rendering document as html or image for each document type - Set of predefined options for viewing in all modes, with proper default values - Multiple render options - including text generation, watermarking among the others - Abstract Storage API - Abstract Cache API For more details on the library, please visit GroupDocs website at: http://groupdocs.com/products/viewer/net Note: The library comes up with some limitations in the evaluation mode. In order to test full features of GroupDocs.Viewer for .NET library, please request a free 30-day temporary license.
Generate project documentation using Markdown and allow integrating code snippet from the source code being built. Code snippet are always up-to-date.
PDF generating library for Xamarin.Forms View
This is the ABCpdf .NET release for .NET Core 3.1 on Windows. It is the same as the standard ABCpdf .NET with the following changes related to features that .NET Core does not support. • Export to XPS is disabled PDF creation and manipulation using ABCpdf - a powerful and flexible PDF component for .NET. ABCpdf is a .NET component for PDF manipulation. As such, you'll find it documented for C# and VB.NET, with numerous PDF code examples and freely adaptable projects, all designed to help you get up to speed. Re-use existing skills for PDF document layout. ABCpdf supports a wide range of layout methods, including HTML and CSS, System.Drawing, PostScript, and a powerful set of native drawing commands. Import SVG, DOCX, XPS, EPS, the usual bitmap image formats such as JPEG, TIFF, PSD and many more. And because support for these formats is built-in, ABCpdf makes light work of PDF related document conversion tasks. Import HTML and CSS pages from local or remote web sites. Placed HTML support means your HTML can be treated just like any other media - placed wherever you like on your PDF page. Choose between the Chrome style, FireFox style and Internet Explorer style HTML rendering engines. Support for modern web pages using HTML5, CSS3, FontAwesome and similar modern web technologies. A vast range of options gives you full control over the HTML rendering process and DOM. ABCpdf is a robust component, with probably hundreds of thousands of live installations, and almost two decades worth of support and development. But should you ever need help our PDF expert support team are on hand. ABCpdf is fast. ABCpdf does not use a printer driver. Instead it goes Direct to PDF™, generating PDF documents on the fly. And fully multi-threaded, ABCpdf is suitable for use with ASP.NET. ABCpdf supports Unicode and foreign languages, CJK fonts, and right-to-left text such as Arabic and Hebrew, kerning, tracking and contextual ligatures. ABCpdf supports sophisticated color spaces. Mix and match RGB, CMYK, Grayscale, Lab, calibrated color spaces and spot colors. Any kind of graphic from text to lines to blocks of color can be drawn in in any of these color spaces. You can even perform complex operations like colorizing grayscale images using spot colors or converting from one color space to another. PDF optimization and size reduction provides whole document optimization using a variety of options to reduce font sizes, remove embedded fonts, to resample and recompress images, to flatten wherever possible for the smallest possible output. PDF analysis has been extended into easy-to-use operations for text and images. Simple on the surface but sophisticated underneath, they allow you to extract common-sense, de-hyphenated and de-ligatured text from PDFs. Then select items of that text within the PDF and perform operations on those selections. PDF accessibility is now something that can be supported, even for PDFs which were never designed to do so. Standards such as PDF/UA and Section 508 compliance require that PDFs be accessible. Our accessibility operation performs a sophisticated semantic analysis of the document content and adds appropriate tagging information to produce an accessible Tagged PDF output. Download and try out ABCpdf for free. All our components include a 30-day trial. During the trial period, ABCpdf operates as the unrestricted Professional edition.
Highcharts-export-client is highcharts-export-server API wrapper. With help of this library you can generate fancy charts and export it to png, pdf or svg formats.
Syncfusion’s pivot grid for WPF is a .NET library that allows you to read, process, and display relational data in a cross-tabulated form. Key features: • Drill support: Navigate through inner levels of a hierarchy element present in both column and row headers. • Field list and grouping bar: Supports UI interaction at runtime to dynamically change the report along with sorting, filtering, and remove options. • Filtering and sorting: Users can order members and values either in ascending or descending order. Filtering of members is also possible. • Summaries: Show brief information about the individual data columns or groups of rows. • Calculated field: Users can add new value fields to the report. • Cell selection: Select multiple cells in the grid. • Hyperlink: Hyperlink cells to retrieve detailed information about a particular cell. • Asynchronous data loading: Performs long-running operations asynchronously on a background thread. • Virtualized binding: Load the data in the pivot grid control on-demand using the index engine. • Deferred scrolling: Improves the scrolling performance by updating the data only if the user releases the thumb on scrolling. • Cell Templates: Customize the headers by applying styles using data templates. • Conditional formatting: Define certain conditions, format cell font, color, and border settings. • Exporting: Export the component into various formats such as PDF, Word, CSV, and Excel. • Save and load: Generated report can be saved and used later. Learn more: https://www.syncfusion.com/wpf-ui-controls/pivot-grid?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/wpf/pivotgrid/overview?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
NFX.Web Package NFX UNISTACK includes: Application Container + Dependency Injection facilities Configuration engine BigMemory: Local/Distributed piles/heaps, ability to store hundreds of millions of objects resident in memory for long times without killing GC BigMemory Cache - store hudreds of millions of objects in RAM without GC pressure (full GC scan <20ms @ 300M+ objects 64 Gb taken) Logging with 8+ destinations/sinks(text, email, flood filter etc.) Distributed contact-oriented communication framework NFX.Glue (replaces WCF) Security with users, credentials, roles, permissions JSON parsing, ser/deser support Ultra efficient Binary serialization support Erlang CLR support with native types: tuples, lists, pattern matching Text lexing/parsing and processing pipeline: C# lexer, JSON lexer/Parser RelationalSchema language compiler - generate DDL for different targets Templatization engine (for web, emails and not only textual content) NFX.WAVE - Web Server with hybrid injectable threading model (replaces IIS + ASP.NET) NFX.WAVE.Mvc - MVC framework for web pages WV.js - a web component library auto-bindable to server MVC/MVVM Database access layer with virtual commands/queries/transactions ID generation - GlobalDistributed IDS (GDID), FID - fast process-wide ID Virtual Social Network - Twitter/Facebook/Google+ et al Virtual Payment Processing - Stripe,PayPal providers Virtual File Systems - AmazonS3, SVN, Local QR Code Creation In progress: Virtual document model with rendering to PDF, HTML and other formats In Progress: PDF DOM model + rendering
Generate project documentation using Markdown and allow integrating code snippet from the source code being built. Code snippet are always up-to-date.
XFINIUM.PDF library is a cross platform library for PDF development. It supports a wide set of features, ranging from simple PDF creation to form filling, content redaction, complex color conversions or digital signatures. The simple object model follows the PDF specification so you can have complete control over the generated PDF files. Code written for XFINIUM.PDF can be compiled on all supported platforms without changes. The Xfinium.Pdf.Pcl package is part of XFINIUM.PDF Generator CROSS PLATFORM package: http://xfiniumpdf.com/xfinium-pdf-crossplatform/xfinium-pdf-packages.html
TallPDF.NET is a 100% managed .NET component for dynamic generation of PDF documents. Central to TallPDF.NET is a highly intuitive object model consisting of classes like Document, Section, Paragraph, Table, Footer, etc. You can generate documents either programmatically or from XML.
This is a C#.Net solution that provides the capability to easily generate Pdf files using a templated approach using Razor Mvc templates; as opposed to extremely complex code based approaches most libraries provide. It's based on the Xsl-FO standard and currently is dependent on an old but still very functional libray "Fonet" -- which is port of Apache FOP to C#.
NFX.MongoDB Provider Package NFX UNISTACK includes: Application Container + Dependency Injection facilities Configuration engine BigMemory: Local/Distributed piles/heaps, ability to store hundreds of millions of objects resident in memory for long times without killing GC BigMemory Cache - store hudreds of millions of objects in RAM without GC pressure (full GC scan <20ms @ 300M+ objects 64 Gb taken) Logging with 8+ destinations/sinks(text, email, flood filter etc.) Distributed contact-oriented communication framework NFX.Glue (replaces WCF) Security with users, credentials, roles, permissions JSON parsing, ser/deser support Ultra efficient Binary serialization support Erlang CLR support with native types: tuples, lists, pattern matching Text lexing/parsing and processing pipeline: C# lexer, JSON lexer/Parser RelationalSchema language compiler - generate DDL for different targets Templatization engine (for web, emails and not only textual content) NFX.WAVE - Web Server with hybrid injectable threading model (replaces IIS + ASP.NET) NFX.WAVE.Mvc - MVC framework for web pages WV.js - a web component library auto-bindable to server MVC/MVVM Database access layer with virtual commands/queries/transactions ID generation - GlobalDistributed IDS (GDID), FID - fast process-wide ID Virtual Social Network - Twitter/Facebook/Google+ et al Virtual Payment Processing - Stripe,PayPal providers Virtual File Systems - AmazonS3, SVN, Local QR Code Creation In progress: Virtual document model with rendering to PDF, HTML and other formats In Progress: PDF DOM model + rendering
A generator that takes data in form of xml documents and a template to generate a PDF with playing cards.
Simple templating engine for generating printouts (labels, invoices, etc) in PDF or SVG
Simple Exporter is an easy report library that generate reports (Excel, CSV, PDF, etc) from any IEnumerable datasource. Simple Exporter allows defining the structure of the reports from a simple JSON or a dotnet object.
This is a cross-platform library providing document layout services to GrapeCity.Documents.Word (GcWord). Adding a reference to this library to a project that uses GcWord will provide GcWordDocument.SaveAsPdf() extension methods, which will allow to export Word documents to PDF. This library does not depend on MS Office or any third-party libraries, and works on all platforms that support .NET Standard 2.0. The online Documents for Word sample browser that uses GrapeCity.Documents.Layout to generate PDFs from Word documents is available at https://www.grapecity.com/documents-api-word/demos/
Embed template tags inside open office documents.
Generate PDF via WkHtmlToPdf
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.