Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 4,078 for

as

(0.04 sec)
  1. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API.

    docs.groupdocs.com/search/java/keyboard-layout-...
  2. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Comparison....This article explains how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Comparison.

    docs.groupdocs.com/comparison/java/get-file-info/
  3. Installation | Documentation

    Installing GroupDocs.Metadata for .NET through NuGet NuGet is the eAsiest way to download and install GroupDocs.Metadata for .NET. Following are the couple of ways to install GroupDocs.Metadata for .NET in your project using NuGet. To install, you can use any of the commands suitable for your environment NugetInstall. Below are examples of how to install when using Visual Studio. Using Package Manager GUI Follow these steps to reference GroupDocs.Metadata using Package Manager GUI:...Installing GroupDocs.Metadata for .NET through NuGet NuGet is the easiest way to download and install GroupDocs.Metadata for .NET. Following are the couple of ways to install GroupDocs.Metadata for .NET in your project using NuGet. To install, you can use any of the commands suitable for your environment NugetInstall. Below are examples of how to install when using Visual Studio. Using Package Manager GUI Follow these steps to reference GroupDocs.Metadata using Package Manager GUI:

    docs.groupdocs.com/metadata/net/installation/
  4. Advanced search for Digital signatures | Docume...

     This article explains how to make advanced search for digital electronic signatures with GroupDocs.Signature API.... This article explains how to make advanced search for digital electronic signatures with GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/advanced-sear...
  5. Search for Digital e-signatures | Documentation

    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/java/search-for-di...
  6. Search for QR-Code e-signatures | Documentation

    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/java/search-for-qr...
  7. Exclude fonts | Documentation

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java.

    docs.groupdocs.com/viewer/java/exclude-fonts/
  8. Specify encoding when loading documents | Docum...

    This article explains how to specify encoding when loading documents with GroupDocs.Viewer within your Java applications....This article explains how to specify encoding when loading documents with GroupDocs.Viewer within your Java applications.

    docs.groupdocs.com/viewer/java/specify-encoding...
  9. Homophone search | Documentation

    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 using Java search API....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 using Java search API.

    docs.groupdocs.com/search/nodejs-java/homophone...
  10. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented As strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata.

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