Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 3,550 for

extraction

(0.04 sec)
  1. Working with slide backgrounds | Documentation

    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 | Documentation

    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. GroupDocs.Viewer for Java | Documentation

    GroupDocs.Viewer for Java allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your Java application....Retrieve document information Extract and save attachments Add text...

    docs.groupdocs.com/viewer/java/
  4. Cómo extraer texto de HTML en Java

    Este artículo describe un procedimiento paso a paso para extraer texto de HTML en Java y cómo usar estos pasos para desarrollar la aplicación Java get Text from HTML....implementación de la aplicación Java extract Text from HTML . Revisemos...

    kb.groupdocs.com/es/parser/java/how-to-extract-...
  5. Merge PowerPoint Presentations & Slides in Java...

    Merge PowerPoint PPT/PPTX presentations in Java. Learn, how to combine specific slides of different files using Java merger API by GroupDocs.... removing, swapping, and extracting pages from various documents...

    blog.groupdocs.com/merger/merge-powerpoint-ppt-...
  6. Merge Excel Files and Spreadsheets in Java | Co...

    Merge Excel spreadsheet files in Java. Combine specific sheets of XLS/XLSX files using Java merger API by GroupDocs....pages, and remove, swap, or extract pages from various documents...

    blog.groupdocs.com/merger/merge-excel-files-and...
  7. GroupDocs.Viewer for Node.js via Java | Documen...

    GroupDocs.Viewer for Node.js allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your JavaScript application....Retrieve document information Extract and save attachments Add text...

    docs.groupdocs.com/viewer/nodejs-java/
  8. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration in Node.js via Java....interpreters to metadata properties extracted from various formats. To get...

    docs.groupdocs.com/metadata/nodejs-java/working...
  9. Hoe tekst uit XML te extraheren in C#

    Extraheer snel tekst uit XML in C# met behulp van een van de populaire documentparser-API's en leer hoe u de functionaliteit kunt ontwikkelen om tekst uit XML te halen met behulp van C#....codefragment laat zien hoe de extract-tekst uit XML kan worden ontwikkeld...

    kb.groupdocs.com/nl/parser/net/how-to-extract-t...
  10. Hoe tekst uit HTML te extraheren in C#

    Deze zelfstudie richt zich op de procedure om tekst uit HTML te extraheren in C# en hoe u deze handleiding volgt voor het implementeren van de C#-extractietekst uit HTML-functionaliteit....instructies kunt u snel de extract Text from HTML C# -toepassing...

    kb.groupdocs.com/nl/parser/net/how-to-extract-t...