All Projects → itext → Itext7 Dotnet

itext / Itext7 Dotnet

Licence: other
iText 7 for .NET is the .NET version of the iText 7 library, formerly known as iTextSharp, which it replaces. iText 7 represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText 7 can be a boon to nearly every workflow.

Projects that are alternatives of or similar to Itext7 Dotnet

Itext7
iText 7 for Java represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText 7 can be a boon to nearly every workflow.
Stars: ✭ 913 (+30.8%)
Mutual labels:  documents, archiving, gdpr, library, sdk, svg, pdf, pdf-generation, encryption, accessibility
Pdf Lib
Create and modify PDF documents in any JavaScript environment
Stars: ✭ 3,426 (+390.83%)
Mutual labels:  library, pdf, pdf-generation, documents
Openhtmltopdf
An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!
Stars: ✭ 1,096 (+57.02%)
Mutual labels:  svg, pdf, pdf-generation, accessibility
Svglib
Read SVG files and convert them to other formats.
Stars: ✭ 139 (-80.09%)
Mutual labels:  documents, svg, pdf, pdf-generation
I7j Pdfhtml
pdfHTML is an iText 7 add-on for Java that allows you to easily convert HTML and CSS into standards compliant PDFs that are accessible, searchable and usable for indexing.
Stars: ✭ 104 (-85.1%)
Mutual labels:  archiving, svg, pdf, accessibility
Vectorgraphics2d
Graphics2D implementations to export various vector file formats
Stars: ✭ 87 (-87.54%)
Mutual labels:  svg, pdf, pdf-generation
Etherpad Lite
Etherpad: A modern really-real-time collaborative document editor.
Stars: ✭ 11,937 (+1610.17%)
Mutual labels:  documents, pdf, pdf-generation
One File Pdf
A minimalist Go PDF writer in 1982 lines. Draws text, images and shapes. Helps understand the PDF format. Used in production for reports.
Stars: ✭ 429 (-38.54%)
Mutual labels:  pdf, pdf-generation
Govips
A lightning fast image processing and resizing library for Go
Stars: ✭ 442 (-36.68%)
Mutual labels:  svg, pdf
Cairosvg
Convert your vector images
Stars: ✭ 453 (-35.1%)
Mutual labels:  svg, pdf
Librealsense
Intel® RealSense™ SDK
Stars: ✭ 5,652 (+709.74%)
Mutual labels:  library, sdk
Printpdf
An easy-to-use library for writing PDF in Rust
Stars: ✭ 404 (-42.12%)
Mutual labels:  pdf, pdf-generation
Decentralized Internet
A SDK/library for decentralized web and distributing computing projects
Stars: ✭ 406 (-41.83%)
Mutual labels:  library, sdk
Rust Skia
Safe Skia Bindings for Rust
Stars: ✭ 450 (-35.53%)
Mutual labels:  svg, pdf
Rst2pdf
Use a text editor. Make a PDF.
Stars: ✭ 404 (-42.12%)
Mutual labels:  pdf, pdf-generation
Dart pdf
Pdf creation module for dart/flutter
Stars: ✭ 500 (-28.37%)
Mutual labels:  pdf, pdf-generation
Deepsvg
[NeurIPS 2020] Official code for the paper "DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation". Includes a PyTorch library for deep learning with SVG data.
Stars: ✭ 403 (-42.26%)
Mutual labels:  library, svg
Printable Mockups
Create printable UI mockups & wireframes templates
Stars: ✭ 479 (-31.38%)
Mutual labels:  pdf, pdf-generation
Combine pdf
A Pure ruby library to merge PDF files, number pages and maybe more...
Stars: ✭ 552 (-20.92%)
Mutual labels:  pdf, pdf-generation
Sdkhotfix
在用户规模千万级别的app中验证过,稳定无兼容问题,5分钟让你的SDK拥有热修复能力。A SDK hotfix library with stable verified in tens of millions of users can be accessed in only five minutes.
Stars: ✭ 585 (-16.19%)
Mutual labels:  library, sdk

iText 7 Community for .NET (former iTextSharp) consists of several dlls.

The iText 7 Core/Community release contains:

  • kernel.dll: low-level functionality
  • io.dll: low-level functionality
  • layout.dll: high-level functionality
  • forms.dll: AcroForms
  • pdfa.dll: PDF/A-specific functionality
  • pdftest.dll: test helper classes
  • barcode.dll: use this if you want to create bar codes
  • hyph.dll: use this if you want text to be hyphenated
  • font-asian.dll: use this is you need CJK functionality (Chinese / Japanese / Korean)
  • sign.dll: use this if you need support for digital signatures
  • styled-xml-parser.dll: use this if you need support for SVG or html2pdf
  • svg.dll: SVG support

The iText 7 Community source code is hosted on Github, where you can also download the latest releases.

We strongly recommend that you use NuGet to add iText 7 Community to your project:

Install-Package itext7

You can also build iText 7 Community from source.

We also provide opensource add-ons and tools to complement the core functionality:

  • pdfHTML — allows you to easily convert HTML to PDF or iText objects
  • pdfSweep — a highly efficient PDF tool to merge, split and redact data
  • RUPS — a Java tool that can help you debug PDFs

If you have an idea on how to improve iText 7 Community and you want to submit code, please read our Contribution Guidelines.

iText 7 is dual licensed as AGPL/Commercial software.

AGPL is a free / open source software license.

This doesn't mean the software is gratis!

Buying a license is mandatory as soon as you develop commercial activities distributing the iText software inside your product or deploying it on a network without disclosing the source code of your own applications under the AGPL license. These activities include:

  • offering paid services to customers as an ASP
  • serving PDFs on the fly in the cloud or in a web application
  • shipping iText with a closed source product

Contact sales for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].