Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 1,120 for

numbers

(0.05 sec)
  1. การแยกเอกสารใน Python | ตัวแยกไฟล์ Python PDF

    เรียนรู้วิธีแยกไฟล์ PDF เป็นไฟล์ PDF หลายไฟล์ใน Python โดยใช้ GroupDocs.Merger Cloud SDK ปรับปรุงการจัดระเบียบเอกสารด้วยคำแนะนำนี้...start_page_number = 3 options.end_page_number = 9 options.range_mode...

    blog.groupdocs.cloud/th/merger/split-pdf-file-i...
  2. Rendering pages to the same size as the size of...

    This option is supported when rendering to JPG and PNG only. When viewing PDF documents in JPG and PNG formats by default GroupDocs.Viewer Cloud calculates output image size for better viewing quality. In case you want to make output JPG and PNG images to be the same size in pixels as the size of pages in a source PDF document GropDocs.Viewer Cloud provides a new option called RenderOriginalPageSize of the PdfOptions class....}" Resonse { "pages" : [ { "number" : 1 , "resources" : null ...f/sample_page_1.png" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/rendering-pages-to-...
  3. Ruby の REST API を使用して PDF ファイルをマージおよび結合する

    PDF 結合 API を使用すると、複数の PDF ファイルを 1 つの PDF ファイルに結合できます。この記事は、Ruby で REST API を使用して PDF ファイルをマージおよび結合する方法について説明します。...start_page_number = 1 @item2.end_page_number = 4 @item2.range_mode...

    blog.groupdocs.cloud/ja/merger/merge-and-combin...
  4. 在 Python 中使用 Rest API 旋轉 PDF 文件頁面

    使用 PDF 頁面旋轉器 API 旋轉 PDF 中的所有頁面或旋轉 PDF 中的單個頁面。本文介紹如何在 Python 中使用 Rest API 旋轉 PDF 文件頁面...start_page_number = 1 options.end_page_number = 10 # 將範圍模式...

    blog.groupdocs.cloud/zh-hant/merger/rotate-pdf-...
  5. रूबी का उपयोग करके एकाधिक फ़ाइल प्रकारों को एक ...

    रूबी का उपयोग करके एकाधिक फ़ाइल प्रकारों को एक दस्तावेज़ में कैसे मर्ज करें...start_page_number = 1 @item2.end_page_number = 4 @options =...

    blog.groupdocs.cloud/hi/merger/merge-multiple-f...
  6. पायथन का उपयोग करके एकाधिक वर्ड दस्तावेज़ों को ...

    हमारे एपीआई को विभिन्न स्वरूपों में दस्तावेज़ों और फ़ाइलों को ऑनलाइन मर्ज करने के लिए डिज़ाइन किया गया है। यह लेख इस बारे में है कि पायथन का उपयोग करके कई शब्द दस्तावेज़ों को कैसे जोड़ा जाए।...start_page_number = 2 # अंत पृष्ठ संख्या item2.end_page_number = 4 #...

    blog.groupdocs.cloud/hi/merger/how-to-combine-m...
  7. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML....}" Resonse { "pages" : [ { "number" : 1 , "resources" : null .../sample_page_1.html" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  8. Ruby で複数のテキスト ファイルを 1 つに結合またはマージする方法

    テキスト結合を使用すると、複数のテキスト ファイルを 1 つのテキスト ファイルに結合できます。 Ruby で複数のテキスト ファイルを 1 つに結合またはマージする方法を学びましょう。...start_page_number = 1 @item2.end_page_number = 3 @item2.range_mode...

    blog.groupdocs.cloud/ja/merger/how-to-combine-o...
  9. पायथन का उपयोग करके PowerPoint प्रस्तुतियों को ...

    पायथन में दस्तावेज़ संपादक क्लाउड एसडीके के साथ पायथन में क्लाउड पर REST API का उपयोग करके प्रोग्रामेटिक रूप से PowerPoint प्रस्तुतियों को संपादित करें।...slide_number = 0 loadOptions.show_hidden_slides..."output" loadOptions.slide_number = 0 loadResult = editApi.l...

    blog.groupdocs.cloud/hi/editor/edit-powerpoint-...
  10. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual pages when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate page on 90-degree clockwise; On180Degree - instructs to rotate page on 180-degree clockwise; On270Degree - instructs to rotate page on 270-degree clockwise; The following code snippet shows how to rotate output pages when viewing a document as PDF... page_number = 1 page_rotation . rotation_angle...PageRotation () page_rotation . page_number = 1 page_rotation . rotation_angle...

    docs.groupdocs.cloud/viewer/fliprotate-pages/