Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 1,855 for

management

(0.02 sec)
  1. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Developer Guide / Advanced Usage / Managing metadata for specific formats...properties advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Developer Guide / Advanced Usage / Managing metadata for specific formats...ZIP archive. advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/working-with-z...
  3. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Node.js via Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....features and get familiar how to manage metadata and more, please refer...online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/nodejs-java/find-me...
  4. Redact Text in RTF using Java

    This tutorial will walk you through the steps of how to redact text in RTF using Java. Additionally, you will get a code example to replace text in RTF using Java....developing applications that manage sensitive information and require...reliable and compliant data management environment, which is imperative...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  5. Convert DOCX to PNG using Python

    Learn how to convert DOCX to PNG using Python with step-by-step instructions and code example. Easily export DOCX to PNG using Python for high-quality image output....evolving landscape of document management, the ability to convert DOCX...notable value to developers managing content pipelines. By leveraging...

    kb.groupdocs.com/conversion/python/convert-docx...
  6. Add Text Watermark to RTF using Java

    Let's learn how to add text watermark to RTF using Java. You'll also get a code showing how to insert text watermark to RTF in Java without using extra softwares....disposal, you can efficiently manage and protect your documents...streamlines your document management workflow but also adds a...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  7. Extract Text from XLSX using C#

    This article outlines the process of how to extract text from XLSX using C#. It includes a sample code to assist you in incorporating text extraction from XLSX in C#....the efficiency of your data management tasks. This article will...applications, making it easier to manage and analyze your spreadsheet...

    kb.groupdocs.com/parser/net/extract-text-from-x...
  8. Phrase Search in Documents using Java

    Learn to perform phrase search in documents using Java. Explore methods to search documents by phrases in Java and simplify your document search tasks....research platforms, content management solutions, and data analytics...Index object to organize and manage the documents you intend to...

    kb.groupdocs.com/search/java/phrase-search-in-d...
  9. Remove Metadata from DOCX using Java

    Learn how to efficiently remove metadata from DOCX using Java. This guide includes a sample code example demonstrating how you can delete metadata from DOCX in Java....document management. However, if not properly managed, it can...provides a reliable solution for managing metadata and maintaining the...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  10. Export Indexed Documents to HTML using Java

    Discover how to export indexed documents to HTML using Java with simple steps. Use Java export indexed documents to HTML to enhance document organization efficiently....is efficient and versatile, managing multiple document types effortlessly...efficient, user-friendly document management systems customized to their...

    kb.groupdocs.com/search/java/export-indexed-doc...