Sort Score
Result 10 results
Languages All
Labels All
Results 5,721 - 5,730 of 10,083 for

images

(1.53 sec)
  1. Extrahujte obrázky z dokumentů PDF v Java

    Naučte se extrahovat obrázky ze souborů PDF v Java. Extrahujte obrázky ze souborů PDF nebo z jakékoli konkrétní stránky pomocí Java API ve vašich aplikacích....souboru Iterable<PageImageArea> images = parser.getImages(); Získejte...(PageImageArea image : images) { image.save(String.format("path/image_%d"...

    blog.groupdocs.com/cs/parser/extract-images-fro...
  2. استخراج تصاویر از کتاب های الکترونیکی در C# | E...

    با استفاده از API تجزیه‌کننده اسناد برای دات‌نت، تصاویر را از EPUB، FB2، CHM در C# استخراج کنید. تصاویر را با فرمت JPG، PNG، WebP، GIF یا BMP ذخیره کنید....IEnumerable<PageImageArea> images = parser.GetImages(); ImageOptions...(PageImageArea image in images) { image.Save(("Image-" + imageNumber...

    blog.groupdocs.com/fa/parser/extract-images-fro...
  3. 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....vos documents ainsi qu’aux images à l’aide de l’API Java Signature...illégale ou pour apposer une image de marque sur vos documents...

    blog.groupdocs.com/fr/page/34/
  4. C# تحويل صور WebP إلى JPG و PNG و TIFF و PDF | ...

    كيفية تحويل WebP إلى JPG أو PNG أو TIFF أو PDF في C#. استخدم المصدر المفتوح لواجهة برمجة تطبيقات تحويل .NET. تتوفر أمثلة العمل أيضًا في مستودع GroupDocs GitHub....converter = new Converter("path/image.webp")) { ImageConvertOptions...converter.Convert(@"path/converted-image.jpg", options); } هذه هي صورة...

    blog.groupdocs.com/ar/conversion/convert-webp-t...
  5. Improved Performance of Loading and Saving EXIF...

    GroupDocs team is proudly announcing three enhancements and six new features in this monthly release of GroupDocs.Metadata for .NET** 18.2**. Using the latest release, you can now load and save EXIF metadata for JPEG and TIFF formats with a better speed. You can also validate input metadata before saving, read additional properties from ID3v2, update ID3v1/ID3v2 tag using properties, and read/update/remove image cover tag in MP3 file format. Furthermore, you can read image cover and version of EPUB file format as well....properties, and read/update/remove image cover tag in MP3 file format... Furthermore, you can read image cover and version of EPUB file...

    blog.groupdocs.com/metadata/improved-performanc...
  6. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...watermarker = new Watermarker ( "image.png" ); // Initialize the font...

    docs.groupdocs.com/watermark/java/adding-text-w...
  7. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Audio File Format Metadata only Image Document Type Document Type...and metadata JPEG 2000 Core Image File Content and metadata Portable...

    docs.groupdocs.com/search/java/supported-docume...
  8. GroupDocs.Metadata Overview | Documentation

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the file format....associated with various document, image, audio, video and many other...standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  9. افزودن واترمارک تصویر به PPT با استفاده از پایتون

    این راهنما نشان می‌دهد چگونه با استفاده از پایتون واترمارک تصویر را به فایل PPT اضافه کنید و به شما کمک می‌کند تا یک واترمارک لوگوی مرکزی را در تمام اسلایدها برای ارائه‌های حرفه‌ای اعمال کنید....watermarking tasks with add image watermark to PPT using Python...save() ذخیره کنید When adding an image watermark to a PowerPoint presentation...

    kb.groupdocs.com/fa/watermark/python/add-image-...
  10. Convert PPTX

    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....de présentation en formats d’image. Cela peut être nécessaire lorsque...diapositives spécifiques sous forme d’images ou si vous souhaitez créer...

    blog.groupdocs.com/fr/tag/convert-pptx/