Sort Score
Result 10 results
Languages All
Labels All
Results 4,951 - 4,960 of 9,144 for

document annotation

(0.5 sec)
  1. Extracting common image information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. Minify HTML | GroupDocs

    Learn how to minify HTML and CSS when rendering of Documents into HTML and make your HTML Documents load faster with GroupDocs.Viewer....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/minify-html/
  3. Update index | GroupDocs

    This article explains that how to update indexed Documents, as well as updating an index version in Java....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/update-index/
  4. Convert PNG to JPG with Python

    Learn how to convert PNG to JPG with Python without installed extra software. This topic also provide a code eample that explains how to export PNG to JPG in Python....Annotation Product Family GroupDocs...PNG file path to open the document for conversion Instantiate...

    kb.groupdocs.com/conversion/python/convert-png-...
  5. Convert CSV to MD using C#

    Let's swiftly grasp how to convert CSV to MD using C# without extra software installations. We will present you the key steps and C# code to export CSV to MD....Annotation Product Family GroupDocs...prepared, human-readable documents, CSV is frequently used for...

    kb.groupdocs.com/conversion/net/convert-csv-to-...
  6. GroupDocs.Viewer for .NET | GroupDocs

    GroupDocs.Viewer for .NET allows you to render Documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your .NET application....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/
  7. Image search options | GroupDocs

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/image-sea...
  8. Custom text extractors | GroupDocs

    GroupDocs.Search for Java supports indexing of many Document formats. But there is also the possibility to implement support for any format other than the existing ones....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/custom-text-extr...
  9. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in Documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/numeric-r...
  10. Modifying found watermark properties | GroupDocs

    Search for existing watermarks and update their text, formatted text, or image using GroupDocs.Watermark for Python via .NET....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/python-net/modifyi...