Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 406 for

email to presentation

(0.04 sec)
  1. 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/
  2. Working with fonts in GroupDocs.Viewer for .NET

    Learn how To get list of used fonts, specify or replace missing fonts, exclude fonts...most installed fonts are presented in TTF (TrueType) and OTF...returned list every font will be presented as in instance of the UsedFontInfo...

    blog.groupdocs.com/viewer/working-with-fonts/
  3. 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...
  4. 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/python-net/remove-...
  5. 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...
  6. 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...
  7. 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...
  8. 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-...
  9. Detect encoding | Documentation

    This article explains that how To detect encoding of a plain text file in java....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/java/detect-encoding/
  10. 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/