Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 73 for

xls to pdf date formatting

(0.12 sec)
  1. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...Managing metadata for specific formats / Audio / Handling metadata...managing_metadata_for_specific_formats. audio.wav.WavReadNativeMetadat...

    docs.groupdocs.com/metadata/java/handling-metad...
  2. 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....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from AVI...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...Managing metadata for specific formats / Audio / Handling metadata...INFO chunk metadata The WAV format is derived from the RIFF container...

    docs.groupdocs.com/metadata/net/handling-metada...
  4. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....files will be indexed if their format is supported. The following...than a certain date, later than a certain date, or outside a certain...

    docs.groupdocs.com/search/net/document-filterin...
  5. Adding metadata | Documentation

    This article shows how To add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Python via .NET search engine... file_format != gm . common . FileFormat...containing the file last printing date if it's missing # Note that...

    docs.groupdocs.com/metadata/python-net/adding-m...
  6. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Managing metadata for specific formats / Documents / Working with...metadata in ProjectManagement formats Working with metadata in ProjectManagement...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Working with TORRENT files | Documentation

    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....Managing metadata for specific formats / Other / Working with TORRENT...managing_metadata_for_specific_formats. peer2peer.TorrentReadNativeMet...

    docs.groupdocs.com/metadata/java/working-with-t...
  8. Use redaction policies | Documentation

    Learn how To deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need To specify them in your code. You can specify an XML document with a list of pre-configured redactions.... Current date and time is used as a part of...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/use-redaction-...
  9. Working with XMP metadata | Documentation

    This article shows how To access XMP metadata in a file of any supported format....embedded into different media formats. The defined XMP data model...in a file of any supported format, GroupDocs.Metadata provides...

    docs.groupdocs.com/metadata/java/working-with-x...
  10. Search options | Documentation

    This article describes the search options that can be specified in an instance of the SearchOptions class....allows you to specify formats for the date range search feature...search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/search-options/