Sort Score
Result 10 results
Languages All
Labels All
Results 8,611 - 8,620 of 10,025 for

image

(0.15 sec)
  1. Get supported file formats | GroupDocs

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

    docs.groupdocs.com/parser/java/get-supported-fi...
  2. Getting known property descriptors | GroupDocs

    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....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/getting-known-...
  3. Get document info | GroupDocs

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

    docs.groupdocs.com/metadata/python-net/get-docu...
  4. Remove Annotations from PDF & Word Documents in...

    Programmatically remove annotations from PDF & Word files in Java. Remove all annotations, remove by IDs, or by annotation types using Java Annotation API....within various documents and images. It allows adding, deleting...

    blog.groupdocs.com/annotation/remove-annotation...
  5. Announcing GroupDocs Annotation App Plugin for ...

    Good news for Orchard CMS users! We’ve introduced a GroupDocs Annotation app plugin for Orchard. This plugin lets you embed GroupDocs’ online document annotation app as well as selected documents to Orchard pages. Once the document is embedded, you can annotate the document using GroupDocs’ efficient annotation app. Annotate your documents using easy-to-use tools or perform document collaboration online by sharing documents with your colleagues. [caption id=“attachment_960” align=“alignnone” width=“600” caption=“Announcing GroupDocs Annotation Plugin for Orchard”] [/caption] GroupDocs Annotation is a powerful online document annotation app that allows you to view and annotate documents online....text-based documents as well as images. Its online annotation functionality...

    blog.groupdocs.com/total/announcing-groupdocs-a...
  6. GroupDocs.Annotation עבור .NET 25.11 – עדכונים ...

    גלה מה חדש ב‑GroupDocs.Annotation עבור .NET 25.11. זמין כעת ב‑NuGet ובאתר GroupDocs....NET runtime libraries, image‑processing modules, and document‑parsing...

    blog.groupdocs.com/he/annotation/groupdocs-anno...
  7. Gérer les métadonnées EPUB à l'aide de Java – É...

    Découvrez comment afficher et modifier les métadonnées d'un livre électronique EPUB à l'aide de Java. Mettez à jour par programme des propriétés EPUB spécifiques et des éléments Dublin Core....qui comprend du texte, des images et des éléments interactifs...les données XMP et EXIF des images HEIF/HEIC à l’aide de Java...

    blog.groupdocs.com/fr/metadata/manage-epub-meta...
  8. آموزش امضا دیجیتال پایتون: امضا الکترونیکی PDF،...

    آموزش کامل گام به گام برای ایجاد امضاهای الکترونیکی امن در اسناد با استفاده از پایتون و GroupDocs.Signature - مناسب برای توسعه دهندگان برنامه‌های امضا اسناد...pfx" # فایل گواهی دیجیتال image_handwrite = "signature_handwrite...ظاهر بصری options . image_file_path = image_handwrite # افزودن...

    blog.groupdocs.com/fa/signature/sign-documents-...
  9. C# Kullanarak Görüntüyü Word'e Dönüştürme

    Bu hızlı makale, C# kullanarak Görüntüyü Word'e dönüştürmek için adım adım süreci ve C#'da Görüntüden Word'e dönüştürücü için bir uygulamanın nasıl geliştirileceğini açıklar....birini kullanarak C# kullanarak Image öğesini Word biçimine dönüştürmek...

    kb.groupdocs.com/tr/conversion/net/how-to-conve...
  10. Cómo comparar imágenes en Java

    Revise el procedimiento paso a paso para comparar imágenes en Java y aprenda a desarrollar la funcionalidad para comparar dos imágenes y resaltar las diferencias Java....instrucciones paso a paso para comparar Images en Java , cómo configurar la...

    kb.groupdocs.com/es/comparison/java/how-to-comp...