Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 8,823 for

image

(0.08 sec)
  1. Existing objects in word processing document | ...

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API... Image != null ) { Console . WriteLine ( shape . Image . Width...shape . Image . Height ); Console . WriteLine ( shape . Image . GetBytes...

    docs.groupdocs.com/watermark/net/existing-objec...
  2. Advanced Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......documents Using OCR to redact image documents Using redaction filters...format handler Create PDF with Image Redaction Was this page helpful...

    docs.groupdocs.com/redaction/java/advanced-usage/
  3. 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...
  4. 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...
  5. 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
  6. OCR Usage Basics | Documentation

    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/
  7. 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...
  8. 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 ....documents and to generate barcode images while assembling a document...ASSEMBLYNET-12 Add barcode image generation support for Word...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  9. 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
  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....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...