Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 3,322 for

groupdocs.editor,

(0.06 sec)
  1. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....GroupDocs.Metadata allows users to get meta information of a document.

    docs.groupdocs.com/metadata/java/get-document-i...
  2. Result of added watermarks | Documentation

    GroupDocs.Watermark API returns result with information about added watermarks...GroupDocs.Watermark API returns result with information about added watermarks

    docs.groupdocs.com/watermark/net/result-of-adde...
  3. Load password-protected document | Documentation

    This article explains how to load password-protected document while using GroupDocs. Watermarks Java API....This article explains how to load password-protected document while using GroupDocs. Watermarks Java API.

    docs.groupdocs.com/watermark/java/load-password...
  4. How to search for QR code signatures | Document...

    This article explains how to search for QR-code electronic signatures with GroupDocs.Signature API....This article explains how to search for QR-code electronic signatures with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/search-for-qr-...
  5. Handling password required exception | Document...

    This article shows how to handle missing document password exception with GroupDocs.Signature API....This article shows how to handle missing document password exception with GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/handling-pass...
  6. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;i

    docs.groupdocs.com/metadata/nodejs-java/getting...
  7. How to search for Digital signatures | Document...

    This topic explains how to search for digital electronic signatures across the documents with GroupDocs.Signature API....This topic explains how to search for digital electronic signatures across the documents with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/search-for-dig...
  8. Working with metadata in GIF images | Documenta...

    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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage<GifRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs.

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications....This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications.

    docs.groupdocs.com/viewer/nodejs-java/caching-r...
  10. Advanced search for Form Field signatures | Doc...

     This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API.... This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/advanced-searc...