Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 1,863 for

jwt

(0.1 sec)
  1. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  2. 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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "JoinItems":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'JoinItems': [...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/import-attachment/
  4. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation 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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/rotate-pages/
  5. Get View Info for Archive File | Documentation

    GroupDocs.Viewer Cloud provides additional information such as list of folders when calling Info method. To retrieve view information for Archive File call Info method and cast output result to ArchiveViewInfo type. Following example demonstrates how to print out archive contents. 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/get-view-info-for-a...
  6. 1. Convert CAD Document with Load Options | Doc...

    This example demonstrates how to convert cad 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 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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": "Cad/Sample..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'Cad/Sample...

    docs.groupdocs.cloud/conversion/convert-cad-doc...
  7. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how to render document without using cloud storage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file to convert Form data, Required pages string Pages range to render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents....\ -H "Authorization: Bearer $JWT_TOKEN " \ --data-binary "@path/to/file"..."Authorization: Bearer $env:JWT_TOKEN" ` -d "@path/to/file" Windows...

    docs.groupdocs.cloud/viewer/convert-and-download/
  8. PDF ファイルを比較する | C# で PDF ドキュメントを比較する

    GroupDocs.Comparison Cloud SDK を使用して PDF ファイルを効率的に比較する方法。詳細なガイドでは、2 つの PDF ファイルを比較するための手順を段階的に説明しています。...このアプローチの最初のステップは、クライアントの資格情報に基づいて JWT アクセス トークンを生成することです。JWT トークンを取得したら、次の cURL...ファイルの名前に置き換え、 accessToken をパーソナライズされた JWT アクセス トークンに置き換えてください。 PDF文書をオンラインで無料で比較...

    blog.groupdocs.cloud/ja/comparison/compare-pdf-...
  9. C# .NET で Excel を CSV | XLS からカンマ区切りファイルに変換する

    .NET REST API を使用して Excel ファイルを CSV 形式に簡単に変換する方法。Excel からコンマ区切りファイルへの変換を実行します。XLS から CSV または XLSX から CSV...このアプローチの最初のステップは、パーソナライズされた JWT アクセス トークンを取得することです。JWT トークンを取得したら、次の cURL...の名前に、 accessToken をパーソナライズされた JWT アクセス トークンに置き換えてください。 無料のExcelからCSVへの変換アプリを試す...

    blog.groupdocs.cloud/ja/conversion/convert-exce...
  10. CSV 轉 JPG |將 CSV 轉換為 JPEG | C# .NET 中的圖像到 CSV

    了解如何使用 C# .NET 將 CSV 檔案轉換為 JPEG 影像。我們使用 C# .NET 將逗號分隔檔轉換為 jpg 映像檔的最佳實務。... 第一步是根據客戶端憑證產生 JWT 存取令牌,產生 JWT 令牌後,請執行下列 cURL 指令將 CSV...JPG 映像的名稱,將「accessToken」替換為個人化 JWT 存取權杖。 現在,如果我們需要將生成的 JPG 保存在本機磁碟機上,請嘗試使用以下...

    blog.groupdocs.cloud/zh-hant/conversion/convert...