'如何使用 C# 编辑 Excel 文件'
'如何使用 C# 在 Word 中重新排列页面'
'使用 Java 搜索和替换 Word 文档中的文本'
'如何在 Java 中对 Word 文档进行密码保护和删除保护'
'删除 Java 中的 MP3 标签'
当元数据不是真正需要时,您可以消除它。在本文中,我们将学习如何以编程方式在 Java 中删除不同的 MP3 标签。 准确地说,我们将看到从 Java 应用程序中的 mp3 文件中删除 ID3v1、ID3v2、Lyric 和 APEv2 元数据标签。 以下主题涵盖以下内容:
- MP3 标签的 Java API * 删除 MP3 ID3 标签 - ID3、歌词、APE * Java 代码 - 删除 MP3 元数据示例
'使用 C# 从 PDF 或 Word 文档中删除注释'
Annotations are commonly used in documents for pointing out different observations and providing feedbacks for discussion. We discussed in a separate articles, how to add different annotations to PDF and Word documents using C#. Today, this article discuss how to remove annotations from documents like PDF and Word DOC/DOCX files using C#. 本文讨论了以下主题:
- 注释 .NET API * 删除所有注释 * 按 ID 删除注释 * 通过注释对象消除注释
'使用 C# 添加或删除注释或标记 PDF 文件'
No more long discussions within long email threads on the content of the document(s). You can use annotations to markup documents with personalized messages and their replies. This article discussed how to programmatically annotate PDF files to markup documents using C#. Additionally, we will also discuss how to remove annotations from PDF files. 本文讨论了以下主题:
- .NET API 注释 PDF 文件 * 为 PDF 添加注释 * 箭头注释 * 矩形注释 * 椭圆或椭圆注释 * 距离注释 * 从 PDF 文件中删除注释
'使用 C# 读取 MP3 标签 - (ID3、歌词、APE) '
There are different metadata standards that are used with MP3 files. Various types of data can be stored using different standards. In this article, we will discuss how to read different MP3 tags using C#. Specifically, we will learn to extract ID3v1, ID3v2, Lyrics, and APEv2 metadata tags from the mp3 files within the .NET application. 本文涵盖以下主题:
- .NET API 来管理 MP3 标签 * 阅读 MP3 ID3 标签 - ID3v1 & ID3v2 * 获取 MP3 歌词标签 * 检索 MP3 APEv2 标签
'将演示文稿转换为 Java 中的图像'
欢迎开发者!您希望在这里以编程方式将您的一些演示幻灯片转换为图像格式。当我们想要将特定幻灯片共享为图像或者您想要从演示文稿中创建缩略图时,可能需要这样做。在本文中,您将学习如何在 Java 中将 PPT 或 PPTX 演示幻灯片转换为 JPG 和 PNG 图像。 本文讨论了以下主题:
- 用于表示转换的 Java API * 将 PPT/PPTX 转换为 JPG 图片 * 将 PPT/PPTX 转换为 PNG 图像