Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 2,724 for

image annotation

(0.08 sec)
  1. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer Java API to convert web documents to PDF, PNG, and JPEG formats....Annotation Product Solution GroupDocs...convert the document to PDF or image format. These methods allow...

    docs.groupdocs.com/viewer/java/render-web-docum...
  2. Sign documents with standard QR-code entries | ...

    This article explains how to create QR-code electronic signature with standard encoded entries like Address, Email, V-Card, MeCard, EPC/SEPA, Event etc...Annotation Product Solution GroupDocs...Address inside the QR-Code image This example shows how to esign...

    docs.groupdocs.com/signature/java/sign-document...
  3. Barcodes Syntax and Properties | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Inserting Barcodes Dynamically You can insert barcode Images to your documents dynamically using barcode tags. To declare a dynamically inserted barcode Image within your template, perform the following steps: Add a textbox to your template at the place where you want a barcode Image to be inserted. Set common Image attributes such as size, rotation angle, and others for the textbox, making the textbox look like a barcode Image without bars and text....Annotation Product Solution GroupDocs...Usage / Working with Barcode Image Generation / Barcodes Syntax...

    docs.groupdocs.com/assembly/java/barcodes-synta...
  4. Convert DOCX to TIFF using Python

    Easily convert DOCX to TIFF using Python with clear code examples. Follow this guide to export DOCX to TIFF using Python for high-quality Image output....Annotation Product Family GroupDocs...Python Converting documents into image formats is a common practice...

    kb.groupdocs.com/conversion/python/convert-docx...
  5. GroupDocs.Conversion Product Family

    Find answers about converting documents and Images of various types using code on any platform....Annotation Product Family GroupDocs...using C# How to Convert HTML to Image in C# How to Convert RTF to...

    kb.groupdocs.com/conversion/page/20/
  6. Convert project management formats | Documentation

    This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for .NET....Annotation Product Solution GroupDocs...also be exported to PDF or image formats for documentation. Common...

    docs.groupdocs.com/conversion/net/convert/proje...
  7. Convert project management formats | Documentation

    This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for Java....Annotation Product Solution GroupDocs...also be exported to PDF or image formats for documentation. Common...

    docs.groupdocs.com/conversion/java/convert/proj...
  8. Render to PNG or JPEG | Documentation

    With GroupDocs.Viewer for .NET you can render documents to PNG and JPEG formats....Annotation Product Solution GroupDocs...document as a separate PNG or JPG image. To render files to PNG/JPG...

    docs.groupdocs.com/viewer/net/rendering-to-png-...
  9. 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...
  10. 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-...