This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...
Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header.
The following are the steps To read the header of an FLV file.
Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...
This article demonstrate that how To save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation...search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
An interface is used To receive the information about errors, warnings and events which occur while data extraction....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...
This article gives the knowledge of the case sensitive search which allows you To find words considering uppercase and lowercase letters as distinct using Java....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
This article gives the knowledge of the case sensitive search which allows you To find words considering uppercase and lowercase letters as distinct using Java....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
This article explains that how To extract Markdown formatted text from document page in Java....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...
Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime aToms from a MOV video. The aTom is the basic data unit in any QuickTime file. Please find more information on QuickTime aToms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html
The following are the steps To extract QuickTime aToms from a MOV video.
Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime aToms AdvancedUsage....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...