• 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
  • 相关阅读:
    机器学习 | 贝叶斯神经网络
    RabbitMQ
    阿里云 OSS 上传插件layui-aliossuploader升级为带进度条及单项回调
    最新AI创作系统ChatGPT系统运营源码/支持最新GPT-4-Turbo模型/支持DALL-E3文生图
    Java 栈帧的一个面试题
    势能线段树专题
    贪心算法-构造哈夫曼数及生成哈夫曼编码,编程实现
    【GIT版本控制】--高级GIT配置
    【初阶与进阶C++详解】第十篇:list
    Vue实现动态组件
  • 原文地址:https://blog.csdn.net/john_dwh/article/details/127810846