Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 1,863 for

jwt

(0.06 sec)
  1. C# Excel a PDF | XLS a PDF | XLSX a PDF en línea

    Convierta sin problemas libros de Excel a PDF usando C# .NET. Técnicas expertas para convertir archivos XLS y XLSX en documentos PDF de alta calidad....es obtener un token de acceso JWT personalizado. Entonces, una...una vez que tenga un token JWT, ejecute el siguiente comando cURL...

    blog.groupdocs.cloud/es/conversion/convert-exce...
  2. 将 CSV 转换为 JSON | 在 C# .NET 中将 CSV 导出为 JSON

    通过我们的分步指南了解如何轻松地将 CSV 文件转换为 JSON 格式。轻松将 CSV 导出为 JSON。... 第一步是根据客户端凭据生成 JWT 访问令牌,生成 JWT 令牌后,请执行以下 cURL 命令将 CSV...文件的名称,并将“accessToken”替换为个性化的 JWT 访问令牌。 现在,如果我们需要将生成的 JPG 保存在本地驱动器上,请尝试使用以下...

    blog.groupdocs.cloud/zh/conversion/convert-csv-...
  3. CSV를 PDF로 | C#에서 CSV를 PDF로 변환합니다. CSV를 PDF로 변환

    단계별 가이드를 사용하여 CSV 파일을 PDF 형식으로 쉽게 변환하는 방법. C# 및 GroupDocs.Conversion Cloud API를 사용하여 쉽고 간단하게 CSV를 PDF로 변환합니다....클라이언트 자격 증명을 기반으로 JWT 액세스 토큰을 생성해야 합니다. JWT 토큰을 생성한 후에는 다음 cURL...파일의 이름으로, ‘accessToken’을 개인화된 JWT 액세스 토큰으로 바꾸세요. 결과 PDF를 로컬 드라이브에...

    blog.groupdocs.cloud/ko/conversion/convert-csv-...
  4. सभी नए GroupDocs.Signature Cloud V2!

    विभिन्न फ़ाइल स्वरूपों में ई-हस्ताक्षरों को लागू करने, सत्यापित करने और खोजने के लिए सिग्नेचर रेस्ट एपीआई। विभिन्न प्रकार के इलेक्ट्रॉनिक हस्ताक्षरों का समर्थन करता है...प्रस्तुत किया गया प्रमाणीकरण - JWT(JSON वेब टोकन) प्रमाणीकरण हस्ताक्षर...सकते हैं कि हमने V2 उदाहरण में JWT प्रमाणीकरण का उपयोग किया है।...

    blog.groupdocs.cloud/hi/signature/all-new-group...
  5. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....生成访问令牌 ### Retrieve access token JWT(JSON Web Token) ### TODO: Get...0/comparison/ 验证 为了提高安全性,我们在此版本中引入了 JWT(JSON Web Token)身份验证。 V2 API 版本不再支持...

    blog.groupdocs.cloud/zh/page/43/
  6. Banka Ekstresi Şifre Kaldırıcı | PDF Şifresini ...

    Örnek olay incelememizde banka ekstresi PDF'lerinden şifreleri nasıl kaldırdığımızı keşfedin. Başarılı bir PDF şifresi kaldırma adımlarını öğrenin ve finansal verilere kolayca erişin....Kimlik doğrulama için elde edilen JWT’yi kullanın. Parolayı bir belgeden...DELETE -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    blog.groupdocs.cloud/tr/merger/online-bank-stat...
  7. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/annotation/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $Jwt_TOKEN" Windows PowerShell curl.exe -X GET ` "https://api.groupdocs.cloud/v2.0/annotation/formats" ` -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/annotation/get-supported-f...
  8. Delete Document Pages | Documentation

    Delete Pages method allows to delete pages in the cloud storage, created by get pages method. 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 Delete pages in cloud storage HTTP POST ~/annotation/preview/remove Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": "one-page..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'one-page...

    docs.groupdocs.cloud/annotation/delete-pages/
  9. 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. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{"FilePath": "..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/merger/get-document-inform...
  10. Node.js で Word を PDF に変換 | DOCX を PDF にするオンライン ...

    Microsoft Word 文書 (DOC, DOCX) を PDF に変換する方法を Node.js API を使用して学びます。Word から PDF への変換のための信頼性がありスケーラブルな REST API。...\ -H "Authorization: Bearer <JWT_TOKEN>" \ -H "accept: application/json"...ファイルの名前に置き換え、 JWTTOKEN を個別の JWT アクセストークンに置き換えてください。 DOC to PDF...

    blog.groupdocs.cloud/ja/conversion/convert-doc-...