Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 4,003 for

extraction

(0.06 sec)
  1. จัดการข้อมูล EXIF ของรูปภาพ JPEG, PNG, TIFF & W...

    จัดการข้อมูลเมตา EXIF ของรูปภาพของคุณใน C# แยก อัปเดต เพิ่ม หรือลบข้อมูล EXIF ของรูปภาพของคุณโดยใช้โปรแกรมโดยใช้เมทาดาทา .NET API...ดังที่แสดงด้านล่างในตัวอย่างโค้ด C# // Extract EXIF Data Package Information...เพื่อแสดงคีย์และค่าของมัน // Extract all EXIF Metadata from the...

    blog.groupdocs.com/th/metadata/manage-exif-data...
  2. נהל נתוני EXIF של תמונות JPEG, PNG, TIFF ו-WebP...

    נהל מטא נתונים של EXIF של התמונות שלך ב-C#. חלץ, עדכן, הוסף או הסר נתוני EXIF של התמונות שלך באופן תכנותי באמצעות ה-metadata .NET API.... // Extract EXIF Data Package Information...את המפתחות והערכים שלה. // Extract all EXIF Metadata from the...

    blog.groupdocs.com/he/metadata/manage-exif-data...
  3. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document....// Enabling the storage of extracted text in the index // Creating...// Enabling the storage of extracted text in the index // Creating...

    docs.groupdocs.com/search/java/highlighting-sea...
  4. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document....); // Enabling storage of extracted text in the index // Creating...); // Enabling storage of extracted text in the index // Creating...

    docs.groupdocs.com/search/net/highlighting-sear...
  5. 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-...
  6. 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...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...article, we will discuss how to extract, update, and remove the EXIF...

    blog.groupdocs.com/groupdocs.blog/page/31/
  8. GroupDocs.Viewer for Node.js overview | GroupDocs

    GroupDocs.Viewer for Node.js enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Node.js is cross-platform class library.... Extract text from PDF files and images...

    docs.groupdocs.com/viewer/nodejs-java/product-o...
  9. Regular expression Search using Java

    Efficiently perform regular expression search using Java for advanced pattern matching in documents. Learn how to implement regular expression search in Java....capabilities make it possible to extract complex patterns and valuable...

    kb.groupdocs.com/search/java/regular-expression...
  10. Come estrarre immagini da PDF usando C#

    Acquisiamo familiarità con il processo di estrazione delle immagini dai documenti e come estrarre immagini da PDF utilizzando C# e implementare la funzionalità di estrazione di immagini C# da PDF....lo sviluppo dell’immagine extract dall’applicazione PDF C# nei...

    kb.groupdocs.com/it/parser/net/how-to-extract-i...