Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 1,383 for

text watermark

(0.14 sec)
  1. Features Overview | Documentation

    GroupDocs.Parser Cloud is a document data extraction REST API from over 50 document types. One of the most valuable features of GroupDocs.Parser Cloud is parsing documents with predefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents. The API also provides methods to extract images, extract Text. You can do it with regular documents and containers like ZIP archives, OST/PST mail data files and PDF portfolios....Watermark Product Solution GroupDocs...methods to extract images, extract text. You can do it with regular...

    docs.groupdocs.cloud/parser/features-overview/
  2. Search Result Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Search Options objects and object properties CellsBarcodeSignatureData Object Contains Cells Bar-code Signature properties. CellsBarcodeSignatureData Object Fields Name Type Description BarcodeTypeName string Specifies the Barcode type. Text string Specifies Text of Bar-code. ImagesBarcodeSignatureData Object Contains Images Bar-code Signature properties. ImagesBarcodeSignatureData Object Fields Name Type Description BarcodeTypeName string Specifies the Barcode type. Text string Specifies Text of Bar-code....Watermark Product Solution GroupDocs...the Barcode type. Text string Specifies text of Bar-code. ImagesBarcodeSignatu...

    docs.groupdocs.cloud/signature/search-result-ob...
  3. Sending texts for translation | Documentation

    How to send Texts for translation to the selected languages....Watermark Product Solution GroupDocs...Translating texts / Sending texts for translation Sending texts for translation...

    docs.groupdocs.cloud/translation/text/request/
  4. Search Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Search Options objects and object properties SearchOptionsCollectionData Object Provides list of options for documents searching. Example SearchOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "Text": "123456789012", "matchType": "Contains", "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] }, "searchAllPages": true }, { "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] } ] } SearchOptionsCollectionData Object Fields...Watermark Product Solution GroupDocs..."barcodeTypeName" : "Code39Standard" , "text" : "123456789012" , "matchType"...

    docs.groupdocs.cloud/signature/search-options-o...
  5. Common structures | Documentation

    Page contains description for common structures and its properties SignatureType properties Specifies enumeration of supported Signature Types. Example SignatureType object { "SignatureType": "Text" } Name Description Text Specifies Text signature type Image Specifies Image signature type Digital Specifies Digital signature type Barcode Specifies Barcode signature type QRCode Specifies QRCode signature type Stamp Specifies Stamp signature type PagesSetup properties Provides options to specify special or ordinary pages for Document processing. Example PagesSetup object...Watermark Product Solution GroupDocs..."SignatureType" : "Text" } Name Description Text Specifies Text signature...

    docs.groupdocs.cloud/signature/common-structures/
  6. Verify multiple signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Watermark Product Solution GroupDocs... "BarcodeType": "Code128", "Text": "123456789012", "MatchType":...

    docs.groupdocs.cloud/signature/verify-multiple-...
  7. Fetching results | Documentation

    How to fetch the result from the GroupDocs.Rewriter Cloud queue....Watermark Product Solution GroupDocs...Developer's reference / Working with texts / Fetching results Fetching...

    docs.groupdocs.cloud/rewriter/text/fetch/
  8. Hello, world! | Documentation

    Get familiar with GroupDocs.Rewriter Cloud by running a bare minimum example....Watermark Product Solution GroupDocs...paraphrase a short fragment of text from English to German using...

    docs.groupdocs.cloud/rewriter/hello-world/
  9. Hello, world! | Documentation

    Get familiar with GroupDocs.Translation Cloud by running a bare minimum example....Watermark Product Solution GroupDocs...learn how to translate a short text from English to German using...

    docs.groupdocs.cloud/translation/hello-world/
  10. 在 Python 中使用 REST API 将 HTML 转换为 PDF | Python 中...

    使用适用于 Python 的 Document Conversion Cloud SDK 在 Python 中使用云中的 REST API 以编程方式将 HTML 文件转换为 PDF 文档。...output_path = "转变ed" # 定义水印选项 watermark = groupdocs_conversion_cloud...WatermarkOptions() watermark.text = "THIS IS SAMPLE WATERMARK" watermark.bold...

    blog.groupdocs.cloud/zh/conversion/convert-html...