Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 2,810 for

image annotation

(0.05 sec)
  1. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples...Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  2. GroupDocs.Assembly for .NET | Documentation

    Release notes Package repository GroupDocs.Assembly for Net - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Net reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text documents, spreadsheets, presentations, PDF files, email messages, and Images....Annotation Product Solution GroupDocs...files, email messages, and images. About GroupDocs.Assembly OVERVIEW...

    docs.groupdocs.com/assembly/net/
  3. Merge Open Document files | Documentation

    Learn how to merge Open Document files, combine ODT, ODS, ODP files into one file programmatically in Java language using GroupDocs.Merger for Java library....Annotation Product Solution GroupDocs...hold content such as text, images, objects and styles. The ODT...

    docs.groupdocs.com/merger/java/merge/open-docum...
  4. Numériser un code QR à partir d'un fichier JPG ...

    Découvrez facilement comment scanner un code QR à partir d'un JPG à l'aide de C# sans avoir besoin d'installations de logiciels supplémentaires ainsi qu'un exemple de code pour extraire un code QR à partir d'un JPG en C#....Annotation Product Family GroupDocs...d’analyser le contenu de l’image Appliquez la méthode Parser...

    kb.groupdocs.com/fr/parser/net/scan-qrcode-from...
  5. Comment extraire du texte d'un document Word à ...

    Ce didacticiel rapide fournit des informations détaillées sur l'extraction de texte d'un document Word à l'aide de C # et sur la création du texte lu à partir de l'application Word document C #....Annotation Product Family GroupDocs...article sur l’extraction d’images de PDF en C#, consultez le...

    kb.groupdocs.com/fr/parser/net/how-to-extract-t...
  6. Mettre à jour le texte du filigrane dans DOCX à...

    Apprenez rapidement comment mettre à jour le texte d'un filigrane dans DOCX à l'aide de Java. Nous vous fournirons le code pour modifier le texte du filigrane dans DOCX en Java sans utiliser de logiciel supplémentaire....Annotation Product Family GroupDocs...qu’il s’agisse de texte ou d’images, sont des superpositions visibles...

    kb.groupdocs.com/fr/watermark/java/update-water...
  7. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/exporting-metad...
  8. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/exporting-meta...
  9. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } 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...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  10. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/get-supported-...