使用 Java 的水印演示幻灯片
用 C# 构建您的全文搜索解决方案
在 C# 中将 EML 或 MSG 文件转换为 PDF
在 Java 中将文档转换为 Excel XLS、XLSX
在 C# 中将图像转换为 PDF
使用 Java 管理 HEIF/HEIC 图像的 XMP 和 EXIF 数据
使用 C# 将多个文件类型合并到单个文档中
To combine the data that is present in multiple documents, and sometimes in documents of different file types, there comes the need to merge all your documents or the portion of the documents into one. In this article, you will learn, how to merge multiple documents of either the same or different file types in one file using C#. 以下是本文涵盖的主题:
- .NET API - 合并多种文档类型 * 将 PDF、Word、Excel 文件合并为一个 PDF * 将多个文件的选择性页面合并为一个文件 [继续阅读…][1]
使用 C# 将水印添加到演示文稿幻灯片
使用 C# 查看 CAD 文档
CAD (Computer-Aided Design) drawings are normally used to create architectural plans and models using CAD software programs. Some of the well-known AutoCAD file formats are DWG, DXF, DGN, DWF. We discussed [viewing the CAD drawings using Java][1] in a separate article. Today, in this article, we will discuss how to programmatically view CAD files using C# within .NET applications. 本文简要介绍了以下主题:
- .NET API 来渲染 CAD 文件。 * 将 CAD 文件转换为 HTML、JPG、PNG 或 PDF。 * 获取 DWG 的布局和图层。 * 渲染 DWG 图纸的 CAD 图层。 * 渲染 DWG 图纸的 CAD 布局。 [继续阅读…][2]