Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 498 for

printing annotations

(0.03 sec)
  1. Search for Digital e-signatures | Documentation

    This topic explains how to search for digital electronic signatures across the documents with GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/search-for-di...
  2. Updating multiple signatures of different types...

     This article explains how to provide advanced options when updating different multiple electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...size () > 0 ) { System . out . print ( "\nTrying to update all signatures...

    docs.groupdocs.com/signature/java/updating-mult...
  3. Extract text from EPUB eBooks | Documentation

    To extract text from EPUB e-books GetText and GetText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the e-book Console...

    docs.groupdocs.com/parser/net/extract-text-from...
  4. Extract tables from document | Documentation

    This article explains that how to extract tables from document in java....Annotation Product Solution GroupDocs...through the collection and print table cells. The following example...

    docs.groupdocs.com/parser/java/extract-tables-f...
  5. Searching for document signatures excluding ext...

    This article explains how to search with excluding non-signature components like native documents text, images or barcodes that are the part of document content....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/searching-for...
  6. Working with data extracted by template | Docum...

    Extracted data are stored in the instance of DocumentData class....Annotation Product Solution GroupDocs...instanceof PageTextArea ) { // Print the field value System . out...

    docs.groupdocs.com/parser/java/working-with-dat...
  7. Extract metadata from Microsoft Office Excel sp...

    To extract metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. comments The comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet....Annotation Product Solution GroupDocs...when it was last saved. last-printed-time The time of the spreadsheet...

    docs.groupdocs.com/parser/java/extract-metadata...
  8. Extract metadata from Microsoft Office Excel sp...

    This article explains that how to extract metadata from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Annotation Product Solution GroupDocs...when it was last saved. last-printed-time The time of the spreadsheet...

    docs.groupdocs.com/parser/net/extract-metadata-...
  9. Signing archive documents in batch | Documentation

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...Annotation Product Solution GroupDocs...DocumentResultSignat ) o ; System . out . print ( "Document #" + number ++ +...

    docs.groupdocs.com/signature/java/signing-archi...
  10. Extract attachments from PDF portfolios | Docum...

    Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment text from PDF Portfolios: 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 get container item names, sizes and obtain content....Annotation Product Solution GroupDocs...ContainerItem item : attachments ) { // Print the file path System . out ...

    docs.groupdocs.com/parser/java/extract-attachme...