Zh

在 Java 中将图像转换为 PDF

As PDF is the most common portable document format used to exchange files, there arises the requirement to convert documents as well as images to PDF format without losing the quality. In this article, we will learn to programmatically convert images to PDF format in Java.
四月 21, 2021 · 2 分钟 · Shoaib Khan

使用 Java 在 PDF 文件中添加或删除注释

There was a time when we used to discuss document content and feedback in long email threads with multiple attachments and different file versions. Now we can simply use annotations to markup the document with messages and replies and send it. In this article, you will learn how to programmatically annotate PDF documents in Java with your application. 以下是本文简要讨论的主题:

  • Java API 用于处理 PDF 中的注释 * 在 Java 中为 PDF 添加注释 * 箭头注释到 PDF * PDF的矩形注释 * 椭圆或椭圆注释到 PDF * 到 PDF 的距离注释 * 在 Java 中从 PDF 中删除注释 [继续阅读…][1]
四月 18, 2021 · 3 分钟 · Shoaib Khan

在 C# 中将文档转换为 Excel XLS、XLSX

If you have tabular data in PDF or Word documents format, you definitely need to convert it to Excel spreadsheets. This scenario becomes complex when there are many spreadsheets or multiple workbooks. You surely need to automate this procedure. In this article, we will see how to convert PDF to Excel and also how to convert Word documents to Excel spreadsheet programmatically in C# using .NET API.
四月 13, 2021 · 2 分钟 · Shoaib Khan

使用 Java 查看 CAD 文档

C计算机-Aided Design - CAD 文件通常用于 2D 和 3D 设计。这些设计由 CAD 软件程序生成,通常用于创建模型和建筑计划。如果您使用过 CAD,您很可能熟悉 AutoCAD 的一些文件格式,例如DWG、DXF、DGN、DWF。本文将讨论如何在 Java 应用程序中以编程方式查看 CAD 文件。
四月 5, 2021 · 3 分钟 · Shoaib Khan

在 C# 中编辑 Word 文档

The most common and widely used word-processing file formats that are supported by Microsoft Word and OpenOffice Writer are DOC, DOCX, and ODT. We normally use these formats for drafting the documents. Therefore, as a developer, we widely need to edit Word documents in our applications programmatically. In this article, we will discuss how to edit Word documents in C# using the .NET API for document editing. 以下是本文简要讨论的主题:

  • Word 文档编辑和自动化 * 在 C# 中编辑 Word 文档 [继续阅读…][1]
三月 26, 2021 · 2 分钟 · Shoaib Khan

在 Java 中提取 WAV 文件的 RIFF INFO 和元数据

RIFF 文件容器格式,用于存储音频和视频多媒体。存储在块中的这些数据可以包括许多信息,例如创建日期、版权信息、艺术家、评论等。您可以以编程方式操作元数据以及 RIFF 信息。本文指导开发人员以编程方式从 Java 中的 WAV 音频文件中提取元数据和 RIFF INFO
三月 22, 2021 · 2 分钟 · Shoaib Khan

在 C# 中从 JSON 数据生成报告

本文解决了在 .NET 应用程序中将原始 JSON 数据格式化为可呈现且易于理解的报告格式的问题。我们将使用简单的模板将 JSON 数据转换为 C# 中的 PDF 和 DOCX 报告
三月 20, 2021 · 2 分钟 · Shoaib Khan

从 Java 中的 EPUB、FB2、CHM 电子书中提取图像

各种格式的电子书在日常使用中非常普遍。电子书可以包含文本和图像。如果您想在其他地方使用任何电子书的图像,您可以在 Java 应用程序中以编程方式轻松提取这些图像。在本文中,您将学习自动化,如何从电子书文件中提取图像,例如 Java 中的 EPUB、PDF、FB2、CHM
三月 15, 2021 · 2 分钟 · Shoaib Khan

使用 C# 使用数字证书签署文档

数字签名是用于验证文件真实性的可靠方案。数字签名通常用于实现电子签名。在本文中,您将学习如何使用 C# 使用数字证书对 PDF 和 Word 文档进行电子签名。
三月 11, 2021 · 2 分钟 · Shoaib Khan

在 C# 中提取 WAV 文件的 RIFF INFO 和元数据

RIFF(资源交换文件格式)是一种文件容器格式,用于将数据存储为标记的块。它主要用于存储视频和音频等多媒体。 chunk 可能包含艺术家、创作日期、版权信息等信息。本文将指导开发者**从 C# 中的 WAV 音频文件中提取元数据和 RIFF INFO。
三月 5, 2021 · 2 分钟 · Shoaib Khan