• TX Text Control .NET Server for ASP.NET 31.X


    TX Text Control .NET Server for ASP.NET

    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

    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 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

    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.

    • Use MS Word documents to request signatures
    • On premise: Store documents on your servers
    • Digitally sign PDF documents with X.509 certificates
  • 相关阅读:
    理解一致性哈希算法
    Vue.js+SpringBoot开发高校实验室管理系统
    Java StringBuffer.append()方法具有什么功能呢?
    MySql使用MyCat分库分表(五)MyCat 管理及监控
    ESP32-01 Hello World
    java高校就业宣讲会系统计算机毕业设计MyBatis+系统+LW文档+源码+调试部署
    EtherCAT从站EEPROM组成信息详解(1):字0-7ESC寄存器配置区
    本地项目推送到gitlab仓库,基本的git命令
    【ASP.NET Core】标记帮助器——抽象层
    【2024最新华为OD-C/D卷试题汇总】[支持在线评测] 土地分配 (100分) - 三语言AC题解(Python/Java/Cpp)
  • 原文地址:https://blog.csdn.net/john_dwh/article/details/127810846