• 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 语法--表单取值,组件通信
    Jmeter接口自动化(八)监听器
    APP使用相机CameraX
    数据结构——优先级队列(堆)
    如何在微信公众号正文中添加附件?
    热用图片怎么表示简笔画,网络简笔画图片大全
    Java集合大总结——Map集合
    Oracle-PDB资源限制
    官网删除「儿童性虐待内容检测方案」,但苹果仍未放弃该计划
    uniapp微信小程序半屏跳转小程序
  • 原文地址:https://blog.csdn.net/john_dwh/article/details/127810846