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

keywords

(0.15 sec)
  1. Read Metadata from PDF using Java

    Learn how to read metadata from PDF using Java without demanding additional software installation. Delve into a code sample to read metadata of PDF using Java....creation and modification dates, keywords, and other pertinent data...and modification dates, and keywords. This data plays a critical...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  2. Read Metadata from PDF using C#

    Learn how to read metadata from PDF using C# without requiring extra software installation. Delve into a code sample demonstrating how to read metadata of PDF using C#....creation date, modification date, keywords, and more. Extracting this...date, modification date, and keywords. This information can be crucial...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  3. Extract Metadata from PDF Documents in C# .NET ...

    Learn how to extract metadata from PDF files in C# using GroupDocs.Parser for .NET. Get document properties such as title, author, subject, creation date, and more....Subject of the PDF document keywords Keywords associated with the document...files by author, subject, or keywords. Compliance checks – verify...

    docs.groupdocs.com/parser/net/extract-metadata-...
  4. 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); // .... Keywords ); Console . WriteLine ( root...Name == "Keywords" , new PropertyValue ( "test keywords" )); root...

    docs.groupdocs.com/metadata/net/working-with-ca...
  5. 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/
  6. 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/java/faceted-search/
  7. 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...
  8. 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...
  9. 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-...
  10. Working with IPTC IIM metadata | GroupDocs

    Access, read, update, and remove IPTC IIM metadata using GroupDocs.Metadata for Python via .NET.... KEYWORDS ), "keyword 1" )) root . iptc_package...IptcApplicationRecor . KEYWORDS ), "keyword 2" )) root . iptc_package...

    docs.groupdocs.com/metadata/python-net/working-...