Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 145 for

keywords

(0.19 sec)
  1. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata.... Keywords ); Console . WriteLine ( root...root . DocumentProperties . Keywords = "metadata, built-in, update"...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Working with IPTC IIM metadata | GroupDocs

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method.... Keywords , "keyword 1" )); root . getIptcPackage...IptcApplicationRecor . Keywords , "keyword 2" )); root . getIptcPackage...

    docs.groupdocs.com/metadata/java/working-with-i...
  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.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()); // ....WithNameSpecificatio ( "Keywords" ), new PropertyValue ( "test keywords" )); root...

    docs.groupdocs.com/metadata/java/working-with-c...
  4. Search Specific Word in Documents using C#

    Learn how to perform a full-text search implementation in C# and search specific word in documents using C# with a straightforward approach in .NET applications....index and search documents for keywords is invaluable. By the end...documents and searches for keywords efficiently within a .NET...

    kb.groupdocs.com/search/net/search-specific-wor...
  5. Extract metadata from Microsoft Office Word doc...

    Learn how to extract metadata from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, comments, and revision information from Word files....document’s title, subject, and keywords Which version of Word was...document is about keywords Tags or keywords for the document comments...

    docs.groupdocs.com/parser/net/extract-metadata-...
  6. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc... Keywords ); Console . WriteLine ( root...root . DocumentProperties . Keywords = "metadata, built-in, update"...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. eSign PDF with Metadata signature | GroupDocs

    This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...Creation Date, Producer, Entry, Keywords etc. PDF document metadata...), PdfMetadataSignature . KEYWORDS . clone ( "GroupDocs, Signature...

    docs.groupdocs.com/signature/python-net/esign-p...
  8. eSign PDF with Metadata signature | GroupDocs

    This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...Creation Date, Producer, Entry, Keywords etc. PDF document metadata...), PdfMetadataSignature . Keywords . Clone ( "GroupDocs, Signature...

    docs.groupdocs.com/signature/net/esign-pdf-with...
  9. Metadata redactions | GroupDocs

    This article shows that how Java redaction API allows you to replace or remove metadata using filters or search by regular expression....description Keywords 1048576 Document’s keywords ContentType...

    docs.groupdocs.com/redaction/java/metadata-reda...
  10. Metadata redactions | GroupDocs

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....description Keywords 1048576 Document’s keywords ContentType...

    docs.groupdocs.com/redaction/net/metadata-redac...