Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 30,953 for

client id

(0.57 sec)
  1. Delete Barcode signatures | Documentation

    GroupDocs.Signature Cloud provIdes a method to delete signature from the signed document. The signature Id is needed to perform the delete, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Delete signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual.... The signature ID is needed to perform the delete...Token // Please get your Client Id and Client Secret from https://dashboard...

    docs.groupdocs.cloud/signature/delete-barcode-s...
  2. Compare Two PDF Files for Differences in Node.j...

    There is an error: let response = await compareApi.comparisons(request); ^^^^^ SyntaxError: await is only valId in async function Code is here: // initialize api let compareApi = groupdocs_comparison_…...loud'); // get your Client ID and Client Secret at https://dashboard...

    forum.groupdocs.cloud/t/compare-two-pdf-files-f...
  3. GitHub - groupdocs-merger-cloud/groupdocs-merge...

    Java library for communicating with the GroupDocs.Merger Cloud API - groupdocs-merger-cloud/groupdocs-merger-cloud-java...repository > < id >groupdocs-artifact-repository</ id > < name >GroupDocs...groupdocs . cloud . merger . client .*; import com . groupdocs...

    github.com/groupdocs-merger-cloud/groupdocs-mer...
  4. Classify Documents and Raw Text using C# | REST...

    Programmatically Classify your Documents and any Raw Text using a REST API in C# with GroupDocs.Classification for .NET SDK....Classification-Cloud Please get your Client ID and Client Secret from the dashboard...examples. Once you have your client ID and Secret, add in the code...

    blog.groupdocs.cloud/classification/classify-do...
  5. GroupDocs.Viewer 云 |云文档渲染Java SDK

    Java Rest API&SDK用于查看和渲染云中最受欢迎的文档文件格式。查看Word,Excel,PowerPoint,OpenOffice,HTML,电子邮件,PDF等。...注册一个帐户并在 Cloud Dashboard 查找/创建客户端 ID 和客户端密码。有可用的免费配额。有关详细信息,请参阅 GroupDocs...<repository> <id> repository.groupdocs.cloud </id> <name> repository...

    releases.groupdocs.cloud/zh/viewer/java/
  6. Detecting paraphrases in files with GroupDocs.R...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in files....Client ; using GroupDocs.Rewriter.Cloud.Sdk.Client.Auth.... Rewriter . Cloud . Sdk . Client . Configuration ; using System...

    docs.groupdocs.cloud/rewriter/file/sdk/detect/
  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....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/parser/parse-by-template-d...
  8. Parse by Template of a Document Inside a Contai...

    This REST API allows extracting fields and tables from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. The following example demonstrates how to extract data from a container item. Here you can see how to parse text fields by regular expressions and a table insIde the container item document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template of a document insIde a container example....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/parser/parse-by-template-o...
  9. Get changes coordinates | Documentation

    GroupDocs.Comparison Cloud allows to detect changes between source and target files and obtain changes coordinates at files preview images. The following code sample shows how to get changes coordinates. 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/get-changes-coo...
  10. 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-...