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

image annotation

(0.04 sec)
  1. How to Edit MOBI File | Documentation

    This article demonstrates how to edit MOBI files using Node.js via Java....Annotation Product Solution GroupDocs...rich formatting, images, and different annotations like bookmarks...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  2. Skip loading of external resources | Documentation

    Learn this article and check how to restrict loading of external resources during conversion...Annotation Product Solution GroupDocs...external resources include images, audio, video, fonts, CSS,...

    docs.groupdocs.com/conversion/net/skip-loading-...
  3. Convertir des documents PDF en HTML en Java | T...

    Apprenez à convertir des documents PDF au format HTML à l'aide de Java. Étapes pour automatiser la conversion du document entier ou de pages sélectives dans l'application Java....conversion de documents et d’images pour les développeurs Java...de formats de documents et d’images pour la conversion d’un format...

    blog.groupdocs.com/fr/conversion/convert-pdf-to...
  4. सी # का उपयोग कर छवि को वर्ड में कैसे परिवर्तित...

    यह त्वरित आलेख सी # का उपयोग कर छवि को वर्ड में कनवर्ट करने के लिए चरणबद्ध प्रक्रिया का वर्णन करता है और सी # में छवि से वर्ड कनवर्टर के लिए एक एप्लिकेशन कैसे विकसित करता है।...Annotation Product Family GroupDocs...में, हम C#** का उपयोग करके ** Image को Word में बदलने के लिए चरण-दर-चरण...

    kb.groupdocs.com/hi/conversion/net/how-to-conve...
  5. Create EditableDocument from file or markup | D...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Java API....Annotation Product Solution GroupDocs...also a folder with resources (images, fonts, stylesheets), that...

    docs.groupdocs.com/editor/java/create-editabled...
  6. Konvertieren Sie PDF mit Node.js in TIFF

    Erfahren Sie, wie Sie PDF mit Node.js in TIFF konvertieren und PDF in Node.js in TIFF exportieren. Effiziente Dateikonvertierung für hochwertige Bildausgaben in Ihren Anwendungen....Annotation Product Family GroupDocs...mit Node.js . TIFF (Tagged Image File Format) wird häufig zum...

    kb.groupdocs.com/de/conversion/nodejs/convert-p...
  7. 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....Annotation Product Family GroupDocs...contenu. Au-delà du texte et des images, les fichiers EPUB contiennent...

    kb.groupdocs.com/fr/parser/net/extract-metadata...
  8. แปลง DOCX เป็น TIFF โดยใช้ Python

    แปลงไฟล์ DOCX เป็น TIFF ได้อย่างง่ายดายโดยใช้ Python พร้อมตัวอย่างโค้ดที่ชัดเจน ปฏิบัติตามคำแนะนำนี้เพื่อส่งออกไฟล์ DOCX เป็น TIFF โดยใช้ Python เพื่อให้ได้ผลลัพธ์ภาพที่มีคุณภาพสูง...Annotation Product Family GroupDocs...โฟลว์การพิมพ์ TIFF (Tagged Image File Format) เป็นที่รู้จักก...

    kb.groupdocs.com/th/conversion/python/convert-d...
  9. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-zi...