Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 1,841 for

jwt

(0.13 sec)
  1. C#: Chuyển đổi MPP sang Excel | Xuất MS Project...

    Học cách chuyển đổi tệp Microsoft Project (MPP) sang Excel (XLS/XLSX) trực tuyến. Hướng dẫn từng bước để xuất dữ liệu MS Project sang Excel để phân tích dễ dàng....tạo một mã thông báo truy cập JWT và sau đó, thực hiện lệnh cURL...ACCESSTOKEN với mã thông báo truy cập JWT cá nhân hóa. Nếu yêu cầu của...

    blog.groupdocs.cloud/vi/conversion/convert-mpp-...
  2. Chuyển DOCX thành PDF trong C# | Trình chuyển đ...

    Dễ dàng chuyển đổi tệp DOC và DOCX sang định dạng PDF chất lượng cao bằng cách sử dụng REST API. Tìm hiểu cách chuyển đổi tệp DOC, DOCX sang pdf trực tuyến....tiên quyết là tạo một token JWT bằng cách sử dụng thông tin xác...accessToken bằng mã thông báo JWT truy cập cá nhân. DOC sang PDF...

    blog.groupdocs.cloud/vi/conversion/convert-doc-...
  3. Sign document with image signature | Documentation

    An image as signature is alternative way to put any presenting data in a visual form. This electronic signature type allows to create custom image with company logo, sender’ initials, names or make a company stamp icon in it, GroupDocs.Signature Cloud provides options to specify different settings for Image signature such as image content, location, colors and advanced effects. API usage There are steps that usage of GroupDocs.Signature Cloud consists of:...\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/signature/sign-document-wi...
  4. Get View Info for PDF Document | Documentation

    GroupDocs.Viewer Cloud provides additional information for PDF documents when calling Info method. Following example demonstrates how to retrieve view information for PDF document. 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. 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/viewer/get-view-info-for-p...
  5. Delete Annotations | Documentation

    Delete method allows to remove all added annotations. 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 Delete annotations HTTP POST ~/annotation/remove 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 '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/annotation/delete-annotati...
  6. カンマ区切りファイルを Excel に転送 | C# .NET で CSV を Excel に転送

    C# .NET を使用して、カンマ区切りファイルを Excel に変換します。C# を使用して、CSV カンマ区切り値を Excel ワークブックに保存します。...最初のステップは、クライアントの資格情報に基づいて JWT アクセス トークンを生成することです。JWT トークンを生成したら、次の cURL...ワークブックの名前に、 accessToken をパーソナライズされた JWT アクセス トークンに置き換えてください。 結果の Excel...

    blog.groupdocs.cloud/ja/conversion/convert-csv-...
  7. Présentation de GroupDocs.Conversion Cloud V2

    L'API REST GroupDocs.Conversion Cloud prend en charge la conversion de plus de 65 formats de documents. Il fournit une sortie de haute qualité rapidement et de manière fiable...en charge l’authentification JWT (jeton Web JSON). ### Retrieve...

    blog.groupdocs.cloud/fr/conversion/introducing-...
  8. Resumir documentos en C# | API REST de Resumen ...

    Cómo resumir el contenido de documentos usando la API REST de .NET. Crea resúmenes concisos de PDFs, archivos Word y documentos de texto usando la resumición impulsada por IA....es generar un token de acceso JWT basado en credenciales de cliente...

    blog.groupdocs.cloud/es/rewriter/summarize-docu...
  9. Compare documents | Documentation

    Changes detection algorithms used by GroupDocs.Comparison Cloud allows to detect changes in different document parts and blocks: Text blocks - paragraphs, words and characters; Tables; Images; Shapes etc. For better visual separation of detected changes added, modified or deleted document parts are highlighted with different colors: Added – blue Modified – green Style – green Deleted – red Changes styling coloring scheme can be customized if needed, changed text blocks can be marked with different formatting - italic, bold, underlined, strikethrough etc....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "SourceFile":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'SourceFile':...

    docs.groupdocs.cloud/comparison/compare-documents/
  10. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding watermark. 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 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": ..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FilePath": "...

    docs.groupdocs.cloud/conversion/add-watermark/