Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 14,537 for

java sdk

(0.09 sec)
  1. Supported QR-Codes | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. cURL example Request curl -v "https://api.groupdocs.cloud/v1/signature/qrcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer _0zqJ6w3enMdpEw5C6ZKm3lgYvHell1lHdx3vztekvBpCbZGqMvMplrKNrsVXih9Xe6738GSej2hb0BnwKVVz-ANEOnW0bGqjeiJcEySo2Y9-9VZ1K_rs_p4zZcsMoGNuDkL9G4rowGX9Wd1frChwRXzsJCpJUs9G5fGK-0kochaFTVdMgoOHU8JjUOQ5wiu-_ZQSbR0bMKRamxEyc_P_gv9NU7LTJQTCrP1SIJwem1WTX7GaTr8JRUYE0zsXH2vHUkJ1rNh-1RPblqE6wwrfxkklTCGxAWTxvoaSG-Ax-h2Zl9nZkBCAjS48zzz2kqIWS-K5WUmGPP9hAWQL00_deMB0Qi7xqvf2MWoJ831mFnyse-ZQ80fAqPyFBdYpS-xVFC0Uuc8rVHehydCxD0_oIJWkCU_GuDJpNMv6q4IpM-1RzFn" Response { "qrCodeTypes": [ { "name": "Aztec" }, { "name": "DataMatrix" }, { "name": "GS1DataMatrix" }, { "name": "GS1QR" }, { "name": "QR" } ] } Sdk examples The API is completely independent of your operating system, database system or development language....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."GS1QR" }, { "name" : "QR" } ] } SDK examples The API is completely...

    docs.groupdocs.cloud/signature/supported-qr-codes/
  2. Extract or Remove Annotations from PDF using RE...

    Programmatically Extract or Remove Annotations from PDF using a REST API in Node.js with GroupDocs.Signature Cloud for Node.js Sdk....js SDK Extract or Remove Annotations...and Node.js SDK # I will be using the Node.js SDK of GroupDocs...

    blog.groupdocs.cloud/annotation/extract-or-remo...
  3. Java how to convert JPG to PDF on windows

    Document Automation APIs along with open-source Sdks to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Thai فارسی українська Polski 在 Java 中以編程方式將 PDF 文件轉換為 JPG 並將 JPG...PNG 格式以及將 PNG 圖像轉換為 PDF 文件格式 在 Java 中以編程方式進行。在這裡,我將向您展示如何方便靈活地將...

    blog.groupdocs.cloud/zh-hant/tag/java-how-to-co...
  4. Java how to convert JPG to PDF on windows

    Document Automation APIs along with open-source Sdks to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Thai فارسی українська Polski 在 Java 中以编程方式将 PDF 文件转换为 JPG 并将 JPG...PNG 格式以及将 PNG 图像转换为 PDF 文件格式 在 Java 中以编程方式进行。在这里,我将向您展示如何方便灵活地将...

    blog.groupdocs.cloud/zh/tag/java-how-to-convert...
  5. 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 a Client Id and a Client Secret. This will will be used to invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the Sdk of your choice GroupDocs for Cloud Sdk is written in different languages, all you need to get started is adding our Sdk to your existing project....Buy Now Pricing Information SDKs Policies My Orders & Quotes...Install the SDK of your choice GroupDocs for Cloud SDK is written...

    docs.groupdocs.cloud/signature/quick-start/
  6. 8. Convert to HTML Format | Documentation

    This example demonstrates how to convert word processing document into html document with advanced conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...Buy Now Pricing Information SDKs Policies My Orders & Quotes...-pages.html" } ] SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/conversion/convert-to-html...
  7. 4. Convert One Note Document with Load Options ...

    This example demonstrates how to convert one note documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Buy Now Pricing Information SDKs Policies My Orders & Quotes.../sample.pdf" } ] SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/conversion/convert-one-not...
  8. Get list of changes of comparings | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of changes between source and target files. The following code sample demonstrates how to get list of all changes. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes... "y" : 0 } }, ... SDK example Using an SDK (API client) is the...

    docs.groupdocs.cloud/comparison/get-list-of-cha...
  9. Accept or reject revisions | Documentation

    GroupDocs.Comparison Cloud allows to accept or reject revisions from Word document and save the result. The following code sample demonstrates how to accept all revisions. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method with options Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Buy Now Pricing Information SDKs Policies My Orders & Quotes...: "result.docx" } SDK example Using an SDK (API client) is the...

    docs.groupdocs.cloud/comparison/accept-reject-r...
  10. Compare documents protected with password | Doc...

    This feature could be used only for Presentations, WordProcessing and Spreadsheet GroupDocs.Comparison Cloud allows to compare documents that are protected with a password. The following code sample shows how to compare password protected documents. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes...: "result.docx" } SDK example Using an SDK (API client) is the...

    docs.groupdocs.cloud/comparison/compare-documen...