Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 361 for

email to presentation

(0.06 sec)
  1. Getting known property descriptors | Documentation

    This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package....all possible properties are presented in the collection. The library...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/getting-known-p...
  2. Extract Archive Files Data using C# | ZIP, RAR,...

    Extract data of compressed archives like ZIP, RAR, TAR, GZIP, BZIP2 files using C# in .NET application. Parse archives and extract whole text within files....word-processing documents, presentations, spreadsheets, emails, databases, eBooks...

    blog.groupdocs.com/parser/extract-zip-files-dat...
  3. Introducing API v2 of GroupDocs.Parser for .NET

    The all-new API v2 of GroupDocs.Parser for .NET has been released! It would be a piece of breaking news for those who are already using our document parsing API as well as who are looking for an easy To use solution for extracting text, images, and metadata from PDF, word processing documents, spreadsheets, Presentations, Emails, EPUB & ZIP file formats. What’s new in the API v2? We have done some major updates at the architecture level of the API To perform product optimization....documents , spreadsheets , presentations , emails , EPUB & ZIP file formats...

    blog.groupdocs.com/parser/introducing-api-v2-of...
  4. Template Syntax - Part 1 of 2 | Documentation

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs To be more descriptive. A tag body must meet the following requirements:...documents: Word Processing and Emails << link [ uri_or_bookmark_expression...link [ "A1" ] [ "Home" ]>> Presentations << link [ "Slide1" ] [ "Home"...

    docs.groupdocs.com/assembly/java/template-synta...
  5. Getting known property descriptors | Documentation

    This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package. Load a file To examine Get a collection of PropertyDescripTor instances for any desired metadata package Iterate through the extracted descripTors advanced_usage.GettingKnownPropertyDescripTors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descripTors = root.getDocumentProperties().getKnowPropertyDescripTors(); for(var i=0;iTors.getCount(); i++) { var descripTor = descripTors.get_Item(i); console.log(descripTor.getName()); console.log(descripTor.getType().getRawValue()); console.log(descripTor.getAccessLevel().getRawValue()); var tags = descripTor.getTags(); for(var j=0;jpresented in the getKnowPropertyDescr...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  6. Java Fuzzy Search - Find in Files across Folders

    Discover how Java's fuzzy search can help you find things in files across folders! It's like a smart search that understands small mistakes....spreadsheets (XLS, XLSX) , presentations (PPT, PPTX) , PDFs, Markup... eBooks (EPUB, CHM, FB2) , emails (MSG, EML) , OneNote notes...

    blog.groupdocs.com/search/fuzzy-search-java/
  7. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents To the disk, GroupDocs.Parser enables To extract data from streams directly. The following example shows how To load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text inTo the reader try (TextReader reader = parser....cases when the document is presented only as a stream (without...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/java/load-document-fr...
  8. Detect encoding | Documentation

    This article explains that how To detect encoding of a plain text file....of the file (if BOM isn’t presented). Here are the steps to detect...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/net/detect-encoding/
  9. metadata.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/metadata/nodejs-java/technical-support/weekly0.5https://docs.groupdocs.com/metadata......rking-with-metadata-in-presentations/weekly0.5https://docs.groupdocs...com/metadata/java/working-with-saved-emails/weekly0.5https://docs.groupdocs...

    docs.groupdocs.com/sitemaps/metadata.xml
  10. Handling the Lyrics tag | Documentation

    This article explains how To handle Lyrics tag.... If no ID3 tag is present one must be attached. Note...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/handling-the-l...