Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 773 for

image to presentation

(0.35 sec)
  1. Add or Remove Annotations | Annotate PDF files ...

    Programmatically add and remove annotations from PDF files in Java. Add arrow, rectangle, ellipse, highlight, watermark annotations and more using Java API....annotations of your document and images within your Java applications...documents, spreadsheets , presentations , images , email messages ,...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  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. 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...
  4. 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...
  5. 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...
  6. 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/
  7. PDF Viewer Plugin for Joomla Is Now Officially ...

    Hello To all Joomla users! Here at GroupDocs, we’re excited To announce the release of the long-awaited PDF viewer plugin for Joomla CMS. The plugin allows you To easily embed and host PDF documents (as well as Word, Excel and PowerPoint documents) on your Joomla website. We’ve been working hard To make the installation process and plugin deployment hassle-free for Joomla web-developers and website owners. At the same time, our aim was To make the document viewer interface convenient for the end users - your website visiTors....doesn’t convert documents to images, and outperform all Flash-based...CSV, etc.) and PowerPoint presentations (PPT, PPTX). 3. Real text...

    blog.groupdocs.com/total/joomla-pdf-viewer-plug...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers... Joining multiple presentations into a single one is now...merge multiple PowerPoint presentations into a single one in Java...

    blog.groupdocs.com/groupdocs.blog/page/19/
  9. EditableDocument | GroupDocs

    This documentation section explains features of EditableDocument class when editing document with GroupDocs.EdiTor for Java API....with tuned external links for images, fonts and stylesheets, or...document with all resources is presented as a single string. For some...

    docs.groupdocs.com/editor/java/editabledocument/
  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...