Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 605 for

hyperlink

(0.11 sec)
  1. Existing objects in Word document | GroupDocs

    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...
  2. Add link annotation | GroupDocs

    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...
  3. Removing found watermarks | GroupDocs

    Find and remove text, image, and Hyperlink watermarks using Python via .NET....Remove hyperlink watermarks Find and remove hyperlinks with a...using a regex. Ensure only hyperlinks are cleared. import re import...

    docs.groupdocs.com/watermark/python-net/removin...
  4. 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...
  5. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: 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 for ( String link : handler...} } } // Handler for the hyperlink extraction class Handler extends...

    docs.groupdocs.com/parser/java/migration-notes/
  6. Apply or Discard Comparison Changes With GroupD...

    GroupDocs team is excited to announce another monthly release of GroupDocs.Comparison for .NET 17.1.0 API with seven new features like Apply or Discard changes for spreadsheet, PDF file formats and support for Hyperlink comparison is also introduced along with five improvements like change detection for paragraphs in PDF document, deleted or inserted borders comparison in Spreadsheet and change of table comparison are included. This monthly release also has two major fixes for PDF document ....file formats and support for hyperlink comparison is also introduced...Watermarks in PDF document Hyperlinks comparison for spreadsheet...

    blog.groupdocs.com/comparison/apply-discard-com...
  7. Add link annotation | GroupDocs

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

    docs.groupdocs.com/annotation/java/add-link-ann...
  8. GroupDocs.Parser for Python 25.12 – Latest Upda...

    Explore what’s new in GroupDocs.Parser for Python 25.12. Available now on NuGet and GroupDocs website.... Hyperlink extraction – Extract hyperlinks (currently...

    blog.groupdocs.com/parser/groupdocs-parser-for-...
  9. Support of Setting Output Page Size when Render...

    We have released version 18.5 of GroupDocs.Viewer for .NET with a couple of new features as well as 12 improvements and bug fixes. The latest version includes the feature of setting output page size when rendering email messages as image and PDF. Furthermore, you can now change the field labels in the header of the email messages. The feature of rendering password protected documents has also been extended for ODT and OTT formats....document is not rendered as the hyperlink The output image is cropped...

    blog.groupdocs.com/viewer/support-of-setting-ou...
  10. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....new PropertyValue ( "test hyperlink base" )); root . getCadPackage...

    docs.groupdocs.com/metadata/java/working-with-c...