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

email to presentation

(0.05 sec)
  1. 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
  2. Get supported file formats | GroupDocs

    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. Detect encoding | GroupDocs

    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/
  4. Create and edit new WordProcessing document | G...

    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. Handling the Lyrics tag | GroupDocs

    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...
  6. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....all possible properties are presented in the KnowPropertyDescript...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/python-net/getting-...
  7. Getting known property descriptors | GroupDocs

    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-...
  8. Get document info | GroupDocs

    This article explains how To detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Node.js via Java.... getSize ()); Presentations const converter = new groupdocs...conversion . Converter ( "presentation.ppt" ); const docInfo =...

    docs.groupdocs.com/conversion/nodejs-java/get-d...
  9. Extract text structure | GroupDocs

    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...
  10. Extract text structure | GroupDocs

    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...