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

numbers

(0.44 sec)
  1. Python에서 PowerPoint PPT/PPTX 파일 결합 및 병합

    두 개의 PowerPoint 프레젠테이션을 하나로 결합하고 병합할 수 있습니다. 이 문서는 Python에서 PowerPoint PPT/PPTX 파일을 결합하고 병합하는 방법에 관한 것입니다....start_page_number = 2 # 슬라이드 번호 종료 item2.end_page_number = 4 # 슬라이드...

    blog.groupdocs.cloud/ko/merger/combine-and-merg...
  2. Extraire des pages d'un fichier PDF en ligne en...

    Extrayez une seule page d'un PDF ou extrayez toutes les pages d'un fichier PDF en ligne et facilement. Cet article explique comment extraire des pages d'un fichier PDF en ligne en Python...start_page_number = 1 options.end_page_number = 10 options...

    blog.groupdocs.cloud/fr/merger/extract-pages-fr...
  3. Fusionner plusieurs types de fichiers en un seu...

    Comment fusionner plusieurs types de fichiers en un seul document à l'aide de Ruby...start_page_number = 1 @item2.end_page_number = 4 @options =...

    blog.groupdocs.cloud/fr/merger/merge-multiple-f...
  4. 如何使用 Python 合并多个 Word 文档

    我们的 API 旨在在线合并各种格式的文档和文件。本文介绍如何使用 Python 合并多个 word 文档。...start_page_number = 2 # 结束页码 item2.end_page_number = 4 # 页面范围模式...

    blog.groupdocs.cloud/zh/merger/how-to-combine-m...
  5. Ruota le pagine dei file PDF utilizzando l'API ...

    Ruota tutte le pagine in PDF o ruota una singola pagina in PDF utilizzando l'API del rotatore di pagine PDF. Questo articolo spiega come ruotare le pagine dei file PDF utilizzando l'API Rest in Python...start_page_number = 1 options.end_page_number = 10 # Imposta...

    blog.groupdocs.cloud/it/merger/rotate-pdf-file-...
  6. Cách kết hợp nhiều tài liệu Word bằng Python

    API của chúng tôi được thiết kế để hợp nhất các tài liệu và tệp ở nhiều định dạng trực tuyến. Bài viết này nói về cách kết hợp nhiều tài liệu từ bằng Python....start_page_number = 2 # số trang cuối item2.end_page_number = 4 #...

    blog.groupdocs.cloud/vi/merger/how-to-combine-m...
  7. با استفاده از Node.js PDF را به سند Word قابل و...

    با استفاده از REST API در Node.js PDF را به صورت برنامه‌ریزی به سند Word قابل ویرایش تبدیل کنید. Node.js SDK اجازه می دهد تا PDF را به فایل های DOC و DOCX تبدیل کنید....pages = [1,2]; // set page numbers to convert settings.convertOptions...fromPage = 1; // set start page number convertOptions.pagesCount =...

    blog.groupdocs.cloud/fa/conversion/convert-pdf-...
  8. When rendering Xlsx as PDF, Chinese characters ...

    We’re using node.js groupdocs-viewer-cloud 24.8.0. Here’s the code: import { readFile, writeFile } from "fs/promises"; import viewer, { Configuration, DownloadFileRequest, FileInfo, RenderOptions, Spreadshe…...paginateSheets: false, /** * The number of rows rendered into one page...

    forum.groupdocs.cloud/t/when-rendering-xlsx-as-...
  9. GroupDocs.Total Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats.... As well as a number of enhancements and fixes,...

    blog.groupdocs.cloud/categories/groupdocs.total...
  10. 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...