Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 8,175 for

image

(0.06 sec)
  1. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Comparison can work with....Outlook Message Item File ✅ Image file formats Format Description...detection Bitmap Image ✅ DICOM (Digital Imaging and Communications...

    docs.groupdocs.com/comparison/python-net/suppor...
  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#....Adding a text watermark to PNG images can enhance their visual appeal...watermark is in the context of PNG images. A text watermark is a visible...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  3. Merge JPG files using C#

    Acquire proficiency in how to merge JPG files using C#. We'll furnish you with code example to combine JPG files in C# without additional software installations....a fundamental operation in image processing and document generation...multiple images into a single image, or preparing images for a presentation...

    kb.groupdocs.com/merger/net/merge-jpg-files-usi...
  4. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....for attached documents and images. Apple Mail Message Watermark...for attached documents and images. Microsoft Outlook Email Template...

    docs.groupdocs.com/watermark/java/supported-doc...
  5. Working with spreadsheet document attachments |...

    This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking Java API... println ( "Preview image size: " + attachment . getPreviewImageConte...previewImageBytes , // Preview image content 50 , // X-coordinate...

    docs.groupdocs.com/watermark/java/working-with-...
  6. Search in WEBP Online

    Free online document search. Secure and easy to use full text online search in WEBP.... WEBP Raster Web Image File Format WebP, introduced...Google, is a modern raster web image file format that is based on...

    products.groupdocs.app/search/webp
  7. OCR Usage Basics | Documentation

    This article explains how to use OCR....OCR to extract a text from images and PDFs / OCR Usage Basics...a text from images. To extract a text from image files or non-text...

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  8. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution....usage / Using OCR to redact image documents / OCR Usage Basics...method, taking a stream with an image as an argument and returning...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  9. 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....relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...watermarker = new Watermarker ( "image.png" ); // Initialize the font...

    docs.groupdocs.com/watermark/java/adding-text-w...
  10. Get text coordinates | Documentation

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page Image....over the image or to implement a text search in image-based rendering...Sub End Module The following image shows a sample console output:...

    docs.groupdocs.com/viewer/net/image-viewer-get-...