Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 967 for

printing annotations

(0.04 sec)
  1. Obtain document history information | Documenta...

    This article shows how to obtain the history of document changes with GroupDocs.Signature API....Annotation Product Solution GroupDocs...information System . out . print ( "Document Process logs information:...

    docs.groupdocs.com/signature/java/obtain-docume...
  2. Subscribing for verification process events | D...

    This article explains how to subscribe for verification of electronic signatures events like start, progress and completion with GroupDocs.Signature API....Annotation Product Solution GroupDocs...ProcessStartEventArg args ) { System . out . print ( "Verify process started at...

    docs.groupdocs.com/signature/java/subscribing-f...
  3. Search for multiple e-signature types | Documen...

    This article explains how to search for multiple electronic signatures across document pages with GroupDocs.Signature API....Annotation Product Solution GroupDocs...size () > 0 ) { System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/search-for-mu...
  4. Extract hyperlinks from document page | Documen...

    This article explains that how to extract hyperlinks from document page....Annotation Product Solution GroupDocs...getPageCount (); pageIndex ++) { // Print a page number System . out ...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  5. GroupDocs.Parser for .NET 20.6.1 Release Notes ...

    Note This page contains release notes for GroupDocs.Parser for .NET 20.6.1 Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1555 Misspelling in GetHyperlinks method name Bug Public API and Backward Incompatible Changes Misspelling in GetHyperlinks method name Description This hot-fix fixes misspelling in GetHyperlinks methods name in Parser class. Public API changes GroupDocs.Parser.Parser public class was updated with changes as follows: Renamed GetHyperlinks method Renamed GetHyperlinks(Int32) method Renamed GetHyperlinks(PageAreaOptions) method Renamed GetHyperlinks(Int32, PageAreaOptions) method Usage The following example shows how to extract hyperlinks from the document page area:...Annotation Product Solution GroupDocs...PageHyperlinkArea h in hyperlinks ) { // Print the hyperlink text Console ...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  6. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Annotation Product Solution GroupDocs...description ) { System . out . print ( description . getRedactionType...

    docs.groupdocs.com/redaction/java/use-redaction...
  7. Extract metadata from Microsoft Office Word doc...

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

    docs.groupdocs.com/parser/java/extract-metadata...
  8. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the section System...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Updating Image signatures with advanced options...

     This article explains how to provide advanced options when updating Image electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs... size ()) { System . out . print ( "\nAll signatures were successfully...

    docs.groupdocs.com/signature/java/updating-imag...
  10. How to get the names of the worksheets | Docume...

    This article explains how to get names of the worksheets from Excel files with GroupDocs.Viewer within your Java applications....Annotation Product Solution GroupDocs...sample shows how to get and print out the names of the worksheets...

    docs.groupdocs.com/viewer/java/how-to-get-the-n...