PDF Processing
With the PDF Processing Library, you can enable the creation, edit and export of PDF files in your .NET applications. The library supports interactive forms and form filling, as well as digital signatures.
- Generate PDF documents from scratch.
- Edit existing documents – delete headers/footers or watermarks, change images and colors
- Add content to existing document: аll features of the existing PDF document are preserved, and just some content is added
- Merge document pages: Combine pages from different documents into a single document
- Interactive forms
- automatic filling of forms (e.g. tax forms)
- automatic extraction of data from already filled forms
- Digital signatures
- signing a document with digital signature
- validate digital signature of already signed document
Read more about PDF Processing
Words Processing
Telerik Words Processing is a processing library, which allows for Word-like document manipulations in .NET applications and enables end-users to create, modify and export documents to various formats.
- Create and modify documents from various document formats: DOCX, RTF, HTML, plain text
- Convert documents to PDF (export only)
- Convert between the different formats
- Full rich-text capabilities
- Font and paragraphs formatting, tables, images, comments, hyperlinks, fields and a lot more are supported
- Mail merge: Generate documents using template document and a data set, e.g. "Thank you" letters to all employees
- Merge different documents into a single one controlling how their styles should be merged
Read more about Words Processing
Spread Processing
The Telerik Spread Processing library enables you to work with spreadsheet documents in your application – create ones from scratch, modify existing documents or convert between the most common spreadsheet formats. You can save the generated workbook to a local file, stream, or stream it to the client browser.
- Create from scratch and modify existing documents from spreadsheet formats: XLSX, CSV
- Export to PDF
- Convert between the different formats
- Extracting and populating cells with data
- Built-in support for computation of more than 200 functions, like SUM, AVERAGE, etc.
- Custom functions could be added as well
- Protection from editing operations using password/removing such password
- Most of the important Excel features are supported
- data validation – restrict the types of input to cells (e.g. allow only numbers)
- grouping to organize data (e.g. collapse some rows/columns)
- filtering, sorting, freeze panes, hidden rows, and more
Read more about Spread Processing
Spread Stream Processing
With the Telerik Spread Stream Processing library you can generate big spreadsheet documents with great performance and minimal memory footprint in your .NET applications. To guarantee for excellent performance, the library writes the spreadsheet content directly to a stream without creating and preserving the spreadsheet document model in memory.
- Specialized for fast generation of huge (even 1M+ rows) XLSX and CSV documents
- Create document from scratch or append new sheets to existing document
- Faster than Spread Processing and with minimal memory footprint
Read more about Spread Stream Processing
ZIP Library
With RadZipLibrary you can compress data like images, DOCX, PDF, or any other type of files and send them over the wire. Thus, you will achieve fast and secure transactions.
- Create ZIP files
- Extract ZIP files
- Modify existing ZIP files – add/remove or update the files inside the archive
- Support for large files (over 4GB)
- Support for encryption: You can protect ZIP file with password
Read more about ZIP Library