Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 1,793 for

text signature

(0.07 sec)
  1. Extract cells from Microsoft Office Excel sprea...

    This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Signature Product Solution GroupDocs...collection of and get a cell text value. The following example...

    docs.groupdocs.com/parser/net/extract-cells-fro...
  2. Locales for output document | Documentation

    This guide demonstrates how to edit RTL documents and specify locale for Word documents when using  GroupDocs.Editor for .NET API....Signature Product Solution GroupDocs...example, English and Spanish text, setting the locale to English...

    docs.groupdocs.com/editor/net/locales-for-outpu...
  3. Load document from local disk | Documentation

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a Text into the reader try (TextReader reader = parser.getText()) { // Print a Text from the document // If Text extraction isn't supported, a reader is null System....Signature Product Solution GroupDocs...( filePath )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...
  4. Convert DOCX to RTF using Node.js

    Learn how to convert DOCX to RTF using Node.js with GroupDocs.Conversion for seamless document formatting. Easily export DOCX to RTF in Node.js with simple steps....Signature Product Family GroupDocs.Metadata...contrast, RTF (Rich Text Format) maintains text formatting while...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  5. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the Text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Signature Product Solution GroupDocs...highlighting occurrences in the text of documents. Obtain search...

    docs.groupdocs.com/search/nodejs-java/work-with...
  6. GroupDocs.Viewer for Java | Documentation

    GroupDocs.Viewer for Java allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your Java application....Signature Product Solution GroupDocs...Viewer supports over . Load text documents, spreadsheets, presentations...

    docs.groupdocs.com/viewer/java/
  7. Extract hyperlinks from Microsoft Office Word d...

    This article explains that how to extract hyperlinks from Microsoft Office Word (.doc, .docx) documents...Signature Product Solution GroupDocs...see . Hyperlink can contain a text: <hyperlink link= "www.google...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  8. Extract attachments from PDF portfolios | Docum...

    Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment Text from PDF Portfolios: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content....Signature Product Solution GroupDocs...steps to extract an attachment text from PDF Portfolios: Instantiate...

    docs.groupdocs.com/parser/java/extract-attachme...
  9. Extract data from attachments and ZIP archives ...

    This article shows how to extract data (Text, images, PDF forms) from ZIP-archived documents with GroupDocs.Parser....Signature Product Solution GroupDocs...It is easy to extract data, text, images and use any GroupDocs...

    docs.groupdocs.com/parser/java/extract-data-fro...
  10. Add watermark annotation | Documentation

    The page describes how to add watermark annotation to a document using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...annotation allows you to add a text watermark as shown in the picture...

    docs.groupdocs.com/annotation/java/add-watermar...