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

one

(0.04 sec)
  1. Link Annotation | Documentation

    Link annotation adds a hyper link to document API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': "...= new FileInfo { FilePath = "one-page.docx" }; AnnotationInfo...

    docs.groupdocs.cloud/annotation/link-annotation/
  2. Add annotation with downloading output document...

    AnnotateDirect method allows to add annotations to the document and returns output document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation and get the result immediately HTTP PUT ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....'FilePath': 'annotationdocs/one-page.docx' }, 'Annotations':...= new FileInfo { FilePath = "one-page.docx" }; AnnotationInfo...

    docs.groupdocs.cloud/annotation/add-direct/
  3. 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...Optional Barcode Type name (value one of supported Barcode Type names)...Optional Barcode Type name (value one of supported Barcode Type names)...

    docs.groupdocs.cloud/signature/search-options-o...
  4. 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....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...
  5. 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/
  6. 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...
  7. 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...
  8. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/merger/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....ObjectExistsRequest ( "WordProcessing/one-page.docx" , Common . MyStorage...ObjectExistsRequest ( "Mergers\\one-page.docx" , Utils . MYStorage...

    docs.groupdocs.cloud/merger/working-with-storage/
  9. Convert PDF to TXT in Python with REST API Solu...

    The GroupDocs.Conversion Cloud SDK for Python empowers developers to add document conversion feature in their application seamlessly with high fidelity...(Portable Document Format) is one of the most important and widely...50+ types of documents from one format to another. It offers...

    blog.groupdocs.cloud/conversion/extract-text-fr...
  10. Split PDF Files using REST API in Ruby

    Split a PDF document at certain pages for easy conversion into individual PDF files. This article is about how to split PDF files using REST API in Ruby....Ruby SDK Split PDF Files into One-Page Documents using Ruby How...Exact Page Number Split PDF to One-Page Files by Applying Filter...

    blog.groupdocs.cloud/merger/split-pdf-files-usi...