Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 2,723 for

image viewer

(0.22 sec)
  1. OCR support | Documentation

    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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Viewer Product Solution GroupDocs...character recognition, OCR) on images, either separate or embedded...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  2. Add Text Watermark to PNG using C#

    Explore the method how to add text watermark to PNG using C#. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in C#....Viewer Product Family GroupDocs.Comparison...Adding a text watermark to PNG images can enhance their visual appeal...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  3. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Comparison can work with....Viewer Product Solution GroupDocs...Outlook Message Item File ✅ Image file formats Format Description...

    docs.groupdocs.com/comparison/python-net/suppor...
  4. Rendering Archive Documents

    The Compressed files (e.g .ZIP or TAR) use file compression in order to save the disk space. Also, the compressed archive formats can be used to compress multiple files into a single archive. This post demonstrates the usage of the GroupDocs.Viewer API to render the list of files or folders from an archive file. Rendering the List of a Folder from the Archive The GetPages method of both ViewerImageHandler and ViewerHtmlHandler renders the items from the root of archives....Viewer API to render the list of files...Rendering Specified Folder into Image, HTML or PDF # To render a specified...

    blog.groupdocs.com/viewer/rendering-archive-doc...
  5. GroupDocs.Assembly for .NET 3.2.0 Release Notes...

    This page contains release notes for GroupDocs.Assembly for .NET 3.2.0 Major Features Added abilities to insert outer documents and to generate barcode Images while assembling a document. Full List of Issues Covering all Changes in this Release Key Summary Category ASSEMBLYNET-8 Add support for outer document insertion while generating Word Processing documents Feature ASSEMBLYNET-10 Support number formatting features missing in ....Viewer Product Solution GroupDocs...documents and to generate barcode images while assembling a document...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  6. Convert ODT to JPG using Node.js

    Learn how to convert ODT to JPG using Node.js with a simple script. This guide shows how to export ODT to JPG in Node.js using powerful file conversion library....Viewer Product Family GroupDocs.Comparison...to turn editable files into images. This can be useful for previews...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  7. How to Convert PDF to TIFF using C#

    Understand document conversion process and how to convert PDF to TIFF using C#. Learn how to use these instructions to create PDF to TIFF converter C# capability....Viewer Product Family GroupDocs.Comparison...Finally, save the converted TIFF image to the disk by calling the Convert...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Advanced Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Viewer Product Solution GroupDocs...documents Using OCR to redact image documents Using redaction filters...

    docs.groupdocs.com/redaction/java/advanced-usage/
  9. Watermarks in PDF document | Documentation

    Learn about how many ways the Groupdocs.watermark can add watermarks in PDF documents....Viewer Product Solution GroupDocs...objects: An image XObject represents a sampled visual image such as...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  10. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your Image. Ex: "C:\\Docs\\Image.png" Watermarker watermarker = new Watermarker("Image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Viewer Product Solution GroupDocs...relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...

    docs.groupdocs.com/watermark/java/adding-text-w...