Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 1,023 for

presentation document support

(0.18 sec)
  1. Supported file formats | Documentation

    This topic lists file formats Supported by GroupDocs.Viewer for Node.js....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/viewer/nodejs-java/supported...
  2. Supported file formats | Documentation

    This topic lists file formats Supported by GroupDocs.Viewer for Java....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/viewer/java/supported-docume...
  3. Convert eBook formats | Documentation

    In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Node.js via Java....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  4. Spring Front-end of GroupDocs.Viewer for Java v...

    Team GroupDocs delightedly announcing another release of Spring front-end of GroupDocs.Viewer for Java. The release includes fixes and improvements. We recommend to download and try the latest version. GroupDocs.Viewer for Java API have capabilities to render variety of Documents into HTML, SVG and images to view them on different platforms. The Spring front-end is an open source example application so you can explore the API and learn that how to use the API in your own projects....capabilities to render variety of documents into HTML, SVG and images...improvementHTML rendering of the documents is fundamental part of our...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  5. Edit Presentations in C# | .NET PPT/PPTX Editing

    Editing PowerPoint Presentations is explained with C# examples to edit PPT, PPTX, ODP files within your .NET application using Presentation editing API....most common and widely used presentation file formats are PPT , PPTX...Impress and Apple Keynote support these formats and we normally...

    blog.groupdocs.com/editor/edit-ppt-pptx-present...
  6. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint Presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Node.js via Java....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/merger/nodejs-java/merge/pow...
  7. Working with Image Reports - Common Master-Deta...

    Articles in this section...Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/assembly/net/working-with-im...
  8. Explicit Font Substitution is Supported in Grou...

    GroupDocs.Conversion for .NET 18.7 comes with some new features and a bug fix. EmailOptions can be defined in any SaveOptions class such as PdfSaveOptions or CellsSaveOptions. Moreover, API Supports explicit font substitution when converting from Word, Cell and Presentation Documents. Please refer to GroupDocs.Conversion for .NET 18.7 release notes for further reference. We’d recommend you to integrate latest version of the API in your application and share your feedback.... Moreover, API supports explicit font substitution...from Word, Cell and Presentation documents. Please refer to GroupDocs...

    blog.groupdocs.com/conversion/explicit-font-sub...
  9. GroupDocs.Metadata for .NET 17.1.0 Now Detects ...

    GroupDocs team is really delighted to announce the release of** GroupDocs.Metadata for .NET version 17.01.0**. The latest release comes up with a number of new features and enhancements. Users can now detect or remove digital signatures from Documents. The API has also improved Document’s information retrieval and implements the ability to recognize file type of a Document. And That’s not all! The API has also introduced some really exciting enhancements related to power point Presentation Documents and audio formats....signatures from documents. The API has also improved document’s information...to recognize file type of a document. And That’s not all! The API...

    blog.groupdocs.com/metadata/releasing-goupdocs....
  10. 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....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/parser/java/load-document-fr...