Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 1,841 for

jwt

(0.07 sec)
  1. GroupDocs.Conversion 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....Conversion クラウド REST API は、JWT(JSON Web Token) 認証をサポートします。...

    blog.groupdocs.cloud/ja/tag/groupdocs.conversio...
  2. Document Conversion Tool

    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....Conversion クラウド REST API は、JWT(JSON Web Token) 認証をサポートします。...

    blog.groupdocs.cloud/ja/tag/document-conversion...
  3. Przedstawiamy GroupDocs.Conversion Cloud V2

    GroupDocs.Conversion Cloud REST API obsługuje konwersję ponad 65 formatów dokumentów. Zapewnia szybkie i niezawodne wydruki wysokiej jakości...API obsługuje uwierzytelnianie JWT (JSON Web Token). ### Retrieve...

    blog.groupdocs.cloud/pl/conversion/introducing-...
  4. Memperkenalkan GroupDocs.Conversion Cloud V2

    GroupDocs.Conversion Cloud REST API mendukung konversi 65+ format dokumen. Ini memberikan output berkualitas tinggi dengan cepat dan andal...REST API mendukung autentikasi JWT(JSON Web Token). ### Retrieve...

    blog.groupdocs.cloud/id/conversion/introducing-...
  5. تقديم GroupDocs.Conversion Cloud V2

    GroupDocs.Conversion Cloud REST API تدعم تحويل أكثر من 65 تنسيقًا للمستندات. يوفر مخرجات عالية الجودة بسرعة وموثوقية...Conversion Cloud REST API تدعم مصادقة JWT (JSON Web Token). ### Retrieve...

    blog.groupdocs.cloud/ar/conversion/introducing-...
  6. PDF を HTML に変換 | C# .NET での PDF から Web への変換

    C# .NET でのシームレスな PDF から HTML への変換。.NET REST API を使用して PDF から HTML に変換する簡単でシンプルなプロセス。...キーとアプリ SID) を取得し、JWT アクセス トークンを生成することです。JWT トークンを取得したら、次の cURL...形式の名前に、 accessToken を上記で生成した JWT トークンに置き換えてください。変換が成功すると、結果のファイルはクラウド...

    blog.groupdocs.cloud/ja/conversion/convert-pdf-...
  7. Enable font hinting | Documentation

    To adjust the display of an outline font (learn more about font hinting) when rendering PDF documents into image GroupDocs.Viewer Cloud provides PdfOptions.EnableFontHinting setting as shown below: NOTE: this option is supported when rendering into PNG and JPG. 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/enable-font-hinting/
  8. Load password-protected document | Documentation

    GroupDocs.Viewer Cloud supports rendering documents that are protected with a password. The following code sample shows how to render password-protected documents. 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/load-password-prote...
  9. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual pages when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate page on 90-degree clockwise; On180Degree - instructs to rotate page on 180-degree clockwise; On270Degree - instructs to rotate page on 270-degree clockwise; The following code snippet shows how to rotate output pages when viewing a document as PDF...\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  10. Adjust output image size | Documentation

    When CAD drawings are rendered, the size of the render result is adjusted by API automatically, the biggest side (width or height depending on which one is bigger) is set 2000 px, another side is set value based on width-to-length ratio. You may adjust the size of resulting document by setting CadOptions as show in example. 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/adjust-output-image...