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

image

(0.11 sec)
  1. 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...
  2. OCR Usage Basics | GroupDocs

    This article explains how to use OCR....OCR to extract a text from images and PDFs / OCR Usage Basics...ability to extract a text from images and PDFs (which don’t contain...

    docs.groupdocs.com/parser/net/ocr-usage-basics/
  3. Existing objects in diagrams | GroupDocs

    Find, remove, and modify shapes and headers/footers in Visio documents using Python via .NET.... DiagramContent ) image_criteria = gws_sc . ImageDctHashSearchCr...search ( text_criteria . or_ ( image_criteria )) possible . clear...

    docs.groupdocs.com/watermark/python-net/existin...
  4. Conversion from STL and IFC is Supported in Gro...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.10. This release permits users to hide comments when converting from Cells. Conversion from STL and IFC is also introduced in 17.10 version of the API. Aside these features, API covers many improvements and bug fixes. Such as Slides to XPS conversion is improved. We’d recommend you to download this latest release and share your documents conversion experience....Conversion of document containing images to RTF with “old readers” compatibility...work PPTX to HTML Conversion - Image without background converted...

    blog.groupdocs.com/conversion/conversion-from-s...
  5. annotation.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/annotation/net/technical-support/weekly0.5https://docs.groupdocs.com/annotation/jav......com/annotation/java/add-image-annotation/weekly0.5https://docs...groupdocs.com/annotation/net/add-image-annotation/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/annotation.xml
  6. Use OCR Connector | GroupDocs

    This article explains how to integrate OCR solution to GroupDocs.Parser...OCR to extract a text from images and PDFs / Use OCR Connector...provides text recognition from images and scanned PDFs in English...

    docs.groupdocs.com/parser/net/use-ocr-connector/
  7. GroupDocs.Signature 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....Implementation for Text and Image types. We would recommend you...Implementation for Text and Image types Available Channels and...

    blog.groupdocs.com/categories/groupdocs.signatu...
  8. How to Convert Bitmap to PNG using Java

    This short article walks you through the workflow to convert Bitmap to PNG using Java and how to use this guide to change BMP to PNG in Java....article to demonstrate the image conversion from one format to...You have to initialize the image conversion process by setting...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert web documents to PDF, PNG, and JPEG formats....convert the document to PDF or image format. These methods allow...specify the quality of document images. Refer to the following documentation...

    docs.groupdocs.com/viewer/net/render-web-docume...
  10. Adding text watermarks | GroupDocs

    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...