Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 1,842 for

jwt

(0.05 sec)
  1. Render all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order to render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following code sample shows how to render layouts along with the Model of a CAD drawing. 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": {...CLIENT_ID, CLIENT_SECRET, and JWT_TOKEN are set. curl . exe -v...

    docs.groupdocs.cloud/viewer/render-all-layouts/
  2. Image Viewer - Adjust quality for JPG | Documen...

    When rendering documents and files to JPG with GroupDocs.Viewer Cloud you can adjust quality of the output images by setting Quality property of ImageOptions class. The supported values range of Quality is from 1 to 100. Default value is 90. This example demonstrates how to adjust quality of the output JPG image. 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": {...CLIENT_ID, CLIENT_SECRET and JWT_TOKEN are set in your session...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  3. まったく新しい GroupDocs.Signature Cloud V2!

    さまざまなファイル形式の電子署名を適用、検証、検索するための署名 REST API。多彩な電子署名に対応...- API バージョン V2 を導入しました 認証 - JWT(JSON Web Token)認証 署名 API - ド...ソース文書にバーコード署名を追加する 次の cURL の例から、V2 の例で JWT 認証を使用していることがわかります。 V1 API バージョンの...

    blog.groupdocs.cloud/ja/signature/all-new-group...
  4. Сохранить JSON в HTML в Node.js | Онлайн конвер...

    Легко конвертируйте файлы JSON в формат HTML с помощью GroupDocs.Conversion Cloud SDK для Node.js. Преобразуйте структурированные данные JSON в HTML-страницы онлайн....получим наш персонализированный JWT токен доступа, пожалуйста, используйте...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...

    blog.groupdocs.cloud/ru/conversion/convert-json...
  5. Java JSON ke HTML | Mengubah JSON ke HTML | JSO...

    Pelajari cara mengonversi JSON ke HTML menggunakan Java. Panduan ini menjelaskan metode langkah demi langkah untuk konversi JSON ke HTML menggunakan GroupDocs.Conversion Cloud SDK....akses JWT berdasarkan kredensial klien. Setelah token JWT diperoleh...JWTtoken dengan token akses JWT yang dipersonalisasi. Untuk menyimpan...

    blog.groupdocs.cloud/id/conversion/convert-json...
  6. جافا JSON إلى HTML | تحويل JSON إلى HTML | JSON...

    تعلم كيفية تحويل JSON إلى HTML باستخدام Java. يشرح هذا الدليل خطوات خطوة بخطوة لطرق تحويل JSON إلى HTML باستخدام GroupDocs.Conversion Cloud SDK....نحتاج أولاً إلى توليد رمز وصول JWT بناءً على بيانات اعتماد العميل...العميل. بمجرد الحصول على رمز JWT، يرجى تنفيذ أمر cURL التالي لتحويل...

    blog.groupdocs.cloud/ar/conversion/convert-json...
  7. مقارنة ملفات PDF | مقارنة مستندات PDF في C#

    كيفية مقارنة ملفات PDF بكفاءة مع GroupDocs.Comparison Cloud SDK. يوفر دليلنا التفصيلي إرشادات خطوة بخطوة لمقارنة ملفين بتنسيق PDF....هذا الأسلوب هي إنشاء رمز وصول JWT استنادًا إلى بيانات اعتماد العميل...العميل. بمجرد حصولنا على رمز JWT، نحتاج إلى تنفيذ أمر cURL التالي...

    blog.groupdocs.cloud/ar/comparison/compare-pdf-...
  8. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract text by a page number example. cURL example The following example demonstrates how to extract text by a page number range. 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 '{ "StartPageNumber":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "`{ 'StartPageNumber':...

    docs.groupdocs.cloud/parser/extract-text-by-a-p...
  9. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata information as properties which names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name. Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs Cloud dashboard. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata to a document (example) curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  10. Set Metadata By Property Name | Documentation

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata date and time information in all properties that may have names containing “Date” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...