Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 834 for

date

(0.04 sec)
  1. Support of Setting Output Page Size when Render...

    We have released version 18.5 of GroupDocs.Viewer for .NET with a couple of new features as well as 12 improvements and bug fixes. The latest version includes the feature of setting output page size when rendering email messages as image and PDF. Furthermore, you can now change the field labels in the header of the email messages. The feature of rendering password protected documents has also been extended for ODT and OTT formats....Sent] = "Date"; htmlOptions.EmailOptions....

    blog.groupdocs.com/viewer/support-of-setting-ou...
  2. Features Overview | Documentation

    The search api allow you to optimize, merge, delete, upDate and create indexes along with many other fascinating features... Date range search. Numeric range...object types: text, numbers, dates, file names, document types...

    docs.groupdocs.com/search/net/features-overview/
  3. Extract RIFF INFO and Metadata of WAV files in C#

    Extract metadata and RIFF INFO of WAV audio files in C#. Metadata API allows metadata management within your .NET applications....as the artist, the creation date, and copyright information,...

    blog.groupdocs.com/metadata/extract-riff-info-a...
  4. 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....containing the file last printing date if it's missing // Note that...

    docs.groupdocs.com/metadata/nodejs-java/removin...
  5. Extract metadata from PPTX using C#

    Quickly learn how to extract metadata from PPTX using C#. An example of PPTX metadata extraction C# code will be provided, compatible with Windows, macOS, and Linux....such as the author, creation date, and even editing history—that...such as authorship, creation dates, and revision history directly...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  6. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...work, the author, the creation date, and copyright information....

    docs.groupdocs.com/metadata/net/handling-metada...
  7. Extract Data Fields from the Documents using Gr...

    Hello everyone! I am back with something new and exciting for the developers who use to deal with the automated data extraction from the documents. A few years back, we released GroupDocs.Parser API which aimed to extract the text from various document formats. We kept on adding the features to it and today, it has become a giant API that provides a wide range of features including formatted text extraction, highlighted and structured text extraction, metadata extraction, extraction of images and the list goes on....invoice numbers, order number, date, price, etc. Such documents...

    blog.groupdocs.com/parser/extract-data-fields-f...
  8. Extract metadata from MSG using C#

    Let’s explore how to extract metadata from MSG using C#. We will also provide MSG metadata extraction C# code that is compatible with Windows, macOS, and Linux....email, subject line, and sent date. Finally, iterate through the...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  9. Merge Excel spreadsheets | Documentation

    Follow this guide and learn how to merge MS Excel spreadsheets using Java programming language....such as text string, numbers, date, currency, etc. or as formulas...

    docs.groupdocs.com/merger/java/merge/excel/
  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 the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....work, the author, the creation date, and copyright information....

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