Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 1,126 for

signature ruby

(0.1 sec)
  1. Text Underline Annotation | Documentation

    Text Underline annotation marks text with a underline styling 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 Linux/MacOS/Bash # Get JSON Web Token # Set your client credentials in environment variables CLIENT_ID and CLIENT_SECRET curl -v "https://api....Signature Product Solution GroupDocs...added: " + result [ 'href' ]) Ruby # For complete examples and...

    docs.groupdocs.cloud/annotation/text-underline-...
  2. Features Overview | Documentation

    GroupDocs.Merger Cloud is a REST API that allows you to join multiple documents and manipulate single document structure across a wide range of document formats. Below, the shortlist of possible actions: Document operations Join Documents This feature lets you merge two or more documents into one document, join specific pages or page ranges from several source documents into a single resultant document. Joined documents should be of the same format....Signature Product Solution GroupDocs...PHP ( ) Node.js ( ) Python ( ) Ruby ( ) API Explorer The easiest...

    docs.groupdocs.cloud/merger/features-overview/
  3. Working With Files | Documentation

    GroupDocs.Viewer Cloud Working With Files...Signature Product Solution GroupDocs..." . format ( e . message )) Ruby # Load the gem require 'gro...

    docs.groupdocs.cloud/viewer/working-with-files/
  4. 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 Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Signature Product Solution GroupDocs...path . getsize ( result ))) Ruby # For complete examples and...

    docs.groupdocs.cloud/annotation/add-direct/
  5. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows to compare more that 2 documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following code sample shows how to compare multiple documents with specific options. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Signature Product Solution GroupDocs...api_instance . comparisons ( request ) Ruby # For complete examples and...

    docs.groupdocs.cloud/comparison/compare-multipl...
  6. Convert document async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted document from storage Steps 1 and 4 are storage operations, please refer to this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....Signature Product Solution GroupDocs...status: " + result . status ) Ruby # For complete examples and...

    docs.groupdocs.cloud/conversion/convert-documen...
  7. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/conversion/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Signature Product Solution GroupDocs.... printStackTrace (); } } } Ruby # Load the gem require 'gro...

    docs.groupdocs.cloud/conversion/get-supported-f...
  8. 下一代 GroupDocs.Conversion for Cloud 18.3 中引入 PHP...

    下一代 GroupDocs.Storage for Cloud 是一个经过改进的全新 REST API,用于在云应用程序/网站中执行不同的存储相关操作...path=signature.jpg"][6] \ -X GET \ -H "Content-Type:...GetDownloadRequest(); request.Path = "signature.jpg"; request.Storage = "MyStorage";...

    blog.groupdocs.cloud/zh/total/first-public-rele...
  9. Point Annotation | Documentation

    Point annotation sticks comments to any point in a 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 Linux/MacOS/Bash # Get JWT token curl -v "https://api....Signature Product Solution GroupDocs...added: " + result [ 'href' ]) Ruby # For complete examples and...

    docs.groupdocs.cloud/annotation/point-annotation/
  10. Image Annotation | Documentation

    Image annotation allows to add image within document page 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 Linux/MacOS/Bash # Get JSON Web Token # Place your client ID and client secret in the environment variables CLIENT_ID and CLIENT_SECRET....Signature Product Solution GroupDocs...added: " + result [ 'href' ]) Ruby # For complete examples and...

    docs.groupdocs.cloud/annotation/image-annotation/