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

xls to pdf date formatting

(0.03 sec)
  1. Releasing GroupDocs.Search for Java - Document ...

    We are pleased To announce that the first version of GroupDocs.Search for Java has been released. The API allows Java developers To perform searching and indexing operations against various formats To gain data insights. One can easily perform actions To search through different direcTories and documents for text occurrences, basic metadata fields, file names, document types and many more. Please continue To read more about the features and the file formats supported by the API....operations against various formats to gain data insights. One...the features and the file formats supported by the API. Supported...

    blog.groupdocs.com/search/releasing-groupdocs.s...
  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/java/search-options/
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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-...
  9. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully cusTom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property To locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing To remove metadata properties.... Some file formats and metadata standards allow...defined in the appropriate format/standard specification. In...

    docs.groupdocs.com/metadata/nodejs-java/removin...
  10. 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...