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

images

(0.06 sec)
  1. חלץ תמונות מ-PDF, Word, Excel, PPT באמצעות Java

    חלץ תמונות מכל המסמך, ודפים ספציפיים של מסמכי עיבוד תמלילים, גיליונות אלקטרוניים של Excel, מצגות PPT ו-PDF באמצעות Java....תמונות Iterable<PageImageArea> images = parser.getImages(); // צור...ושמור for (PageImageArea image : images) { // הדפס את אינדקס העמוד...

    blog.groupdocs.com/he/parser/extract-images-fro...
  2. Wyodrębnij obrazy z plików PDF, Word, Excel, PP...

    Wyodrębnij obrazy z całego dokumentu i określonych stron dokumentów tekstowych, arkuszy kalkulacyjnych Excel, prezentacji PPT i plików PDF za pomocą języka Java....obrazy Iterable<PageImageArea> images = parser.getImages(); // Utwórz...zapisz for (PageImageArea image : images) { // Wydrukuj indeks stron...

    blog.groupdocs.com/pl/parser/extract-images-fro...
  3. Extrahujte obrázky z dokumentů PDF, Excel, PPT,...

    .NET API s funkcemi pro extrahování obrázků z PDF, tabulek, prezentací, textových dokumentů a ze specifických stránek pomocí rozhraní API pro analýzu v C#....IEnumerable<PageImageArea> images = parser.GetImages(); ImageOptions...foreach (PageImageArea image in images) { // Uložit obrázek a...

    blog.groupdocs.com/cs/parser/extract-images-fro...
  4. Extraia imagens de PDF, Excel, PPT, documentos ...

    API .NET com recursos para extrair imagens de PDF, planilhas, apresentações, documentos de processamento de texto e de páginas específicas usando a API de análise em C#....IEnumerable<PageImageArea> images = parser.GetImages(); ImageOptions...foreach (PageImageArea image in images) { // Salvar imagem e imprimir...

    blog.groupdocs.com/pt/parser/extract-images-fro...
  5. Extraia imagens de PDF, Word, Excel, PPT usando...

    Extraia imagens de todo o documento e páginas específicas de documentos de processamento de texto, planilhas do Excel, apresentações PPT e PDF usando Java....imagens Iterable<PageImageArea> images = parser.getImages(); // Crie...salvar for (PageImageArea image : images) { // Imprima o índice...

    blog.groupdocs.com/pt/parser/extract-images-fro...
  6. Извлечение изображений из документов PDF, Excel...

    .NET API с функциями извлечения изображений из PDF, электронных таблиц, презентаций, текстовых документов и с определенных страниц с помощью API синтаксического анализа на C#....IEnumerable<PageImageArea> images = parser.GetImages(); ImageOptions...foreach (PageImageArea image in images) { // Сохранить изображение...

    blog.groupdocs.com/ru/parser/extract-images-fro...
  7. Java kullanarak PDF, Word, Excel, PPT'den Görün...

    Java kullanarak tüm belgeden ve sözcük işlem belgelerinin, Excel elektronik tablolarının, PPT sunumlarının ve PDF'nin belirli sayfalarından görüntüleri çıkarın....ayıklayın Iterable<PageImageArea> images = parser.getImages(); // Görüntüleri...kaydedin for (PageImageArea image : images) { // Sayfa dizini, dikdörtgen...

    blog.groupdocs.com/tr/parser/extract-images-fro...
  8. Convertir un fichier ODT en JPG avec Node.js

    Apprenez à convertir un fichier ODT en JPG avec Node.js grâce à un script simple. Ce guide explique comment exporter un fichier ODT en JPG avec Node.js grâce à une puissante bibliothèque de conversion de fichiers....des fichiers modifiables en images. Cela peut être utile pour...leurs documents sous forme d’images dans des applications web ou...

    kb.groupdocs.com/fr/conversion/nodejs/convert-o...
  9. GroupDocs.Signature for .NET 16.10.0 Supports D...

    In order to enhance the user experience, we are pleased to announce a monthly release of GroupDocs.Signature for .NET that emerges with appealing features and bug fixes. Boost your e-signing experience with GroupDocs.Signature for .NET 16.10.0 by adding more options and properties to text, image or digital signatures and saving the signed document with different format. We would suggest you to download this latest release and go through the new features....options and properties to text, image or digital signatures and saving...Signature Image Alignment for Image Signature Image signature...

    blog.groupdocs.com/signature/groupdocs-signatur...
  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...