Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 1,126 for

numbers

(0.08 sec)
  1. पायथन का उपयोग करके 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-...
  2. Disable characters grouping | Documentation

    To improve content positioning when rendering PDF documents GroupDocs.Viewer Cloud provides PdfOptions.DisableCharsGrouping as shown below: 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. Swagger UI lets you call this REST API directly from the browser....}" Resonse { "pages" : [ { "number" : 1 , "resources" : null .../sample_page_1.html" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/disable-characters-...
  3. 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....}" Resonse { "pages" : [ { "number" : 1 , "resources" : null ...f/sample_page_1.png" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/enable-font-hinting/
  4. Enable layered rendering | Documentation

    When rendering into HTML GroupDocs.Viewer Cloud renders text and graphics as a single layer that improves performance and reduces HTML document size. To improve content positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of text and graphics according to z-order in original PDF document when rendering into HTML. This option is supported when rendering to HTML only. Following code sample demonstrates how to enable layered rendering....}" Resonse { "pages" : [ { "number" : 1 , "resources" : null .../sample_page_1.html" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  5. 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/
  6. División de documentos en Python | Divisor de a...

    Aprenda a dividir un archivo PDF en varios archivos PDF en Python con GroupDocs.Merger Cloud SDK. Mejore la organización de documentos con esta guía....start_page_number = 3 options.end_page_number = 9 options.range_mode...

    blog.groupdocs.cloud/es/merger/split-pdf-file-i...
  7. पायथन में PowerPoint PPT/PPTX फ़ाइलों को मिलाएं...

    आप दो PowerPoint प्रस्तुतियों को एक में जोड़ और मर्ज कर सकते हैं। यह आलेख इस बारे में है कि कैसे Python में PowerPoint PPT/PPTX फ़ाइलों को संयोजित और मर्ज किया जाए।...start_page_number = 2 # अंत स्लाइड संख्या item2.end_page_number = 4...

    blog.groupdocs.cloud/hi/merger/combine-and-merg...
  8. पायथन में पीडीएफ फाइल ऑनलाइन से पेज निकालें

    पीडीएफ से सिंगल पेज एक्सट्रेक्ट करें या पीडीएफ फाइल से सभी पेज ऑनलाइन और आसानी से एक्सट्रेक्ट करें। यह लेख इस बारे में है कि कैसे पायथन में पीडीएफ फाइल से पेजों को ऑनलाइन निकाला जाए...start_page_number = 1 options.end_page_number = 10 options...

    blog.groupdocs.cloud/hi/merger/extract-pages-fr...
  9. Python の REST API を使用して複数の Excel ファイルを 1 つに結合する

    Excel Merger Cloud SDK for Python を使用して、Python のクラウド上で REST API を使用して、複数の Excel ファイルをプログラム的に 1 つのファイルに結合します。...start_page_number = 3 item2.end_page_number = 4 # レンジモード item2...

    blog.groupdocs.cloud/ja/merger/merge-multiple-e...
  10. Node.js kullanarak Word Belgelerini PDF'ye Dönü...

    Node.js'de bir REST API kullanarak Word Belgelerini Programlı Olarak PDF'ye Dönüştürün. Node.js SDK, DOC ve DOCX dosyalarının bulutta PDF dosyalarına dönüştürülmesine olanak tanır....fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/tr/conversion/convert-word...