Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 1,161 for

numbers

(0.71 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. 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-...
  3. 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...
  4. 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...
  5. 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...
  6. تبدیل اسناد Word به PDF با استفاده از REST API ...

    اسناد Word (DOCX یا DOC) را با استفاده از REST API در ابر در پایتون با Document Conversion Cloud SDK برای پایتون به فایل‌های PDF تبدیل کنید....from_page = 1; # start page number convertOptions.pages_count...convertOptions.pages = [1,2]; # page numbers to convert settings.convert_options...

    blog.groupdocs.cloud/fa/conversion/convert-word...
  7. Konvertieren Sie Word Dokumente mit Node.js | i...

    Konvertieren Sie Word Dokumente mithilfe einer REST-API in Node.js programmgesteuert in PDF. Das Node.js SDK ermöglicht die Konvertierung von DOC und DOCX Dateien in PDF Dateien in der Cloud....fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/de/conversion/convert-word...
  8. Converti documenti Word in PDF utilizzando Node...

    Converti in modo programmatico documenti Word in PDF utilizzando un'API REST in Node.js. Node.js SDK consente di convertire i file DOC e DOCX in file PDF sul cloud....fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/it/conversion/convert-word...
  9. تحويل مستندات Word إلى PDF باستخدام REST API في...

    قم بتحويل مستندات Word برمجيًا (DOCX أو DOC) إلى ملفات PDF باستخدام واجهة برمجة تطبيقات REST على السحابة في Python مع 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/ar/conversion/convert-word...
  10. Enable font hinting | Documentation

    To adjust the display of an outline font (learn more about font hinting) when rendering PDF documents into image GroupDocs.Viewer Cloud provides PdfOptions.EnableFontHinting setting as shown below: NOTE: this option is supported when rendering into PNG and JPG. 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....}" Response { "pages" : [ { "number" : 1 , "resources" : null ...f/sample_page_1.png" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/enable-font-hinting/