Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 55,373 for

metadata

(0.05 sec)
  1. Node.js Library to Manipulate File Metadata

    Enhance Node.js applications by analyzing, comparing, editing, removing, and exporting Metadata of popular file formats, like PDF, Word, Excel etc....Metadata Node.js Metadata for .NET Metadata for Java...Java Metadata for Python Metadata for Node.js via Java Documents...

    products.groupdocs.com/metadata/nodejs-java/
  2. metadata cleaner using csharp

    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....programmatically remove or entirely clean metadata of documents as well as images...well as all the available metadata properties from documents...

    blog.groupdocs.com/tag/metadata-cleaner-using-c...
  3. Extract metadata from Emails | Documentation

    To extract Metadata from emails getMetadata method is used. This method allows to extract the following Metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract Metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of document Metadata objects; Iterate through the collection and get Metadata names and values....Metadata Product Solution GroupDocs...Emails / Extract metadata from Emails Extract metadata from Emails...

    docs.groupdocs.com/parser/java/extract-metadata...
  4. Extract metadata from Emails | Documentation

    Extract Metadata from emails by using GetMetadata method....Metadata Product Solution GroupDocs...Emails / Extract metadata from Emails Extract metadata from Emails...

    docs.groupdocs.com/parser/net/extract-metadata-...
  5. Best Practices in Metadata Management

    Before going in-depth to Metadata management, let’s discuss what the Metadata is? The Metadata summarizes basic information about data. In other words, it’s an information which describes the data that contained in something like a web page, document, or file. Another way to think of Metadata is as a short explanation or summary of what the data is. A simple example of Metadata for a document might include a collection of information like the author, file size, date the document was created, and keywords to describe the document....in-depth to Metadata management, let’s discuss what the metadata is?... The Metadata summarizes basic information about data. In other...

    blog.groupdocs.com/metadata/best-practices-in-m...
  6. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  7. Working with XMP metadata | Documentation

    This article shows how to access XMP Metadata in a file of any supported format....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Node...

    docs.groupdocs.com/metadata/nodejs-java/working...
  8. Extract metadata from documents | Documentation

    This article shows how to extract Metadata with GroupDocs.Parser from documents of various formats: PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Metadata Product Solution GroupDocs.../ Extract metadata from documents Extract metadata from documents...

    docs.groupdocs.com/parser/net/extract-metadata-...
  9. Free Metadata Viewer & Editor for PowerPoint Pr...

    Online app to view & edit PowerPoint Metadata and document properties of PPT, PPTX & ODP....Slides Apps METADATA View & Edit PowerPoint Metadata View & edit...App Experience See Pricing Metadata has been saved successfully...

    products.aspose.app/slides/metadata
  10. Working with CAD metadata | Documentation

    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); // ....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-ca...