Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 1,842 for

jwt

(0.04 sec)
  1. 逗号分隔文件到 Excel | 使用 C# .NET 将 CSV 转换为 Excel

    使用 C# .NET 将逗号分隔的文件转换为 Excel。使用 C# 将 csv 逗号分隔的值保存到 Excel 工作簿。... 第一步是根据客户端凭据生成 JWT 访问令牌,生成 JWT 令牌后,请执行以下 cURL 命令将 CSV...工作簿的名称,并将“accessToken”替换为个性化的 JWT 访问令牌。 如果您希望将生成的 Excel 工作簿保存在本地驱动器上,请尝试使用以下...

    blog.groupdocs.cloud/zh/conversion/convert-csv-...
  2. PDF 转 Excel | 将 PDF 转换为 XLS | 将 PDF 转换为 Excel

    使用 C# .NET 将 PDF 文件转换为 Excel 工作簿。在线执行无缝 PDF 到 XLS 转换。... 首先,我们需要根据客户端凭据生成 JWT 访问令牌,生成 JWT 令牌后,请执行以下 cURL 命令将 CSV...工作簿的名称,将“accessToken”替换为个性化的 JWT 访问令牌。 如果我们需要将生成的 Excel 工作簿保存在本地驱动器上,请尝试使用以下...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  3. CSV to JSON in Node.js | REST API を使用して CSV を J...

    CSV を JSON に変換するには、Node.js で GroupDocs.Conversion SDK を使用します。スケール可能で安全な REST API を使用して、表形式データを構造化された JSON 形式に変換します。... ステップ 1: JWT アクセストークンを生成する: curl -v "https://api...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...

    blog.groupdocs.cloud/ja/conversion/convert-csv-...
  4. Render tracked changes | Documentation

    GroupDocs.Viewer Cloud does not render tracked changes of Word Processing documents by default. If you want to see tracked changes in your rendering result, use WordProcessingOptions.RenderTrackedChanges property. The following code sample shows how to render a Word document including tracked changes. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/render-tracked-chan...
  5. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. 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; Document page count. The table below contains the full list of properties. |Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage name|It could be omitted for default storage....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": ..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/watermark/get-document-inf...
  6. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example: retrieve metadata (join several documents into one) curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  7. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Linux/MacOS/Bash # Get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example: remove metadata from a document curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  8. Get Supported Barcodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/signature/barcodes" \ -H 'accept: application/json' \ -H "authorization: Bearer $Jwt_TOKEN" Windows PowerShell curl.exe -X GET "https://api.groupdocs.cloud/v2.0/signature/barcodes" ` -H "accept: application/json" ` -H "authorization: Bearer $env:Jwt_TOKEN" Windows CMD curl -X GET "https://api....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET...

    docs.groupdocs.cloud/signature/get-supported-ba...
  9. Ti presentiamo GroupDocs.Comparison Cloud 19.5!

    La nuova versione di Groupdocs.Comparison Cloud 19.5 è qui. Il tuo interesse per la nostra API Document Comparison Cloud ci mantiene motivati a implementare nuove funzionalità....introdotto l’autenticazione JWT (JSON Web Token). I metodi di...token di accesso JWT. ### Retrieve access token JWT(JSON Web Token)...

    blog.groupdocs.cloud/it/comparison/introducing-...
  10. Converti JSON in CSV | Trasforma JSON in CSV in...

    La nostra guida completa per la conversione perfetta da JSON a CSV in C# .NET. Come trasformare i dati JSON in formato CSV utilizzando l'API GroupDocs.Conversion Cloud....ottenere un token di accesso JWT personalizzato. Pertanto, una...una volta ottenuto un token JWT, esegui il seguente comando cURL...

    blog.groupdocs.cloud/it/conversion/convert-json...