Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 9,185 for

images

(0.22 sec)
  1. How to Extract Metadata from Word Document in C#

    This short tutorial explains every piece of information to extract Metadata from Word document in C# and provides a working code to get Word metadata using C#....published an article for extracting images from PowerPoint using C#, have...have a look at how to Extract Images from PowerPoint in C# guide...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  2. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...recognize text in separate image files. The default value is...recognize text in embedded images. The default value is false...

    docs.groupdocs.com/search/net/indexing-options/
  3. Rasterize document or page | GroupDocs

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster Images with only one line of code....of a PDF document to raster images with only one line of code...loadOptions )) { // Initialize image or text watermark TextWatermark...

    docs.groupdocs.com/watermark/net/rasterize-docu...
  4. eSign document with Metadata signature | GroupDocs

    This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature... Images metadata distinct by whole...to keep standard or custom image metadata information like creator...

    docs.groupdocs.com/signature/python-net/esign-d...
  5. Integrate GroupDocs.Viewer for .NET Into Your G...

    We’re pleased to inform GetSimple developers that the .NET version of GroupDocs.Viewer can be seamlessly integrated into their websites thanks to a plugin we released a few weeks ago. With this plugin installed, you can embed and display over 50 types of documents and Images on any page within your website. To name a few, supported formats include: PDF and Microsoft Word documents, Excel spreadsheets, PowerPoint presentations, Visio diagrams and CAD drawings....over 50 types of documents and images on any page within your website...

    blog.groupdocs.com/viewer/integrate-groupdocs-v...
  6. Count Words and Occurrences of each Word in a D...

    Count number of words and their occurrences in PDF, Word, Excel, PowerPoint, and Email documents in Java using document parsing API.... The API also allows the images, and metadata extraction for...Files Data in Java Extract Images from EPUB, FB2, CHM eBooks...

    blog.groupdocs.com/parser/count-words-and-occur...
  7. Extract table of contents | GroupDocs

    Learn how to extract table of contents (TOC) from Word documents, PDF files, and eBooks using GroupDocs.Parser for .NET. Extract TOC items with page numbers and depth levels in C#....familiar how to extract text, images, forms and more, please refer...extract text, metadata and images from PDF, DOC, DOCX, PPT, PPTX...

    docs.groupdocs.com/parser/net/extract-table-of-...
  8. EditableDocument | GroupDocs

    This documentation section explains features of the EditableDocument class when editing documents with GroupDocs.Editor for Node.js via Java API....Allows tuning external links for images, fonts, and stylesheets. All-embedded...accompanying folder with resources (images, stylesheets, fonts). Example:...

    docs.groupdocs.com/editor/nodejs-java/editabled...
  9. Convert XLSX to GIF using Python

    Let's convert XLSX to GIF using Python in a few easy steps without installing extra APIs. Also, provided the code to effortlessly export XLSX to GIF in Python....your XLSX spreadsheet as a GIF image Automating the conversion of...of Excel spreadsheets to image formats can greatly simplify how...

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

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on Images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in Images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....character recognition, OCR) on images, either separate or embedded...library for text recognition in images. const indexFolder = 'c:/MyIndex/'...

    docs.groupdocs.com/search/nodejs-java/ocr-support/