Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 6,098 for

client id

(0.03 sec)
  1. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Parser Cloud API Reference lets you try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.extRequired. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....storage used versionId File version id cURL example Request curl -X... However, manually writing client code can be difficult, error-prone...

    docs.groupdocs.cloud/parser/working-with-files/
  2. Split drawing into tiles | Documentation

    Tiled rendering or (rendering by coordinates) is the process of rendering CAD drawings (into an image, HTML or PDF) by divIding into square parts and rendering each part (or tile) separately. The advantage of this process is that the amount of memory involved is reduced as compared to rendering the entire document at once. Generally, DWG documents are divIded into pages by Model and Layouts, but when the tiled rendering is enabled, only the Model is rendered and every tile composes a separate page....MyClientSecret = "" ; // Get Client Id and Client Secret from https://dashboard...MyClientId = "" ; // Get Client Id and Client Secret from https://dashboard...

    docs.groupdocs.cloud/viewer/split-drawing-into-...
  3. Import attachment into pdf document | Documenta...

    This REST API allows add attachments into pdf documents. Attachments should be uploaded into cloud storage before importing. The table below contains the full list of properties that can be specified. 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 Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser....storage VersionId File version Id Useful for storages that support...Token * Please get your Client Id and Client Secret from https://dashboard...

    docs.groupdocs.cloud/merger/import-attachment/
  4. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation changed for specified pages. There are several ways to specify desired page numbers: 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....storage version File version Id Useful for storages that support...Token * Please get your Client Id and Client Secret from https://dashboard...

    docs.groupdocs.cloud/merger/change-page-orienta...
  5. Bank Statement Password Remover | Remove PDF Pa...

    Explore how we remove passwords from bank statement PDFs in our case study. Learn the steps for successful PDF password removal and access financial data easily....Token * Please get your Client Id and Client Secret from https://dashboard...place Client Id in "client_id" and Client Secret in "client_secret"...

    blog.groupdocs.cloud/merger/online-bank-stateme...
  6. Compare multiple documents protected with passw...

    GroupDocs.Comparison Cloud allows to compare more than 2 documents that are protected with a password. The following code sample shows how to compare password-protected documents. 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....Token * Please get your Client Id and Client Secret from https://dashboard...place Client Id in "client_id" and Client Secret in "client_secret"...

    docs.groupdocs.cloud/comparison/compare-multipl...
  7. Join Multiple Documents | Documentation

    This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provIde storage path for each file. For protected documents, it is also required to provIde a password. 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 It could be omitted for default storage.... VersionId File version Id Useful for storages that support...Token * Please get your Client Id and Client Secret from https://dashboard...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  8. Convert SVG to PNG using SVG to PNG Converter

    This article shows how to convert SVG to PNG in C#. GroupDocs.Conversion offers Cloud SDKs and REST APIs to programmatically build an SVG to PNG Converter....the API credentials (Client ID + Client Secret). For that purpose...Configuration class with the Client Secret & Client ID. Set the value of...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  9. How to Change Page Orientation in Word Document...

    Change word document orientation to portrait or landscape in same word document. Let's examine how to change page orientation in Word document using Ruby....Merger API client allows you to set Portrait...Please also get your Client ID and Client Secret from the dashboard...

    blog.groupdocs.cloud/merger/how-to-change-page-...
  10. Render Project Data from MPP to PDF using REST ...

    Programmatically render Project data from MPP or MPT to PDF using a REST API on the cloud in Python with Document Viewer Cloud SDK for Python....groupdocs_viewer_cloud Please get your Client ID and Client Secret from the dashboard...available code examples. Add your ID and secret in the code as demonstrated...

    blog.groupdocs.cloud/viewer/render-project-data...