Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 618 for

printing annotations

(0.04 sec)
  1. Load document from Azure Blob Storage | Documen...

    This article demonstrates how to convert document stored in Azure Blob storage using GroupDocs.Conversion for Java API....Annotation Product Solution GroupDocs...getMessage ()); } System . out . print ( "\nSource document converted...

    docs.groupdocs.com/conversion/java/load-documen...
  2. 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....Annotation Product Solution GroupDocs...item in attachments ) { // Print the file path Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-data-from...
  3. Get supported features | Documentation

    This article shows how to check if feature supported for the document....Annotation Product Solution GroupDocs...ReadToEnd ()); } } } This example prints “Text extraction isn’t supported”...

    docs.groupdocs.com/parser/net/get-supported-fea...
  4. OCR support | Documentation

    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. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Annotation Product Solution GroupDocs...(library) for the recognition of printed text (optical character recognition...

    docs.groupdocs.com/search/java/ocr-support/
  5. Extract images from document page area | Docume...

    This article explains that how to extract images from document page area....Annotation Product Solution GroupDocs...PageImageArea image : images ) { // Print a page index, rectangle and...

    docs.groupdocs.com/parser/java/extract-images-f...
  6. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in document metadata. This topic contains example of custom encryption, class definition and search for encrypted objects in the document metadata with GroupDocs.Signature....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/search-for-em...
  7. Sign document with extensions | Documentation

    This article shows how to create electronic signatures with additional visual extensions...Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/sign-document...
  8. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser provides the functionality to extract emails from remote servers. The following email protocols are supported: Post Office Protocol (POP) Internet Message Access Protocol (IMAP) Exchange Web Services (EWS) To create an instance of Parser class to extract emails from a remote server the following constructor is used: Parser(EmailConnection connection); Parser(EmailConnection connection, ParserSettings parserSettings) The second constructor allows to use ParserSettings object to control the process; for example, by adding logging functionality....Annotation Product Solution GroupDocs...emailParser . getText ()) { // Print the email text System . out...

    docs.groupdocs.com/parser/java/extract-emails-f...
  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....Annotation Product Solution GroupDocs...ContainerItem item : attachments ) { // Print the file path System . out ...

    docs.groupdocs.com/parser/java/extract-data-fro...
  10. Sign documents with QR-code embedded object | D...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/sign-document...