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

numbers

(0.19 sec)
  1. 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...
  2. पायथन का उपयोग करके 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-...
  3. 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-...
  4. 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/
  5. 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...
  6. 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/
  7. 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...
  8. 2013 - An Exciting Year For GroupDocs

    This year was quite important and successful for our us. Let's look into the key achievements of GroupDocs in 2013....examples as well as released a number of new CMS plugins : General...

    blog.groupdocs.cloud/total/2013-exciting-year-g...
  9. पायथन में 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...
  10. पायथन में पीडीएफ फाइल ऑनलाइन से पेज निकालें

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

    blog.groupdocs.cloud/hi/merger/extract-pages-fr...