Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 1,103 for

numbers

(0.06 sec)
  1. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud... Number of test cases are available...format support along with a number of new features and improvements...

    blog.groupdocs.cloud/groupdocs.cloud/page/39/
  2. Parse by Template | Documentation

    This REST API provides the functionality to extract data from documents. This method parses document content by a user-generated template. The template can be provided as an object or storage path. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when parsing documents by a template. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....MinRowCount The minimum number of the table rows. DetectorParameters...MinColumnCount The minimum number of the table columns. DetectorParameters...

    docs.groupdocs.cloud/parser/parse-by-template/
  3. Load password-protected document | Documentation

    GroupDocs.Viewer Cloud supports rendering documents that are protected with a password. The following code sample shows how to render password-protected documents. 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. Swagger UI lets you call this REST API directly from the browser....}" Resonse { "pages" : [ { "number" : 1 , "resources" : null ...otected_page_1.html" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/load-password-prote...
  4. نحوه چرخش صفحات PDF با استفاده از Rest API در Ruby

    با تعیین درجه، فایل‌های PDF یا صفحات خاصی را در سند PDF بچرخانید یا برگردانید. این مقاله در مورد نحوه چرخش صفحات PDF با استفاده از Rest API در Ruby است....start_page_number = 1 @options.end_page_number = 5 @options...@options.start_page_number = 1 @options.end_page_number = 10 # حالت محدوده...

    blog.groupdocs.cloud/fa/merger/how-to-rotate-pd...
  5. Ruby の Rest API を使用して Word 文書からページを抽出する

    Word 文書から特定のページを個別のファイルとして簡単に抽出します。この記事は、Ruby の Rest API を使用して Word ドキュメントからページを抽出する方法について説明します。... start\page\number および end\page\number オプションを提供します range\mode...@options.start_page_number = 1 @options.end_page_number = 8 # 範囲モードを...

    blog.groupdocs.cloud/ja/merger/extract-pages-fr...
  6. 如何在 Ruby 中使用 Rest API 旋转 PDF 页面

    通过定义度数旋转或翻转 PDF 文件或 PDF 文档中的特定页面。本文介绍如何在 Ruby 中使用 Rest API 旋转 PDF 页面。...start_page_number = 1 @options.end_page_number = 5 @options...@options.start_page_number = 1 @options.end_page_number = 10 # 将范围模式...

    blog.groupdocs.cloud/zh/merger/how-to-rotate-pd...
  7. Отображение документа Word на странице HTML с п...

    Программно отображайте документ Word на HTML-странице с помощью REST API в PHP с помощью GroupDocs.Viewer Cloud for PHP SDK. Рендеринг DOCX на адаптивную веб-страницу....Pass specific range of page numbers to render. // This will render...страницы // Pass specific page numbers to render. // This will render...

    blog.groupdocs.cloud/ru/viewer/display-word-doc...
  8. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Signature-Cloud only The metered license can be used in Docker version of GroupDocs.Signature-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Signature Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Signature API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....if page options, like page number, are set for first of joined...internal implementation. If page number not provided for 1st document...

    docs.groupdocs.cloud/signature/metered-consumpt...
  9. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Merger-Cloud only The metered license can be used in Docker version of GroupDocs.Merger-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Merger Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Merger API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....if page options, like page number, are set for first of joined...internal implementation. If page number not provided for 1st document...

    docs.groupdocs.cloud/merger/metered-consumption/
  10. Ruby で PowerPoint PPT または PPTX プレゼンテーションを分割する

    オンライン PPTX スプリッター ツールは、PPTX ファイルのページを迅速かつ簡単に分離するのに役立ちます。この記事では、PowerPoint PPT または PPTX プレゼンテーションを Ruby で分割する方法について説明します。...start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Split PPTX by Slide Number using REST API.") Ruby のスライド範囲モードによる...

    blog.groupdocs.cloud/ja/merger/split-powerpoint...