Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 1,027 for

search

(0.48 sec)
  1. Update Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or Search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....from the result of sign or search operation. API usage There...SignApi ( configuration ); // Search barcode signature to get ID...

    docs.groupdocs.cloud/signature/update-barcode-s...
  2. SearchResult | Documentation

    SearchResult data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/docx/one-page.docx", "password" : "1234567890" }, "size" : 12345, "signatures": [ { "barcodeType": "Code128", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "Barcode", "pageNumber": 1, "signatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options....data structure returned by Search API method as output result...Signatures that match for passed Search Options. Based of found signature...

    docs.groupdocs.cloud/signature/searchresult/
  3. GroupDocs.cloud 假期优惠 – GroupDocs.Total Cloud AP...

    使用不同签名类型签署文档(超过 20 种支持的格式) 具有各种格式、样式和外观的文本签名、图像签名、数字签名 条形码签名 QRCode 签名 使用适用于 Python 的 GroupDocs.Signature Cloud SDK。...post_search_barcode_request import PostSearchBarcodeReq...storageFileName) # Signature search # initialization of configuration...

    blog.groupdocs.cloud/zh/signature/14009/
  4. GroupDocs.cloud 假期優惠 – GroupDocs.Total Cloud AP...

    使用不同簽名類型簽署文檔(超過 20 種支持的格式) 具有各種格式、樣式和外觀的文本簽名、圖像簽名、數字簽名 條形碼簽名 QRCode 簽名 使用適用於 Python 的 GroupDocs.Signature Cloud SDK。...post_search_barcode_request import PostSearchBarcodeReq...storageFileName) # Signature search # initialization of configuration...

    blog.groupdocs.cloud/zh-hant/signature/14009/
  5. Watermark Cloud API & SDKs to Secure Documents ...

    Watermark the documents with REST API using .NET or Java SDK. Features include; Add image or text watermarks, remove, replace or Search watermarks....added watermarks, replace or search watermarks in all the supported...etc can be easily replaced. Search Watermarks in Documents using...

    blog.groupdocs.cloud/watermark/watermark-cloud-...
  6. Update QR-Code signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or Search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....from the result of sign or search operation. API usage There...SignApi ( configuration ); // Search QRCode signature to get ID...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  7. Remove Signatures from PDF using Python | REST API

    Programmatically Remove Signatures from Signed PDF Documents using a REST API in Python with Document Signature Cloud SDK for Python....enables you to create, verify and search different types of signatures...path to the signed PDF file Search Barcode Define _SearchBarcodeOptions...

    blog.groupdocs.cloud/signature/remove-signature...
  8. GroupDocs Newsletter August 2017– .NET, Java AP...

    GroupDocs developer newsletter August 2017 describes API updates, new features, .NET and Java code examples within GroupDocs document manipulation APIs....enables you to search watermarks based on particular search criterion...documents via URL. GroupDocs.Search for .NET 17.7 – Make reports...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  9. Signature on Document Processing REST APIs | Gr...

    Signature on Document Processing REST APIs | GroupDocs Cloud Recent content in Signature on Document Processing REST APIs | GroupDocs Cloud Подписи в стиле фоновой кисти и штамповой кисти, представ......Brush и расширенной функции Search Signature, а также других улучшений...

    blog.groupdocs.cloud/ru/tag/signature/index.xml
  10. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can Search metadata to remove with following features: There are many ways to specify what property should be removed. You could Search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document.... With this API you can search metadata to remove with following...should be removed. You could search for properties to add by: name...

    docs.groupdocs.cloud/metadata/remove-metadata/