Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 87 for

xls to pdf date formatting

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

    docs.groupdocs.com/metadata/java/working-with-t...
  2. Metadata redactions | GroupDocs

    This article shows that how Python redaction API allows you To replace or remove metadata using filters or search by regular expression....different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...LastPrinted 128 Last printed date and time LastSavedBy 256 Last...

    docs.groupdocs.com/redaction/python-net/metadat...
  3. Working with IPTC IIM metadata | GroupDocs

    Access, read, upDate, and remove IPTC IIM metadata using GroupDocs.Metadata for Python via .NET....embedded into a variety of image formats such as JPEG and TIFF. Note...in a file of any supported format, GroupDocs.Metadata provides...

    docs.groupdocs.com/metadata/python-net/working-...
  4. Use redaction policies | GroupDocs

    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-...
  5. 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...
  6. Working with XMP metadata | GroupDocs

    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...
  7. Search options | GroupDocs

    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/
  8. Working with Metadata in ASF Files | GroupDocs

    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....Managing metadata for specific formats / Video / Working with Metadata...metadata in ASF files Reading ASF format-specific properties The GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Command Line Interface | GroupDocs

    Convert documents straight from the terminal with the groupdocs-conversion command-line Tool — no Python script required. Inspect documents, list supported formats, and apply a license, all from the shell....document to another format. The target format is inferred from the...output file extension; pass --format to override it. # Extension...

    docs.groupdocs.com/conversion/python-net/gettin...
  10. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document formats please refer To Supported document formats. Detecting the exact type of a document The following sample of code will help you To detect the exact type of a loaded diagram and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getDiagramType method To obtain file format information advanced_usage....Managing metadata for specific formats / Documents / Working with...list of supported document formats please refer to . Detecting...

    docs.groupdocs.com/metadata/java/working-with-m...