Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 1,125 for

numbers

(0.07 sec)
  1. 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/
  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 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...
  4. 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...
  5. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter.... As well as a number of enhancements and fixes,...

    blog.groupdocs.cloud/total/groupdocs-september-...
  6. GroupDocs.Total Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats.... As well as a number of enhancements and fixes,...

    blog.groupdocs.cloud/categories/groupdocs.total...
  7. When rendering Xlsx as PDF, Chinese characters ...

    We’re using node.js groupdocs-viewer-cloud 24.8.0. Here’s the code: import { readFile, writeFile } from "fs/promises"; import viewer, { Configuration, DownloadFileRequest, FileInfo, RenderOptions, Spreadshe…...paginateSheets: false, /** * The number of rows rendered into one page...

    forum.groupdocs.cloud/t/when-rendering-xlsx-as-...
  8. पायथन में REST API का उपयोग करके पीडीएफ फाइलों ...

    पायथन में दस्तावेज़ विलय क्लाउड एसडीके के साथ पायथन में क्लाउड पर एक REST API का उपयोग करके पीडीएफ फाइलों को प्रोग्रामेटिक रूप से मर्ज करें। Python में PDF के विशिष्ट पृष्ठों को मर्ज करें।...start_page_number = 2 # अंत पृष्ठ संख्या item2.end_page_number = 4 #...

    blog.groupdocs.cloud/hi/merger/merge-pdf-files-...
  9. 如何使用 Python 合併多個 Word 文檔

    我們的 API 旨在在線合併各種格式的文檔和文件。本文介紹如何使用 Python 合併多個 word 文檔。...start_page_number = 2 # 結束頁碼 item2.end_page_number = 4 # 頁面範圍模式...

    blog.groupdocs.cloud/zh-hant/merger/how-to-comb...
  10. استخراج صفحات از فایل PDF آنلاین در پایتون

    یک صفحه را از PDF استخراج کنید یا همه صفحات را از فایل PDF به صورت آنلاین و به راحتی استخراج کنید. این مقاله در مورد نحوه استخراج صفحات از فایل PDF به صورت آنلاین در پایتون است...start_page_number = 1 options.end_page_number = 10 options...

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