Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 640 for

get started

(0.07 sec)
  1. 2. Convert CSV Document with Load Options | Doc...

    This example demonstrates how to convert the CSV documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Request # First get JSON Web Token # Please get your Client Id...with working examples, to get you started in no time. Please check...

    docs.groupdocs.cloud/conversion/convert-csv-doc...
  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....Request * First get JSON Web Token * Please get your Client Id...with working examples, to get you started in no time. Please check...

    docs.groupdocs.cloud/merger/join-images/
  3. Convert Word Document to PowerPoint Presentatio...

    PowerPoint PPTX help users to have greater visual impact. This article is about how to convert Word Document to PowerPoint Presentation using Ruby...been designed to help you get started with our document conversion...Conversion Cloud API. You can get client credentials by creating...

    blog.groupdocs.cloud/conversion/convert-word-do...
  4. API calls failing with (The request signature w...

    Hello, I’m running groupdocs in our custom infrastructure as well as with docker in the local environment. On the cloud infra I’m using AWS AppRunner to execute the docker container I stored on ECR. On the local envir…...AWS every time I call an API I get the following payload: { "uploaded":...2023-06-01 14:51:52 Application started. Press Ctrl+C to shut down...

    forum.groupdocs.cloud/t/api-calls-failing-with-...
  5. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability to select metadata source when saving resultant file. Files have metadata information – author, organization, etc. Possible metadata sources are: Source file metadata; TarGet file metadata; User-defined metadata. The following code demonstrates how to set resultant file metadata. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or Get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....storage Compare documents or get document info Download comparison...Request * First get JSON Web Token * Please get your Client Id...

    docs.groupdocs.cloud/comparison/set-document-me...
  6. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Supports sign variety of document formats with different signature types like Text Signature various formats, Image, Digital, Barcode and QR-Code Signatures...available to guide developers to get familiar with SDK and its usage...GroupDocs.Signature Cloud API. Getting Started # Once you are done with...

    blog.groupdocs.cloud/signature/releasing-ruby-s...
  7. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....have number 1 StartPageNumber Start page number Ignored if Pages...Request * First get JSON Web Token * Please get your Client Id...

    docs.groupdocs.cloud/merger/join-document-cross...
  8. Convert Visio VSDX to PDF in Java - A Step-by-S...

    Convert Visio file to PDF in Java using GroupDocs.Conversion Cloud SDK for Java. Learn how to efficiently convert Visio files to PDF format with this SDK.... So let’s get started! We will cover the following...up for a GroupDocs account to get the Client ID and Client Secret...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  9. 3. Convert Email Document with Load Options | D...

    This example demonstrates how to convert email documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Request # First get JSON Web Token # Please get your Client Id...with working examples, to get you started in no time. Please check...

    docs.groupdocs.cloud/conversion/convert-email-d...
  10. 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....collection; Specify pages range start/end page numbers. There is also...also an ability to get only even/odd pages from the specified...

    docs.groupdocs.cloud/merger/remove-pages/