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

numbers

(0.08 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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/
  6. Teilen Sie Word Dokumente mithilfe der REST-API...

    Möglicherweise müssen Sie große Word Dateien und DOC/DOCX-Seiten in kleinere Dateien aufteilen. In diesem Artikel geht es darum, wie man Word Dokumente mithilfe der REST-API in Ruby aufteilt....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Split Page Number using REST API in Ruby.") Teilen...

    blog.groupdocs.cloud/de/merger/split-word-docum...
  7. Pisahkan Presentasi PowerPoint PPT atau PPTX di...

    Alat PPTX Splitter online membantu memisahkan halaman file PPTX dengan cepat dan mudah. Artikel ini adalah tentang cara membagi presentasi powerPoint PPT atau PPTX di Ruby....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Split PPTX by Slide Number using REST API.") Pisahkan...

    blog.groupdocs.cloud/id/merger/split-powerpoint...
  8. Split PDF - Extraire des pages d'un PDF à l'aid...

    Split PDF - Extraire des pages d'un PDF à l'aide de l'API Rest dans Ruby...extracted specific pages by number.") L’exemple de code ci-dessus...@options.start_page_number = 1 @options.end_page_number = 10 @options...

    blog.groupdocs.cloud/fr/merger/split-pdf-extrac...
  9. 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-...
  10. Dividir apresentações PowerPoint PPT ou PPTX em...

    A ferramenta Online PPTX Splitter ajuda a separar páginas de arquivos PPTX de forma rápida e fácil. Este artigo é sobre como dividir apresentações PowerPoint PPT ou PPTX em Ruby....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Split PPTX by Slide Number using REST API.") Dividir PowerPoint...

    blog.groupdocs.cloud/pt/merger/split-powerpoint...