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

numbers

(0.06 sec)
  1. Dividir arquivos PDF usando a API REST em Ruby

    Divida um documento PDF em determinadas páginas para facilitar a conversão em arquivos PDF individuais. Este artigo é sobre como dividir arquivos PDF usando a API REST em 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/pt/merger/split-pdf-files-...
  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. 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...
  4. 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...
  5. New SDK Versions Have Been Released for GroupDo...

    With these new Cloud SDKs, developers on different platforms can easily integrate GroupDocs’ document collaboration tools into their apps and sites....the viewer with an unlimited number of different independent root...profile page and implemented a number of GUI style fixes. Please...

    blog.groupdocs.cloud/total/groupdocs-customer-n...
  6. 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/
  7. Розділити 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...
  8. Ruby'de Bölünmüş PowerPoint PPT veya PPTX Sunum...

    Çevrimiçi PPTX Ayırıcı aracı, PPTX dosya sayfalarını hızlı ve kolay bir şekilde ayırmaya yardımcı olur. Bu makale, Ruby'de powerPoint PPT veya PPTX sunumlarının nasıl bölüneceği hakkındadır....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Split PPTX by Slide Number using REST API.") Ruby’de PowerPoint...

    blog.groupdocs.cloud/tr/merger/split-powerpoint...
  9. Estrai pagine da documenti Word utilizzando Res...

    Estrai facilmente pagine specifiche da documenti word come singoli file. Questo articolo spiega come estrarre pagine da documenti word utilizzando l'API Rest in Ruby...opzioni start\page\number e end\page\number Imposta range\mode...@options.start_page_number = 1 @options.end_page_number = 8 # Imposta...

    blog.groupdocs.cloud/it/merger/extract-pages-fr...
  10. 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...