Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 8,560 for

image

(0.12 sec)
  1. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) from an existing Excel spreadsheet in SVG format using GroupDocs.Editor for Node.js....worksheet preview as an SVG image encapsulated in the SvgImage...svgPreview . save ( `Sample_out_image_ ${ worksheetIndex } .svg` );...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  2. Working with metadata in ASF files | Documentation

    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 the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage.... format ( "Image height: %s" , videoStreamProperty...println ( String . format ( "Image width: %s" , videoStreamProperty...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. 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....Text}" ); } // display document Image signatures information Console...Console . WriteLine ( $"Document Image signatures : {documentInfo.ImageSignatures...

    docs.groupdocs.com/signature/net/obtain-documen...
  4. 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: " + ex . toString...

    docs.groupdocs.com/redaction/java/use-microsoft...
  5. GroupDocs.Annotation for .NET Visual Studio Plu...

    GroupDocs Team always tries to improve user experience and facilitate users to save their precious time and minimize the extra efforts by creating different VS plugins, in this regard we are glad to announce of Document Annotation API Visual Studio plugin which helps and performs all the steps required to try-out examples automatically. All you have to do is to install the plugin via .msi available and launch the plugin wizard from File Menu....understand How to annotate text and image Using Visual Studio Plugin,...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  6. Search Optical Signatures using Java E-Signing ...

    We are delighted to announce the another monthly release of GroupDocs.Signature for Java v18.4. This release comes up with many features like searching QRCode and Barcode signatures in supported documents. Aside this, few improvements and fixes are also introduced in this version of the API. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. eSignature API for Java v18....documents: # PDF Cells Slides Words Image Following code sample shows...

    blog.groupdocs.com/signature/java-e-signing-api...
  7. Determine the file type | Documentation

    This article explains how to get a type of a file with GroupDocs.Viewer for Java using Java....+ fileType ); The following image shows a sample console output:...

    docs.groupdocs.com/viewer/java/how-to-determine...
  8. Logging | Documentation

    Logging when rendering documents with GroupDocs.Viewer for Java...viewOptions ); } The following image shows the output.log file: Was...

    docs.groupdocs.com/viewer/java/logging/
  9. How to Run Examples | Documentation

    Examples to annotate on your documents, Images or web pages using C#....all the sample documents and images used in the examples. To run...this . Run from Docker Use the image to try GroupDocs.Annotation...

    docs.groupdocs.com/annotation/net/how-to-run-ex...
  10. Quick Start Guide | Documentation

    This quick start guide provides a comprehensive overview of setting up and using GroupDocs.Conversion for Java....format as image. ImageFileType.PNG : Sets the output image format...

    docs.groupdocs.com/conversion/java/getting-star...