Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 649 for

image to presentation

(0.05 sec)
  1. GroupDocs.Viewer.for.Java pdf conversion issues...

    Hi, We are working on migrating To GroupDocs for java form GroupDocs for .Net. There seems To be an issue with conversion of some pdf files. 133d0a13-88f2-434e-a7a1-23579c4c5670.pdf (399.2 KB) Resulting conversion us…...implementation with Java is this: image.jpg (133.9 KB) I believe that...I get the following result: image.jpg (134.8 KB) GroupDocs.Vi...

    forum.groupdocs.com/t/groupdocs-viewer-for-java...
  2. Create EditableDocument from file or markup | D...

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

    docs.groupdocs.com/editor/net/create-editabledo...
  3. GroupDocs.Metadata for Python via .NET | Docume...

    Develop Applications To Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....spreadsheets, presentations, PDF files, email messages, and images. About...

    docs.groupdocs.com/metadata/python-net/
  4. EditableDocument | Documentation

    This documentation section explains features of the EditableDocument class when editing documents with GroupDocs.EdiTor for Node.js via Java API....Allows tuning external links for images, fonts, and stylesheets. All-embedded...All-embedded version : Presents the entire HTML document with...

    docs.groupdocs.com/editor/nodejs-java/editabled...
  5. Extract Text from Markdown Files in Java | Mark...

    Extract Text from Markdown Files in Java. Parser the mardown files within Java applications using document parser API by GroupDocs....words in documents, extracting images from eBooks, and a few other...Spreadsheets: XLS, XLSX, … Presentations: PPT, PPTX, …. eBooks: EPUB...

    blog.groupdocs.com/parser/extract-text-from-mar...
  6. 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 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-...
  7. Working with resources | Documentation

    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 Java.... It is first of all images, some document formats also...resources onto three groups: Images, including: raster (PNG, BMP...

    docs.groupdocs.com/editor/java/working-with-res...
  8. GroupDocs.Viewer for Java | Documentation

    GroupDocs.Viewer for Java 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 Java application....documents, spreadsheets, presentations, PDF files, web pages, email...email messages, and images and render/display them in HTML, PDF...

    docs.groupdocs.com/viewer/java/
  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. 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...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/get-supported-...