Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 8,276 for

image

(0.13 sec)
  1. Delete signatures from documents | Documentation

    This sections shows how to delete signatures from pdf or many other formats with GroupDocs.Signature API....Leave feedback ✖ Barcode ✖ Image ✖ QR Code ✖ Text ✖ Digital ✖...

    docs.groupdocs.com/signature/java/delete-signat...
  2. Extracting MakerNote Metadata | Documentation

    What is MakerNote? MakerNote metadata refers to Image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs....formats / Images / Working with metadata in JPEG images / Extracting...MakerNote metadata refers to image information that is written...

    docs.groupdocs.com/metadata/net/extracting-make...
  3. GroupDocs Viewer for .NET 1.5.0 Supports Micros...

    We’re happy to announce the release of GroupDocs Viewer for .NET 1.5.0 as an update to our suite of .NET Libraries. This version includes many new features and enhancements. Some of the features and enhancements are listed below: Support for Microsoft Visio and Microsoft Outlook file formats A setting to customize the width of the thumbnails container A setting to display the Image width (for cache generation) Cross-domain detection Support for Norwegian language Header-less Viewer and control methods Concatenation of multiple streams into one document Usage of a default width for Images having smaller widths A message box to display the file-download errors Client error handling for GetPdf2JavaScript Supports the display of pages with variable heights in their original proportion Resizing after creation: the setWidth and setHeight methods allow resizing of the viewer even after creation Error propagation to customer’s code: an event is triggered when an error occurs, containing the information about the error....container A setting to display the image width (for cache generation)...Usage of a default width for images having smaller widths A message...

    blog.groupdocs.com/total/groupdocs-viewer-for-n...
  4. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console.... WriteLine ( "Image height: {0}" , videoStreamProperty...ImageHeight ); Console . WriteLine ( "Image width: {0}" , videoStreamProperty...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Deleting multiple signatures of different types...

    This article shows how to delete multiple electronic signatures different ways with GroupDocs.Signature API....BaseSignature >(); // collect image signatures to delete foreach...SignatureType == SignatureType . Image ) { signaturesToDelete . Add...

    docs.groupdocs.com/signature/net/deleting-multi...
  6. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...usage / Using OCR to redact image documents / Use Microsoft Azure...Cognitive Services consider this image as wrong ({0})" , ex . ToString...

    docs.groupdocs.com/redaction/net/use-microsoft-...
  7. C# Diff Library - Compare Text Files (PDF, DOC(...

    It compares and merges Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML documents. Document comparison API compares content to detect changes for words, paragraphs and characters....words and characters; Tables; Images; Shapes etc. Here are simple...specify desired page numbers, image format etc. The following are...

    blog.groupdocs.com/comparison/groupdocs-compari...
  8. Obtain document form fields and signatures info...

    This article shows how to get information about electronic signatures in the document and its form fields with GroupDocs.Signature API....()); } // display document Image signatures information System...System . out . print ( "Document Image signatures : " + documentInfo...

    docs.groupdocs.com/signature/java/obtain-docume...
  9. Using OCR to extract a text from images and PDF...

    GroupDocs.Parser provides API to extract a text from Image files and non-text PDFs documents. The following articles describe how to use API to extract data and integrate any paid or free OCR solution to GroupDocs.Parser....OCR to extract a text from images and PDFs Using OCR to extract...extract a text from images and PDFs Leave feedback GroupDocs.Parser...

    docs.groupdocs.com/parser/java/using-ocr/
  10. Saving signed documents with different formats ...

    This section explains how to save document with various file formats....different formats Leave feedback Image → format PDF → format Presentaion...

    docs.groupdocs.com/signature/net/saving-signed-...