Sort Score
Result 10 results
Languages All
Labels All
Results 5,821 - 5,830 of 9,222 for

images

(0.13 sec)
  1. GroupDocs Blog | Document Automation Solutions ...

    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....filigranes basés sur du texte et des images dans un document. Aujourd’hui...uniquement de convertir une image RVB en niveaux de gris ? Non...

    blog.groupdocs.com/fr/page/18/
  2. C# แปลงรูปภาพ JPG, PNG, GIF, TIFF เป็น PDF | .N...

    แปลงรูปภาพเป็น PDF ใน C# แปลงไฟล์ JPG, TIFF, PNG, JPEG, GIF, BMP และไฟล์อื่นๆ ด้วยตัวเลือกการหมุน ปรับขนาด และระยะขอบ โดยใช้ API การแปลงสำหรับ .NET...converter = new Converter("image.jpg")) { PdfConvertOptions options...converter = new Converter("image.png")) { PdfConvertOptions options...

    blog.groupdocs.com/th/conversion/convert-images...
  3. Ekstrak Data Arsip ZIP menggunakan Java | Ekstr...

    Ekstrak data file ZIP menggunakan parsing dokumen Java API. Parsing arsip dan ekstrak seluruh teks dan gambar di dalam file terlampir di Java....Iterable<PageImageArea> images = attachmentParser.getImages(); if (images != null)...= 1; for (PageImageArea image : images) { // Cetak indeks halaman...

    blog.groupdocs.com/id/parser/extract-zip-files-...
  4. חלץ נתונים בארכיון ZIP באמצעות Java | חלץ טקסט ...

    חלץ נתוני קובצי ZIP באמצעות ניתוח Java API של מסמכים. נתח ארכיונים וחלץ טקסט ותמונות שלמים בתוך הקבצים המצורפים ב-Java....Iterable<PageImageArea> images = attachmentParser.getImages(); if (images != null)...= 1; for (PageImageArea image : images) { // הדפס אינדקס עמוד...

    blog.groupdocs.com/he/parser/extract-zip-files-...
  5. ZIP-Archivdaten mit Java extrahieren | Text und...

    Extrahieren Sie ZIP-Dateidaten mithilfe der Java-API zum Analysieren von Dokumenten. Analysieren Sie Archive und extrahieren Sie den gesamten Text und Bilder aus den beiliegenden Dateien in Java....Iterable<PageImageArea> images = attachmentParser.getImages(); if (images != null)...= 1; for (PageImageArea image : images) { // Drucken Sie einen...

    blog.groupdocs.com/de/parser/extract-zip-files-...
  6. Розпакуйте архівні дані ZIP за допомогою Java |...

    Витягніть дані ZIP-файлів за допомогою Java API аналізу документів. Розбирайте архіви та витягуйте весь текст і зображення у вкладені файли в Java....Iterable<PageImageArea> images = attachmentParser.getImages(); if (images != null)...= 1; for (PageImageArea image : images) { // Надрукувати індекс...

    blog.groupdocs.com/uk/parser/extract-zip-files-...
  7. Convert a JPEG file to PSD programmatically in C#

    You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application. Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant image format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd....You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format...ImageConvertOptions Specify resultant image format using Format property...

    blog.groupdocs.com/conversion/convert-a-jpeg-fi...
  8. Excel'i C# ile Görüntüye Dönüştürme

    Bu kılavuz, Excel'i C#'ta Görüntüye dönüştürmek için ayrıntılı talimatlar ve Excel'i Görüntüye Dönüştür C# uygulamasını uygulamak için kodun nasıl geliştirileceğini sağlar....kullanarak C# ’ta Excel ‘i Image ‘ye dönüştürmek için eksiksiz...Dönüştürme Adımları Excel’i Image’e dönüştürmek için .NET uygulamasındaki...

    kb.groupdocs.com/tr/conversion/net/how-to-conve...
  9. PDF、Excel、PPT、C#のWord文書から画像を抽出する

    PDF、スプレッドシート、プレゼンテーション、ワードプロセッシングドキュメント、およびC#の解析APIを使用して特定のページから画像を抽出する機能を備えた.NETAPI。...IEnumerable<PageImageArea> images = parser.GetImages(); ImageOptions...foreach (PageImageArea image in images) { // 画像を保存し、ページインデックス、長方形、画像タイプを印刷します。...

    blog.groupdocs.com/ja/parser/extract-images-fro...
  10. Generating slides preview for presentation | Do...

    This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format...viewed in any desktop or online image viewer as well in the browser...slide preview as an SVG vector image, that is encapsulated in the...

    docs.groupdocs.com/editor/net/generating-slides...