Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 967 for

printing annotations

(0.07 sec)
  1. Extract metadata from Emails | Documentation

    Extract metadata from emails by using GetMetaData method....Annotation Product Solution GroupDocs...MetadataItem item in metadata ) { // Print the item name and value Console...

    docs.groupdocs.com/parser/net/extract-metadata-...
  2. Extract table of contents from Microsoft Office...

    This article explains that how to extract table of contents from Microsoft Office Word (.doc, .docx) documents...Annotation Product Solution GroupDocs...tocItem in tocItems ) { // Print the text of the chapter using...

    docs.groupdocs.com/parser/net/extract-table-of-...
  3. Load document from FTP | Documentation

    This section explains how to load document from FTP with GroupDocs.Signature API....Annotation Product Solution GroupDocs...options ); } System . out . print ( "\nSource document signed...

    docs.groupdocs.com/signature/java/load-document...
  4. 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...
  5. GroupDocs.Parser for Java 18.9 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for Java 18.9. Major Features There are the following features in this release: Ability to extract a text from databases Ability to extract data from PDF Forms Support for text analysis API for text documents Support for text analysis API for spreadsheets Support for text analysis API for presentation Ability to request a password for protected documents Metered licensing security is improved and now supports Java version 8u101 or above Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-555 Implement the ability to extract a text from databases New feature PARSERNET-975 Implement the ability to extract data from the form fields of PDFs New feature PARSERNET-1024 Implement the ability to request a password for protected documents New feature PARSERNET-978 Implement the support for text analysis API for text documents New feature PARSERNET-979 Implement the support for text analysis API for spreadsheets New feature PARSERNET-980 Implement the support for text analysis API for presentations New feature PARSERJAVA-31 Metered licensing security has been improved and now supports Java version 8u101 or above Breaking change Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Annotation Product Solution GroupDocs...container . getEntities ()) { // Print a table name System . out ....

    docs.groupdocs.com/parser/java/groupdocs-parser...
  6. com.groupdocs.signature.exception.GroupDocsSign...

    I am using groupdocs signature as java API. When used for Java projects in a window environment, digital signature add-ons were possible. But when i use this in Linux OS, com.groupdocs.signature.exception.GroupDocsSignat…...print(" 디지털서명함수 check 1 filename도..."converted.pdf"); System.out.print(" / 디지털서명함수 check 2" + signature);...

    forum.groupdocs.com/t/com-groupdocs-signature-e...
  7. 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...
  8. 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...
  9. 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/
  10. 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 in images ) { // Print a page index, rectangle and...

    docs.groupdocs.com/parser/net/extract-images-fr...