Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 1,113 for

numbers

(0.05 sec)
  1. 使用 Python 編輯 PowerPoint 演示文稿 |在 Python 中編輯 PPTX

    使用適用於 Python 的 Document Editor Cloud SDK 在 Python 中使用雲中的 REST API 以編程方式編輯 PowerPoint 演示文稿。...slide_number = 0 loadOptions.show_hidden_slides..."output" loadOptions.slide_number = 0 loadResult = editApi.l...

    blog.groupdocs.cloud/zh-hant/editor/edit-powerp...
  2. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter.... Line numbering for MS Word documents API...

    blog.groupdocs.cloud/total/groupdocs-total-net-...
  3. 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...
  4. पायथन में 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...
  5. पायथन में पीडीएफ फाइल ऑनलाइन से पेज निकालें

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

    blog.groupdocs.cloud/hi/merger/extract-pages-fr...
  6. 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...
  7. Python の REST API を使用して複数の Excel ファイルを 1 つに結合する

    Excel Merger Cloud SDK for Python を使用して、Python のクラウド上で REST API を使用して、複数の Excel ファイルをプログラム的に 1 つのファイルに結合します。...start_page_number = 3 item2.end_page_number = 4 # レンジモード item2...

    blog.groupdocs.cloud/ja/merger/merge-multiple-e...
  8. تحويل مستندات Word إلى PDF باستخدام Node.js | D...

    قم بتحويل مستندات Word برمجيًا إلى PDF باستخدام واجهة برمجة تطبيقات REST في Node.js. يسمح Node.js SDK بتحويل ملفات DOC و DOCX إلى ملفات PDF على السحابة....fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/ar/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...