Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 839 for

image to presentation

(0.28 sec)
  1. GroupDocs.Viewer Plugin for One of the Leading ...

    Moodle is a powerful learning management system that provides educaTors and learners with a robust set of Tools for building and administrating collaborative learning environments. When integrated inTo Moodle, GroupDocs.Viewer enables both educaTors and learners To view and securely share documents, drawings and Images in more than 50 different file formats – all from within Moodle environment and without having To install original software used To create the files....share documents, drawings and images in more than 50 different file...spreadsheets, PowerPoint presentations, Outlook messages, Project...

    blog.groupdocs.com/viewer/groupdocs-viewer-plug...
  2. Strikethrough Text in Documents in Java | C̶r̶o...

    Let's strikeout the text within documents using Java. AuTomate the crossing out of invalid text using strikethrough annotation with Java API....applied to multiple documents and images. We will use it in the examples...documents, spreadsheets, presentations, PDF documents, web pages...

    blog.groupdocs.com/annotation/strikethrough-tex...
  3. Count Words and Occurrences of each Word in a D...

    Count number of words and their occurrences in PDF, Word, Excel, PowerPoint, and Email documents in Java using document parsing API.... The API also allows the images, and metadata extraction for...word-processing documents, presentations, spreadsheets, emails, databases...

    blog.groupdocs.com/parser/count-words-and-occur...
  4. Extract Data from Invoices or Receipts in Java ...

    Extract Invoice data from PDF invoices or receipts programmatically in Java. Document parsing & data extraction API by GroupDocs supports various formats....extracting text, images, and metadata from documents, images, presentations...

    blog.groupdocs.com/parser/extract-data-from-inv...
  5. Merge SVG files using C#

    This article will outline essential steps To merge SVG files using C# and offer a sample code example To illustrate the process of how To combine SVG files in C#....Vector Graphics) files using C# presents an efficient solution for...extensive guide on combining TIFF images using C#. For further insights...

    kb.groupdocs.com/merger/net/merge-svg-files-usi...
  6. Load WordProcessing document with options | Gro...

    Learn this article and check how To convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....the Comments pane is also present in a resultant document. If...particular document are not present on the computer where conversion...

    docs.groupdocs.com/conversion/net/load-wordproc...
  7. GroupDocs.Total Product Family

    Document AuTomation APIs To enrich .NET and Java applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....word processing documents and images from a web-browser. GroupDocs...word-processing documents and even images. GroupDocs Annotation is a...

    blog.groupdocs.com/categories/groupdocs.total-p...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers... as well as PowerPoint presentations, Excel spreadsheets, word...word processing documents and images into web-pages on your Drupal...

    blog.groupdocs.com/groupdocs.blog/page/103/
  9. Create EditableDocument from file or markup | G...

    This article explains how To create an instance of the EditableDocument class from HTML files on disk or from HTML markup with resources using GroupDocs.EdiTor for Python via .NET API....also a folder with resources (images, fonts, stylesheets), that...to a resource that is not present in the resource folder, it...

    docs.groupdocs.com/editor/python-net/create-edi...
  10. 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...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/getting-known-...