To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows To extract the following metadata:
Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...
This article explains that how To extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...
Learn how To extract text from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract text from entire documents or specific pages with error handling in C#....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...
Learn how To retrieve document metadata such as file type, page count, size, and other properties with GroupDocs.Conversion for Python via .NET.... Example 2: Get PDF Document Info get_pdf_document_info.py from...conversion import Converter def get_pdf_document_info (): # Load the...
This article shows how To handle search queries if they contain special characters and separaTor characters....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
This article gives the knowledge about two ways To create a search query: in text or object form using Java search API....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
Edit Microsoft Office documents like Word, Excel or PowerPoint or Pdf with help of GroupDocs.EdiTor for Java without third party software installed....document formats such as PDF, DOCX, XLSX, PPTX, XPS and others. By...format; Export edited document to PDF format; Plenty of additional...
This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
This article describes the search options that can be specified in an instance of the SearchOptions class....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files.
The following are the steps To read native ASF metadata.
Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...