Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 1,152 for

numbers

(0.17 sec)
  1. 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....":true}}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...f/sample_page_1.png" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/rendering-pages-to-...
  2. Ruby の REST API を使用して HTML を PDF に変換する

    無料のオンライン コンバーターを使用して、HTML ファイルを PDF 形式に即座に変換します。この記事では、Ruby の REST API を使用して HTML を PDF に変換する方法について説明します。...page_numbering = true settings.load_options...ons.new loadOptions.page_numbering = true convertOptions = G...

    blog.groupdocs.cloud/ja/conversion/convert-html...
  3. Python'da REST API kullanarak Word Belgelerini ...

    Python için Document Conversion Cloud SDK ile Python'da bulutta bir REST API kullanarak Word belgelerini (DOCX veya DOC) programlı bir şekilde PDF dosyalarına dönüştürün....from_page = 1; # start page number convertOptions.pages_count...convertOptions.pages = [1,2]; # page numbers to convert settings.convert_options...

    blog.groupdocs.cloud/tr/conversion/convert-word...
  4. Python を使用して PowerPoint プレゼンテーションを編集する | Python...

    Document Editor Cloud SDK for Python を使用して、Python のクラウド上で REST API を使用して PowerPoint プレゼンテーションをプログラム的に編集します。...slide_number = 0 loadOptions.show_hidden_slides..."output" loadOptions.slide_number = 0 loadResult = editApi.l...

    blog.groupdocs.cloud/ja/editor/edit-powerpoint-...
  5. Převeďte dokumenty Word do PDF pomocí REST API ...

    Programově převádějte dokumenty Word (DOCX nebo DOC) na soubory PDF pomocí REST API v cloudu v Pythonu s Document Conversion Cloud SDK pro Python....from_page = 1; # start page number convertOptions.pages_count...convertOptions.pages = [1,2]; # page numbers to convert settings.convert_options...

    blog.groupdocs.cloud/cs/conversion/convert-word...
  6. Konversi Dokumen Word ke PDF menggunakan REST A...

    Secara terprogram mengonversi dokumen Word (DOCX atau DOC) ke file PDF menggunakan REST API di cloud dengan Python dengan Document Conversion Cloud SDK for Python....from_page = 1; # start page number convertOptions.pages_count...convertOptions.pages = [1,2]; # page numbers to convert settings.convert_options...

    blog.groupdocs.cloud/id/conversion/convert-word...
  7. Node.js | में REST API का उपयोग करके स्टाम्प के...

    Python में GroupDocs.Merger Cloud SDK for Python के साथ Python में क्लाउड पर REST API का उपयोग करके विभिन्न फ़ाइल प्रकारों के दस्तावेज़ों को प्रोग्रामेटिक रूप से मर्ज करें।...start_page_number = 1 item2.end_page_number = 3 # शामिल होने...

    blog.groupdocs.cloud/hi/merger/merge-documents-...
  8. Python 中的文檔分割 | Python PDF 文件分割器

    了解如何使用 GroupDocs.Merger Cloud SDK 在 Python 中將 PDF 文件拆分為多個 PDF 文件。使用本指南改進文檔組織。...start_page_number = 3 options.end_page_number = 9 options.range_mode...

    blog.groupdocs.cloud/zh-hant/merger/split-pdf-f...
  9. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs.... In case, if the number of empty columns is considerably...":false}}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  10. 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...."}}}" Response { "pages" : [ { "number" : 1 , "resources" : null .../sample_page_1.html" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/adjust-image-quality/