Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 2,981 for

image annotation

(1 sec)
  1. Remove metadata properties | GroupDocs

    This article shows that how to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/remove-metadata...
  2. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using C# programming language....Annotation Product Solution GroupDocs...rich formatting, images, and different annotations like bookmarks...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  3. C# を使用して Word 文書を画像に変換する方法

    このクイック記事では、C# を使用して Word ドキュメントを画像に変換するプロセスについて説明し、C# の Word から画像へのコンバーター機能の実際の例を示します。...Annotation Product Family GroupDocs...つを使用します。このガイドでは、環境を構成する手順と、 C# Word to Image converter アプリケーションの実装を示す実際のサンプル...

    kb.groupdocs.com/ja/conversion/net/how-to-conve...
  4. GroupDocs.Comparison Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... API allows annotations comparison and improvements...new features like support for Images, metered licensing and many...

    blog.groupdocs.com/categories/groupdocs.compari...
  5. حذف واترمارک تصویر از RTF با استفاده از پایتون

    یاد بگیرید چگونه واترمارک تصویر را از فایل‌های RTF با استفاده از پایتون حذف کنید. این آموزش نشان می‌دهد چگونه به‌صورت برنامه‌نویسی واترمارک‌های تصویری را در اسناد RTF شناسایی و حذف کنید....Annotation Product Family GroupDocs...آموزش جامع ما دربارهٔ remove image watermark from DOCX using Python...

    kb.groupdocs.com/fa/watermark/python/remove-ima...
  6. Μετατροπή PDF σε TIFF χρησιμοποιώντας το Node.js

    Μάθετε πώς να μετατρέπετε PDF σε TIFF χρησιμοποιώντας το Node.js και να εξάγετε PDF σε TIFF στο Node.js. Αποτελεσματική μετατροπή αρχείων για εξόδους εικόνας υψηλής ποιότητας στις εφαρμογές σας....Annotation Product Family GroupDocs...Node.js . Το TIFF ή το Tagged Image File Format, χρησιμοποιείται...

    kb.groupdocs.com/el/conversion/nodejs/convert-p...
  7. Convertir DOCX a TIFF usando Python

    Convierte fácilmente DOCX a TIFF con Python y ejemplos de código claros. Sigue esta guía para exportar DOCX a TIFF con Python y obtener imágenes de alta calidad....Annotation Product Family GroupDocs...de impresión. TIFF (Tagged Image File Format) es reconocido por...

    kb.groupdocs.com/es/conversion/python/convert-d...
  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 interpreted values | GroupDocs

    Understand and extract human-readable (interpreted) values for metadata properties using GroupDocs.Metadata for Python via .NET....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/python-net/working-...
  10. Working with metadata in AVI files | GroupDocs

    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...