Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 649 for

image to presentation

(0.07 sec)
  1. Convert specific pages | Documentation

    This article demonstrates how To convert specific document pages by page number using GroupDocs.Conversion for Java API....) Spreadsheets ( ) Presentations ( ) Images ( ) Specifying Page...

    docs.groupdocs.com/conversion/java/convert-spec...
  2. Introducing API v2 of GroupDocs.Parser for .NET

    The all-new API v2 of GroupDocs.Parser for .NET has been released! It would be a piece of breaking news for those who are already using our document parsing API as well as who are looking for an easy To use solution for extracting text, Images, and metadata from PDF, word processing documents, spreadsheets, Presentations, emails, EPUB & ZIP file formats. What’s new in the API v2? We have done some major updates at the architecture level of the API To perform product optimization....solution for extracting text , images , and metadata from PDF , word...documents , spreadsheets , presentations , emails , EPUB & ZIP file...

    blog.groupdocs.com/parser/introducing-api-v2-of...
  3. 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 Node.js via Java.... First of all, images; some document formats also...resources into four groups: Images , including raster (PNG, BMP...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  4. Annotate Word DOC DOCX files in Java | Add or R...

    Add or remove annotations from Word DOC/DOCX files in Java. Add arrow, rectangle, ellipse, watermark annotations using document Annotation API....include; spreadsheets, presentations, images, PDF files, webpages...

    blog.groupdocs.com/annotation/annotate-word-doc...
  5. 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 .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...
  6. GroupDocs.Viewer for Node.js via Java | Documen...

    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/
  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. 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...
  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 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...