Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 3,007 for

one

(0.14 sec)
  1. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping document pages....join several documents into one curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/merger/swap-pages/
  2. Join Images | Documentation

    There is an additional option for Image joining. Name Description Comment JoinItem.ImageJoinMode Possible modes for the image joining Values: Horizontal, Vertical Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api....join several documents into one curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/merger/join-images/
  3. Remove Pages | Documentation

    This REST API provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....join several documents into one curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/merger/remove-pages/
  4. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....app client you created in step one and replace in the corresponding...

    docs.groupdocs.cloud/comparison/quick-start/
  5. Create Document Preview | Documentation

    GroupDocs.Comparison Cloud allows to create document preview images, One per page. Image size and format can be set as options. API Usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input document into cloud storage Create preview images Download images For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....create document preview images, one per page. Image size and format...

    docs.groupdocs.cloud/comparison/create-document...
  6. Signature Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Signature Options objects and object properties SignOptionsCollectionData Object Provides list of options for documents signing. Example SignOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "borderVisiblity": true, "borderDashStyle": "Solid", "borderWeight": 1.0, "opacity": 1.0, "text": "123456789012", "left": 10, "top": 10, "width": 200, "height": 100, "locationMeasureType": "Pixels", "sizeMeasureType": "Pixels", "stretch": "PageHeight", "rotationAngle": 0, "horizontalAlignment": "Left", "verticalAlignment": "Center", "margin": { "all": 5, "left": 5, "top": 5, "right": 5, "bottom": 5 }, "marginMeasureType": "Pixels", "signAllPages": false, "font": { "fontFamily": "Times New Roman", "fontSize": 14.... Pick one from supported Barcode Types...Get or set Barcode type. Pick one from supported Barcode Types...

    docs.groupdocs.cloud/signature/signature-option...
  7. How to Extract Pages From Word Documents in Python

    Split word document into multiple documents to extract pages from word document. This article is about how to extract pages from word documents in Python....Split Word Document into Single Ones by Page Range in Python Split...Split Word Document into Single Ones by Page Range in Python # You...

    blog.groupdocs.cloud/merger/how-to-extract-page...
  8. Compare PDF Files using REST API in Python | Co...

    Programmatically compare two or more PDF files using a REST API on the cloud in Python with GroupDocs.Comparison Cloud SDK for Python....Portable Document Format ) is one of the most commonly used file...

    blog.groupdocs.cloud/comparison/compare-pdf-fil...
  9. Convert CSV to Excel in Java: A Guide

    Learn how to convert CSV to Excel XLS or XLSX using GroupDocs.Conversion Cloud SDK for Java. Follow the step-by-step guide and explore the cloud-based tool....users to convert documents from one format to another. It supports...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  10. How to self-host GroupDocs.Comparison Cloud wit...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....Comparison Cloud in Docker type one of the following commands: Note...

    docs.groupdocs.cloud/comparison/self-host-with-...