Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 1,160 for

numbers

(0.15 sec)
  1. Convertir des documents Word en PDF à l'aide de...

    Convertissez par programmation des documents Word en PDF à l'aide d'une API REST dans Node.js. Node.js SDK permet de convertir des fichiers DOC et DOCX en fichiers PDF sur le cloud....fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/fr/conversion/convert-word...
  2. تبدیل اسناد Word به PDF با استفاده از Node.js |...

    با استفاده از REST API در Node.js، اسناد Word را به صورت برنامه نویسی به PDF تبدیل کنید. Node.js SDK اجازه می دهد تا فایل های DOC و DOCX را به فایل های PDF در فضای ابری تبدیل کنید....fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/fa/conversion/convert-word...
  3. पायथन में दस्तावेज़ विभाजन | पायथन पीडीएफ फ़ाइल...

    जानें कि GroupDocs.Merger Cloud SDK का उपयोग करके Python में एक पीडीएफ फाइल को कई पीडीएफ फाइलों में कैसे विभाजित किया जाए। इस गाइड के साथ दस्तावेज़ संगठन में सुधार करें।...start_page_number = 3 options.end_page_number = 9 options.range_mode...

    blog.groupdocs.cloud/hi/merger/split-pdf-file-i...
  4. Watermark Annotation | Documentation

    Watermark annotation adds text watermark API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard.... page_number = 0 a1 . font_color = 1201033...box . height = 100 $a1 . page_number = 0 $a1 . font_color = 1201033...

    docs.groupdocs.cloud/annotation/watermark-annot...
  5. 使用 Node.js 將 Word 文檔轉換為 PDF |在 Node.js 中將 DOCX ...

    使用 Node.js 中的 REST API 以編程方式將 Word 文檔轉換為 PDF。 Node.js SDK 允許將 DOC 和 DOCX 文件轉換為雲端的 PDF 文件。...fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  6. Konvertieren Sie Word Dokumente mithilfe der RE...

    Konvertieren Sie Word Dokumente (DOCX oder DOC) mithilfe einer REST-API in der Cloud in Python mit dem Document Conversion Cloud SDK für Python programmgesteuert in PDF Dateien....from_page = 1; # start page number convertOptions.pages_count...convertOptions.pages = [1,2]; # page numbers to convert settings.convert_options...

    blog.groupdocs.cloud/de/conversion/convert-word...
  7. Python を使用して複数の Word ドキュメントを結合する方法

    当社の API は、オンラインでさまざまな形式のドキュメントとファイルを結合するように設計されています。この記事では、Python を使用して複数の Word 文書を結合する方法について説明します。...start_page_number = 2 # 終了ページ番号 item2.end_page_number = 4 # ページ範囲モード...

    blog.groupdocs.cloud/ja/merger/how-to-combine-m...
  8. 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-...
  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/