Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 2,740 for

image signature

(0.06 sec)
  1. Como extrair imagens do documento do Word usand...

    Este artigo fornece instruções completas para extrair Imagens de documentos do Word usando Java e como criar o extrator de Imagens Java do aplicativo Word....Signature Product Family GroupDocs.Metadata...implementação do aplicativo Java image extractor from Word . Usaremos...

    kb.groupdocs.com/pt/parser/java/how-to-extract-...
  2. Ajouter un filigrane de texte à PPTX à l'aide d...

    Découvrez comment ajouter un filigrane de texte à PPTX à l'aide de Java, le tout sans avoir besoin d'installation de logiciel supplémentaire. De plus, obtenez du code pour insérer un filigrane de texte dans PPTX en Java....Signature Product Family GroupDocs.Metadata...personnalisation artistique et de l’image de marque professionnelle pendant...

    kb.groupdocs.com/fr/watermark/java/add-text-wat...
  3. Ajouter un filigrane de texte à XLSX à l'aide d...

    Ce guide montre le processus d'ajout d'un filigrane de texte à XLSX à l'aide de Java. De plus, vous obtiendrez un exemple de code pour insérer un filigrane de texte dans XLSX en Java....Signature Product Family GroupDocs.Metadata...supplémentaires ou de valoriser l’image de marque. Cette inclusion peut...

    kb.groupdocs.com/fr/watermark/java/add-text-wat...
  4. Ajouter un filigrane de texte à XLSX en utilisa...

    Ce guide montre le processus d'ajout d'un filigrane de texte à XLSX à l'aide de C#. De plus, vous obtiendrez un exemple de code pour insérer un filigrane de texte dans XLSX en C#....Signature Product Family GroupDocs.Metadata...supplémentaires ou renforcer l’image de marque visuelle. Cet ajout...

    kb.groupdocs.com/fr/watermark/net/add-text-wate...
  5. Egyesítse a TIFF fájlokat Java használatával

    Ebben a cikkben felvázoljuk a TIFF-fájlok Java használatával történő egyesítésének alapvető lépéseit. Kódpéldákkal is szolgálunk a TIFF fájlok Java nyelven történő kombinálásának bemutatására....Signature Product Family GroupDocs.Metadata...használatával A TIFF (Tagged Image File Format) fájlokat széles...

    kb.groupdocs.com/hu/merger/java/merge-tiff-file...
  6. GroupDocs.Conversion for Python via .NET | Docu...

    GroupDocs.Conversion for Python via .NET is a document conversion API that enables easy conversion of popular file formats, including DOCX, XLSX, PPTX, PDF, CAD drawings, and many more....Signature Product Solution GroupDocs...OpenDocument (ODT, ODS, ODP) Images (JPEG, PNG, TIFF) Email (EML...

    docs.groupdocs.com/conversion/python-net/
  7. Get supported file formats | Documentation

    This article shows how to check supported file formats....Signature Product Solution GroupDocs...familiar how to extract text, images, forms and more, please refer...

    docs.groupdocs.com/parser/java/get-supported-fi...
  8. Compare documents | Documentation

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs...words and characters Tables Images Shapes etc. GroupDocs.Comparison...

    docs.groupdocs.com/comparison/python-net/compar...
  9. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....Signature Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/python-net/get-docu...
  10. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Signature Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/getting-known-...