Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 436 for

email to presentation

(0.06 sec)
  1. Load document from stream | Documentation

    Learn how To Load document from stream....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/net/load-document-fro...
  2. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used To obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); IteraTor iteraTor = supportedFileTypes.iteraTor(); while (iteraTor.hasNext()) { FileType fileType = (FileType)iteraTor.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage Topics To learn more about library features and get familiar how To manage metadata and more, please refer To theadvanced usage section....of supported file types is presented below. Iterable < FileType...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/get-supported-...
  3. Count Words and Occurrences of each Word in a D...

    Count number of words and their occurrences in PDF, Word, Excel, PowerPoint, and Email documents in Java using document parsing API....word-processing documents, presentations, spreadsheets, emails, databases, eBooks...

    blog.groupdocs.com/parser/count-words-and-occur...
  4. Create and edit new WordProcessing document | D...

    This article demonstrates how To create and edit WordProcessing documents using GroupDocs.EdiTor for .NET. It also covers supported formats like spreadsheets and Presentations....(XLSX), presentations (PPTX), e-books (EPUB) and emails (EML)....

    docs.groupdocs.com/editor/net/create-document/
  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 try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescripTor descripTor : root.getDocumentProperties().getKnowPropertyDescripTors()) { System.out.println(descripTor.getName()); System.out.println(descripTor.getType()); System.out.println(descripTor.getAccessLevel()); for (PropertyTag tag : descripTor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescripTors collection....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/java/getting-known-...
  6. GroupDocs.Total for .NET | Documentation

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis To ensure that it contains the most up To date versions of each of our .NET document manipulation APIs....spreadsheets, presentations, PDF files, emails, images, and 3D...

    docs.groupdocs.com/total/net/
  7. 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...
  8. 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/net/handling-the-ly...
  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. Extract text structure | Documentation

    This article explains that how To extract text structure from documents....lists or tables: Presentations Presentations have a more complex...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/net/extract-text-stru...