Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 1,125 for

numbers

(0.06 sec)
  1. Combine y fusione archivos PowerPoint PPT/PPTX ...

    Puede combinar y fusionar dos presentaciones de PowerPoint en una sola. Este artículo trata sobre cómo combinar y fusionar archivos PowerPoint PPT/PPTX en Python....start_page_number = 2 # número de diapositiva...diapositiva final item2.end_page_number = 4 # modo de rango de diapositivas...

    blog.groupdocs.cloud/es/merger/combine-and-merg...
  2. Python'da Rest API kullanarak PDF Dosya Sayfala...

    PDF sayfa döndürücü API'sini kullanarak PDF'deki tüm sayfaları veya PDF'deki tek sayfayı döndürün. Bu makale, Python'da Rest API kullanılarak PDF dosya sayfalarının nasıl döndürüleceği ile ilgilidir....start_page_number = 1 options.end_page_number = 10 # Aralık...

    blog.groupdocs.cloud/tr/merger/rotate-pdf-file-...
  3. Node.js kullanarak PDF'yi Düzenlenebilir Word B...

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

    blog.groupdocs.cloud/tr/conversion/convert-pdf-...
  4. Category:ISO 8601 - Wikimedia Commons

    Aiuto Category : ISO 8601 Da Wikimedia Commons, l'archivio di file multimediali liberi Jump to navigation Jump to sea......Categorie : ISO standards 8601 (number) Dating methods Calendar date...

    commons.wikimedia.org/wiki/Category:ISO_8601
  5. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud... Number of test cases are available...

    blog.groupdocs.cloud/groupdocs.cloud/page/43/
  6. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Rewriter Cloud API requests....JSON and will be valid for the number of seconds specified in the...

    docs.groupdocs.cloud/rewriter/authorization/
  7. पायथन का उपयोग करके 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-...
  8. 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/
  9. 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/
  10. 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-...