Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 618 for

editor ruby

(0.06 sec)
  1. 7. Convert to Text Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Text Formats and returns the output document storage URL and also support to get result as a stream or Array of stream. Convert to Text Formats You can convert the supported document formats to Text Formats and get output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Text format example....Editor Product Solution GroupDocs.... printStackTrace (); } } } Ruby # Load the gem require 'gro...

    docs.groupdocs.cloud/conversion/convert-to-text...
  2. Sign document with Barcode signature | Document...

    A barcode or bar code is a way of presenting data in a visual, machine-readable form. Generally speaking, barcode is an image of rectangular form that consists of parallel black lines and white spaces of different widths. Barcodes are used in various areas where quick identification is necessary - as part of the purchase process in retail stores, in warehouses to track inventory, and on invoices to assist in accounting, among many other uses....Editor Product Solution GroupDocs...create_signatures ( request ) Ruby # For complete examples and...

    docs.groupdocs.cloud/signature/sign-document-wi...
  3. 1. Convert to Any Format | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert supported document formats to any Supported Document Formats and returns the output document storage URL and also support to get result as a stream. Convert to Any Format You can convert the supported document formats to Any Format Format and get Output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Any Format format example....Editor Product Solution GroupDocs.... printStackTrace (); } } } Ruby # Load the gem require 'gro...

    docs.groupdocs.cloud/conversion/convert-to-any-...
  4. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows to adjust comparison sensitivity to achieve the necessary balance between file comparison speed and accuracy. Possible comparison sensitivity values range is from 0 to 100. Minimal value - the minimal value is 0. Setting sensitivity to a minimal value provides the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default value is 75....Editor Product Solution GroupDocs...api_instance . comparisons ( request ) Ruby # For complete examples and...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  5. Text redaction Annotation | Documentation

    Text redaction annotation fills part of text with black rectangle (used if you want to hide some text) 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....Editor Product Solution GroupDocs...added: " + result [ 'href' ]) Ruby # For complete examples and...

    docs.groupdocs.cloud/annotation/text-redaction-...
  6. Sign document with text signature | Documentation

    A Text electronic signature is an arbitrary text that is added to a document in a native way dependent on document type. GroupDocs.Signature Cloud provides text signature feature and allows to customize wide range of text settings - from font name, size and color to alignment, borders, shadow effects etc. This is how text signature may look like: To manipulate with text signatures GroupDocs.Signature Cloud provides various text sign options....Editor Product Solution GroupDocs...create_signatures ( request ) Ruby # For complete examples and...

    docs.groupdocs.cloud/signature/sign-document-wi...
  7. GroupDocs.Annotation Cloud Product Family on Do...

    GroupDocs.Annotation Cloud Product Family on Document Automation REST APIs | GroupDocs Cloud Recent content in GroupDocs.Annotation Cloud Product Family on Document Automation REST APIs | GroupDocs......without installing third party editors. GroupDocs.Annotation Cloud...Annotation Cloud SDKs for Java and Ruby are Now Available GroupDocs...

    blog.groupdocs.cloud/categories/groupdocs.annot...
  8. Get Document Metadata | 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 Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "fileType": "docx", "pageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....Editor Product Solution GroupDocs.... printStackTrace (); } } } Ruby # Load the gem require 'gro...

    docs.groupdocs.cloud/conversion/get-document-me...
  9. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the 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 moving document pages....Editor Product Solution GroupDocs...$pagesApi -> move ( $request ); Ruby using GroupDocs . Merger . Cloud...

    docs.groupdocs.cloud/merger/move-pages/
  10. 使用 REST API 编辑 Word 文档或 Excel 工作表

    使用适用于 Python 的 Document Editor Cloud SDK,使用 Python 中云端文档中的 REST API 以编程方式编辑 Word 文档或 Excel 工作表。...Editor Cloud 的 Python SDK API。它允许您以编程方式编辑字处理文档、Excel...工作表或其他支持格式的文档。它还为云 API 提供 .NET、Java、PHP、Ruby、Android 和 Node.js SDK 作为其 文档编辑器家族成员...

    blog.groupdocs.cloud/zh/editor/edit-word-or-exc...