Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 2,797 for

image annotation

(0.23 sec)
  1. How to generate barcode and sign document using...

    This guide describes how to improve your document with generated barcodes using C#. Sign your documents with Codabar, Event or Code39Extended using GroupDocs.Signature .NET API by GroupDocs....Annotation Product Solution GroupDocs...information as a quite small image that could be automatically...

    docs.groupdocs.com/signature/net/how-to-generat...
  2. Convert XLSX to GIF using Python

    Let's convert XLSX to GIF using Python in a few easy steps without installing extra APIs. Also, provided the code to effortlessly export XLSX to GIF in Python....Annotation Product Family GroupDocs...your XLSX spreadsheet as a GIF image Automating the conversion of...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  3. Render HTML as PNG using Python

    Quickly learn how to render HTML as PNG using Python. You will get code and steps to convert HTML to PNG in Python for custom dimensions for visual output....Annotation Product Family GroupDocs...allowing developers to generate image snapshots from HTML files with...

    kb.groupdocs.com/viewer/python/render-html-as-p...
  4. Supported File Formats | GroupDocs

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

    docs.groupdocs.com/comparison/python-net/suppor...
  5. Modifying found watermark properties | GroupDocs

    Search and update existing text or Image watermarks using Python via .NET....Annotation Product Solution GroupDocs...Watermark lets you replace text or images in watermarks that already...

    docs.groupdocs.com/watermark/python-net/modifyi...
  6. Use OCR Connector | GroupDocs

    This article explains how to integrate OCR solution to GroupDocs.Parser...Annotation Product Solution GroupDocs...OCR to extract a text from images and PDFs / Use OCR Connector...

    docs.groupdocs.com/parser/net/use-ocr-connector/
  7. Set zoom level when converting to HTML using Gr...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.7. This version of the API comes with number of new features such as setting zoom level, conversion from LaTex and getting extended document information. Aside this, multitude of improvements, bug fixes and some new document formats are introduced in this release. We would recommend you to download the new release and evaluate the exciting features to enhance document conversion experience....Convert Pdf documents without annotations GroupDocs Document Conversion...PDF_X_3 and PDF_X_1A Converting Image to Html with UsePdf=true always...

    blog.groupdocs.com/conversion/releasing-documen...
  8. GroupDocs.Conversion for .NET

    Find answers about converting documents and Images of various types using .NET code on any platform....Annotation Product Family GroupDocs...PNG using C# How to Convert Image to Word using C# How to Convert...

    kb.groupdocs.com/conversion/net/page/5/
  9. 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....Annotation Product Solution GroupDocs...relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...

    docs.groupdocs.com/watermark/java/adding-text-w...
  10. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD Image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract Image resource blocks (building blocks of the Photoshop file format) from a PSD Image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Annotation Product Solution GroupDocs...formats / Images / Working with metadata in PSD images Working...

    docs.groupdocs.com/metadata/net/working-with-me...