Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 1,756 for

text extraction

(0.09 sec)
  1. Edit Email | GroupDocs

    This guide demonstrates how to edit the content of documents from the Email format family like common Text documents using GroupDocs.Editor for Python via .NET....differs from editing common text documents. Loading Loading Email...for other formats. Like with text, XPS, and e-Book formats, and...

    docs.groupdocs.com/editor/python-net/edit-email/
  2. sample.chm

    4.13.4 ‘Internet protocol’ This option allows the user to select between the old and new Internet protocols and addressing schemes (IPv4 and IPv6). The selected protocol will be used for most outgo......the server to request coloured text. If you have a particularly...mode controls what happens when text printed in a PuTTY window reaches...

    docs.groupdocs.com/viewer/nodejs-java/_sample_f...
  3. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....a loaded presentation and extract some additional file format...information. a presentation Extract the root metadata package Use...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Update EPUB Metadata using C# – .NET Metadata E...

    Discover ways to view and edit EPUB eBook metadata using C#. Programmatically edit EPUB specific properties and Dublin Core items using C#....digital ebook format that contains text, images, and multimedia elements...using the Metadata class. Extract the metadata root package using...

    blog.groupdocs.com/metadata/view-edit-epub-meta...
  6. Indexing with stop words | GroupDocs

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...need to keep all text information extracted from documents, and...

    docs.groupdocs.com/search/net/indexing-with-sto...
  7. render-chm-to-html-outputs.zip

    render_chm_to_html/chm_result_1.html PuTTY User ManualPuTTY is a free (MIT-licensed) Win32 Telnet and SSH client. This manual documents PuTTY, and its companion utilities PSCP, PSFTP, Plink, Pagean......See appendix C for the licence text in full. •Chapter 1: Introduction...you can just log the printable text. It depends what you want the...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  8. Convert PDF files | GroupDocs

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint, HTML, image and other formats with GroupDocs.Conversion for .NET....PDF files is not limited to text only, it could be hyperlinks...content manipulations and editing text, tables, images, lists, etc...

    docs.groupdocs.com/conversion/net/convert/pdf/
  9. Convert XLSX to XLS using Python

    Learn how to convert XLSX to XLS using Python. Step-by-step guide and code example is included in this topic for how to export XLSX to XLS in Python....need to extract spreadsheet content into a plain text format for...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  10. Introduction | GroupDocs

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....to detect document type and extract its the most necessary metainfo...size; Number of pages (tabs); Text encoding, if document is textual...

    docs.groupdocs.com/editor/java/introduction/