Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 1,889 for

jwt

(0.52 sec)
  1. Extract Annotations | Documentation

    Get method allows to retrieve all added annotations for given document as list of json objects 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 Download document with annotations Extract or Delete annotations HTTP POST ~/annotation/extract 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":"annotationdocs/input..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/annotation/extract-annotat...
  2. Get list of changes without cloud storage | Doc...

    GroupDocs.Comparison Cloud allows you to get a list of changes between source and target documents by sending the files directly in the request body as multipart/form-data. No prior upload to cloud storage is required. This is especially useful when you already have the document bytes in memory or on disk and prefer a single round-trip call instead of a separate upload step. API usage The PUT /comparison/changes endpoint accepts files as multipart/form-data form fields:...\ -H "Authorization: Bearer $JWT_TOKEN " \ -F "sourceFile=@source..."Authorization: Bearer $env:JWT_TOKEN" ` -F "sourceFile=@source...

    docs.groupdocs.cloud/comparison/get-changes-wit...
  3. Render document with comments | Documentation

    Some document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement to include or exclude the comments in output representation of the document may vary in different situations. GroupDocs.Viewer Cloud enables you to control the rendering of document comments. By default, comments are not rendered into the output document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/render-document-wit...
  4. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. 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 '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/get-document-inform...
  5. 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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/move-pages/
  6. Create Document Preview | Documentation

    GroupDocs.Signature Cloud allows to create document preview images, one per page. Image size and format can be set as options. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Create preview images Download images For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. 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/signature/create-document-...
  7. PDF から Excel | PDF から XLS に変換 | PDF から Excel に変換

    C# .NET を使用して PDF ファイルを Excel ワークブックに変換します。オンラインで PDF から XLS へのシームレスな変換を実行します。...まず、クライアントの資格情報に基づいて JWT アクセス トークンを生成する必要があります。JWT トークンを生成したら、次の cURL...ワークブックの名前に、 accessToken をパーソナライズされた JWT アクセス トークンに置き換えてください。 結果の Excel...

    blog.groupdocs.cloud/ja/conversion/convert-pdf-...
  8. MS Project Viewer | MPP Viewer | Microsoft Proj...

    C# .NET을 사용하여 Microsoft Project(MPP) 파일을 HTML로 변환하는 방법. MPP를 HTML로 변환하여 C#에서 MS Project Viewer를 개발합니다. C# .NET을 사용하여 MPP 파일 뷰어... 이 접근 방식의 첫 번째 단계는 JWT 액세스 토큰을 생성한 다음 다음 cURL 명령을 실행하여...파일 이름으로, accessToken 을 개인화된 JWT 액세스 토큰으로 바꿔주세요. 다음 cURL 명령을 실행하여...

    blog.groupdocs.cloud/ko/conversion/convert-mpp-...
  9. Java: PDF를 Excel로 변환 온라인 | PDF를 XLS 온라인

    PDF를 Excel 워크북으로 변환하는 방법: Java REST API를 사용하여 PDF를 Excel 온라인 변환기를 개발합니다. 쉽고 간단한 PDF에서 XLS로 변환.... 우선, 클라이언트 자격 증명을 기반으로 JWT 액세스 토큰을 생성한 다음, MPP를 HTML로 변환하기...파일의 이름으로, accessToken 을 개인화된 JWT 액세스 토큰으로 바꿔 주세요. 로컬 드라이브에 결과적인...

    blog.groupdocs.cloud/ko/conversion/pdf-to-xls-o...
  10. Java: MPP를 HTML로 변환 | MPP를 HTML로 변환하는 컨버터 개발

    Microsoft Project (MPP) 파일을 HTML로 변환하는 방법을 배우고 REST API를 사용하여 온라인으로 변환하세요. 모든 웹 브라우저에서 프로젝트 계획을 쉽게 공유하고 볼 수 있습니다.... 우선, 클라이언트 자격증명을 기반으로 JWT 액세스 토큰을 생성한 다음, MPP를 HTML로 변환하기...이름으로 바꾸고, accessToken 을 개인화된 JWT 액세스 토큰으로 바꿔주세요. 다음 cURL 명령을 실행하여...

    blog.groupdocs.cloud/ko/conversion/convert-mpp-...