Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 5,005 for

text signature

(1.63 sec)
  1. How to Extract Images from Excel in C#

    This article explains the workflow to extract images from Excel in C# and how to use this workflow for developing the application to get images from Excel using C#....Signature Product Family GroupDocs.Metadata...published an article for extracting Text from Markdown file using C#...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  2. How to Convert DOCX to TXT using C#

    In this tutorial, we will provide simple steps to convert DOCX to TXT using C#. Furthermore, we will furnish a code example representing how to export DOCX to TXT in C#....Signature Product Family GroupDocs.Metadata...convert a DOCX file into plain text (TXT). This could be for various...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Add Ellipse Annotation in PDF using C#

    This article offers guidance on how to add ellipse annotation in PDF using C#. Additionally, it includes code and steps to insert ellipse annotation to PDF in C#....Signature Product Family GroupDocs.Metadata...an article on how to insert a text field annotation in PDF using...

    kb.groupdocs.com/annotation/net/how-to-add-elli...
  4. Extract data from Emails | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported....Signature Product Solution GroupDocs...extract data from emails: Extract text from Emails Extract metadata...

    docs.groupdocs.com/parser/net/extract-data-from...
  5. Merge HTML | GroupDocs

    Learn how to merge HTML files, combine HTML files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....Signature Product Solution GroupDocs...HTML Leave feedback HTML (Hyper Text Markup Language) is the extension...

    docs.groupdocs.com/merger/nodejs-java/merge/html/
  6. Merge HTML | GroupDocs

    Learn how to merge HTML files, combine HTML files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....Signature Product Solution GroupDocs...HTML Leave feedback HTML (Hyper Text Markup Language) is the extension...

    docs.groupdocs.com/merger/python-net/merge/html/
  7. Get changes coordinates | GroupDocs

    This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for .NET...Signature Product Solution GroupDocs..."Change Type: {0}, X: {1}, Y: {2}, Text: {3}" , change . Type , change...

    docs.groupdocs.com/comparison/net/get-changes-c...
  8. Add watermark | GroupDocs

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Node.js via Java API....Signature Product Solution GroupDocs...WatermarkOptions - watermark text - watermark font name - watermark...

    docs.groupdocs.com/conversion/nodejs-java/add-w...
  9. Convert to Page Description Language formats wi...

    Learn about PageDescriptionLanguageConvertOptions class for PDL file formats (SVG, XPS, EPS, PS, PCL, TEX) in GroupDocs.Conversion for .NET....Signature Product Solution GroupDocs...options ); } Watermark Support Add text or image watermarks to converted...

    docs.groupdocs.com/conversion/net/convert-to-pa...
  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....Signature Product Solution GroupDocs...for the recognition of printed text (optical character recognition...

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