Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 73 for

xls to pdf date formatting

(0.14 sec)
  1. 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/nodejs-java/document-...
  2. Search options | Documentation

    This article describes the search options that can be specified in an instance of the SearchOptions class....collection of date formats that allows you to specify formats for the...the date range search feature. For details, see the page. getFuzzySearch...

    docs.groupdocs.com/search/nodejs-java/search-op...
  3. Search options | Documentation

    This article describes the search options that can be specified in an instance of the SearchOptions class....collection of date formats that allows you to specify formats for the...the date range search feature. For details, see the page. getFuzzySearch...

    docs.groupdocs.com/search/java/search-options/
  4. Working with metadata in EPUB E-Books | Documen...

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps To read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using EpubRootPackage....Managing metadata for specific formats / Other / Working with metadata...EPUB? EPUB is an e-book file format that uses the “.epub” file...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Extracting property values | Documentation

    This article shows knowledge about The most common way To get the metadata property value is To check its type and convert it To the appropriate platform-specific type in Java.... toClass ( Date . class )); } } } But if it’s.... out . println ( String . format ( "String value extracted:...

    docs.groupdocs.com/metadata/java/extracting-pro...
  6. Parse data from documents | Documentation

    This article shows how To extract data from documents of various formats including Pdf, Microsoft Word (DOC, DOCX), Excel (Xls, XlsX), LibreOffice formats etc....documents of various formats including PDF, Microsoft Word, Excel...Excel, LibreOffice formats etc. (see )). With Document Parsing...

    docs.groupdocs.com/parser/net/parse-data-from-d...
  7. Parse data from documents | Documentation

    This article shows how To extract data from documents of various formats including Pdf, Microsoft Word (DOC, DOCX), Excel (Xls, XlsX), LibreOffice formats etc....documents of various formats including PDF, Microsoft Word, Excel...Excel, LibreOffice formats etc. (see ). With Document Parsing feature...

    docs.groupdocs.com/parser/java/parse-data-from-...
  8. How Lawyers and Legal Firms Benefit from GroupD...

    Online document management has gained wide industry acceptance in the last few years. From version control, central document reposiTories, cost reduction, and increasing employee output: cloud technologies helps. One of the tasks we often perform in our work is To compare documents or files To find differences and check which version is the most recent. That can be frustrating at times: it is time consuming and takes time that could be used for other tasks....documents, Excel spreadsheets or PDF files – GroupDocs Comparison...advantage. In the legal world, PDFs are commonly used for electronic...

    blog.groupdocs.com/comparison/how-lawyers-and-l...
  9. 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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from AVI...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. 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...