Sort Score
Result 10 results
Languages All
Labels All
Results 5,121 - 5,130 of 8,801 for

images

(0.06 sec)
  1. Specify Document Pages to Put Signature on Usin...

    It gives us immense pleasure to announce the monthly release of GroupDocs.Signature for .NET 17.03.0. This version comes up with a number of new features along with an enhancement related to releasing disposable objects and a bug fix. GroupDocs.Signature for .NET 17.03.0 has implemented classes to verify text signature. The API has also added the ability to set opacity to image signatures in supported document formats. What’s more exciting is the ability to put Digital Signature on user specified Document Pages; you can now configure the signature options to add signature to either the first,last, even, odd or any arbitrary page of your choice....the ability to set opacity to image signatures in supported document...for Word Documents Implement Image appearance of Digital Signatures...

    blog.groupdocs.com/signature/groupdocs.signatur...
  2. 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...
  3. .NET API を使用して C# で PDF ドキュメントから画像を抽出する

    .NET アプリケーション内で C# を使用して PDF ファイルから画像を抽出する方法を学びます。 .NET API を使用して、PDF ファイルまたは特定のページから画像を抽出します。...IEnumerable<PageImageArea> images = parser.GetImages(); // 画...認する if (images == null) { Console.WriteLine("Images extraction...

    blog.groupdocs.com/ja/parser/extract-images-fro...
  4. استخراج تصاویر از اسناد PDF در C# با استفاده از...

    با نحوه استخراج تصاویر از فایل های PDF با استفاده از C# در برنامه های NET خود آشنا شوید. با استفاده از NET API تصاویر را از فایل های PDF یا از هر صفحه خاصی استخراج کنید....IEnumerable<PageImageArea> images = parser.GetImages(); // بررسی...شود if (images == null) { Console.WriteLine("Images extraction...

    blog.groupdocs.com/fa/parser/extract-images-fro...
  5. 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...
  6. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer Java to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image formats.... In the image below, the vertical page break...view ( viewOptions ); } The image below illustrates the result...

    docs.groupdocs.com/viewer/java/split-worksheet-...
  7. update exif

    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....中文 中國傳統的 EXIF ( Exchangeable Image File Format ) est la norme pour...pour spécifier les formats d’image et de son principalement utilisés...

    blog.groupdocs.com/fr/tag/update-exif/
  8. XMP data 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....中國傳統的 HEIC (High-Efficiency Image Container) — это контейнер,...изображения в формате High-Efficiency Image Format HEIF . XMP — это стандарт...

    blog.groupdocs.com/ru/tag/xmp-data-in-csharp/
  9. EXIF data of HEIC 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....中國傳統的 HEIC (High-Efficiency Image Container) — это контейнер,...изображения в формате High-Efficiency Image Format HEIF . XMP — это стандарт...

    blog.groupdocs.com/ru/tag/exif-data-of-heic-in-...
  10. 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...