Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 1,162 for

numbers

(0.37 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. 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/
  3. แยกหน้าจากเอกสาร Word โดยใช้ Rest API ใน Ruby

    แยกหน้าเฉพาะจากเอกสาร word เป็นไฟล์เดี่ยวได้อย่างง่ายดาย บทความนี้เกี่ยวกับวิธีแยกหน้าจากเอกสาร Word โดยใช้ Rest API ใน Ruby...ให้ตัวเลือก start\page\number และ end\page\number ตั้งค่า range\mode...@options.start_page_number = 1 @options.end_page_number = 8 # ตั้งโหมดช่วงเป็น...

    blog.groupdocs.cloud/th/merger/extract-pages-fr...
  4. Diviser des documents Word à l'aide de l'API RE...

    Vous devrez peut-être diviser des fichiers Word volumineux et des pages DOC/DOCX en fichiers plus petits. Cet article explique comment fractionner des documents Word à l'aide de l'API REST dans Ruby....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Split Page Number using REST API in Ruby.") Diviser...

    blog.groupdocs.cloud/fr/merger/split-word-docum...
  5. 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...
  6. Podziel dokumenty Worda za pomocą REST API w Ruby

    Może być konieczne podzielenie dużych plików tekstowych i stron DOC/DOCX na mniejsze pliki. Ten artykuł dotyczy sposobu dzielenia dokumentów programu Word przy użyciu interfejsu API REST w języku Ruby....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Split Page Number using REST API in Ruby.") Podziel...

    blog.groupdocs.cloud/pl/merger/split-word-docum...
  7. 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-...
  8. Разделить документы 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...
  9. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheetOptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TextOverflowMode": "Overlay" }, "CadOptions": { "ScaleFactor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZoneOffset": "string" }, "ProjectManagementOptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32....Description StartPageNumber Page number, from which to start rendering...default. CountPagesToRender Number of pages to render. All document...

    docs.groupdocs.cloud/viewer/renderoptions/
  10. Розділити PDF – видобувайте сторінки з PDF за д...

    Розділити PDF – видобувайте сторінки з PDF за допомогою Rest API у Ruby...extracted specific pages by number.") Наведений вище зразок коду...@options.start_page_number = 1 @options.end_page_number = 10 @options...

    blog.groupdocs.cloud/uk/merger/split-pdf-extrac...