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

keywords

(0.03 sec)
  1. GroupDocs Blog | Document Automation Solutions ...

    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....stamp copyright, and write keywords, with the same code serving...need rights, credits, and keywords inside the files, not in a...

    blog.groupdocs.com/
  2. Faceted search | GroupDocs

    This article gives the knowledge of the creation of faceted search queries....format fields Title Subject Keywords Author Description Language...ApplicationVersion Title Subject Comments Keywords ContentStatus Category Manager...

    docs.groupdocs.com/search/net/faceted-search/
  3. Faceted search | GroupDocs

    This article gives the knowledge of the creation of faceted search queries using Java search API....format fields Title Subject Keywords Author Description Language...ApplicationVersion Title Subject Comments Keywords ContentStatus Category Manager...

    docs.groupdocs.com/search/nodejs-java/faceted-s...
  4. read-metadata.txt

    FileType = GroupDocs.Metadata.Formats.Document.WordProcessingTypePa DocumentProperties = GroupDocs.Metadata.Formats.Document.WordProcessingPackag DublinCore = GroupDocs.Metadata.Standards.DublinCor......HyperlinksChanged = False Keywords = LastPrinted = 01/01/0001...

    docs.groupdocs.com/metadata/python-net/_output_...
  5. Working with IPTC IIM metadata | GroupDocs

    This article shows how to access IPTC metadata in a file of any supported format.... Keywords , "keyword 1" )); root . IptcPackage...IptcApplicationRecor . Keywords , "keyword 2" )); root . IptcPackage...

    docs.groupdocs.com/metadata/net/working-with-ip...
  6. 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....Spreadsheet subject keywords Spreadsheet keywords comments User comments...

    docs.groupdocs.com/parser/net/extract-metadata-...
  7. Esign Pdf With Metadata Signature | GroupDocs

    id: esign-pdf-with-metadata-signature url: signature/net/esign-pdf-with-metadata-signature title: Electronic Signature PDF with Metadata signature linkTitle: Electronic Signature PDF weight: 2 description: “This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature” Keywords: Pdf metadata, Pdf metadata signatures productName: GroupDocs.Signature for .NET toc: True structuredData: showOrganization: True application: name: Pdf documents metadata changing in C# description: Update metadata of pdf document with C# language by GroupDocs.Signature for ....Signature” keywords: Pdf metadata, Pdf metadata...Creation Date, Producer, Entry, Keywords etc. PDF document metadata...

    docs.groupdocs.com/signature/net/developer-guid...
  8. 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...
  9. 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...
  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()); // ....WithNameSpecificatio ( "Keywords" ), new PropertyValue ( "test keywords" )); root...

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