Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 4,684 for

text signature

(0.2 sec)
  1. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all Text to lowercase characters or to remove diacritics from Text....Signature Product Solution GroupDocs...for example, to convert all text to lowercase characters or to...

    docs.groupdocs.com/search/nodejs-java/character...
  2. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....Signature Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  3. Extract attachments from Emails | Documentation

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email Text from email attachments: 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 obtain Parser object to extract a Text....Signature Product Solution GroupDocs...the steps to extract an email text from email attachments: Instantiate...

    docs.groupdocs.com/parser/java/extract-attachme...
  4. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a Text into the reader try (TextReader reader = parser....Signature Product Solution GroupDocs...Parser ( stream )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...
  5. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....Signature Product Solution GroupDocs...elements of an HTML page (including text, graphics, and stylesheets)...

    docs.groupdocs.com/viewer/nodejs-java/render-pd...
  6. Font extraction options | Documentation

    Learn how to extract fonts from input Word documents when editing with GroupDocs.Editor API for Node.js....Signature Product Solution GroupDocs...DOCX or ODT, typically contain text content formatted with various...

    docs.groupdocs.com/editor/nodejs-java/font-extr...
  7. Phrase search | Documentation

    This article gives the knowledge about phrase search definition as well as a phrase search description....Signature Product Solution GroupDocs...words in the text of indexed documents. In text form, the following...

    docs.groupdocs.com/search/net/phrase-search/
  8. Locales for Output Document | Documentation

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

    docs.groupdocs.com/editor/nodejs-java/locales-f...
  9. Using Markdown Documents | Documentation

    Note This feature is supported by version 19.8 or greater. Note The code uses some of the objects defined in The Business Layer. Markdown Documents (MD) Markdown is a lightweight markup language intended for one purpose, to be used to format Text on the web with plain Text formatting syntax. Let it be clear that Markdown is not a replacement for HTML because its syntax is very small, containing a very small subset of HTML tags....Signature Product Solution GroupDocs...used to format text on the web with plain text formatting syntax...

    docs.groupdocs.com/assembly/net/using-markdown-...
  10. Highlight Search Results using Java

    Learn how to highlight search results using Java with our guide, including a code example to efficiently highlight search results in Java for better management....Signature Product Family GroupDocs.Metadata...efficient storage of extracted text Initialize an index using the...

    kb.groupdocs.com/search/java/highlight-search-r...