Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 123 for

keywords

(0.09 sec)
  1. Search for built-in Metadata signatures | Docum...

     This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....author, creation date, document keywords, titles, etc. Here are the...

    docs.groupdocs.com/signature/java/search-for-bu...
  2. Remove Metadata from RTF using C#

    Quickly grasp the knowledge of how to remove metadata from RTF using C#. Moreover, you'll be provided with a code demonstrating how to clean metadata from RTF in C#....properties such as title and keywords, and revision history. Removing...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  3. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... Keywords ); Console . WriteLine ( root...root . DocumentProperties . Keywords = "metadata, built-in, update"...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... Keywords ); Console . WriteLine ( root...root . DocumentProperties . Keywords = "metadata, built-in, update"...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Remove Metadata from RTF using Java

    Quickly grasp the knowledge of how to remove metadata from RTF using Java. Also, you'll be provided with a code demonstrating how to clean metadata from RTF in Java....properties like title and keywords, and a revision history. Deleting...

    kb.groupdocs.com/redaction/java/remove-metadata...
  6. Remove Metadata from PPTX using Java

    Easily learn how to remove metadata from PPTX using Java. You'll also get an example code that shows how to clean metadata from PPTX in Java without extra software installation....presentation’s title, subject, keywords, author details, and revision...

    kb.groupdocs.com/redaction/java/remove-metadata...
  7. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... Keywords ); // ... } Reading custom...root . DocumentProperties . Keywords = "metadata, built-in, update"...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. eSign Presentation with Metadata signature | Do...

    This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature...Creation Date, Producer, Entry, Keywords etc. Presentation document...

    docs.groupdocs.com/signature/net/esign-presenta...
  9. Extract metadata from PDF documents | Documenta...

    This article explains that how to extract metadata from PDF documents... keywords The keyword of the presentation...

    docs.groupdocs.com/parser/net/extract-metadata-...
  10. Remove Metadata from XLSX using C#

    Efficiently grasp the knowledge of how to remove metadata from XLSX using C#. Also, you'll get a code example demonstrating how to clean metadata from XLSX in C#....properties like title and keywords, and revision history. The...

    kb.groupdocs.com/redaction/net/remove-metadata-...