Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 641 for

presentation to image

(0.07 sec)
  1. Save Annotations in a DB and Set User Avatars i...

    Today, I’d like To present several great enhancements that we’ve implemented in the GroupDocs.Annotation for Java library version 1.6.0: User Avatars Remote collaboration in groups is much more engaging and productive when we can see each other (or at least put a face To each other). In this release we’ve implemented functionality that allows users To use personal avatars when annotating documents in a group. The avatar functionality can be easily configured through the library’s API....Today, I’d like to present several great enhancements that we’ve...FileInputStream(new File("E:\\\\Images\\\\smile.jpeg")); byte\[\]...

    blog.groupdocs.com/annotation/save-annotations-...
  2. Handling the Lyrics tag | Documentation

    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...
  3. 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...
  4. 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...
  5. 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/
  6. 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...
  7. C# Compare Excel, Word, Text Files | .NET Docum...

    Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, PDF files or compare text files in CSharp.... XLTM, XLSB, XLSM, CSV Presentations PPT, PPTX, PPS, PPSX, POT...HTML, MHT, MHTML eBooks MOBI Images BMP, GIF, JPG, JPEG, PNG, DICOM...

    blog.groupdocs.com/comparison/compare-excel-wor...
  8. 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...
  9. GroupDocs.Viewer for Java can now be seamlessly...

    We’re glad To announce the release of the GroupDocs.Viewer for Java extension for Joomla!. Developers who work with the Java version of our HTML5 document viewer can now seamlessly integrate it inTo Joomla! websites. The extension has been approved by the Joomla! marketplace team and is available for download from the official Joomla! marketplace. With the GroupDocs.Viewer integrated inTo Joomla!, you can easily embed and display all documents supported by the viewer on your Joomla!...spreadsheets, PowerPoint presentations, Visio diagrams, CAD files...files, raster images and a lot more - over 50 file formats in total...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  10. 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-...