Build Word Processing Apps with ASP.NET Core 8

这篇具有很好参考价值的文章主要介绍了Build Word Processing Apps with ASP.NET Core 8。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

TX Text Control .NET Server for ASP.NET supports .NET 8 in ASP.NET Core applications.

Build Word Processing Apps with ASP.NET Core 8,TX Text Control,TX Text Control

TX Text Control .NET Server for ASP.NET is a comprehensive server-side document processing library for ASP.NET and ASP.NET Core. Features include PDF processing, electronic signatures, file conversion, and reporting / mail merge. It supports client-side frameworks such as JavaScript, Angular, ASP.NET Core, ASP.NET MVC, and ASP.NET WebForms.

The latest release of TX Text Control .NET Server for ASP.NET supports .NET 8, allowing developers to build word processing applications with the new version of Microsoft's popular framework. In testing performed by Text Control, .NET 8 significantly outperformed .NET 6 in both memory usage and document generation performance.

About TX Text Control .NET Server for ASP.NET

Add powerful document processing to your ASP.NET Core, ASP.NET and Angular applications.

TX Text Control .NET Server for ASP.NET is a server side component for Web applications, or services. It is a fully programmable ASP.NET word processor engine that offers an extensive palette of word processing features. Using TX Text Control .NET Server, programmers can develop server side, end user applications that generate documents on-the-fly, using data from databases, binary files (Microsoft Word DOC and DOCX), ASCII files (XML, RTF, HTML) and image data (JPG, PNG, BMP, TIF, GIF, WMF). Documents can be created, modified and edited in a browser or printed in batch processes. All documents can be exported to print-ready Adobe PDF documents without any third-party software.

TX Text Control .NET Server for ASP.NET Features文章来源地址https://www.toymoban.com/news/detail-784913.html

  • 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.
    • Supported by the TX Text Control .NET Server backend, the document editor is available for a variety of client-side frameworks including Angular, ASP.NET and ASP.NET Core.
  • 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.
  • 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.

到了这里,关于Build Word Processing Apps with ASP.NET Core 8的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • ASP.NET Core教程:ASP.NET Core 程序部署到Windows系统

    本篇文章介绍如何将一个ASP.NET Core Web程序部署到Windows系统上。这里以ASP.NET Core WebApi为例进行讲解。首先创建一个ASP.NET Core WebApi项目,使用默认的Values控制器,这里使用Visual Studio 2019创建一个ASP.NET Core 3.1d的WebApi项目。 创建新项目的时候选项ASP.NET Core Web应用程序,如下图所

    2023年04月08日
    浏览(35)
  • ASP.NET Core MVC -- 将视图添加到 ASP.NET Core MVC 应用

    右键单击“视图”文件夹,然后单击“添加”“新文件夹”,并将文件夹命名为“HelloWorld”。 右键单击“Views/HelloWorld”文件夹,然后单击“添加”“新项”。 在“添加新项 - MvcMovie”对话框中: 在右上角的搜索框中,输入“视图” 选择“Razor 视图 - 空” 保持“名称”框的

    2024年02月13日
    浏览(63)
  • ASP.NET和ASP.NET Core的区别

    ASP.NET和ASP.NET Core是两个不同的Web应用程序框架,它们都是由Microsoft开发的。ASP.NET是Microsoft推出的第一个Web应用程序框架,而ASP.NET Core是其最新版本。本文将介绍ASP.NET和ASP.NET Core的简介和区别。 ASP.NET的简介 ASP.NET是一个基于.NET框架的Web应用程序框架,它是Microsoft推出的第一

    2024年02月16日
    浏览(50)
  • Asp.Net VS ASP.NET Core 请求管道

    参考链接 ASP.NET CORE 启动过程及源码解读 请求进入Asp.Net工作进程后,由进程创建HttpWorkRequest对象,封装此次请求有关的所有信息,然后进入HttpRuntime类进行进一步处理。HttpRuntime通过请求信息创建HttpContext上下文对象,此对象将贯穿整个管道,直到响应结束。同时创建或从应用

    2024年02月04日
    浏览(50)
  • 【ASP.NET Core 基础知识】--最佳实践和进阶主题--设计模式在ASP.NET Core中的应用

    一、设计模式概述 1.1 什么是设计模式 设计模式是在软件设计过程中反复出现的、经过验证的、可重用的解决问题的方法。它们是针对特定问题的通用解决方案,提供了一种在软件开发中可靠的指导和标准化方法。设计模式通常描述了一种在特定情景下的解决方案,包括了问

    2024年02月21日
    浏览(42)
  • ASP.NET Core SingleR Core:WebApi + .net 客户端开发

    我之前稍微研究了一下SignalR Core。用起来还行。简单来说SignalR就是用来解决实时通讯的问题的。 ASP.NET Core SingleR:初次体验和简单项目搭建 SignalR支持三种客户端,C#,Java,JavaScirpt。基本够用了。本身就是微软开发的,肯定支持自己的语言。因为是Websocket的上层封装,所以也要支

    2024年01月20日
    浏览(53)
  • ASP.NET Core —配置系统

    一个应用要运行起来,往往需要读取很多的预设好的配置信息,根据约定好的信息或方式执行一定的行为。 配置的本质就是软件运行的参数,在一个软件实现中需要的参数非常多,如果我们以 Hard Code (硬编码)的方式写在应用代码中,这样配置就会很乱,而且后续也不容易修

    2024年02月08日
    浏览(35)
  • ASP.NET Core 8 基础

    2023年11月将发布发布.NET 8,基于.NET 8 的 ASP.NET Core 8.0也会一并发布,这是继ASP.NET Core 6.0之后,又一个重要版本,因为引入了nativeAOT,在性能上有很大提升,所以系统地学习一下这项技术。 ASP.NET Core 的几个主要优势: 跨平台,支持 Windows, macOS, Linux,Docker,Azure和AWS等云服务自

    2024年02月11日
    浏览(34)
  • Asp.Net Core 6 - 概述

    Q: 什么是 .NET? A:.NET 是一个开发人员平台,由工具、编程语言、库组成,用于构建许多不同类型的应用程序。使用 .NET,可以使用多种语言、编辑器和库来构建 Web、移动、桌面、游戏和 IoT 等,可以使用 C#、F# 或 Visual Basic 编写 .NET 应用。 .NET 发展至今,出现了两种实现 n

    2024年02月06日
    浏览(40)
  • ASP.NET Core SignalR 入门

    本章将和大家分享使用 SignalR 生成实时应用的基础知识。通过本文您将学习如何:使用ASP.NET Core SignalR + MVC + Vue 2.x + require 最终创建一个正常运行的简易聊天应用。 废话不多说,我们直接来看一个Demo,Demo的目录结构如下所示: 本Demo的Web项目为ASP.NET Core Web 应用程序( 目标框

    2024年02月11日
    浏览(31)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包