Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 1,163 for

numbers

(0.22 sec)
  1. Wyodrębniaj obrazy z dokumentów PDF za pomocą i...

    Programowo wyodrębniaj obrazy z dokumentów PDF przy użyciu interfejsu API REST w chmurze w języku Python za pomocą zestawu Document Parser Cloud SDK dla języka Python....start_page_number = 1 options.count_pages_to_extract...zakres stron options.start_page_number = 2 options.count_pages_to_extract...

    blog.groupdocs.cloud/pl/parser/extract-images-f...
  2. Ruby에서 REST API를 사용하여 PDF 파일 병합 및 결합

    PDF 병합 API를 사용하면 여러 PDF 파일을 단일 PDF 파일로 결합할 수 있습니다. 이 문서는 Ruby에서 REST API를 사용하여 PDF 파일을 병합하고 결합하는 방법에 관한 것입니다....start_page_number = 1 @item2.end_page_number = 4 @item2.range_mode...

    blog.groupdocs.cloud/ko/merger/merge-and-combin...
  3. PDF Dateien mit der REST-API in Python zusammen...

    Führen Sie PDF Dateien mithilfe einer REST-API in der Cloud in Python mit dem Document Merger Cloud SDK für Python programmgesteuert zusammen. Führen Sie bestimmte Seiten von PDFs in Python zusammen....start_page_number = 2 # Endseitenzahl item2.end_page_number = 4 #...

    blog.groupdocs.cloud/de/merger/merge-pdf-files-...
  4. 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...
  5. 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...
  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. Créer des factures en ligne avec l'API GroupDoc...

    Apprenez à générer des factures professionnelles à la volée en utilisant GroupDocs.Assembly Cloud. Téléversez un modèle DOCX, liez des données JSON et obtenez un DOCX ou PDF avec de simples appels cURL ou le SDK .NET....Number]>> invoice.number <<[Customer.Name]>>...votre code. { "invoice" : { "number" : "INV-2024-001" , "issueDate"...

    blog.groupdocs.cloud/fr/assembly/create-invoice...
  8. 使用 GroupDocs.Assembly Cloud API 在线创建发票

    了解如何使用 GroupDocs.Assembly Cloud 实时生成专业发票。上传 DOCX 模板,绑定 JSON 数据,并通过简单的 cURL 调用或 .NET SDK 输出 DOCX 或 PDF。...Number]>> invoice.number <<[Customer.Name]>>...,或直接嵌入代码中。 { "invoice" : { "number" : "INV-2024-001" , "issueDate"...

    blog.groupdocs.cloud/zh/assembly/create-invoice...
  9. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you to make your rendering into HTML look well across all types of devices. To achieve this, the API provides RenderResponsive property of HtmlOptions class as shown in below sample code. 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....":true}}" Response { "pages" : [ { "number" : 1 , "resources" : null .../sample_page_1.html" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/html-viewer-respons...
  10. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Document" , "pages" : [ { "number" : 1 , "width" : 595 , "height"...: true , "lines" : [] }, { "number" : 2 , "width" : 595 , "height"...

    docs.groupdocs.cloud/viewer/get-document-inform...