Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 361 for

email to presentation

(0.11 sec)
  1. Remove page redactions | Documentation

    This article shows that how To remove pages with sensitive data from your PDF, Presentation and spreadsheet documents....documents, slides from presentations and worksheets from spreadsheet...supported formats are: PDF, presentations (Microsoft PowerPoint, OpenOffice...

    docs.groupdocs.com/redaction/net/remove-page-re...
  2. Get document info | Documentation

    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...
  3. Extract Images from eBooks in C# | EPUB, FB2, CHM

    Programmatically extract images from EPUB, FB2, CHM eBooks in C# using document parser API for .NET. Save the images in JPG, PNG, WebP, GIF, or BMP format....spreadsheets, PDF, presentations, emails, ZIP archives, and many...

    blog.groupdocs.com/parser/extract-images-from-e...
  4. 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-...
  5. 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-...
  6. 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...
  7. 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...
  8. 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...
  9. 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-...
  10. 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...