Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 2,601 for

image annotation

(0.04 sec)
  1. Convert presentations | Documentation

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of C# code....Annotation Product Solution GroupDocs...presentations to other formats like images, HTML, XML, etc. It may be...

    docs.groupdocs.com/conversion/net/convert/prese...
  2. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Annotation Product Solution GroupDocs...how to remove the background image of a particular slide calling...

    docs.groupdocs.com/watermark/java/working-with-...
  3. GroupDocs.Metadata Overview | Documentation

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various document, Image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the file format....Annotation Product Solution GroupDocs...associated with various document, image, audio, video and many other...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  4. Convert word processing documents | Documentation

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for Java....Annotation Product Solution GroupDocs...another format like PDF, HTML, or image for easier mailing, printing...

    docs.groupdocs.com/conversion/java/convert/word...
  5. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and Image formats....Annotation Product Solution GroupDocs...appear on a worksheet. In the image below, the vertical page break...

    docs.groupdocs.com/viewer/net/split-worksheet-i...
  6. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Annotation Product Family GroupDocs...Word using Java How to Convert Image to PDF in Java How to Convert...

    kb.groupdocs.com/categories/page/37/
  7. Template Syntax - Part 1 of 2 | Documentation

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs to be more descriptive. A tag body must meet the following requirements:...Annotation Product Solution GroupDocs...way. Using Images Note See Common List with Image template using...

    docs.groupdocs.com/assembly/java/template-synta...
  8. Convert ODT to TIFF using Node.js

    Easily convert ODT to TIFF using Node.js. Follow this simple guide to export ODT to TIFF in Node.js and streamline document processing in your application....Annotation Product Family GroupDocs...archiving document content, image formats offer a universal and...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  9. How to Extract Images from PowerPoint in Java

    Let's learn the process of how to extract Images from PowerPoint in Java and how to use it for creating the application to get Images from PowerPoint using Java....Annotation Product Family GroupDocs...Product Family How to Extract Images from PowerPoint in Java This...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  10. Extract images to files | Documentation

    This article explains that how to extract Images to files....Annotation Product Solution GroupDocs...Working with images / Extract images to files Extract images to files...

    docs.groupdocs.com/parser/net/extract-images-to...