Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 7,059 for

may

(0.14 sec)
  1. Sign document with XAdES Digital signature | Gr...

     This article explains how to sign Spreadsheet document with XAdES Digital electronic signatures using advanced options with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/sign-document-...
  2. How to save document with password | GroupDocs

    This article explains how to save document with password protection....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/save-signed-do...
  3. Sign VBA macroses with Digital signature | Grou...

    This article explains how to e-sign VBA macros in the excel document using .Net C# with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/sign-vba-macro...
  4. Sign document with XAdES Digital signature | Gr...

     This article explains how to sign Spreadsheet document with XAdES Digital electronic signatures using advanced options with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/sign-document...
  5. Highlighting results in network | GroupDocs

    This page contains information about highlighting search results in the search network....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/highlighting-resu...
  6. Homophone search | GroupDocs

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/homophone-search/
  7. Extract images to files | GroupDocs

    This article explains that how to extract images to files....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/extract-images-t...
  8. HTML | GroupDocs

    This article explains that how to extract HTML formatted text from document page....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/html/
  9. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  10. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....resources GitHub examples You may easily run the code above and...

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