Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 910 for

comparison ruby

(0.04 sec)
  1. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....Comparison Product Solution GroupDocs...GetInfoRequest ( viewOptions )); Ruby # For complete examples and...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  2. Delete rendered document | Documentation

    After rendering various types of documents into HTML, Image, or Pdf, you may clean (delete) rendered pages from cloud storage using special method. Note: This method deletes only output files, the input file remains in the storage. Following example demonstrates on how to delete rendered document results. API Usage 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....Comparison Product Solution GroupDocs...apiInstance . deleteView ( dRequest ); Ruby # For complete examples and...

    docs.groupdocs.cloud/viewer/delete-rendered-doc...
  3. Get View Info for Outlook Data File | Documenta...

    GroupDocs.Viewer Cloud provides additional information for Outlook Data Files when calling Info method. Following example demonstrates how to retrieve view information for Outlook Data File. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Comparison Product Solution GroupDocs...outlookViewInfo . getFolders (). size ()); Ruby # For complete examples and...

    docs.groupdocs.cloud/viewer/get-view-info-for-o...
  4. Rename email fields | Documentation

    When rendering email messages, by default the API uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The API provides a new property FieldLabels in EmailOptions class to change the field labels....Comparison Product Solution GroupDocs...CreateViewRequest ( viewOptions )); Ruby # For complete examples and...

    docs.groupdocs.cloud/viewer/rename-email-fields/
  5. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/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....Comparison Product Solution GroupDocs.... printStackTrace (); } } } Ruby # Load the gem require 'gro...

    docs.groupdocs.cloud/conversion/working-with-st...
  6. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Comparison Product Solution GroupDocs...GetInfoRequest ( viewOptions )); Ruby # For complete examples and...

    docs.groupdocs.cloud/viewer/get-document-inform...
  7. Extract Annotations | Documentation

    Get method allows to retrieve all added annotations for given document as list of json objects 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 Download document with annotations Extract or Delete annotations HTTP POST ~/annotation/extract 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....Comparison Product Solution GroupDocs...count: " + str ( len ( result ))) Ruby # For complete examples and...

    docs.groupdocs.cloud/annotation/extract-annotat...
  8. Create Document Preview | Documentation

    GroupDocs.Signature Cloud allows to create document preview images, one per page. Image size and format can be set as options. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Create preview images Download images 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....Comparison Product Solution GroupDocs...( len ( response . pages ))) Ruby # For complete examples and...

    docs.groupdocs.cloud/signature/create-document-...
  9. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping document pages....Comparison Product Solution GroupDocs...to your project. C# Java PHP Ruby Node.js Python Was this page...

    docs.groupdocs.cloud/merger/swap-pages/
  10. Render with custom fonts | Documentation

    GroupDocs.Viewer Cloud provides the feature to add custom font sources. Following code snippet shows how to set custom font source. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details. Swagger UI lets you call this REST API directly from the browser....Comparison Product Solution GroupDocs...CreateViewRequest ( viewOptions )); Ruby # For complete examples and...

    docs.groupdocs.cloud/viewer/render-with-custom-...