Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 8,993 for

image

(0.1 sec)
  1. Generate Tiling Watermarks - Enhance Document S...

    Discover the techniques to generate tiling watermarks for documents using C#, Java, and Node.js. Enhance your document security with this step-by-step guide....on the specific document or image being protected. Below, we explore...ideal use cases. Refer to the image below for visual representations...

    blog.groupdocs.com/watermark/generate-tiling-wa...
  2. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Files using C# How to Compare Images in Java How to Convert Text...to PDF in C# How to Compare Images in C# How to Compare Excel...

    kb.groupdocs.com/categories/page/37/
  3. Add Ellipse Annotation in Multiple Documents

    We are always keen to make our APIs rich in features and enhance usability. When we talk about annotation types. One cannot neglect ellipse annotation. Its a multi purposed annotation type. For instance you can use it to display extra information on your gauge or capture graph hits against a target line. Previously, Ellipse annotation was implemented in .NET version and it seemed very useful. We are pleased to announce that Ellipse annotation is now added in GroupDocs....formats only: PDF Word Slide Image Cell Diagram Setting Watermarks...annotated Import annotations for Images doesn’t close stream Annotation...

    blog.groupdocs.com/annotation/add-ellipse-annot...
  4. Add Document Annotation Functionality to Your D...

    We’re pleased to announce the release of the DNN module that allows developers to easily integrate the GroupDocs.Annotation for .NET library into DNN websites. This is a “full-integration” module that doesn’t require the library to be installed separately. The module has been approved by the DNN admins and is now available for download from the official DNN store. A few words about the library itself. GroupDocs.Annotation for .NET is an HTML5-based document annotator designed specifically for integration into third-party apps and websites....web-compatible form (HTML, CSS, images, JS) and then renders these...annotate over 50 document and image types using any HTML5-compatible...

    blog.groupdocs.com/annotation/add-document-anno...
  5. 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...
  6. Issue with Footnote Number is Resolved

    If you worked with earlier versions of the API, you are probably aware that there was issue in footnote number conversion. A Word document with such footnotes was converted to PDF or any other supported file format successfully but the footnote number order was disturbed. There was one more issue reported in the forum. It was about converting a PowerPoint document with black SmartArt text to PDF. And the SmartArt text in the resultant document was changed to white text....background when converting to Image format Lastly, we’ve added a...

    blog.groupdocs.com/conversion/issue-with-footno...
  7. Scaling | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......attributes Text search in network Image search in network Was this page...

    docs.groupdocs.com/search/net/scaling/
  8. Scaling | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......attributes Text search in network Image search in network Was this page...

    docs.groupdocs.com/search/java/scaling/
  9. Updating documents | Documentation

     This section contains examples on electronic signatures updates using extended options with GroupDocs.Signature API....with advanced options Updating Image signatures with advanced options...

    docs.groupdocs.com/signature/java/updating/
  10. 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...