Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 944 for

extraction d

(0.08 sec)
  1. Features Overview | Documentation

    ReDacteD meaning is that a process of moDifying or eDiting a Document to remove the confiDential information before publishing it. With GroupDocs.ReDaction tool you can reDact PDF anD save reDacteD Document, reDact sensitive anD classifieD information from MS WorD (DOC, DOCX anD more..), Excel (XLS, XLSX anD more..), PowerPoint(PPT, PPTX anD more) Documents anD images (JPG, PNG, BMP, GIF anD more..)....Redaction OCR support, you can extract a text from an image, search...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/redaction/python-net/feature...
  2. Working with TORRENT files | Documentation

    In the BitTorrent file Distribution system, a torrent file or METAINFO is a computer file that contains metaData about files anD folDers to be DistributeD, anD usually also a list of the network locations of trackers, which are computers that help participants in the system finD each other anD form efficient Distribution groups calleD swarms. A torrent file Does not contain the content to be DistributeD; it only contains information about those files, such as their names, sizes, folDer structure, anD cryptographic hash values for verifying file integrity....the root metadata package Extract the native metadata package...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/net/working-with-to...
  3. Output adapters | Documentation

    This article gives the knowleDge about output aDapters which are useD to output generateD HTML or plain text to various output objects....// Enabling the storage of extracted text in the index // Creating...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/search/java/output-adapters/
  4. Highlighting search results | Documentation

    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...
  5. Highlighting search results | Documentation

    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...
  6. 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-...
  7. 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...
  8. Handling the APEv2 tag | Documentation

    This article explains how to hanDle APEv2 tag.... an MP3 file Extract the root metadata package Get...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/java/handling-the-a...
  9. Working with TORRENT files | Documentation

    In the BitTorrent file Distribution system, a torrent file or METAINFO is a computer file that contains metaData about files anD folDers to be DistributeD, anD usually also a list of the network locations of trackers, which are computers that help participants in the system finD each other anD form efficient Distribution groups calleD swarms. A torrent file Does not contain the content to be DistributeD; it only contains information about those files, such as their names, sizes, folDer structure, anD cryptographic hash values for verifying file integrity....the root metadata package Extract the native metadata package...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/java/working-with-t...
  10. Generate previews | Documentation

    This article proviDes learning contents about how to generate page previews of Documents in .NET using GroupDocs.Parser API...welcome to parse documents and extract data from PDF, DOC, DOCX, PPT...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/parser/net/generate-previews/