Sort Score
Result 10 results
Languages All
Labels All
Results 5,931 - 5,940 of 37,329 for

documents

(0.06 sec)
  1. Comment comparer des documents Word avec Java

    Ce court didacticiel décrit le processus de comparaison de Documents Word à l'aide de Java et fournit des informations complètes sur l'écriture de code Java pour comparer deux Documents Word....Family Comment comparer des documents Word avec Java Ce didacticiel...complète pour comparer Word documents à l’aide de Java . Cet article...

    kb.groupdocs.com/fr/comparison/java/how-to-comp...
  2. Rechercher et filtrer des documents en Java

    Découvrez rapidement comment rechercher et filtrer des Documents en Java. Découvrez des techniques permettant de filtrer les résultats de recherche de Documents en Java pour une récupération précise des données....des documents en Java La gestion efficace des documents implique...et un filtrage précis des documents en Java pour rationaliser...

    kb.groupdocs.com/fr/search/java/search-and-filt...
  3. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...absolute or relative path to your document. Ex: @"C:\Docs\message.msg"...

    docs.groupdocs.com/watermark/net/add-watermarks...
  4. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....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. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....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...
  6. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for Java starting from version 20.2: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata properties. Getting document information and preview generation...

    docs.groupdocs.com/metadata/java/migration-notes/
  7. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...NET / Developer Guide / Edit document / Edit PowerPoint Presentations...

    docs.groupdocs.com/editor/net/inserting-edited-...
  8. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...easily run the code from documentation articles and see the features...

    docs.groupdocs.com/search/net/nesting-search-qu...
  9. Get the PDF output file information | Documenta...

    This article explains how to get the PDF output file information using .NET / C# with GroupDocs.Viewer for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer guide / Retrieve the document information / Get the PDF...

    docs.groupdocs.com/viewer/net/get-pdf-output-fi...
  10. Convert page layout formats | Documentation

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...shows how to convert a DOCX document to TEX format in Java using...

    docs.groupdocs.com/conversion/nodejs-java/conve...