Zh

使用 C# 中的注释在 PDF 中创建超链接

超链接通常用于将外部数据关联到文档的任何指定区域。我们可以使用链接注释将文档的任何部分转换为超链接。作为程序员,您可以将这些链接注释添加到您的 .NET 应用程序中的文档中。在本文中,我们将讨论如何使用 C# 在 PDF 文件中创建超链接
十月 16, 2021 · 1 分钟 · Shoaib Khan

使用 Java 中的注释在 PDF 中创建超链接

Link annotations are used to create any part of the document as hyperlink. In other words, it allows us to associate external data with the specified area of the document. We can add these link annotations to documents within Java applications. In this article, you will learn how to create hyperlinks in PDF files using Java. 本文涵盖以下主题:

  • Java API 在 PDF 文件中添加超链接 * 如何以编程方式在 PDF 中创建超链接
十月 9, 2021 · 1 分钟 · Shoaib Khan