Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 770 for

presentation to image

(0.2 sec)
  1. GroupDocs.Viewer for Node.js via Java | GroupDocs

    GroupDocs.Viewer for Node.js allows you To render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need To use third-party software To view files within your JavaScript application....documents, spreadsheets, presentations, PDF files, web pages, email...email messages, and images and render/display them in HTML, PDF...

    docs.groupdocs.com/viewer/nodejs-java/
  2. Working with resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing documents with GroupDocs.EdiTor for .NET.... It is first of all images, some document formats also...resources onto three groups: Images, including: raster (PNG, BMP...

    docs.groupdocs.com/editor/net/working-with-reso...
  3. Remove Metadata from ODT using Java

    Discover how To effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how To delete metadata from ODT in Java....including text formatting, images, and styles. However, ODT files...documents remain secure and also presenting a professional and polished...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  4. 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...
  5. 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...
  6. Docx comparison shows text as removed instead o...

    Hi, It appears as if we stumbled upon an issue when comparing two docx-documents. Find them attached in this Topic. To explain the issue, notice that the first document does not contain the word “GEMA” but the second do…...0 KB) image.png (11.5 KB) Changed document:...CANEA TEST 2.0.docx (14.0 KB) image.png (14.2 KB) Comparison: comparison...

    forum.groupdocs.com/t/docx-comparison-shows-tex...
  7. Handling the Lyrics tag | GroupDocs

    This article explains how To handle Lyrics tag.... If no ID3 tag is present one must be attached. Note...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/handling-the-ly...
  8. 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...
  9. All-in-One C# Suite for Automating Document Tasks

    Discover how GroupDocs.Total for .NET simplifies C# document auTomation. From viewing and editing documents To e-signatures and cost-effective licensing, optimize your workflow effortlessly.... Viewing documents and images: You can view many different...spreadsheets, and PowerPoint presentations. Change content, formatting...

    blog.groupdocs.com/total/streamline-document-au...
  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 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...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

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