Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 914 for

page range

(0.13 sec)
  1. แยกเอกสาร Word โดยใช้ REST API ใน Ruby

    คุณอาจต้องแบ่งไฟล์ word ขนาดใหญ่และหน้า DOC/DOCX เป็นไฟล์ขนาดเล็ก บทความนี้เกี่ยวกับวิธีแยกเอกสาร Word โดยใช้ REST API ใน Ruby...ตอนนี้ ตั้งค่าโหมดแยกเอกสารเป็น Pages อนุญาตให้ API แยกหมายเลขหน้..."split-document" @options.pages = [1, 3] @options.mode = "Pages" @result = @documentApi...

    blog.groupdocs.cloud/th/merger/split-word-docum...
  2. แยกงานนำเสนอ PowerPoint PPT หรือ PPTX ใน Ruby

    เครื่องมือแยก PPTX ออนไลน์ช่วยให้แยกหน้าไฟล์ PPTX ได้ง่ายและรวดเร็ว บทความนี้เกี่ยวกับวิธีแยกงานนำเสนอ PowerPoint PPT หรือ PPTX ใน Ruby...ตอนนี้ ตั้งค่าโหมดแยกเอกสารเป็น Pages อนุญาตให้ API แยกหมายเลขหน้..."split-slides" @options.pages = [1, 3] @options.mode = "Pages" @result = @documentApi...

    blog.groupdocs.cloud/th/merger/split-powerpoint...
  3. Come estrarre pagine da documenti Word in Python

    Dividi il documento word in più documenti per estrarre le pagine dal documento word. Questo articolo spiega come estrarre pagine da documenti word in Python....la modalità divisa docx su Pages. Permette di dividere i numeri..."python-testing" options.pages = [1, 3] options.mode = "Pages" result = documentApi...

    blog.groupdocs.cloud/it/merger/how-to-extract-p...
  4. Cara Mengekstrak Halaman Dari Dokumen Word deng...

    Pisahkan dokumen kata menjadi beberapa dokumen untuk mengekstrak halaman dari dokumen kata. Artikel ini adalah tentang cara mengekstrak halaman dari dokumen kata dengan Python....pages = [1, 3] options.mode = "Pages" result = documentApi...print("Successfully split word docx to single page document: " + result[0].path)...

    blog.groupdocs.cloud/id/merger/how-to-extract-p...
  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....atur mode pemisahan dokumen ke Pages. Ini memungkinkan API untuk..."split-document" @options.pages = [1, 3] @options.mode = "Pages" @result = @documentApi...

    blog.groupdocs.cloud/id/merger/split-word-docum...
  6. Come dividere le diapositive PowerPoint PPT o P...

    Dividi presentazioni PowerPoint utilizzando PowerPoint Splitter online e lo strumento di divisione delle diapositive gratuito. Impariamo come dividere le diapositive PowerPoint PPT o PPTX in Python...pages = [1, 3] options.mode = "Pages" result = documentApi...Imposta i valori start\page\number e end\page\number Imposta la modalità...

    blog.groupdocs.cloud/it/merger/how-to-split-pow...
  7. Dividi i documenti di Word utilizzando l'API RE...

    Potrebbe essere necessario dividere enormi file word e pagine DOC/DOCX in file più piccoli. Questo articolo spiega come dividere i documenti di Word usando l'API REST in Ruby....pages = [1, 3] @options.mode = "Pages" @result = @documentApi...puts("Split Word Documents into One Page Documents using REST API in...

    blog.groupdocs.cloud/it/merger/split-word-docum...
  8. Como extrair páginas de documentos do Word em P...

    Divida o documento do Word em vários documentos para extrair páginas do documento do Word. Este artigo é sobre como extrair páginas de documentos do Word em Python....pages = [1, 3] options.mode = "Pages" result = documentApi...print("Successfully split word docx to single page document: " + result[0].path)...

    blog.groupdocs.cloud/pt/merger/how-to-extract-p...
  9. Извлечение страниц из документов Word с помощью...

    Легко извлекайте определенные страницы из документов Word в виде отдельных файлов. Эта статья о том, как извлекать страницы из текстовых документов с помощью Rest API в Ruby....file_path = 'extract-pages/docx-pages.docx' @options.output_path..."extract-pages/extract-specific-pages.docx" @options.pages = [2,...

    blog.groupdocs.cloud/ru/merger/extract-pages-fr...
  10. Dividi presentazioni PowerPoint PPT o PPTX in Ruby

    Lo strumento online PPTX Splitter aiuta a separare le pagine dei file PPTX in modo facile e veloce. Questo articolo spiega come dividere presentazioni PowerPoint PPT o PPTX in Ruby....suddivisione del documento su Pages. Consente all’API di dividere..."split-slides" @options.pages = [1, 3] @options.mode = "Pages" @result = @documentApi...

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