Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 437 of 437 for

email to presentation

(0.04 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. 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-...
  2. 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/java/extract-text-str...
  3. Get document info | Documentation

    This article explains how To detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET.... Size ); } Presentations using ( Converter converter...converter = new Converter ( "presentation.ppt" )) { IDocumentInfo...

    docs.groupdocs.com/conversion/net/get-document-...
  4. 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...
  5. parser.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/parser/java/weekly0.5https://docs.groupdocs.com/parser/java/advanced-usage/weekly0.......com/parser/java/extract-attachments-from-emails/weekly0.5https://docs.groupdocs...com/parser/java/extract-data-from-emails/weekly0.5https://docs.groupdocs...

    docs.groupdocs.com/sitemaps/parser.xml
  6. Extract data from various formats | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Microsoft Office PowerPoint presentations Extract data from PDF documents...documents Extract data from Emails Extract data from ePUB eBooks...

    docs.groupdocs.com/parser/java/extract-data-fro...
  7. Extract data from various formats | Documentation

    The articles below explain that how To extract data from various file formats...Microsoft Office PowerPoint presentations Extract data from PDF documents...documents Extract data from Emails Extract data from ePUB eBooks...

    docs.groupdocs.com/parser/net/extract-data-from...