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

numbers

(0.05 sec)
  1. Signieren Sie PDF mit Stempel mithilfe der REST...

    Führen Sie Dokumente unterschiedlicher Dateitypen programmgesteuert mithilfe einer REST-API in der Cloud in Python mit dem GroupDocs.Merger Cloud SDK für Python zusammen....start_page_number = 1 item2.end_page_number = 3 # Beitrittsoptionen...

    blog.groupdocs.cloud/de/merger/merge-documents-...
  2. Extrahieren Sie Seiten aus einer PDF-Datei onli...

    Extrahieren Sie eine einzelne Seite aus einer PDF-Datei oder extrahieren Sie alle Seiten online und einfach aus einer PDF-Datei. In diesem Artikel geht es darum, wie man Seiten aus einer PDF-Datei online in Python extrahiert...start_page_number = 1 options.end_page_number = 10 options...

    blog.groupdocs.cloud/de/merger/extract-pages-fr...
  3. 使用 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/editor/edit-powerpoint-...
  4. 在 Python 中使用 REST API 从 PDF 文档中提取图像

    使用适用于 Python 的 Document Parser Cloud SDK 在 Python 中使用云中的 REST API 以编程方式从 PDF 文档中提取图像。...start_page_number = 1 options.count_pages_to_extract...# 定义页面范围 options.start_page_number = 2 options.count_pages_to_extract...

    blog.groupdocs.cloud/zh/parser/extract-images-f...
  5. 使用 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...
  6. 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...
  7. पायथन में 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...
  8. पायथन में पीडीएफ फाइल ऑनलाइन से पेज निकालें

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

    blog.groupdocs.cloud/hi/merger/extract-pages-fr...
  9. 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...
  10. Python에서 Rest API를 사용하여 PDF 파일 페이지 회전

    PDF 페이지 회전기 API를 사용하여 PDF의 모든 페이지를 회전하거나 PDF의 단일 페이지를 회전합니다. 이 기사는 Python에서 Rest API를 사용하여 PDF 파일 페이지를 회전하는 방법에 관한 것입니다....start_page_number = 1 options.end_page_number = 10 # 범위 모드를...

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