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

xls to pdf date formatting

(0.63 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. 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-...
  3. 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...
  4. 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/
  5. Working with XMP metadata | GroupDocs

    Access, read, upDate, add cusTom packages, and remove XMP metadata using GroupDocs.Metadata for Python via .NET....embedded into different media formats. The defined XMP data model...in a file of any supported format, GroupDocs.Metadata provides...

    docs.groupdocs.com/metadata/python-net/working-...
  6. 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/python-net/use-red...
  7. 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...
  8. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as Xls, XlsX, ODS, 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 spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method To obtain file format information advanced_usage....Managing metadata for specific formats / Documents / Working with...kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. 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...
  10. Handling the ID3v2 tag | GroupDocs

    This article explains how To handle ID3v2 tag....Managing metadata for specific formats / Audio / Working with MP3..."code sample" ; root . ID3V2 . Date = "2019" ; // ... metadata ...

    docs.groupdocs.com/metadata/net/handling-the-id...