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

xls to pdf date formatting

(0.11 sec)
  1. 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...
  2. 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/
  3. Handling the ID3v2 tag | Documentation

    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...
  4. Working with metadata in Diagrams | Documentation

    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...
  5. Working with IPTC IIM metadata | Documentation

    This article explains how To access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....embedded into a variety of image formats such as JPEG, TIFF, etc. Note...org/std/IIM/4.2/specification/IIMV4.2.pdf. Reading basic IPTC IIM properties...

    docs.groupdocs.com/metadata/java/working-with-i...
  6. Working with metadata in Spreadsheets | Documen...

    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...
  7. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software sTops you from doing what you need To do. We’re here To solve problems, not create t…... If an estimated date is supplied, then this cannot...exception when converting ICO to pdf Convert odt to pptx throws exception...

    forum.groupdocs.com/t/free-support-policies/6034
  8. Working with metadata in ASF files | Documentation

    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 the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation Date: %s", asfPackage....Managing metadata for specific formats / Video / Working with metadata...Leave feedback Reading ASF format-specific properties The GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Working with metadata in Presentations | Docume...

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

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, 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 document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType 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...