Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 8,146 for

page

(0.04 sec)
  1. Multiple Annotation | Documentation

    This REST API allows to add multiple annotations to the document 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....Annotation Leave feedback On this page This REST API allows to add...'FilePath': 'annotationdocs/ten-pages.docx' }, 'OutputPath': " Output...

    docs.groupdocs.cloud/annotation/multiple-annota...
  2. Working with Storage API | Documentation

    Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example Our API is completely independent of your operating system, database system or development language....Storage API Leave feedback On this page Storage existance API This API...ObjectExistsRequest ( "Comparisondocs/one-page.docx" , Common . MyStorage );...

    docs.groupdocs.cloud/comparison/working-with-st...
  3. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Storage API Leave feedback On this page Storage existence API This API...ObjectExistsRequest ( "conversions/one-page.docx" , Common . MyStorage );...

    docs.groupdocs.cloud/conversion/working-with-st...
  4. How to Convert PDF Files to HTML in Python

    Online PDF to HTML converter turns a PDF into a one-Page website. This article is about how to convert PDF files to HTML in Python....difficult to link to a specific page in a PDF document and PDF files...using REST API Convert Range of Pages from PDF File to HTML File in...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  5. Sending files for translation | Documentation

    How to send files for translation to the selected languages....List of 1 based indexes of pages in PDF or Word document, worksheets...files for translation Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/translation/file/request/
  6. 在 Ruby 中使用 REST API 将 Word 转换为图像格式

    GroupDocs Ruby SDK 是将 Word DOCX 转换为图像格式的最佳方式。本文介绍如何在 Ruby 中使用 REST API 将 Word 格式转换为图像格式... 定义灰度、from\pagepages\count、quality、rotate\angle...file_path = "word-to-images/one-page.docx" @settings.format = "jpeg"...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  7. 使用 Ruby 将 PDF 文件转换为 PNG、JPEG、BMP 和 TIFF 图像

    将 PDF 文档转换为高保真优化的图像格式。本文介绍如何在 Ruby 中将 PDF 文件转换为 PNG、JPEG、BMP 和 TIFF 图像。...PngConvertOptions 的实例 定义灰度、from\pagepages\count、quality、rotate\angle和use\pdf值...@convertOptions.from_page = 1 @convertOptions.pages_count = 1 @convertOptions...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  8. Translating files with GroupDocs.Translation SD...

    How to use GroupDocs.Translation Cloud SDK for translating files....Translation SDK Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/translation/file/sdk/
  9. Node.js Annotation API | How to Put a Line Thro...

    Learn how to implement strikethrough text in PDF documents using Node.js and REST API. Enhance your PDF manipulation capabilities with a step-by-step guide for developers.... Next, set the page number for the annotation. Then...strikethrough text in specific pages of a PDF document? # Absolutely...

    blog.groupdocs.cloud/annotation/strikethrough-t...
  10. Convert Word Documents to PDF using REST API in...

    Programmatically convert Word documents (DOCX or DOC) to PDF files using a REST API on the cloud in Python with Document Conversion Cloud SDK for Python....Advanced Options Convert Range of Pages from DOCX to PDF in Python Convert...Convert Specific Pages of DOCX to PDF in Python Word to PDF Conversion...

    blog.groupdocs.cloud/conversion/convert-word-do...