Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 1,418 for

text extraction

(0.03 sec)
  1. Remove Metadata from ODT using C#

    Discover how to effectively remove metadata from ODT using C#. This guide provides a code snippet showing the process of how to delete metadata from ODT in C#....from ODT using C# Open Document Text ( ODT ) files are commonly used...wide range of features, such as text formatting, images, and styles...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  2. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET 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 FileType property to obtain file format information AdvancedUsage....a loaded presentation and extract some additional file format...information. a presentation Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. GroupDocs.Viewer Product Family

    Find answers about viewing and rendering a variety of file types using code on any platform....PDF as JPG using C# How to Extract Text from PDF using Java How...

    kb.groupdocs.com/viewer/page/4/
  4. Single document operations | Documentation

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate page using GroupDocs.Merger for Node.js via Java....document pages positions, extract specific pages from document...Split document Split text file Swap pages Extract pages Change page...

    docs.groupdocs.com/merger/nodejs-java/single-do...
  5. Convert ODT to TXT using Node.js

    Learn how to convert ODT to TXT using Node.js quickly and efficiently. Follow this guide to export ODT to TXT in Node.js with simple steps and clear examples....especially when needing to extract raw text from formatted documents...effectively generating a plain text file and saving it to the specified...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  6. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Convert MD to PDF in C# How to Extract Text from Excel in C# How to...ODG to PDF using C# How to Extract Metadata from Word Document...

    kb.groupdocs.com/categories/page/36/
  7. Advanced usage | Documentation

    This page describes the GroupDocs.Annotation advanced usage and its multiple powerful features like customizing document annotating process and annotations appearance etc....document content information Extract an image from an image annotation...Put image annotations over the text using ZIndex Set resolution...

    docs.groupdocs.com/annotation/net/advanced-usage/
  8. Single document operations | Documentation

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate page using GroupDocs.Merger for Python via .NET....document pages positions, extract specific pages from document...Split document Split text file Swap pages Extract pages Change page...

    docs.groupdocs.com/merger/python-net/single-doc...
  9. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....version a loaded document and extract some additional file format...information. a PDF document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Single document operations | Documentation

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate page using GroupDocs.Merger....document pages positions, extract specific pages from document...Split document Split text file Swap pages Extract pages Change page...

    docs.groupdocs.com/merger/net/single-document-o...