Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 1,152 for

numbers

(0.36 sec)
  1. Ruby の REST API を使用して PowerPoint PPT/PPTX ファイルを...

    複数の PowerPoint プレゼンテーションを 1 つのファイルに結合します。この記事では、Ruby の REST API を使用して PowerPoint PPT/PPTX ファイルをオンラインで結合する方法について説明します。...start_page_number = 2 @item2.end_page_number = 5 @item2.range_mode...

    blog.groupdocs.cloud/ja/merger/merge-powerpoint...
  2. Working with Presentations | Documentation

    Presentation documents are presented by many formats: PPT, PPTX, PPTM, PPS(X/M), POT(X/M) and others, which are supported by GroupDocs.Editor Cloud as a separate format family among all others. Same as for all other family formats, the Presentation family has its own load and saves options. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....Allows to specify the slide number, which should be opened for..."output" loadOptions . slide_number = 0 loadRequest = GroupDocsEditorCloud...

    docs.groupdocs.cloud/editor/working-with-presen...
  3. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" \ -H "Content-Type: application/json" \ -d '{"FileInfo": {"FilePath": "Signaturedocs/one-page.docx","StorageName": "MyStorage","VersionId": "","Password": ""}}' Windows PowerShell curl.exe -X POST "https://api.groupdocs.cloud/v2.0/signature/info" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/json" ` -d "{ 'FileInfo': { 'FilePath': 'Signaturedocs/one-page...."totalCount" : 1 , "entries" : [ { "number" : 1 , "name" : null , "width"...

    docs.groupdocs.cloud/signature/get-document-inf...
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud... As well as a number of enhancements and fixes,...

    blog.groupdocs.cloud/groupdocs.cloud/page/51/
  5. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter.... As well as a number of enhancements and fixes,...

    blog.groupdocs.cloud/total/groupdocs-september-...
  6. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty...."}}}" Response { "pages" : [ { "number" : 1 , "resources" : null .../sample_page_1.html" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  7. पायथन में REST API का उपयोग करके पीडीएफ फाइलों ...

    पायथन में दस्तावेज़ विलय क्लाउड एसडीके के साथ पायथन में क्लाउड पर एक REST API का उपयोग करके पीडीएफ फाइलों को प्रोग्रामेटिक रूप से मर्ज करें। Python में PDF के विशिष्ट पृष्ठों को मर्ज करें।...start_page_number = 2 # अंत पृष्ठ संख्या item2.end_page_number = 4 #...

    blog.groupdocs.cloud/hi/merger/merge-pdf-files-...
  8. Comment combiner plusieurs documents Word à l'a...

    Notre API est conçue pour fusionner des documents et des fichiers dans différents formats en ligne. Cet article explique comment combiner plusieurs documents Word à l'aide de Python....start_page_number = 2 # numéro de page de fin...fin item2.end_page_number = 4 # mode plage de pages item2.range_mode...

    blog.groupdocs.cloud/fr/merger/how-to-combine-m...
  9. استخراج صفحات از فایل PDF آنلاین در پایتون

    یک صفحه را از PDF استخراج کنید یا همه صفحات را از فایل PDF به صورت آنلاین و به راحتی استخراج کنید. این مقاله در مورد نحوه استخراج صفحات از فایل PDF به صورت آنلاین در پایتون است...start_page_number = 1 options.end_page_number = 10 options...

    blog.groupdocs.cloud/fa/merger/extract-pages-fr...
  10. صفحات فایل PDF را با استفاده از Rest API در پای...

    همه صفحات را در PDF بچرخانید یا یک صفحه را در PDF با استفاده از API چرخاننده صفحه PDF بچرخانید. این مقاله در مورد چگونگی چرخاندن صفحات فایل PDF با استفاده از Rest API در پایتون است...start_page_number = 1 options.end_page_number = 10 # حالت محدوده...

    blog.groupdocs.cloud/fa/merger/rotate-pdf-file-...