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

hyperlink

(0.4 sec)
  1. Cannot Click hyperlinks in Email Body - Free Su...

    I am currently using GroupDocs.Viewer for .NET to render and view email (msg) files. However, I have encountered an issue: when viewing emails, any Hyperlinks within the email body appear as plain text and are not clicka…...Cannot Click hyperlinks in Email Body GroupDocs.Viewer Product...when viewing emails, any hyperlinks within the email body appear...

    forum.groupdocs.com/t/cannot-click-hyperlinks-i...
  2. GroupDocs.Annotation Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Hyperlinks are normally used to associate...part of the documents to hyperlinks using the link annotations...

    blog.groupdocs.com/categories/groupdocs.annotat...
  3. 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.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....new PropertyValue ( "test hyperlink base" )); root . CadPackage...

    docs.groupdocs.com/metadata/net/working-with-ca...
  4. Extract Metadata from Excel Spreadsheets in C# ...

    Learn how to extract metadata from Microsoft Excel spreadsheets (.xls, .xlsx) in C# using GroupDocs.Parser for .NET. Step-by-step guide with code example....modified by hyperlink-base Base URL for relative hyperlinks application...

    docs.groupdocs.com/parser/net/extract-metadata-...
  5. 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...
  6. Extract metadata from Microsoft Office Word doc...

    To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document.... hyperlink-base The base string used...used for evaluating relative hyperlinks in this document. application...

    docs.groupdocs.com/parser/java/extract-metadata...
  7. Existing objects in diagram document | GroupDocs

    This article explains how to to find and remove watermarks of both types in Visio document.... close (); Removing hyperlink associated with a particular...Java, you can also remove hyperlink associated with a particular...

    docs.groupdocs.com/watermark/java/existing-obje...
  8. Extract metadata from Microsoft Office Excel sp...

    To extract metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. comments The comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet.... hyperlink-base The base string used...used for evaluating relative hyperlinks in this spreadsheet. application...

    docs.groupdocs.com/parser/java/extract-metadata...
  9. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using GroupDocs. Watermarks API.... Hyperlinks | WordProcessingSearch ....Count ); } } Searching for hyperlink watermarks You can also set...

    docs.groupdocs.com/watermark/net/searching-wate...
  10. Existing objects in diagrams | GroupDocs

    This article explains how to to find and remove watermarks of both types in Visio document....vsdx" ); } Removing hyperlink associated with a particular...NET, you can also remove hyperlink associated with a particular...

    docs.groupdocs.com/watermark/net/existing-objec...