Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 1,152 for

numbers

(0.17 sec)
  1. 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...
  2. Dividir archivos PDF usando REST API en Ruby

    Divida un documento PDF en ciertas páginas para convertirlo fácilmente en archivos PDF individuales. Este artículo trata sobre cómo dividir archivos PDF usando REST API en Ruby....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Extrated by Page Number using REST API.") Dividir PDF...

    blog.groupdocs.cloud/es/merger/split-pdf-files-...
  3. Tách PDF - Trích xuất các trang từ PDF bằng Res...

    Tách PDF - Trích xuất các trang từ PDF bằng Rest API trong Ruby...extracted specific pages by number.") Mẫu mã trên sẽ lưu các trang...@options.start_page_number = 1 @options.end_page_number = 10 @options...

    blog.groupdocs.cloud/vi/merger/split-pdf-extrac...
  4. Dividir documentos do Word usando a API REST em...

    Pode ser necessário dividir arquivos de palavras enormes e páginas DOC/DOCX em arquivos menores. Este artigo é sobre como dividir documentos do Word usando a API REST em Ruby....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Split Page Number using REST API in Ruby.") Dividir...

    blog.groupdocs.cloud/pt/merger/split-word-docum...
  5. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...suitable when dealing with a number of presentations. Therefore...documents by applying page number filters programmatically. In...

    blog.groupdocs.cloud/groupdocs.cloud/page/31/
  6. Merge Multiple Excel Files into One using REST ...

    Programmatically Merge multiple Excel files into one file using a REST API on the cloud in Python with Excel Merger Cloud SDK for Python....Define start sheet number and end sheet number for the second JoinItem...

    blog.groupdocs.cloud/merger/merge-multiple-exce...
  7. Signature Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Signature Options objects and object properties SignOptionsCollectionData Object Provides list of options for documents signing. Example SignOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "borderVisiblity": true, "borderDashStyle": "Solid", "borderWeight": 1.0, "opacity": 1.0, "text": "123456789012", "left": 10, "top": 10, "width": 200, "height": 100, "locationMeasureType": "Pixels", "sizeMeasureType": "Pixels", "stretch": "PageHeight", "rotationAngle": 0, "horizontalAlignment": "Left", "verticalAlignment": "Center", "margin": { "all": 5, "left": 5, "top": 5, "right": 5, "bottom": 5 }, "marginMeasureType": "Pixels", "signAllPages": false, "font": { "fontFamily": "Times New Roman", "fontSize": 14....int Specifies document page number to add Text Signature. Default...int Gets or sets worksheet number for signing. DocumentPageNumber...

    docs.groupdocs.cloud/signature/signature-option...
  8. 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/
  9. Розділити 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...
  10. 在 Ruby 中使用 Rest API 从 Word 文档中提取页面

    轻松地从 word 文档中提取特定页面作为单独的文件。本文介绍如何在 Ruby 中使用 Rest API 从 word 文档中提取页面...设置输入文件路径和输出文档路径 提供 start\page\number 和 end\page\number 选项 将范围\模式设置为 EvenPages...@options.start_page_number = 1 @options.end_page_number = 8 # 将范围模式设...

    blog.groupdocs.cloud/zh/merger/extract-pages-fr...