Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 1,120 for

numbers

(0.07 sec)
  1. HtmlOptions | Documentation

    HtmlOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. HtmlOptions example { "ExternalResources": false, "ResourcePath": "string", "IsResponsive": true } HtmlOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions ExternalResources Controls output HTML document resources (styles, images and fonts) linking. By default this option is disabled and all the resources are embedded into HTML document. ResourcePath Path for the HTML resources (styles, images and fonts)....resource path is the {page-number} and {resource-name} templates...will be replaced with page number and resource name accordingly...

    docs.groupdocs.cloud/viewer/htmloptions/
  2. Split PDF - استخراج الصفحات من PDF باستخدام Res...

    Split PDF - استخراج الصفحات من PDF باستخدام Rest API في Ruby...extracted specific pages by number.") سيحفظ نموذج الكود أعلاه...@options.start_page_number = 1 @options.end_page_number = 10 @options...

    blog.groupdocs.cloud/ar/merger/split-pdf-extrac...
  3. रूबी का उपयोग करके वर्ड में पेजों को कैसे स्थान...

    बिना कुछ हटाए दस्तावेज़ डिज़ाइन को अनुकूलित करने के लिए पृष्ठों को पुनर्व्यवस्थित करना एक बढ़िया समाधान है। आइए जानें कि कैसे रूबी का उपयोग करके पृष्ठों को वर्ड में पुनर्व्यवस्थित और पुनर्व्यवस्थित किया जाए...page_number = 3 # docx पृष्ठ को स्थानांतरित...की स्थिति @options.new_page_number = 5 # Docx फ़ाइल में पृष्ठों...

    blog.groupdocs.cloud/hi/merger/how-to-move-reor...
  4. Розділіть PDF-файли за допомогою REST API у Ruby

    Розділіть PDF-документ на певні сторінки для легкого перетворення в окремі PDF-файли. У цій статті йдеться про те, як розділити PDF-файли за допомогою REST API у Ruby....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Extrated by Page Number using REST API.") Розділіть...

    blog.groupdocs.cloud/uk/merger/split-pdf-files-...
  5. تقسيم ملفات PDF باستخدام REST API في Ruby

    قم بتقسيم مستند PDF إلى صفحات معينة لتحويله بسهولة إلى ملفات PDF فردية. تتناول هذه المقالة كيفية تقسيم ملفات PDF باستخدام REST API في Ruby....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Extrated by Page Number using REST API.") قم بتقسيم...

    blog.groupdocs.cloud/ar/merger/split-pdf-files-...
  6. Ruby'de REST API kullanarak PDF Dosyalarını Bölme

    Tek tek PDF dosyalarına kolayca dönüştürmek için bir PDF belgesini belirli sayfalarda bölün. Bu makale, Ruby'de REST API kullanarak PDF dosyalarının nasıl bölüneceği hakkındadır....start_page_number = 3 @options.end_page_number = 7 @options...new(@options)) puts("Extrated by Page Number using REST API.") Ruby Kullanarak...

    blog.groupdocs.cloud/tr/merger/split-pdf-files-...
  7. 如何在 Python 中从 Word 文档中提取页面

    将 word 文档拆分为多个文档以从 word 文档中提取页面。本文介绍如何使用 Python 从 word 文档中提取页面。...“python-testing” 设置 start\page\number 和 end\page\number 值 将 docx 拆分模式设置为 Pages...options.start_page_number = 3 options.end_page_number = 7 options.mode...

    blog.groupdocs.cloud/zh/merger/how-to-extract-p...
  8. Dividir documentos de Word usando REST API en Ruby

    Es posible que deba dividir archivos de texto grandes y páginas DOC/DOCX en archivos más pequeños. Este artículo trata sobre cómo dividir documentos de Word usando la API REST en 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/es/merger/split-word-docum...
  9. Dividir presentaciones de PowerPoint PPT o PPTX...

    La herramienta Online PPTX Splitter ayuda a separar páginas de archivos PPTX de forma rápida y sencilla. Este artículo trata sobre cómo dividir presentaciones de PowerPoint PPT o PPTX en 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/es/merger/split-powerpoint...
  10. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature to render N consecutive pages. You will have to provide the starting page number and the number of the pages to be rendered. The following code sample shows how to render N consecutive pages of a document. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....provide the starting page number and the number of the pages to be rendered...}" Resonse { "pages" : [ { "number" : 1 , "resources" : null ...

    docs.groupdocs.cloud/viewer/render-n-consecutiv...