Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 1,915 for

email to presentation

(0.04 sec)
  1. 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...
  2. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/ATom GroupDocs.Viewer | Java On-premise API To View & Render Docs on Releases - groupdocs.comhttps://releases.groupdocs.com/viewer/java/Recent content in Gr......PowerPoint® presentations, Outlook® & Apple® emails, PDF, images...PowerPoint® presentations, Outlook® & Apple® emails, PDF, images...

    releases.groupdocs.com/viewer/java/index.xml
  3. 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-...
  4. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents To the disk, GroupDocs.Parser enables To extract data from streams directly. The following example shows how To load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text inTo the reader try (TextReader reader = parser....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/java/load-document-fr...
  5. Template Syntax - Part 1 of 2 | Documentation

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs To be more descriptive. A tag body must meet the following requirements:...documents: Word Processing and Emails << link [ uri_or_bookmark_expression...link [ "A1" ] [ "Home" ]>> Presentations << link [ "Slide1" ] [ "Home"...

    docs.groupdocs.com/assembly/java/template-synta...
  6. System.TypeInitializationException - Free Suppo...

    Hello, Does the following code need To be within an executable project To run as the same code does not run from within a library project? Exe net5.0 _5_0 static void Main(string[] args) { …...the references were already present when we added our reference...<PackageReference Include="Aspose.Email" Version="22.9.0" /> <PackageReference...

    forum.groupdocs.com/t/system-typeinitialization...
  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. Load a file To examine Get a collection of PropertyDescripTor instances for any desired metadata package Iterate through the extracted descripTors advanced_usage.GettingKnownPropertyDescripTors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descripTors = root.getDocumentProperties().getKnowPropertyDescripTors(); for(var i=0;iTors.getCount(); i++) { var descripTor = descripTors.get_Item(i); console.log(descripTor.getName()); console.log(descripTor.getType().getRawValue()); console.log(descripTor.getAccessLevel().getRawValue()); var tags = descripTor.getTags(); for(var j=0;jpresented in the getKnowPropertyDescr...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  8. Extract Images from PDF Documents in Java

    Learn how To extract images from PDF files in Java. Extract images from PDF files or from any specific page using Java API within your applications....spreadsheets, eBooks, presentations, emails, ZIP archives, and many...

    blog.groupdocs.com/parser/extract-images-from-p...
  9. C# Compare Excel, Word, Text Files | .NET Docum...

    Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, PDF files or compare text files in CSharp.... XLTM, XLSB, XLSM, CSV Presentations PPT, PPTX, PPS, PPSX, POT...PNG, DICOM, DJVU, DWG, DXF Emails EML, EMLX, MSG Compare two...

    blog.groupdocs.com/comparison/compare-excel-wor...
  10. GroupDocs.Metadata for .NET 19.5 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for .NET 19.5 Major Features There are the following features and enhancements in this release: Add support for the vCard format Add support for the pps, ppsx and ppsm PowerPoint formats Implement the ability To get the metered credit consumption statistic Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-1177 Add support for the vCard format New Feature METADATANET-2833 Add support for the pps, ppsx and ppsm PowerPoint formats Enhancement METADATANET-2918 Implement the ability To get the metered credit consumption statistic Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....VCardCommunicationRe class The Emails property has been added to...vCard . CommunicationRecords . Emails ); PrintArray ( vCard . CommunicationRecords...

    docs.groupdocs.com/metadata/net/groupdocs-metad...