Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 5,278 for

secret client

(0.03 sec)
  1. Extract Text from Word in Node.js | Word Docume...

    Learn how to extract text from Word documents (.docx) using Node.js REST API. Automate Word text extraction using Node.js REST API or cURL.... Get your Client ID and Client Secret. Install SDK: npm...how to obtain your Client ID and Client Secret for authentication...

    blog.groupdocs.cloud/parser/extract-text-from-w...
  2. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....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/merger/get-document-inform...
  3. Combine Word Documents in C#

    Let's learn how to combine Word documents in C#. GroupDocs.Merger offers cloud SDKs and REST APIs to merge Word documents programmatically....getting API credentials(Client ID + Client Secret). Combine Word Documents...Configuration class with the Client ID and Client Secret. Instantiate an instance...

    blog.groupdocs.cloud/merger/combine-word-docume...
  4. 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.... Client Secret, Client ID) from our API Cloud...API credentials (i.e. Client Secret, Client ID). Next, Instantiate...

    blog.groupdocs.cloud/conversion/convert-psd-to-...
  5. Features Overview | Documentation

    GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats. It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats. Adding Watermarks Groupdocs.Watermark Cloud allows to add text/image watermarks to supported document formats and images and save resultant file....application with an unique Client Id and Client Secret combination after...previously specified Cliend Id + Client Secret credentials. You can check...

    docs.groupdocs.cloud/watermark/features-overview/
  6. Compare PowerPoint Presentations in C# | Compar...

    Learn how to programmatically compare two or more PowerPoint (PPTX) files in C#. Highlight differences, generate summary slides, and manage presentations....Comparison-Cloud Please get your Client ID and Secret from the dashboard before... Once you have your ID and secret, add in the code as shown below:...

    blog.groupdocs.cloud/comparison/compare-powerpo...
  7. Parse by Template Defined as an Object | Docume...

    This REST API allows us to extract document’s fields and tables defined in a template object passed as a method parameter. The following example demonstrates how to extract data from a source document by a user-defined template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example....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/parser/parse-by-template-d...
  8. Online HTML to Word Document | Convert HTML to ...

    Easy and simple HTML to Word document conversion using Java REST API. Use Java REST API to convert HTML file to MS Word document DOC or DOCX online...Dashboard and grab your Client ID and Client Secret (please follow the...Configuration("your-client-id", "your-client-secret"); ConvertApi apiInstance...

    blog.groupdocs.cloud/conversion/convert-html-to...
  9. 10. Convert Html document with load options | D...

    This example demonstrates how to convert html document into pdf document 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 the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...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/conversion/convert-html-do...
  10. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the 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 moving document pages....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/merger/move-pages/