Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 423 for

hyperlink

(0.05 sec)
  1. Removing found watermarks | Documentation

    This article explains how to remove found watermarks while using GroupDocs. Watermarks Java API.... close (); Remove hyperlink watermarks GroupDocs.Watermark...shows how to find and remove hyperlinks with a particular URL from...

    docs.groupdocs.com/watermark/java/removing-foun...
  2. Find and Remove Watermarks from Documents in C#

    .NET API to programmatically find and remove text and image based watermarks from PDF, Word, Excel, PowerPoint, Visio documents using C#....formatting Find and remove hyperlink watermarks Find and Remove...Clear(); Find and Remove Hyperlink Watermarks # You can use the...

    blog.groupdocs.com/watermark/find-and-remove-wa...
  3. Dynamic Insertion of Links to Bookmarks, Cells ...

    Document Automation (or document assembly) is widely used by organizations for their reporting services and GroupDocs.Assembly for .NET and Java APIs provide a complete package of features required to build reports dynamically. Keeping the modern trends in mind and to meet the emerging requirements of our customers, we keep introducing the new features. Recently, we have released the v19.11 of our document automation API with quite a useful set of features....Bookmarks, Cells and Slides # Hyperlinks in the documents prove to...Therefore, to handle the hyperlinks in the document automation...

    blog.groupdocs.com/assembly/net-java-document-a...
  4. Extract Hyperlinks from PPT using C#

    Learn how to extract Hyperlinks from PPT using C#. This guide explains how to read Hyperlinks from PPT in C# for efficient content auditing and data processing tasks....Family Extract Hyperlinks from PPT using C# Hyperlinks in PowerPoint...documents. Extracting these hyperlinks programmatically can significantly...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  5. Existing objects in word processing document | ...

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API...); } Removing or replacing hyperlink associated with a particular...WordProcessingConten >(); // Replace hyperlink content . Sections [ 0 ]....

    docs.groupdocs.com/watermark/net/existing-objec...
  6. Migration notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....ExtractStructured ( handler ); // Print hyperlinks foreach ( string link in...} } } // Handler for the hyperlink extraction private class Handler...

    docs.groupdocs.com/parser/net/migration-notes/
  7. Shapes in spreadsheet document | Documentation

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....close (); Removing/replacing hyperlink associated with a particular...you can also remove/replace hyperlink associated with a particular...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  8. Add link annotation | Documentation

    The page describes how to add link annotation to a document using GroupDocs.Annotation for .NET....page Link annotation adds a hyperlink to document as shown in the...

    docs.groupdocs.com/annotation/net/add-link-anno...
  9. Existing objects in Word document | Documentation

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API...(); Removing or replacing hyperlink associated with a particular...WordProcessingConten . class ); // Replace hyperlink content . getSections ()....

    docs.groupdocs.com/watermark/java/existing-obje...
  10. How to Add Link Annotation to PDF using C#

    Let's examine the step-by-step instructions to add link annotation to PDF using C# along with code example to create annotation link in PDF using C#....can be accessed through a hyperlink. We will guide you with complete...

    kb.groupdocs.com/annotation/net/how-to-add-link...