Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 3,157 for

image signature

(0.07 sec)
  1. Ajouter une annotation de flèche à JPG à l'aide...

    Dans ce didacticiel, vous découvrirez comment ajouter une annotation de flèche au JPG à l'aide de Java. De plus, nous fournirons un exemple de code pour insérer une annotation de flèche dans JPG en Java....Signature Product Family GroupDocs.Metadata...d’une annotation de flèche à l’image JPG Créez une instance de la...

    kb.groupdocs.com/fr/annotation/java/add-arrow-a...
  2. Combinez BMP | en ligne Applications GroupDocs ...

    Fusion de BMP en ligne gratuite. Combinez BMP en un seul fichier. Fusion de BMP en ligne 100% gratuite, sécurisée et facile à utiliser....fichiers d'image bitmap utilisés pour stocker des images numériques...numériques bitmap. Ces images sont indépendantes de la carte graphique...

    products.groupdocs.app/fr/merger/images/bmp
  3. Ajouter des Filigranes à des Documents Word | 5...

    Apprenez à ajouter des filigranes sécurisés à des documents Word en utilisant GroupDocs.Watermark for .NET. Comparez 5 méthodes de protection avec des exemples de code, y compris des en-têtes verrouillés, des filigranes en mosaïque et des sections protégées par mot de passe qui ne peuvent pas être facilement supprimées....: Filigranes en Mosaïque d’Image (Protection Moyenne-Élevée)...Moyenne-Élevée) Pourquoi les Filigranes d’Image Offrent une Meilleure Sécurité...

    blog.groupdocs.com/fr/watermark/secure-word-doc...
  4. Merge Open Document files | Documentation

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

    docs.groupdocs.com/merger/net/merge/open-document/
  5. 如何创建 Docker 映像以通过 Java 运行 Node.js 的 GroupDocs.C...

    本文提供了创建 docker 映像以通过 java 为 node.js 运行 GroupDocs.Conversion 的说明。它包括有关配置环境的详细信息以及示例代码。...Signature Product Family GroupDocs.Metadata...docker build -t gd-conversion-image 。 运行以下命令来运行容器将输入 DOCX 转换为 PDF...

    kb.groupdocs.com/zh/total/nodejs/how-to-create-...
  6. Convertir un document Word en page Web à l'aide...

    Cette rubrique explique comment convertir un document Word en page Web avec Node.js. Un exemple de code sera également fourni pour convertir un document Word en page Web avec Node.js....Signature Product Family GroupDocs.Metadata...nécessaires, comme les polices et les images, ce qui facilite leur utilisation...

    kb.groupdocs.com/fr/viewer/nodejs/render-word-d...
  7. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook....Signature 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...Signature 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:...Signature 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....Signature Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

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