From f21d7af7ca433303c2c6d5e094b965220b6e7ed5 Mon Sep 17 00:00:00 2001 From: sameerkhan001 Date: Fri, 31 Oct 2025 17:33:25 +0530 Subject: [PATCH] 989921-ug: Added YouTube link in UG documentation. --- .../PDF/PDF-Library/NET/Working-with-HyperLinks.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Document-Processing/PDF/PDF-Library/NET/Working-with-HyperLinks.md b/Document-Processing/PDF/PDF-Library/NET/Working-with-HyperLinks.md index c1c7ea535..332504196 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Working-with-HyperLinks.md +++ b/Document-Processing/PDF/PDF-Library/NET/Working-with-HyperLinks.md @@ -9,6 +9,9 @@ documentation: UG In PDF, hyperlinks can be added to allow the users to navigate to another part of PDF file, web page or any other external content. Essential® PDF provides support for all these types of hyperlink. +To quickly get started with working with hyperlinks in PDF documents using the Syncfusion® PDF library for .NET, refer to this video tutorial: +{% youtube "https://youtu.be/g6HhVg2Fbd8?si=1WFL_6RCfRQvZhKb" %} + ## Working with Web navigation You can navigate to specified URL from a PDF document by using the [PdfTextWebLink](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Interactive.PdfTextWebLink.html) class.