Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 1,842 for

jwt

(0.11 sec)
  1. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. 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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/watermark/search-watermarks/
  2. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a 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 swapping document pages....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/swap-pages/
  3. JSON から HTML | JSON から HTML への変換 | JSON から HTML...

    C# .NET を使用して JSON を HTML に変換する方法。.NET REST API を使用して JSON を HTML に変換する方法をステップバイステップで説明するガイドです。...まず、クライアントの資格情報に基づいて JWT アクセス トークンを生成する必要があります。JWT トークンを取得したら、次の cURL...ファイルの名前に、 accessToken をパーソナライズされた JWT アクセス トークンに置き換えてください。 結果の HTML...

    blog.groupdocs.cloud/ja/conversion/convert-json...
  4. C# .NET を使用して PDF ファイルを結合する | PDF を効率的に結合する

    C# .NET を使用して PDF ファイルを結合する方法を学びます。PDF マージを使用して PDF ファイルを結合する簡単でシンプルな手順。複数の PDF ドキュメントを 1 つの PDF に連結します。...このアプローチでは、まずクライアントの資格情報に基づいて JWT アクセス トークンを生成する必要があります (以下のコマンドに示すように)。...-H "Accept: application/json" JWT トークンが生成されたら、次のコマンドを実行して、最初のファイルの...

    blog.groupdocs.cloud/ja/merger/combine-pdf-file...
  5. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your App Key and App SID from https://dashboard....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/annotation/get-pages/
  6. 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. Pages count Password protection Resources HTTP POST ~/info Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First, get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d "{\"FilePath\":..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FilePath": "words/four-pages...

    docs.groupdocs.cloud/editor/get-document-inform...
  7. PDF를 HTML로 변환 | C# .NET에서 PDF를 웹으로 변환

    C# .NET에서 PDF를 HTML로 완벽하게 변환합니다. .NET REST API를 사용하여 PDF를 HTML로 변환하는 쉽고 간단한 프로세스입니다....증명(앱 키 및 앱 SID)을 얻고 JWT 액세스 토큰을 생성하는 것입니다. JWT 토큰이 있으면 다음 cURL 명령을...이름으로, ‘accessToken’을 위에서 생성된 JWT 토큰으로 바꾸세요. 변환이 성공적으로 완료되면 결과...

    blog.groupdocs.cloud/ko/conversion/convert-pdf-...
  8. CSV를 JPG로 | CSV를 JPEG로 변환 | C# .NET에서 이미지를 CSV로

    C# .NET을 사용하여 CSV 파일을 JPEG 이미지로 변환하는 방법을 알아보세요. C# .NET을 사용하여 쉼표로 구분된 파일을 jpg 이미지로 변환하는 모범 사례입니다....클라이언트 자격 증명을 기반으로 JWT 액세스 토큰을 생성하는 것입니다. JWT 토큰이 생성되면 다음 cURL...이미지의 이름으로, ‘accessToken’을 개인화된 JWT 액세스 토큰으로 바꾸세요. 이제 결과 JPG를 로컬...

    blog.groupdocs.cloud/ko/conversion/convert-csv-...
  9. Java JSON を HTML に | JSON を HTML に変換 | JSON から ...

    Javaを使用してJSONをHTMLに変換する方法を学びましょう。このガイドでは、GroupDocs.Conversion Cloud SDKを使用したJSONからHTMLへの変換の手順を説明します。...このアプローチを始めるには、最初にクライアント資格情報に基づいてJWTアクセストークンを生成する必要があります。JWTトークンが取得されたら、次のcUR...JSON ファイルの名前に、 JWTtoken を個別の JWT アクセストークンに置き換えてください。 ローカルドライブ...

    blog.groupdocs.cloud/ja/conversion/convert-json...
  10. 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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "SourceFile":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'SourceFile':...

    docs.groupdocs.cloud/comparison/get-changes-coo...