Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 2,714 for

management

(0.13 sec)
  1. Working with TORRENT files | GroupDocs

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....Developer Guide / Advanced Usage / Managing metadata for specific formats...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/working-with-to...
  2. Convert PPTX to TXT using Node.js

    Learn how to convert PPTX to TXT using Node.js for efficient document processing. This guide helps you export PPTX to TXT in Node.js with a step-by-step approach....data analysis, and content management. By leveraging the power...

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  3. Convert XLSX to MD using Node.js

    Learn how to convert XLSX to MD using Node.js with a smooth and efficient workflow. This guide helps you export XLSX to MD in Node.js with accurate formatting....in documentation, content management, or version control. One...

    kb.groupdocs.com/conversion/nodejs/convert-xlsx...
  4. Load options for different document types | Gro...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API.... Metadata Management Handle metadata such as titles...

    docs.groupdocs.com/conversion/java/load-options...
  5. GroupDocs.Conversion for Python - document conv...

    input.zip (85.2 KB) Using the code example in following link throws exception input.pdf (202.9 KB) Unhandled exception. System.IO.FileLoadException: Could not load file or assembly ‘System.Text.Encoding.CodePages, Ver…...access to our Paid Support management team. aspose.notifier December...

    forum.groupdocs.com/t/groupdocs-conversion-for-...
  6. GroupDocs.Viewer Product Family on GroupDocs Bl...

    GroupDocs.Viewer Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Viewer Product Family on GroupDocs Blog | Document Automatio......especially in the content management systems. The reason behind...Project is a famous project management software that is proved to...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  7. Search Different Word Forms using Java

    Search different word forms using Java to identify nouns in both singular and plural forms. An example will demonstrate how to implement word form search in Java....retrieval tools to content management systems. A significant challenge...challenge is managing word variations, such as singular and plural...

    kb.groupdocs.com/search/java/search-different-w...
  8. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document....Developer Guide / Advanced Usage / Managing metadata for specific formats...the document advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Working with metadata in AVI files | GroupDocs

    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...
  10. Working with ZIP archives | GroupDocs

    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...