Sort Score
Result 10 results
Languages All
Labels All
Results 5,881 - 5,890 of 10,146 for

image

(0.71 sec)
  1. استخراج الصور من الكتب الإلكترونية في C # | EPU...

    استخراج الصور برمجيًا من الكتب الإلكترونية EPUB و FB2 و CHM في C # باستخدام محلل المستندات API لـ .NET. احفظ الصور بتنسيق JPG أو PNG أو WebP أو GIF أو BMP....IEnumerable<PageImageArea> images = parser.GetImages(); ImageOptions...(PageImageArea image in images) { image.Save(("Image-" + imageNumber...

    blog.groupdocs.com/ar/parser/extract-images-fro...
  2. exif data

    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....中國傳統的 HEIC (High-Efficiency Image Container) to kontener, który... Jednak EXIF (Exchangeable Image File Format) jest standardem...

    blog.groupdocs.com/pl/tag/exif-data/
  3. convert webp to png in csharp

    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....discuté des images WebP et appris à convertir des images WebP en...convertir par programme les images WebP en JPG, PNG, TIFF et autres...

    blog.groupdocs.com/fr/tag/convert-webp-to-png-i...
  4. convert webp to pdf in csharp

    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....discuté des images WebP et appris à convertir des images WebP en...convertir par programme les images WebP en JPG, PNG, TIFF et autres...

    blog.groupdocs.com/fr/tag/convert-webp-to-pdf-i...
  5. Анонсируем GroupDocs.Markdown для .NET — Экспор...

    Экспортируйте PDF, Word, Excel, HTML и другие форматы в Markdown с помощью локального .NET API. См. функции, дорожную карту и как начать работу....links, images, blockquotes, and code blocks. Flexible image handling:...handling: Export images separately or embed them directly into the...

    blog.groupdocs.com/ru/markdown/groupdocs-markdo...
  6. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...raisons de la popularité des images SVG est le maintien de la qualité... Les images JPG sont également l’un des formats d’image couramment...

    blog.groupdocs.com/fr/groupdocs.blog/page/26/
  7. C# Convierta imágenes WebP a JPG, PNG, TIFF y P...

    Cómo convertir WebP a JPG, PNG, TIFF o PDF en C#. Utilice la API de conversión .NET de código abierto. Los ejemplos prácticos también están disponibles en el repositorio de GitHub de GroupDocs....converter = new Converter("path/image.webp")) { ImageConvertOptions...converter.Convert(@"path/converted-image.jpg", options); } Aquí está...

    blog.groupdocs.com/es/conversion/convert-webp-t...
  8. Ajouter une annotation de zone à JPG en utilisa...

    Dans cette rubrique, vous apprendrez comment ajouter une annotation de zone à JPG à l'aide de C#. Il comprend également des étapes complètes et un exemple de code pour insérer une annotation de zone dans JPG en C#.... l’ajout d’annotations aux images peut améliorer considérablement...des annotations de zone à l’image. La section suivante présente...

    kb.groupdocs.com/fr/annotation/net/add-area-ann...
  9. GroupDocs.Parser for .NET

    This API allows you to perform text search and index any type of file format using C# .NET language on any platform....DOCX using C# How to Extract Images from Excel in C# How to Extract...Document in C# How to Extract Images from PowerPoint in C# How to...

    kb.groupdocs.com/parser/net/page/3/
  10. استخراج بيانات أرشيفات ZIP باستخدام Java | استخ...

    استخراج بيانات ملفات ZIP باستخدام تحليل المستندات Java API. تحليل الأرشيفات واستخراج النصوص والصور بأكملها داخل الملفات المرفقة في Java....Iterable<PageImageArea> images = attachmentParser.getImages(); if (images != null)...= 1; for (PageImageArea image : images) { // اطبع فهرس صفحة ومستطيل...

    blog.groupdocs.com/ar/parser/extract-zip-files-...