Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 9,064 for

images

(0.06 sec)
  1. Email messages | Documentation

    Learn how to add watermark in Outlook email messages.... close (); Embedding image to email message body GroupDocs...provides the feature of embedding images in the body of the email message...

    docs.groupdocs.com/watermark/java/email-messages/
  2. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded Images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in Images....to redact image documents Using OCR to redact image documents...Redaction supports both types of image documents for Optical Character...

    docs.groupdocs.com/redaction/net/using-ocr/
  3. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive....archives as HTML, PDF, and image files Leave feedback allows...(stylesheets, raster and vector images, and fonts) are stored inside...

    docs.groupdocs.com/viewer/net/render-archive-fi...
  4. Control Documents Comparison Sensitivity

    Integrate GroupDocs.Comparison for .NET 19.6 in your project and take control of documents comparison sensitivity. Detecting source and target documents style changes or inserted/deleted items and then highlighting them in the resultant file is a common yet major feature. But we have something new, something enormous for you. You can now get detailed comparison of the documents. In ComparisonSettings class we added SensitivityOfComparison method using that you can set sensitivity of documents comparison....in this release: Duplicate Images in Result file in PDF PDF comparison...overlapped with other text or images Merged Documents and then comparing...

    blog.groupdocs.com/comparison/control-documents...
  5. Add watermarks to word processing documents | D...

    GroupDocs.Watermark API allows you to add watermark in headers and footers of the page....); } Adding watermark to the images inside a particular section...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 ));...

    docs.groupdocs.com/watermark/net/add-watermarks...
  6. GroupDocs.Redaction Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....with the scanned document with images. The earlier articles may help...redact PDF text and text in images within a document using Java...

    blog.groupdocs.com/categories/groupdocs.redacti...
  7. Add watermarks to PDF documents | Documentation

    The watermarking Java API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all Images or attachments of a particular page is possible....textWatermarkOptions ); // Add image watermark to the second page...(); Adding watermark to all images of a particular page The API...

    docs.groupdocs.com/watermark/java/add-watermark...
  8. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...specific formats / Images / Extracting Common Image Information Extracting...Extracting Common Image Information Leave feedback For all supported...

    docs.groupdocs.com/metadata/net/extracting-comm...
  9. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Watermark for Node.js via Java....Document Attach Watermark to all Images in a Particular Section, Page...Particular Frames of a Multi-Framed Image Allocate Hidden Watermark to...

    docs.groupdocs.com/watermark/nodejs-java/featur...
  10. Scan QR Code from PNG using C#

    Easily discover how to scan QR Code from PNG using C# without need for additional software installations along with code example to extract QR Code from PNG in C#....using C# Scanning QR codes from images, especially in the PNG format...extraction of this data from PNG images can streamline various business...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pn...