Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 3,181 for

image annotation

(0.07 sec)
  1. إضافة علامة مائية نصية إلى JPG باستخدام بايثون

    تعلم كيفية إضافة علامة مائية نصية إلى ملفات JPG باستخدام بايثون. يوضح هذا البرنامج التعليمي كيفية دمج العلامات المائية النصية في صور JPG مع خطوط مخصصة، لون، ومحاذاة....Annotation Product Family GroupDocs...إلى JPG باستخدام بايثون JPG images remain a widely used format...

    kb.groupdocs.com/ar/watermark/python/add-text-w...
  2. Hur man jämför bilder i Java

    Gå igenom steg-för-steg-proceduren för att jämföra bilder i Java och lär dig hur du utvecklar funktionaliteten för att jämföra två bilder och markera skillnader i Java....Annotation Product Family GroupDocs...instruktioner för att jämföra Images i Java , hur man konfigurerar...

    kb.groupdocs.com/sv/comparison/java/how-to-comp...
  3. Cara Mengekstrak Gambar dari PDF di Java

    Mari kita memahami prosedur yang mudah digunakan untuk mengekstrak gambar dari PDF di Java dan mempelajari cara menulis kode untuk mengekstrak gambar dari PDF menggunakan Java....Annotation Product Family GroupDocs...membuat aplikasi Java extract images from PDF . Anda dapat memulai...

    kb.groupdocs.com/id/parser/java/how-to-extract-...
  4. Save with default options | GroupDocs

    This article demonstrates the simplest way to save the document...Annotation Product Solution GroupDocs...options (convert pages into images, save as PDF) redactor . Save...

    docs.groupdocs.com/redaction/net/save-with-defa...
  5. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how to export metadata properties to an Excel workbook....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/exporting-metad...
  6. Get supported file formats | GroupDocs

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

    docs.groupdocs.com/metadata/java/get-supported-...
  7. Load a password-protected document | GroupDocs

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

    docs.groupdocs.com/metadata/java/load-a-passwor...
  8. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/exporting-meta...
  9. GroupDocs.Comparison for Node.js via Java | Gro...

    GroupDocs.Compairson for Java developer documentation. Learn how to diff docx, pptx, and pdf files using Java....Annotation Product Solution GroupDocs...OpenOffice, AutoCAD, Visio, images, programming files, PDFs, and...

    docs.groupdocs.com/comparison/nodejs-java/
  10. Cómo convertir HTML a imagen en C#

    Examine el código de muestra sobre cómo convertir HTML a Imagen en C# junto con instrucciones detalladas para poner en acción la funcionalidad C# HTML a PNG....Annotation Product Family GroupDocs...el código C# convert HTML to Image para transformar documentos...

    kb.groupdocs.com/es/conversion/net/how-to-conve...