Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 590 for

printing annotations

(0.05 sec)
  1. Extract text from Microsoft Office Word documen...

    This article explains that how to extract text from Microsoft Office Word (.doc, .docx) documents...Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the document Console...

    docs.groupdocs.com/parser/net/extract-text-from...
  2. Search for encrypted text in Metadata signature...

     This article explains how to search for encrypted text electronic signatures in the document metadata. This topic contains example of using standard encryption and search for encrypted text in the document metadata with further decryption by GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/search-for-en...
  3. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the presentation...

    docs.groupdocs.com/parser/java/extract-text-fro...
  4. Search for Barcode e-signatures | Documentation

    This article explains how to search for Barcode in the document with few lines of code over GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/search-for-ba...
  5. Load password-protected documents | Documentation

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...compare ( output_file_name ) print ( f " \n Documents compared...

    docs.groupdocs.com/comparison/python-net/load-p...
  6. Advanced search for Form Field signatures | Doc...

     This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/advanced-sear...
  7. Search for built-in Metadata signatures | Docum...

     This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/search-for-bu...
  8. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....Annotation Product Solution GroupDocs...PageHyperlinkArea h in hyperlinks ) { // Print the hyperlink text Console ...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  9. Password-protected documents | Documentation

    Learn how to open the password-protected documents....Annotation Product Solution GroupDocs...supported." ); return ; } // Print the document text using ( TextReader...

    docs.groupdocs.com/parser/net/password-protecte...
  10. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Annotation Product Solution GroupDocs...supported." ); return ; } // Print the document text try ( TextReader...

    docs.groupdocs.com/parser/java/password-protect...