Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 1,163 for

numbers

(0.25 sec)
  1. 如何在 Python 中從 Word 文檔中提取頁面

    將 word 文檔拆分為多個文檔以從 word 文檔中提取頁面。本文介紹如何使用 Python 從 word 文檔中提取頁面。...“python-testing” 設置 start\page\number 和 end\page\number 值 將 docx 拆分模式設置為 Pages...options.start_page_number = 3 options.end_page_number = 7 options.mode...

    blog.groupdocs.cloud/zh-hant/merger/how-to-extr...
  2. 如何在 Python 中从 Word 文档中提取页面

    将 word 文档拆分为多个文档以从 word 文档中提取页面。本文介绍如何使用 Python 从 word 文档中提取页面。...“python-testing” 设置 start\page\number 和 end\page\number 值 将 docx 拆分模式设置为 Pages...options.start_page_number = 3 options.end_page_number = 7 options.mode...

    blog.groupdocs.cloud/zh/merger/how-to-extract-p...
  3. Ruby を使用して Word でページを移動、並べ替え、並べ替える方法

    ページの再配置は、何も削除せずにドキュメントのデザインを最適化するための優れたソリューションです。 Rubyを使ってWordでページを並べ替える方法を学びましょう...page_number = 3 # docx ページを移動する位置 @options.new_page_number = 5...organized word page by page number.") 最後に、上記のコード サンプルは、再編成された...

    blog.groupdocs.cloud/ja/merger/how-to-move-reor...
  4. Extract Images | Documentation

    This REST API provides the functionality to extract images from the document. There are following ways to extract images from a document: Extract all images from the whole document; Extract images from specific document pages by setting pages range. It saves extracted images to the storage so they can be easily downloaded. The API allows extracting images from containers like ZIP archives, PDF portfolios, Email attachments, MS Outlook storages (PST/OST). For protected documents, it is also required to provide a password.... CountPagesToExtract The number of pages to extract. Required...Cases Extract Images by a Page Number Range Extract Images from a...

    docs.groupdocs.cloud/parser/extract-images/
  5. 重新排列 PDF 页面:在 Ruby 中移动、交换和删除 PDF 页面

    在本教程中,探索如何移动 pdf 文件中的页面、如何免费在线重新排列 pdf 页面、如何交换 pdf 中的页面以及从 pdf 文档中删除页面...page_number = 2 # pdf页面移动到哪个位置 @options.new_page_number = 5 #...puts("Successfully moved pdf page by page number.") 最后,上面的代码示例将组织好的页面 PDF 文件保存在云端。如何免费重新排列...

    blog.groupdocs.cloud/zh/merger/rearrange-pdf-pa...
  6. Rozdělte dokumenty Word pomocí REST API v Ruby

    Možná budete muset rozdělit velké soubory Word a stránky DOC/DOCX na menší soubory. Tento článek je o tom, jak rozdělit dokumenty Word pomocí REST API v Ruby....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Split Page Number using REST API in Ruby.") Rozdělte...

    blog.groupdocs.cloud/cs/merger/split-word-docum...
  7. Dividir PDF: extraiga páginas de PDF usando Res...

    Dividir PDF: extraiga páginas de PDF usando Rest API en Ruby...extracted specific pages by number.") El ejemplo de código anterior...@options.start_page_number = 1 @options.end_page_number = 10 @options...

    blog.groupdocs.cloud/es/merger/split-pdf-extrac...
  8. Supported file formats | Documentation

    A complete list of file formats that can be translated using GroupDocs.Translation Cloud....ODT Documents created with a number of open source word processing...Spreadsheets created with a number of open source applications...

    docs.groupdocs.cloud/translation/supported-file...
  9. Разделить документы Word с помощью REST API в Ruby

    Возможно, вам придется разбить огромные текстовые файлы и страницы DOC/DOCX на файлы меньшего размера. Эта статья о том, как разделить документы Word с помощью REST API в Ruby....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Split Page Number using REST API in Ruby.") Разделить...

    blog.groupdocs.cloud/ru/merger/split-word-docum...
  10. Pisahkan File PDF menggunakan REST API di Ruby

    Pisahkan dokumen PDF di halaman tertentu untuk memudahkan konversi menjadi file PDF individual. Artikel ini adalah tentang cara membagi file PDF menggunakan REST API di Ruby....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Extrated by Page Number using REST API.") Pisahkan...

    blog.groupdocs.cloud/id/merger/split-pdf-files-...