Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 14,604 for

java sdk

(0.09 sec)
  1. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following code sample renders Presentation with notes. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."attachments" : [], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/render-document-wit...
  2. Search for QR-code signatures | Documentation

    When you search for electronic signatures of QR-Code type inside document with GroupDocs.Signature Cloud it’s only needed to pass search options to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes...: 200 , "height" : 200 } ] } SDK examples The API is completely...

    docs.groupdocs.cloud/signature/search-for-qr-co...
  3. Search for digital signatures | Documentation

    GroupDocs.Signature Cloud offers an ability to find Digital signatures that are applied to document and returns its digital signature certificate. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures 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. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."width" : 0 , "height" : 0 } ] } SDK examples The API is completely...

    docs.groupdocs.cloud/signature/search-for-digit...
  4. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...Buy Now Pricing Information SDKs Policies My Orders & Quotes...Response Code 200 <binary file> SDK examples Our API is completely...

    docs.groupdocs.cloud/conversion/convert-documen...
  5. Convert document using custom font | Documentation

    This example demonstrates how to convert document that use custom font, or non-standard font. Fonts should be uploaded into cloud storage before conversion. Then put path to fonts into conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document and fonts into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Storage Cloud documentation for usage details....Buy Now Pricing Information SDKs Policies My Orders & Quotes...t/uses-custom-font.pdf" } ] SDK examples Our API is completely...

    docs.groupdocs.cloud/conversion/convert-using-c...
  6. Text to PNG converter on Document Automation RE...

    Text to PNG converter on Document Automation REST APIs | GroupDocs Cloud Recent content in Text to PNG converter on Document Automation REST APIs | GroupDocs Cloud Konvertieren Sie Text in ein Bild......Konvertieren Sie Text in ein Bild in Java – Text zu PNG-Konverter Befolgen...zu erfahren, wie Sie Text in Java programmgesteuert in Bilder...

    blog.groupdocs.cloud/de/tag/text-to-png-convert...
  7. 在 Node.js 中将 Excel 电子表格转换为 PDF | XLS、XLSX 到 PDF

    使用 Node.js 中的 REST API 以编程方式将 Excel 电子表格转换为 PDF 文件。 Node.js Sdk 允许将 XLS、XLSX 文件转换为 PDF。...js SDK 在 Node.js 中使用 REST API 将 Excel...到 PDF 转换 REST API 和 Node.js SDK # 为了将 XLSX 转换为 PDF ,我将使用 GroupDocs...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  8. 在 Python 中使用 REST API 注释 PDF 文档 |休息API

    使用适用于 Python 的 Document Annotation Cloud Sdk 在 Python 中使用云中的 REST API 以编程方式注释 PDF 文档。...本文应涵盖以下主题: 文档注释 REST API 和 Python SDK 在 Python 中使用 REST API 注释 PDF...使用链接注释进行注释 文档注释 REST API 和 Python SDK # 为了注释 PDF 文档,我将使用 GroupDocs...

    blog.groupdocs.cloud/zh/annotation/annotate-pdf...
  9. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."Electronic publication" } ] } SDK example The API is completely...

    docs.groupdocs.cloud/comparison/get-supported-f...
  10. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."removed_watermarks/sample_pdf/sample.pdf" } SDK examples Our API is completely...

    docs.groupdocs.cloud/watermark/remove-watermarks/