Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 1,120 for

numbers

(0.08 sec)
  1. Extract Text | Documentation

    This REST API provides the functionality to extract text from the document. There are several ways to extract text from a document: Extract only text; Extract formatted text by setting pages extraction mode option; Extract text from specific pages by setting the pages range. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when extracting text from a document.... CountPagesToExtract The number of pages to extract. Required...Document Extract Text by a Page Number Range Extract Formatted Text...

    docs.groupdocs.cloud/parser/extract-text/
  2. PDF 페이지 재정렬: Ruby에서 PDF 페이지 이동, 교체 및 삭제

    이 자습서에서는 PDF 파일의 페이지를 이동하는 방법, 온라인에서 무료로 PDF 페이지를 재정렬하는 방법, PDF의 페이지를 교체하고 PDF 문서에서 페이지를 제거하는 방법을 살펴봅니다....page_number = 2 # pdf 페이지를 이동할 위치 @options.new_page_number = 5...puts("Successfully moved pdf page by page number.") 마지막으로 위의 코드 샘플은 구성된 페이지...

    blog.groupdocs.cloud/ko/merger/rearrange-pdf-pa...
  3. 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...
  4. Ruby'de REST API kullanarak Word Belgelerini Bölme

    Büyük kelime dosyalarını ve DOC/DOCX sayfalarını daha küçük dosyalara bölmeniz gerekebilir. Bu makale, Ruby'de REST API kullanarak Word Belgelerini Bölme hakkındadır....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Split Page Number using REST API in Ruby.") Filtre...

    blog.groupdocs.cloud/tr/merger/split-word-docum...
  5. Pisahkan Dokumen Word menggunakan REST API di Ruby

    Anda mungkin perlu membagi file kata besar dan halaman DOC/DOCX menjadi file yang lebih kecil. Artikel ini adalah tentang cara Membagi Dokumen Word menggunakan REST API di Ruby....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Split Page Number using REST API in Ruby.") Pisahkan...

    blog.groupdocs.cloud/id/merger/split-word-docum...
  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. 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...
  9. 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-...
  10. 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...