Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 1,163 for

numbers

(0.24 sec)
  1. รวมไฟล์ Excel หลายไฟล์เป็นไฟล์เดียวโดยใช้ REST ...

    รวมไฟล์ Excel หลายไฟล์เป็นไฟล์เดียวโดยใช้โปรแกรมโดยใช้ REST API บนคลาวด์ใน Python ด้วย Excel Merger Cloud SDK สำหรับ Python...start_page_number = 3 item2.end_page_number = 4 # โหมดช่วง...

    blog.groupdocs.cloud/th/merger/merge-multiple-e...
  2. Image Viewer - Adjust quality for JPG | Documen...

    When rendering documents and files to JPG with GroupDocs.Viewer Cloud you can adjust quality of the output images by setting Quality property of ImageOptions class. The supported values range of Quality is from 1 to 100. Default value is 90. This example demonstrates how to adjust quality of the output JPG image. 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....}" Response { "pages" : [ { "number" : 1 , "resources" : null ...x/sample_page_1.jpg" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  3. Tạo Hóa Đơn Trực Tuyến với API GroupDocs.Assemb...

    Tìm hiểu cách tạo nhanh các hóa đơn chuyên nghiệp bằng GroupDocs.Assembly Cloud. Tải lên mẫu DOCX, ràng buộc dữ liệu JSON, và xuất DOCX hoặc PDF chỉ với các lệnh cURL đơn giản hoặc SDK .NET....Number]>> invoice.number <<[Customer.Name]>>...trong mẫu. { "invoice" : { "number" : "INV-2024-001" , "issueDate"...

    blog.groupdocs.cloud/vi/assembly/create-invoice...
  4. Password-Protect ZIP File using Password Protec...

    This blog post is for you if you want to password-protect ZIP files online. GroupDocs.Merger Cloud SDKs offer online password protection software.... Suppose you have a large number of folders with multiple files...

    blog.groupdocs.cloud/merger/password-protect-zi...
  5. InfoResult | Documentation

    InfoResult data structure returned by Document Info API as output result InfoResult example { "FormatExtension": "string", "Format": "string", "Pages": [ { "Number": 0, "Width": 0, "Height": 0, "Visible": true, "Lines": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Words": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Characters": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string" } ] } ] } ] } ], "Attachments": [ { "Name": "string" } ], "ArchiveViewInfo": { "Folders": [ "string" ] }, "CadViewInfo": { "Layers": [ { "Name": "string", "Visible": true } ], "Layouts": [ { "Name": "string", "Width": 0, "Height": 0 } ] }, "ProjectManagementViewInfo": { "StartDate": "2020-04-02T05:56:17....: "string" , "Pages" : [ { "Number" : 0 , "Width" : 0 , "Height"...

    docs.groupdocs.cloud/viewer/inforesult/
  6. Ruby の Rest API を使用して PDF ページを回転する方法

    角度を定義して、PDF ファイルまたは PDF ドキュメント内の特定のページを回転または反転します。この記事は、Ruby の Rest API を使用して PDF ページを回転する方法について説明します。...start_page_number = 1 @options.end_page_number = 5 @options...@options.start_page_number = 1 @options.end_page_number = 10 # 範囲モード...

    blog.groupdocs.cloud/ja/merger/how-to-rotate-pd...
  7. Enhance Your C# / ASP.NET App with the Electron...

    GroupDocs offers a .NET library with flexible API that can be used to build legally-binding e-signature apps with web signature capture functionality....Maintenance release with a number of fixes. GroupDocs.Conversion...

    blog.groupdocs.cloud/total/welcome-2015-groupdo...
  8. LaTeX Converter | LaTeX to Word | Tex to DOC, D...

    Convert LaTeX to Word DOC, DOCX using Python and *LaTeX Converter* REST API for seamless web publishing, cross-platform compatibility, and interactive scientific/mathematical content....specifying the starting page, the number of pages to convert, and enabling...

    blog.groupdocs.cloud/conversion/convert-latex-t...
  9. Convert PSD to PPTX in Node.js

    Install GroupDocs.Conversion Cloud SDKs for Node.js and convert PSD to PPTX programmatically. This file format converter API offers rich features....becomes a burden to manage a huge number of PSD files. So, converting...

    blog.groupdocs.cloud/conversion/convert-psd-to-...
  10. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output pages (HTML / Image / PDF). The following code sample shows how to apply the watermark to the output pages. 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...."}}" Response { "pages" : [ { "number" : 1 , "resources" : null .../sample_page_1.html" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/add-watermark/