Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 3,299 for

image conversion

(0.29 sec)
  1. Java를 사용하여 TIFF 파일 병합

    이 기사에서는 Java를 사용하여 TIFF 파일을 병합하는 필수 단계를 간략하게 설명합니다. 또한 Java에서 TIFF 파일을 결합하는 방법을 보여주는 코드 예제도 제공합니다....Conversion Product Family GroupDocs...사용하여 TIFF 파일 병합 TIFF (Tagged Image File Format) 파일은 고품질 이미지를 저장하고...

    kb.groupdocs.com/ko/merger/java/merge-tiff-file...
  2. Rechercher différentes formes de mots à l'aide ...

    Recherchez différentes formes de mots à l'aide de Java pour identifier les noms au singulier et au pluriel. Un exemple montre comment implémenter la recherche de formes de mots en Java....Conversion Product Family GroupDocs...détaillé sur la recherche d’images inversée avec Java. Pour une...

    kb.groupdocs.com/fr/search/java/search-differen...
  3. Handling the Lyrics tag | Documentation

    This article explains how to handle Lyrics tag....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/handling-the-l...
  4. Extraire les métadonnées d'EPUB à l'aide de C#

    Dans cet article, nous détaillerons les étapes nécessaires à l'extraction des métadonnées d'EPUB à l'aide de C#. Un exemple de code C# d'extraction des métadonnées EPUB sera également fourni....Conversion Product Family GroupDocs...contenu. Au-delà du texte et des images, les fichiers EPUB contiennent...

    kb.groupdocs.com/fr/parser/net/extract-metadata...
  5. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/handling-the-id...
  6. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for .NET...Conversion Product Solution GroupDocs...example, archives or raster images), then the empty list will...

    docs.groupdocs.com/viewer/net/getting-used-fonts/
  7. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Handling the Lyrics tag | Documentation

    This article explains how to handle Lyrics tag....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/handling-the-ly...
  9. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... L’une des raisons de la conversion est une meilleure portabilité...de filigranes de texte et d’image aux fichiers protégés. Il y...

    blog.groupdocs.com/fr/page/19/
  10. Working with CAD metadata | Documentation

    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()); // ....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

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