Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 24,430 for

feature

(0.09 sec)
  1. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....the code above and see the feature in action in our GitHub examples:...parser App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/parser/java/extract-text-fro...
  2. Search text in EPUB eBooks | Documentation

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....the code above and see the feature in action in our GitHub examples:...parser App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  3. Search text in Microsoft OneNote sections | Doc...

    This article explains that how to search text from Microsoft OneNote sections presentations...the code above and see the feature in action in our GitHub examples:...parser App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  4. Signing archive documents in batch | Documentation

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured .NET library, we provide simple...

    docs.groupdocs.com/signature/net/signing-archiv...
  5. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. .NET AutoCAD API to Easily Process and Convert ...

    Use our powerful .NET AutoCAD processing and conversion API to efficiently convert CAD files to PDF, JPEG, PNG, EMF & more file formats in your .NET apps....Convert CAD Files Develop full-featured apps using the Aspose .NET...Trial View All APIs Overview Features Support Examples Pricing Learn...

    www.aspose.com/products/net/cad/
  7. information extraction

    Extraction of Embedded Objects data|Documentation,PDF Document Extraction Solution | Aspose.PDF,Extraction of Embedded Objects data|Documentation,Form Filling...features related to text extraction...specific information . The feature doesn’t require to extract...

    search.aspose.com/q/Information-Extraction.html
  8. Node.js Document Viewer 24.6: Enhanced Renderin...

    Simplify document viewing in your Node.js apps with GroupDocs.Viewer for Node.js via Java 24.6. Download today for precise Excel rendering and much more....code example illustrates the feature usage: //render spreadsheet...can view the list of all new features, enhancements, and bug fixes...

    releases.groupdocs.com/viewer/nodejs-java/new-r...
  9. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....the code above and see the feature in action in our GitHub examples:...management App Along with full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured .NET library, we provide simple...

    docs.groupdocs.com/signature/net/sign-documents...