Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 9,022 for

image

(0.03 sec)
  1. Email to HTML Conversion Introduced in GroupDoc...

    GroupDocs team is glad to announce monthly release of .NET Document Conversion API v17.9.0. In this monthly release new document conversion features like Convert from email to HTML document and email to diagram are introduced. This release is also including major fixes and improvements. We recommend our users to download the new release and use the new exciting features to enhance their application. .NET Document Conversion API - Major Changes This monthly release of GroupDocs....Compression does not seem to work Image without background converted...dot is added near Header Text Images are missing when PDF is saved...

    blog.groupdocs.com/conversion/groupdocs.convers...
  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. GroupDocs.Classification Product Family on Grou...

    GroupDocs.Classification Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Classification Product Family on GroupDocs Blog | Do...... Have a look at the image below: You can see how API classifies...

    blog.groupdocs.com/categories/groupdocs.classif...
  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.Comparison 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....find differences between two images. After going through this,...you will easily compare any images and highlight the identified...

    blog.groupdocs.com/categories/groupdocs.compari...
  6. 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...
  7. Features Overview | Documentation

    GroupDocs.Assembly for .NET is an API that allows you to generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, Image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....formatting for numeric, text, image, date-time, chart elements Conditional...report types, e.g., charts, image, tables, lists and more Inline...

    docs.groupdocs.com/assembly/net/features-overview/
  8. 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...
  9. 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...
  10. 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...