Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 24,546 for

may

(0.05 sec)
  1. New Features and Extended Support of File Forma...

    Another month, another version. Today we are releasing version 17.8.0 of GroupDocs.Viewer for .NET. This version resolves a number of bugs that were found in prior releases. Furthermore, we have added the support of more file formats as well as introduced new features in this monthly release. Please continue to find out more about version 17.8.0. Rendering Documents with Comments From version 17.8.0, we have extended the support of rendering document comments....complete worksheet may take considerable time and may result in decreased...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  2. eSign document with Text signature | Documentation

    This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically....This is how a text signature may look like: How to eSign document...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/esign-document...
  3. eSign Image with Metadata signature | Documenta...

    This article shows how to add metadata signatures to the image exif metadata layer with various data types...signature perspective image metadata may content any hidden value of standard...to the . GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/esign-image-w...
  4. i can solve problems by sohaibabbas · Pull Requ...

    please share the code...commits from the old base branch may be removed from the timeline...timeline, and old review comments may become outdated. Loading Change...

    github.com/adam-p/markdown-here/pull/586
  5. GroupDocs.Search Product Family - Free Support ...

    Get technical support of GroupDocs.Search for .NET and Java....6 571 May 19, 2021 Text search is not working 9 425 May 1, 2021...

    forum.groupdocs.com/c/search/16
  6. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....query , options ); // The result may contain the following word sequences:...resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/queries-in-text-...
  7. editor - GroupDocs.Editor for Java - API Reference

    All Classes Packages com.groupdocs.editor com.groupdocs.editor.formats com.groupdocs.editor.handler com.groupdocs.edi...... May be NULL and may return null - in that...set custom logger or caching. May be NULL - in that case Editor...

    apireference.groupdocs.com/editor/java/com.grou...
  8. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you May want to obtain information about pages in a note document.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. SVG to Image Conversion Issue - Free Support Fo...

    Hello, We are facing an issue with some SVG to JPG Conversion for the attached SVG, Conversion gets successful but converted files looks like texts are gets errased, please check those files here – (https://drive.google.…... Swapnil_Walke May 3, 2022, 5:14am 5 Is there any...update on this issue ? atir.tahir May 3, 2022, 11:36am 6 @Swapnil_Walke...

    forum.groupdocs.com/t/svg-to-image-conversion-i...
  10. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System.... The chunk may include information such as the...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...