Aspose.Pdf

Supported Hyperlink Types

Aspose.Pdf supports creating hyperlinks in PDF documents. These hyperlinks can be of various types. So, Aspose.Pdf has provided an enumeration that contains all supported types of hyperlinks. This enumeration is HyperlinkType .

 

Let's see the list of all supported file types in HyperlinkType enumeration.

 

Hyperlink Type

Description

File

It is used for linking to another file

Local

It is used to create hyperlink to a page in the local Pdf document

None

No links

Pdf

It is used to create hyperlink to a page in another Pdf document

Web

It creates hyperlink to a web page

 

So, developers can use any of the supported type of hyperlink through HyperlinkType enumeration. In next topics, we will extensively use this enumeration for creating different types of hyperlinks.