Sort Score
Result 10 results
Languages All
Labels All
Results 3,091 - 3,100 of 14,640 for

java sdk

(0.1 sec)
  1. Extract Pages From Word Documents using Rest AP...

    Easily extract specific pages from word documents as individual files. This article is about how to extract pages from word documents using Rest API in Ruby...Extraction REST API and Ruby SDK Extract Specific Pages from Word...Extraction REST API and Ruby SDK # To split word to individual...

    blog.groupdocs.cloud/merger/extract-pages-from-...
  2. Verify QRCode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify a signed document. It provides methods to verify QRCode Signature in Documents Pages with different options for page number, text and search criteria by using Verification Options Objects data in request body. Verify QRCode Signature in a Document You can verify QRCode Signature in a Document using this API....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."code" : 200 , "status" : "OK" } SDK examples The API is completely...

    docs.groupdocs.cloud/signature/verify-qrcode-si...
  3. Convert PDF to Editable Word Document using Ruby

    You can convert PDF to Word DOCX in Ruby on the cloud. In this article, we will learn how to convert PDF to Editable Word document using Ruby Cloud API....Conversion REST API and Ruby SDK Convert PDF to Editable Word...Word Documents using Ruby Cloud SDK PDF to Word Conversion with Advance...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  4. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get Client Id and Client Secret. That will be used to invoke the GroupDocs Cloud API. You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....Buy Now Pricing Information SDKs Policies My Orders & Quotes.... Install the SDK of your choice Using an SDK (API client) is...

    docs.groupdocs.cloud/merger/quick-start/
  5. Internal error: Exception of type 'System.OutOf...

    I’m using groupdocs conversion cloud deployed on my server but when I try to convert 50mb xls file its giving error Internal error: Exception of type ‘System.OutOfMemoryException’ was thrown I’m using the following API…...you shared look like its for SDK not for API, We are using node...products , like .NET, Java, or Node.js via Java versions. Yes, the...

    forum.groupdocs.cloud/t/internal-error-exceptio...
  6. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."setCount" : 1 } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  7. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to add metadata to a document curl -v "https://api....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."addedCount" : 1 } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  8. 在 Node.js 中将 JPG 转换为 PDF | 图像到 PDF REST API

    使用 Node.js API 将 JPG 图像转换为安全的、适合打印的 PDF 文档。了解 JPG 转 PDF 的好处、使用案例和多种转换方法。...Conversion Cloud SDK 实现 JPG 到 PDF 的转换,非常适合创建可打印、归档或不可编辑的基于图像的文档。...我们的 GroupDocs.Conversion Cloud SDK for Node.js 是一个强大的 API,提供将各种...

    blog.groupdocs.cloud/zh/conversion/convert-jpg-...
  9. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. FileInfo.Password The password to open file It should be specified only for password-protected documents....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."4927C5D6" } } ] } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/parser/get-container-items...
  10. Convert SVG to JPG and JPG to SVG in Python

    Convert SVG images to JPG and image format JPG to SVG of specific size or dpi using the python. Let's see how to convert SVG to JPG and JPG to SVG in Python...Conversion REST API - Python SDK Convert SVG to JPG/JPEG in Python...Conversion REST API - Python SDK # In order to turn SVG into JPG...

    blog.groupdocs.cloud/conversion/convert-svg-to-...