Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 1,909 for

merger ruby

(0.06 sec)
  1. Render Excel Data to HTML using REST API in Python

    Programmatically render Excel spreadsheet data to HTML using a REST API on the cloud in Python with Document Viewer Cloud SDK for Python....NET , Java , PHP , Ruby , Android , and Node.js SDKs...Product Family (7) GroupDocs.Merger Cloud Product Family (28) GroupDocs...

    blog.groupdocs.cloud/2021/03/24/render-excel-da...
  2. 6. Convert to PDF Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to PDF Formats and returns the output document storage URL and also support to get result as a stream. Convert to PDF Formats You can convert the supported document formats to PDF Formats and get output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to PDF format example. cURL example Request curl -X POST "https://api....Merger Product Solution GroupDocs.... printStackTrace (); } } } Ruby # Load the gem require 'gro...

    docs.groupdocs.cloud/conversion/convert-to-pdf-...
  3. Quick Start | Documentation

    GroupDocs.Viewer Cloud Quick Start...Merger Product Solution GroupDocs...' . format ( e . message )) Ruby # Load the gem require 'gro...

    docs.groupdocs.cloud/viewer/quick-start/
  4. 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....Merger Product Solution GroupDocs...create_signatures ( request ) Ruby # For complete examples and...

    docs.groupdocs.cloud/signature/sign-document-wi...
  5. 在 CSharp 中以编程方式将 Word DOC 转换为 PDF

    无需更改高质量格式即可快速将 Word 文档转换为 PDF 文件。本文介绍如何在 C# 中以编程方式将 Word 转换为 PDF。...还为 Cloud API 提供 C#、Java、PHP、Ruby、Python 和 Node.js SDK 作为其[文档转换家族成员][10]。...https://apireference.groupdocs.cloud/merger/#/File/UploadFile [17]: https://apireference...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  6. Edit PowerPoint Presentations using Python | Ed...

    Programmatically edit PowerPoint presentations using a REST API on the cloud in Python with Document Editor Cloud SDK for Python....NET , Java , PHP , Ruby , Android , and Node.js SDKs...Product Family (7) GroupDocs.Merger Cloud Product Family (28) GroupDocs...

    blog.groupdocs.cloud/2021/05/07/edit-powerpoint...
  7. Extract Specific Data from PDF using Python | R...

    Programmatically Extract Specific Data from PDF using a REST API on the cloud in Python with Document Parser Cloud SDK for Python....NET , Java , PHP , Ruby , and Node.js SDKs as its document...Product Family (7) GroupDocs.Merger Cloud Product Family (28) GroupDocs...

    blog.groupdocs.cloud/2021/04/28/extract-specifi...
  8. Sign PDF Documents with QR Code using REST API ...

    Programmatically Sign PDF Documents with QR Code using a REST API in Python with Document Signature Cloud SDK for Python....NET , Java , PHP , Android , Ruby , and Node.js SDKs as its document...Product Family (7) GroupDocs.Merger Cloud Product Family (28) GroupDocs...

    blog.groupdocs.cloud/2021/03/06/sign-pdf-docume...
  9. 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....Merger Product Solution GroupDocs...Cloud Documentation / GroupDocs.Merger Cloud / Getting Started / Features...

    docs.groupdocs.cloud/merger/features-overview/
  10. 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....Merger Product Solution GroupDocs.... printStackTrace (); } } } Ruby # Load the gem require 'gro...

    docs.groupdocs.cloud/conversion/get-document-me...