Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 4,944 for

text signature

(0.08 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... You can also extract text, retrieve metadata information...for Words and also able to add text redaction annotation in Slides...

    blog.groupdocs.com/groupdocs.blog/page/60/
  2. Use Aspose.OCR for Cloud SDK | GroupDocs

    This article explains that how to use Aspose.OCR for Cloud SDK in Java....Signature Product Solution GroupDocs...result = jToken . getString ( "text" ); return createDtoFromRespons...

    docs.groupdocs.com/redaction/java/use-aspose-oc...
  3. Product Overview | GroupDocs

    Apply annotations to your documents in the form of Textual comments, explanations with highlighted notes, watermarks, polylines, Text/resource redactions and much more....Signature Product Solution GroupDocs...applications the ability to annotate text or images in files of . Annotations...

    docs.groupdocs.com/annotation/java/product-over...
  4. Load Image Documents with Options | GroupDocs

    Learn how to use ImageLoadOptions to configure image document loading in GroupDocs.Conversion for .NET. Control format specification, font handling, and more....Signature Product Solution GroupDocs... EMF, WMF images containing text (get; set;) ResetFontFolders...

    docs.groupdocs.com/conversion/net/load-image-do...
  5. How to Add Replacement Annotation in PDF using ...

    In this topic, we will guide you how to add replacement annotation in PDF using Java along with code example to insert replacement annotation to PDF in Java....Signature Product Family GroupDocs.Metadata...within a PDF with alternative text. Below are the detailed steps...

    kb.groupdocs.com/annotation/java/how-to-add-rep...
  6. Extract attachments from Emails | GroupDocs

    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...
  7. Merge TXT files using Java

    Discover the method of how to merge TXT files using Java. Enhance your document management efficiency by learning how to combine TXT files in Java programming....Signature Product Family GroupDocs.Metadata...analysis tasks, merging multiple text ( TXT ) files into a single...

    kb.groupdocs.com/merger/java/merge-txt-files-us...
  8. Load document from stream | GroupDocs

    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...
  9. Convert PDF to MD using Node.js

    Easily convert PDF to MD using Node.js with a simple and efficient process. Learn how to export PDF to MD in Node.js for seamless Text extraction and document conversion....Signature Product Family GroupDocs.Metadata...for developers working with text-based content. One common requirement...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  10. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs...Id: { change . id } , Text: { change . text } " ) 🔹 Use case: Build...

    docs.groupdocs.com/comparison/python-net/get-li...