Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 240 for

criteria

(0.19 sec)
  1. Clear watermarks | GroupDocs

    This article shows how to clear existing text or image watermarks.... To define criteria use the instance of the class...watermarks that meet the search criteria. Use the method of the PossibleWatermarkCol...

    docs.groupdocs.com/watermark/net/basic-usage/cl...
  2. Remove Text Watermark from DOCM Using Python

    Remove text watermark from DOCM using Python while preserving macros and document structure. Learn how to erase watermark text from DOCM files via Python....watermark engine and its search criteria utilities in your script Initialize...defining text-based search criteria, the watermark can be identified...

    kb.groupdocs.com/watermark/python/remove-text-w...
  3. Remove Text Watermark from RTF Using Python

    You can remove text watermark from RTF using Python with a simple workflow. This guide also explains how to delete watermark in RTF using Python with ease....watermark and the search criteria namespace required for locating...watermark text within a search criteria object, the script can isolate...

    kb.groupdocs.com/watermark/python/remove-text-w...
  4. Set Signature Position in Cells Document using ...

    We are pleased to announce another monthly release of GroupDocs.Signature for .NET 18.7 with multitude new features like ability for cancellation of signing process and additional search Criteria for Digital Signatures of Words and Cells documents. Furthermore, this monthly release also covers some improvements and fixes, we therefore, recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. Features Additional Search CriteriaNow users of this API can search Digital Signatures in Cells and Words documents with additional search Criteria Following example demonstrates how to search Digital Signatures in Words document: // setup options with text of signature WordsSearchDigitalOptions searchOptions = new WordsSearchDigitalOptions(); // setup additional search Criteria searchOptions....process and additional search criteria for Digital Signatures of...documents with additional search criteria Following example demonstrates...

    blog.groupdocs.com/signature/groupdocs.signatur...
  5. Remove annotation replies | GroupDocs

    The page describes how to remove all or specific annotation replies when collaborate over document using GroupDocs.Annotation for Java API....replies that match desired criteria. Call the method of the class...Remove annotation replies by criteria The following code snippet...

    docs.groupdocs.com/annotation/java/remove-annot...
  6. Search and Filter Documents in C#

    Efficiently get knowledge of how to search and filter documents in C#. Learn how to filter documents search results in C# for precise and streamlined data retrieval....results based on specific criteria. Using a robust Search library...SearchDocumentFilter to match your filtering criteria Execute the search by calling...

    kb.groupdocs.com/search/net/search-and-filter-d...
  7. Update watermarks | GroupDocs

    Search and update existing text or image watermarks using Python via .NET....docx" ) as watermarker : criteria = gws_sc . TextSearchCriteria...possible = watermarker . search ( criteria ) print ( "Found" , possible...

    docs.groupdocs.com/watermark/python-net/basic-u...
  8. Advanced search for Digital signatures | GroupDocs

     This article explains how to make advanced search for digital electronic signatures with GroupDocs.Signature API....// specify special search criteria options . setComments ( "Test...comment" ); // certificate issues criteria options . setIssuerName (...

    docs.groupdocs.com/signature/java/advanced-sear...
  9. Clear watermarks | GroupDocs

    Search and remove existing text or image watermarks using Python via .NET....docx" ) as watermarker : criteria = gws_sc . TextSearchCriteria...possible = watermarker . search ( criteria ) possible . clear () watermarker...

    docs.groupdocs.com/watermark/python-net/basic-u...
  10. Remove annotation replies | GroupDocs

    The page describes how to remove all or specific annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....Remove annotation replies by criteria The following code snippet...remove replies that match some criteria: C# // NOTE: Input document...

    docs.groupdocs.com/annotation/net/remove-annota...