Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 2,601 for

image annotation

(0.12 sec)
  1. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/removing-metad...
  2. Extract data from attachments and ZIP archives ...

    This article shows how to extract data (text, Images, PDF forms) from ZIP-archived documents with GroupDocs.Parser....Annotation Product Solution GroupDocs...easy to extract data, text, images and use any GroupDocs.Parser...

    docs.groupdocs.com/parser/java/extract-data-fro...
  3. Convertir TXT en RTF avec Node.js

    Apprenez à convertir du TXT en RTF avec Node.js grâce à GroupDocs.Conversion. Suivez ce guide pour exporter facilement du TXT au RTF avec Node.js et optimiser la gestion de vos documents....Annotation Product Family GroupDocs...facile de documents ODT en images TIFF de haute qualité. C’est...

    kb.groupdocs.com/fr/conversion/nodejs/convert-t...
  4. Remove Metadata from RTF using C#

    Learn how to efficiently remove metadata from RTF using C# with a code that demonstrates how to delete metadata from RTF in C# without installing extra software....Annotation Product Family GroupDocs...that supports text formatting, images, and other features. However...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  5. Як перетворити документ Word на текст на C#

    Бажаєте виконати перетворення документів лише за кілька кроків, потім дізнатися, як перетворити документ Word на текст у C#, і дослідити код конвертера C# Word у текст?...Annotation Product Family GroupDocs...опублікували статтю про зміну Excel на Image за допомогою C#, перегляньте...

    kb.groupdocs.com/uk/conversion/net/how-to-conve...
  6. Як перетворити растрове зображення в PNG за доп...

    Швидко перетворюйте зображення та дізнайтеся, як перетворювати Bitmap у PNG за допомогою C#, а також як використовувати API конвертера документів для C# BMP у PNG....Annotation Product Family GroupDocs...опублікували статтю про зміну Image на Word у C#, перегляньте посібник...

    kb.groupdocs.com/uk/conversion/net/how-to-conve...
  7. Як перетворити зображення на Word за допомогою C#

    У цій короткій статті описано поетапний процес перетворення зображень у Word за допомогою C# та як розробити програму для конвертера зображень у Word у C#....Annotation Product Family GroupDocs...покроковій процедурі перетворення Image на Word за допомогою C# за допомогою...

    kb.groupdocs.com/uk/conversion/net/how-to-conve...
  8. Add text watermarks | Documentation

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to Images or documents....Annotation Product Solution GroupDocs...watermarks to documents or images from local disks, as well as...

    docs.groupdocs.com/watermark/python-net/add-text/
  9. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  10. Clean metadata | Documentation

    This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/clean-metadata/