Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 1,389 for

annotation ruby

(0.08 sec)
  1. Get changes coordinates | Documentation

    GroupDocs.Comparison Cloud allows to detect changes between source and target files and obtain changes coordinates at files preview images. The following code sample shows how to get changes coordinates. 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....Annotation Product Solution GroupDocs...PostChangesRequest ( options )) Ruby # For complete examples and...

    docs.groupdocs.cloud/comparison/get-changes-coo...
  2. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async 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....Annotation Product Solution GroupDocs...status: " + result . status ) Ruby # For complete examples and...

    docs.groupdocs.cloud/conversion/convert-documen...
  3. 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....Annotation Product Solution GroupDocs...verify_signatures ( request ) Ruby # For complete examples and...

    docs.groupdocs.cloud/signature/verify-multiple-...
  4. 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....Annotation Product Solution GroupDocs...update_signatures ( request ) Ruby # For complete examples and...

    docs.groupdocs.cloud/signature/update-barcode-s...
  5. Websites - groupdocs.cloud

    English Français Deutsch Русский ไทย 中文 Websites The aspose.com provides advanced High Code File Format APIs supporti......NET, Java, Ruby, Salesforce, and Amazon, among...features such as displaying, annotating, converting, e-signing, comparing...

    websites.groupdocs.cloud
  6. How to self-host GroupDocs.Merger Cloud with Do...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....Annotation Product Solution GroupDocs...get_supported_file_formats () Ruby # For complete examples and...

    docs.groupdocs.cloud/merger/self-host-with-docker/
  7. Get Supported File Formats | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Annotation Product Solution GroupDocs...available SDKs list . C# Java PHP Ruby Node.js Python Was this page...

    docs.groupdocs.cloud/signature/get-supported-fi...
  8. Features Overview | Documentation

    Overview GroupDocs.Editor Cloud is a REST API that allows you to edit documents across a wide range of supported document types. Below, the shortlist of possible actions: Document Edit operations The main feature of GroupDocs.Editor API is an ability to edit the most popular document formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit a Word Processing documents, Spreadsheets or Presentations....Annotation Product Solution GroupDocs...PHP ( ) Node.js ( ) Python ( ) Ruby ( ) API Explorer The easiest...

    docs.groupdocs.cloud/editor/features-overview/
  9. Remove Pages | Documentation

    This REST API provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....Annotation Product Solution GroupDocs...to your project. C# Java PHP Ruby Node.js Python Was this page...

    docs.groupdocs.cloud/merger/remove-pages/
  10. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password. The following properties of preview may be customized:...Annotation Product Solution GroupDocs...to your project. C# Java PHP Ruby Node.js Python Was this page...

    docs.groupdocs.cloud/merger/generate-document-p...