Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 3,279 for

image viewer

(0.07 sec)
  1. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Viewer Product Solution GroupDocs...Annotations(comments) Remarks Embedded images OCR Remove Page Saves the document...

    docs.groupdocs.com/redaction/java/supported-doc...
  2. How to Compare Images in C#

    Do you want to perform Image comparison easily, then review the guide to compare Images in C# and learn how to create the Image comparison in C# functionality?...Viewer Product Family GroupDocs.Comparison...Product Family How to Compare Images in C# In this how-to article...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  3. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using GroupDocs. Watermarks Java API....Viewer Product Solution GroupDocs...you pass instance to method. Image search criteria Sometimes a...

    docs.groupdocs.com/watermark/java/searching-wat...
  4. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Viewer Product Solution GroupDocs...Annotations(comments) Remarks Embedded images OCR Remove Page Page Filters...

    docs.groupdocs.com/redaction/python-net/support...
  5. Barcodes Syntax and Properties | GroupDocs

    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....Viewer Product Solution GroupDocs...Usage / Working with Barcode Image Generation / Barcodes Syntax...

    docs.groupdocs.com/assembly/net/barcodes-syntax...
  6. 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...Viewer Product Solution GroupDocs...Address inside the QR-Code image This example shows how to esign...

    docs.groupdocs.com/signature/java/sign-document...
  7. Generating document preview - advanced | GroupDocs

    This article shows how to generate document pages with advanced options....Viewer Product Solution GroupDocs...(see ); property set to true image preview format - PNG / JPG /...

    docs.groupdocs.com/signature/java/generating-do...
  8. GroupDocs.Metadata for Python overview | GroupDocs

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....Viewer Product Solution GroupDocs...associated with various document, image, audio, video and many other...

    docs.groupdocs.com/metadata/python-net/product-...
  9. Convert GIS formats | GroupDocs

    In this article, you will learn how to convert GIS formats to other formats or another GIS format with GroupDocs.Conversion for .NET....Viewer Product Solution GroupDocs...spatial or geographical data to viewers for visualization, analysis...

    docs.groupdocs.com/conversion/net/convert/gis/
  10. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on Images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in Images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Viewer Product Solution GroupDocs...character recognition, OCR) on images, either separate or embedded...

    docs.groupdocs.com/search/java/ocr-support/