Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 35,044 for

metadata

(0.22 sec)
  1. Extract attachments from PDF portfolios | Group...

    Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment text from PDF Portfolios: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content....Metadata Product Solution GroupDocs...()); // Print metadata for ( MetadataItem metadata : item . getMetadata...

    docs.groupdocs.com/parser/java/extract-attachme...
  2. Index each letter as a separate word using Grou...

    Are you looking for a full-text search API that allows you to search over a lot of document formats? In that case, GroupDocs.Search for .NET will meet your requirements. API creates index and then perform instant search across thousands of documents. Those who are already working with the API, we have some new features and improvements. Moreover, some classes have been renamed to improve code readability. There are minor changes in the new version 19....fragments Enhance document metadata indexing with new formats...terms: How to enhance document metadata indexing with new formats...

    blog.groupdocs.com/search/index-each-letter-as-...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Metadata for .NET version 1.3.0 with...introduces Metadata Replace API to find and replace metadata properties...

    blog.groupdocs.com/groupdocs.blog/page/89/
  4. GroupDocs.Parser Product Family

    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....extraction of images, text, and metadata from word-processing documents...extraction of images, text, and metadata from word-processing documents...

    blog.groupdocs.com/categories/groupdocs.parser-...
  5. Detect file type of container item | GroupDocs

    Learn how to detect file types of items within containers using GroupDocs.Parser for Python via .NET....Metadata Product Solution GroupDocs...reports any violations. Extract metadata based on file type To extract...

    docs.groupdocs.com/parser/python-net/detect-fil...
  6. read mp3 lyrics on GroupDocs Blog | Document Au...

    read mp3 lyrics on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in read mp3 lyrics on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......های mp3 با استفاده از Java Metadata API بخوانید. خواندن برچسب...های mp3 با استفاده از NET Metadata API بخوانید. Recent content...

    blog.groupdocs.com/fa/tag/read-mp3-lyrics/index...
  7. Enabling language information | GroupDocs

    Follow this guide to learn how to edit Word documents using locale information and apply spell-checkers to document content written in different languages using GroupDocs.Editor for Node.js and Java....Metadata Product Solution GroupDocs...WordProcessing documents also carry metadata about the language (locale)...

    docs.groupdocs.com/editor/nodejs-java/enabling-...
  8. Extracting Document Metainfo | GroupDocs

    Following this guide, you will learn how to obtain basic document Metadata like page count, size, and file type before editing it with GroupDocs.Editor for Node.js via Java API....Metadata Product Solution GroupDocs...use the method to extract metadata from a document using GroupDocs...

    docs.groupdocs.com/editor/nodejs-java/extractin...
  9. Get document info | GroupDocs

    Retrieve document Metadata such as format, page count, title, and author without converting...Metadata Product Solution GroupDocs...method to retrieve document metadata without performing a full...

    docs.groupdocs.com/markdown/net/get-document-info/
  10. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage Metadata and more, please refer to theadvanced usage section....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/get-supported-...