Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 3,594 for

import

(0.04 sec)
  1. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of 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 Add annotation Call Preview method Download result pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your App Key and App SID from https://dashboard....ation-cloud-python-samples import groupdocs_annotation_cloud...

    docs.groupdocs.cloud/annotation/get-pages/
  2. discourse-data-explorer_5f57f7d819cae13f16323b5...

    table.group-reports{width:100%;table-layout:fixed}table.group-reports th:first-child{width:30%}table.group-reports th:nth-child(2){width:60%}table.group-reports th:last-child{width:20%;text-align:r......important}.query-params .param input...none{display:none}.query-list .import-btn{display:flex}.recent-queries...

    forum.groupdocs.cloud/stylesheets/discourse-dat...
  3. Split drawing into tiles | Documentation

    Tiled rendering or (rendering by coordinates) is the process of rendering CAD drawings (into an image, HTML or PDF) by dividing into square parts and rendering each part (or tile) separately. The advantage of this process is that the amount of memory involved is reduced as compared to rendering the entire document at once. Generally, DWG documents are divided into pages by Model and Layouts, but when the tiled rendering is enabled, only the Model is rendered and every tile composes a separate page....package RenderingCadDrawings import ( "fmt" "github.com/groupd...

    docs.groupdocs.cloud/viewer/split-drawing-into-...
  4. Extract Annotations | Documentation

    Get method allows to retrieve all added annotations for given document as list of json objects 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 Add annotation Download document with annotations Extract or Delete annotations HTTP POST ~/annotation/extract 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....ation-cloud-python-samples import groupdocs_annotation_cloud...

    docs.groupdocs.cloud/annotation/extract-annotat...
  5. Document Splitting in Java | PPT Document Splitter

    Learn how to split PowerPoint PPT or PPTX slides into separate files using Java. Follow step-by-step instructions to achieve efficient PowerPoint files splitting....code snippet below: Firstly, import the required classes into your...

    blog.groupdocs.cloud/merger/split-powerpoint-pp...
  6. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from . Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....rison-cloud-python-samples import groupdocs_comparison_cloud...

    docs.groupdocs.cloud/comparison/get-document-in...
  7. Convert CSV to JSON or JSON to CSV Programmatic...

    Convert JSON array to CSV table using C# REST API. This article is about how to convert CSV to JSON or JSON to CSV Programmatically in C#....tabular data that can also be imported into a spreadsheet application...JSON programmatically; how to import JSON to CSV in C# programmatically;...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  8. Delete Annotations | Documentation

    Delete method allows to remove all added annotations. 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 Add annotation Download document with annotations Delete annotations HTTP POST ~/annotation/remove 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....ation-cloud-python-samples import groupdocs_annotation_cloud...

    docs.groupdocs.cloud/annotation/delete-annotati...
  9. 如何在 Python 中拆分 PowerPoint PPT 或 PPTX 幻灯片

    使用 PowerPoint Splitter 在线和免费幻灯片拆分工具拆分 PowerPoint 演示文稿。让我们学习如何在 python 中拆分 PowerPoint PPT 或 PPTX 幻灯片...拆分为两个文件,如下所示: # 导入groupdocs合并SDK import groupdocs_merger_cloud # 免费注册后,从...示例下载它: # 用于下载合并文件的 API 初始化 import shutil file_api = groupdocs_merger_cloud...

    blog.groupdocs.cloud/zh/merger/how-to-split-pow...
  10. Merge Word Documents in Java

    Learn how to merge Word documents DOC or DOCX in Java using GroupDocs.Merger Cloud SDK for Java with this comprehensive step-by-step guide....documents into one: Firstly, import the required classes into your...

    blog.groupdocs.cloud/merger/how-to-merge-word-d...