Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 1,152 for

numbers

(0.09 sec)
  1. 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...
  2. Ruby の REST API を使用して PDF ファイルをマージおよび結合する

    PDF 結合 API を使用すると、複数の PDF ファイルを 1 つの PDF ファイルに結合できます。この記事は、Ruby で REST API を使用して PDF ファイルをマージおよび結合する方法について説明します。...start_page_number = 1 @item2.end_page_number = 4 @item2.range_mode...

    blog.groupdocs.cloud/ja/merger/merge-and-combin...
  3. Xoay các trang tệp PDF bằng API còn lại trong P...

    Xoay tất cả các trang trong PDF hoặc xoay một trang trong PDF bằng API trình xoay trang PDF. Bài viết này nói về cách xoay trang tệp PDF bằng Rest API trong Python...start_page_number = 1 options.end_page_number = 10 # Đặt chế...

    blog.groupdocs.cloud/vi/merger/rotate-pdf-file-...
  4. 在 Python 中使用 Rest API 旋轉 PDF 文件頁面

    使用 PDF 頁面旋轉器 API 旋轉 PDF 中的所有頁面或旋轉 PDF 中的單個頁面。本文介紹如何在 Python 中使用 Rest API 旋轉 PDF 文件頁面...start_page_number = 1 options.end_page_number = 10 # 將範圍模式...

    blog.groupdocs.cloud/zh-hant/merger/rotate-pdf-...
  5. การแยกเอกสารใน Python | ตัวแยกไฟล์ Python PDF

    เรียนรู้วิธีแยกไฟล์ PDF เป็นไฟล์ PDF หลายไฟล์ใน Python โดยใช้ GroupDocs.Merger Cloud SDK ปรับปรุงการจัดระเบียบเอกสารด้วยคำแนะนำนี้...start_page_number = 3 options.end_page_number = 9 options.range_mode...

    blog.groupdocs.cloud/th/merger/split-pdf-file-i...
  6. पायथन में PowerPoint PPT/PPTX फ़ाइलों को मिलाएं...

    आप दो PowerPoint प्रस्तुतियों को एक में जोड़ और मर्ज कर सकते हैं। यह आलेख इस बारे में है कि कैसे Python में PowerPoint PPT/PPTX फ़ाइलों को संयोजित और मर्ज किया जाए।...start_page_number = 2 # अंत स्लाइड संख्या item2.end_page_number = 4...

    blog.groupdocs.cloud/hi/merger/combine-and-merg...
  7. पायथन में पीडीएफ फाइल ऑनलाइन से पेज निकालें

    पीडीएफ से सिंगल पेज एक्सट्रेक्ट करें या पीडीएफ फाइल से सभी पेज ऑनलाइन और आसानी से एक्सट्रेक्ट करें। यह लेख इस बारे में है कि कैसे पायथन में पीडीएफ फाइल से पेजों को ऑनलाइन निकाला जाए...start_page_number = 1 options.end_page_number = 10 options...

    blog.groupdocs.cloud/hi/merger/extract-pages-fr...
  8. Node.js kullanarak Word Belgelerini PDF'ye Dönü...

    Node.js'de bir REST API kullanarak Word Belgelerini Programlı Olarak PDF'ye Dönüştürün. Node.js SDK, DOC ve DOCX dosyalarının bulutta PDF dosyalarına dönüştürülmesine olanak tanır....fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/tr/conversion/convert-word...
  9. Konversi Dokumen Word ke PDF menggunakan Node.j...

    Konversikan Dokumen Word ke PDF secara terprogram menggunakan REST API di Node.js. Node.js SDK memungkinkan konversi file DOC dan DOCX ke file PDF di cloud....fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/id/conversion/convert-word...
  10. 10. Convert Html document with load options | D...

    This example demonstrates how to convert html document into pdf document with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body... page_numbering = True settings . load_options.... new loadOptions . page_numbering = true settings . load_options...

    docs.groupdocs.cloud/conversion/convert-html-do...