Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 3,103 for

image annotation

(2.06 sec)
  1. Node.js를 사용하여 PDF를 TIFF로 변환

    Node.js를 사용하여 PDF를 TIFF로 변환하고 Node.js에서 PDF를 TIFF로 내보내는 방법을 알아보세요. 귀하의 애플리케이션에서 고품질 이미지 출력을 위한 효율적인 파일 변환입니다....Annotation Product Family GroupDocs...TIFF로 변환 하는 것입니다. TIFF(Tagged Image File Format)는 고품질 이미지를 저장하는...

    kb.groupdocs.com/ko/conversion/nodejs/convert-p...
  2. Extraire les hyperliens de DOCX à l'aide de C#

    Apprenez à extraire des hyperliens de DOCX à l'aide de C# avec ce guide étape par étape. Découvrez comment lire des hyperliens de DOCX en C# sans installation de logiciel supplémentaire....Annotation Product Family GroupDocs...détaillé sur l’extraction d’images à partir de fichiers MSG à...

    kb.groupdocs.com/fr/parser/net/extract-hyperlin...
  3. Μετατροπή DOCX σε TIFF χρησιμοποιώντας Python

    Μετατρέψτε εύκολα DOCX σε TIFF χρησιμοποιώντας Python με σαφή παραδείγματα κώδικα. Ακολουθήστε αυτόν τον οδηγό για να εξαγάγετε DOCX σε TIFF χρησιμοποιώντας Python για έξοδο εικόνας υψηλής ποιότητας....Annotation Product Family GroupDocs...εκτύπωσης. Το TIFF (Tagged Image File Format) είναι γνωστό για...

    kb.groupdocs.com/el/conversion/python/convert-d...
  4. Updating metadata | GroupDocs

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/updating-metad...
  5. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using C# programming language....Annotation Product Solution GroupDocs...rich formatting, images, and different annotations like bookmarks...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  6. Edit Document | GroupDocs

    Follow this guide to learn how to edit text documents, spreadsheets, and presentations using GroupDocs.Editor for Node.js via Java API features....Annotation Product Solution GroupDocs...getBodyContent (); // Get only the images from the document resources...

    docs.groupdocs.com/editor/nodejs-java/edit-docu...
  7. Search Text in HTML Documents | GroupDocs

    id: search-text-in-html-documents url: parser/net/search-text-in-html-documents title: Search text in HTML documents weight: 2 description: “To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects.” keywords: search a keyword, search a keyword in HTML productName: GroupDocs.Parser for .NET hideChildren: False toc: true To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text....Annotation Product Solution GroupDocs...searching (e.g., ZIP archives, images, or other non-text formats)...

    docs.groupdocs.com/parser/net/developer-guide/a...
  8. Convertir MSG en MHTML avec Node.js

    Apprenez à convertir du MSG en MHTML avec Node.js en quelques étapes simples. Ce guide explique également comment exporter du MSG vers MHTML avec Node.js grâce à une API de conversion performante....Annotation Product Family GroupDocs...toutes les ressources, comme les images et les styles, en un seul fichier...

    kb.groupdocs.com/fr/conversion/nodejs/convert-m...
  9. YAML front matter | GroupDocs

    Generate YAML front matter from document metadata for static site generators...Annotation Product Solution GroupDocs...and business documents](data:image/jpeg;base64,/9j/4AAQSkZJRgA...

    docs.groupdocs.com/markdown/python-net/front-ma...
  10. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-c...