Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 4,728 for

text annotations

(0.03 sec)
  1. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Comparison can work with....Annotation Product Solution GroupDocs...Template ✅ XML Spreadsheet 2003 ✅ Text and programming file formats...

    docs.groupdocs.com/comparison/python-net/suppor...
  2. Obtain document form fields and signatures info...

    This article shows how to get information about electronic signatures in the document and its form fields with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Value}" ); } // display document Text signatures information Console...

    docs.groupdocs.com/signature/net/obtain-documen...
  3. Use Aspose.OCR for Cloud SDK | Documentation

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

    docs.groupdocs.com/redaction/java/use-aspose-oc...
  4. Sign document with extensions | Documentation

    This article shows how to create electronic signatures with additional visual extensions...Annotation Product Solution GroupDocs...numbers alternative extension for Text signature property Here are...

    docs.groupdocs.com/signature/java/sign-document...
  5. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Comparison can work with....Annotation Product Solution GroupDocs...Template XML Spreadsheet 2003 Text and programming file formats...

    docs.groupdocs.com/comparison/java/supported-do...
  6. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Comparison can work with....Annotation Product Solution GroupDocs...Template ✅ XML Spreadsheet 2003 ✅ Text and programming file formats...

    docs.groupdocs.com/comparison/nodejs-java/suppo...
  7. How to edit XML file | Documentation

    This article demonstrates how to edit XML files and XML documents using Java programming language....Annotation Product Solution GroupDocs...that any XML is first of all a text file). By default all XML files...

    docs.groupdocs.com/editor/java/how-to-edit-xml/
  8. How to edit XML file | Documentation

    This article demonstrates how to edit XML files and XML documents using C# programming language....Annotation Product Solution GroupDocs...that any XML is first of all a text file). By default all XML files...

    docs.groupdocs.com/editor/net/how-to-edit-xml/
  9. 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....Annotation Product Solution GroupDocs...the steps to extract an email text from email attachments: Instantiate...

    docs.groupdocs.com/parser/java/extract-attachme...
  10. 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....Annotation Product Solution GroupDocs...Parser ( stream )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...