Sort Score
Result 10 results
Languages All
Labels All
Results 6,981 - 6,990 of 40,742 for

documents

(0.34 sec)
  1. How To Install Windows Fonts on Ubuntu | Docume...

    This article will show how you can install Windows fonts on Ubuntu....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...will help us improve our documentation. On this page Analyzing...

    docs.groupdocs.com/viewer/java/how-to-install-w...
  2. Hoe afbeeldingen uit Word-document te extrahere...

    Dit artikel bevat uitgebreide instructies om afbeeldingen uit een Word-document te extraheren met Java en hoe u de Java-afbeeldingsextractor kunt maken vanuit de Word-toepassing....Hoe afbeeldingen uit Word-document te extraheren met Java Deze...Afbeeldingen uit het Word -document te extraheren met Java en...

    kb.groupdocs.com/nl/parser/java/how-to-extract-...
  3. Extracting common image information | Documenta...

    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:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/extracting-com...
  4. 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 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/handling-mpeg-a...
  6. Get source and target text from files | Documen...

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...object. Specify the source document path or stream. Call the method...

    docs.groupdocs.com/comparison/net/get-source-an...
  7. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Hoe tekst uit Word-document in Java te extraheren

    Deze korte zelfstudie beschrijft het proces om tekst uit een Word-document in Java te extraheren en hoe de toepassing te ontwikkelen om tekst uit DOCX te extraheren met Java....Family Hoe tekst uit Word-document in Java te extraheren In deze...te extraheren uit het Word -document in Java . Verder leert u hoe...

    kb.groupdocs.com/nl/parser/java/how-to-extract-...
  9. List and print all supported file types | Docum...

    This article explains how to list and print file types supported by GroupDocs.Viewer for Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Retrieve the document information / List and print...

    docs.groupdocs.com/viewer/java/how-to-list-and-...
  10. Working with Chart Reports - Bubble | Documenta...

    The Bubble Chart As per wikipedia, a Bubble Chart can be described as: A bubble chart is a type of chart that displays three dimensions of data. Each entity with its triplet (v1, v2, v3) of associated data is plotted as a disk that expresses two of the vi values through the disk’s xy location and the third through its size. Bubble charts can facilitate the understanding of social, economical, medical, and other scientific relationships....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Processing Document Bubble Chart in Spreadsheet Document Bubble Chart...

    docs.groupdocs.com/assembly/net/working-with-ch...