Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 2,978 for

one

(0.02 sec)
  1. How to Merge Word Documents in Ruby using REST API

    How to Merge Word Documents in Ruby using REST API...instead of processing all files one by one. As a Ruby developer, you...single document, or split up one source document into multiple...

    blog.groupdocs.cloud/merger/how-to-merge-word-d...
  2. GroupDocs Newsletter September 2017– APIs Updat...

    GroupDocs developers newsletter September 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....NET APIs packaged into one product suite. GroupDocs.Total...our Java APIs packaged into one product suite. GroupDocs.Total...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  3. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/One-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/One-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the cloud storage...."FileInfo" : { "FilePath" : "signed/one-page.pdf" , "Password" : "1234567890"...12345 , "DownloadUrl" : "signed/one-page.pdf" , "succeeded" : [ {...

    docs.groupdocs.cloud/signature/signresult/
  4. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Request curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer " \ -d "{ 'FilePath': 'annotationdocs/One-page.docx'} Response { "name": "One-page.docx", "path": "annotationdocs/One-page....'annotationdocs/one-page.docx'} Response { "name" : "one-page.docx"...docx" , "path" : "annotationdocs/one-page.docx" , "extension" : "...

    docs.groupdocs.cloud/annotation/get-document-in...
  5. Sign document with image signature | Documentation

    An image as signature is alternative way to put any presenting data in a visual form. This electronic signature type allows to create custom image with company logo, sender’ initials, names or make a company stamp icon in it, GroupDocs.Signature Cloud provides options to specify different settings for Image signature such as image content, location, colors and advanced effects. API usage There are steps that usage of GroupDocs.Signature Cloud consists of:...{ 'FilePath': 'signaturedocs/one-page.docx' }, 'Options': [ {...'OutputFilePath': 'signaturedocs/signedImage_one-page.docx' } }" Response { "fileInfo"...

    docs.groupdocs.cloud/signature/sign-document-wi...
  6. 将条形码签名添加到您的文档中

    REST API,用于创建、验证和搜索不同类型的条形码 通过执行各种签名选项对云中的文档进行签名...Bearer [Access Token]" 现在,我们的文件“one-page.docx”可在存储上的文件夹“signaturedocs”下找到。...\"FileInfo\": { \"FilePath\": \"one-page.docx\", \"StorageName\":...

    blog.groupdocs.cloud/zh/signature/add-electroni...
  7. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. FileInfo.Password The password to open file It should be specified only for password-protected documents....join several documents into one curl -v "https://api.groupdocs... { "name" : "one-page.docx" , "filePath" : "one-page.docx" ,...

    docs.groupdocs.cloud/parser/get-container-items...
  8. How to Add pagination in the converted html - F...

    how will add Pagination in HTML Output during DOCX to HTML Conversion....RenderToSinglePage to render into one page....

    forum.groupdocs.cloud/t/how-to-add-pagination-i...
  9. Working with Data | Documentation

    Programming techniques, designed to apply data filtering, grouping and formatting throughout the Report Generation process using GroupDocs Assembly Cloud....with commas except the first one: The items are : << foreach [...NumberOf() extension method returns a one-based index (1, 2, 3 &mldr;)...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  10. 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....{ "filePath" : "/words/docx/one-page.docx" , "password" : "1234567890"...Based of found signature type of one the following data structures...

    docs.groupdocs.cloud/signature/searchresult/