VISUAL STUDIO 2022, ASP.NET CORE .NET 5 & .NET 6 SUPPORT
Integrate Document Processing into Web Applications
Add powerful document processing to your ASP.NET Core, ASP.NET and Angular applications.
CLIENT-SIDE UI
Document Editor
Integrate fully-featured document editing into your web applications.
Integrate the most powerful, MS Word compatible document editor that runs in all browsers. Based on modern browser technology, TX Text Control provides professional, out-of-the-box document editing functionality for your business applications.
- Consistent, pixel-perfect rendering
- MS Word-inspired UI and UX
- Fully-featured JavaScript API
- Based on HTML Canvas 2D rendering context
CLIENT-SIDE UI
Document Viewer
Integrate document viewing, annotation and form filling features into your applications.
Use the lightweight document viewer to view any supported document types in any browser on any device.
- Deploy and share annotations on any document
- Collaborate on documents
- Complete form fields
- Electronically sign documents
DOCUMENT PROCESSING SDKS
Powerful APIs Designed for Developers
We love documents! Your teams can focus on their core competencies and functionality - we take care of your document processing requirements.
TX Text Control's extensive classes and components can be easily integrated in your ASP.NET, ASP.NET Core and Angular web applications.
ServerTextControl MailMerge Document Editor Document Viewer
C# Angular
// use the non-UI ServerTextControl class | |
using (TXTextControl.ServerTextControl tx = new TXTextControl.ServerTextControl()) { | |
tx.Create(); | |
// load an Office Open XML (DOCX) document | |
tx.Load("invoice.docx", TXTextControl.BinaryStreamType.WordProcessingML); | |
// export to Adobe PDF | |
byte[] bPDF; | |
tx.Save(out bPDF, TXTextControl.BinaryStreamType.AdobePDFA); | |
} |
ASP.NET Backend - Your Frontend
Integrate TX Text Control .NET Server into your ASP.NET backend application and choose your frontend package.
Supported by the TX Text Control .NET Server backend, the document editor is available for a variety of client-side frameworks.
- Angular
- ASP.NET MVC
- ASP.NET Core
- ASP.NET WebForms
Build ASP.NET (Core) Applications with .NET 6 and 7
TX Text Control .NET Server for ASP.NET supports .NET 5, 6, 7 and .NET 4.8 to create ASP.NET (Core) Applications in Visual Studio 2022 and 2019.
Server-Side Processing
Create, merge, convert and modify documents server-side without any UI.
A server-side component is used to generate, merge or modify documents programmatically in your controller code. Merge templates with data and generate a variety of document formats including Adobe PDF, Office Open XML and RTF.
- Merge JSON and other data into MS Word templates
- Create pixel-perfect PDF documents
- Generate PDF/A-3b electronic invoices
REPORTING
Reporting and Mail Merge
Integrate powerful flow type layout reporting
Combine the power of a reporting tool and an easy-to-use WYSIWYG word processor - fully programmable and embeddable in your ASP.NET application.
- MS Word compatible templates
- Use JSON or any IEnumerable object as data sources
- Create nested repeating blocks
- Integrate master-detail, side-by-side and sub-reports
Adobe PDF Document Processing
Integrate PDF workflows into your business applications.
TX Text Control helps create PDF and PDF/A documents by merging data into MS Word compatible templates. It is used to cover the complete PDF document workflow from creating the document to processing incoming documents in business applications.
- Create PDF and PDF/A documents from MS Word templates
- Process PDF/A-3 with embedded files
- Digitally sign PDFs
- Create fillable forms
E-SIGN文章来源:https://www.toymoban.com/news/detail-493043.html
Electronic Signatures
Create and request signatures, sign documents and validate executed PDF documents.
The integration of digital document processing solutions including collaboration, document sharing and electronic signature processes help successful companies to serve their customers and support business continuity.文章来源地址https://www.toymoban.com/news/detail-493043.html
- Use MS Word documents to request signatures
- On premise: Store documents on your servers
- Digitally sign PDF documents with X.509 certificates
到了这里,关于TX Text Control .NET Server for ASP.NET 31 SP2 PJ的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!