Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 4,131 for

extraction

(0.69 sec)
  1. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Leave feedback On this page Extracting information about all slide...backgrounds The API allows you to extract information about all the slide...

    docs.groupdocs.com/watermark/java/working-with-...
  2. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. JPEG, PNG, TIFF ve WebP Resimlerinin EXIF Veril...

    Resimlerinizin EXIF meta verilerini C# ile yönetin. Meta veri .NET API'sini kullanarak resimlerinizin EXIF verilerini programlı olarak ayıklayın, güncelleyin, ekleyin veya kaldırın.... // Extract EXIF Data Package Information...GPS paketlerini edinin. // Extract all EXIF Metadata from the...

    blog.groupdocs.com/tr/metadata/manage-exif-data...
  4. Zarządzaj danymi EXIF obrazów JPEG, PNG, TIFF i...

    Zarządzaj metadanymi EXIF swoich obrazów w języku C#. Wyodrębniaj, aktualizuj, dodawaj lub usuwaj dane EXIF swoich obrazów programowo za pomocą metadanych .NET API.... // Extract EXIF Data Package Information...swoje klucze i wartości. // Extract all EXIF Metadata from the...

    blog.groupdocs.com/pl/metadata/manage-exif-data...
  5. Merge and split EPUB files in C# - GroupDocs.Me...

    Learn how to merge and split EPUB files using C# with GroupDocs.Merger for .NET. Try the powerful features for managing your EPUB documents....be useful when you need to extract individual chapters or sections...pattern and the chapters to extract. The Merger object conducts...

    blog.groupdocs.com/merger/merge-and-split-epub-...
  6. استخراج النص من أرشيفات ZIP/RAR باستخدام GroupD...

    دليل عملي يوضح كيفية استخراج النص من أرشيفي ZIP و RAR باستخدام GroupDocs.Parser لـ .NET. أمثلة شفرة خطوة‑بخطوة، معالجة متكررة، وأفضل الممارسات....WriteLine( $"Extracted {text.Length} characters from...ReadToEnd(); Console.WriteLine( $"Extracted {text.Length} chars from {item...

    blog.groupdocs.com/ar/parser/extract-text-from-...
  7. วิธีแยกข้อความจาก HTML ใน C#

    บทช่วยสอนนี้มุ่งเน้นไปที่ขั้นตอนการแยกข้อความจาก HTML ใน C# และวิธีปฏิบัติตามคำแนะนำนี้สำหรับการนำ C# แยกข้อความออกจากฟังก์ชัน HTML...คำแนะนำแบบขั้นตอนก่อนหน้านี้ช่วยให้คุณสร้าง extract Text จากแอปพลิเคชัน HTML C#...

    kb.groupdocs.com/th/parser/net/how-to-extract-t...
  8. Как извлечь текст из HTML в C#

    В этом руководстве основное внимание уделяется процедуре извлечения текста из HTML в C# и тому, как следовать этому руководству для реализации функции извлечения текста из HTML в C#....быстро создать приложение extract Text from HTML C# . Это очень...

    kb.groupdocs.com/ru/parser/net/how-to-extract-t...
  9. Render PPTX as PDF using Python

    Quickly learn how to render PPTX as PDF using Python. Moreover, this tutorial provides steps and code to convert PPTX to PDF in Python for universal sharing....insights and techniques for extracting worksheet information efficiently...

    kb.groupdocs.com/viewer/python/render-pptx-as-p...
  10. نحوه استخراج متادیتا از اکسل در جاوا

    این پست حاوی اطلاعات کاملی برای استخراج فراداده از اکسل در جاوا با استفاده از فراخوانی های ساده API است و یک مثال کاربردی برای برنامه استخراج فراداده جاوا اکسل ارائه می دهد....جاوا قطعه کد بالا نحوه توسعه extract فراداده از فایل اکسل در برنامه...

    kb.groupdocs.com/fa/parser/java/how-to-extract-...