Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 1,890 for

jwt

(1.09 sec)
  1. جاوا: تبدیل PDF به Excel آنلاین | PDF به XLS آن...

    چگونه PDF را به دفترچه کار اکسل با استفاده از Java REST API تبدیل کنیم. مبدل آنلاین PDF به اکسل را با استفاده از Java API توسعه دهید. تبدیل آسان و ساده PDF به XLS...ما نیاز داریم یک توکن دسترسی JWT بر اساس اعتبارنامه های کلاینت...accessToken را با یک توکن دسترسی JWT شخصی سازی شده جایگزین کنید. اگر...

    blog.groupdocs.cloud/fa/conversion/pdf-to-xls-o...
  2. C#: تبدیل HTML به XPS | تبدیل وب به XPS در سی شارپ

    آموزش تبدیل HTML به XPS با استفاده از C#.NET. راهنمای گام به گام برای تبدیل محتوای HTML به فرمت XPS. تبدیل HTML به XPS به صورت آنلاین....رویکرد، تولید یک نشانه دسترسی JWT و سپس اجرای دستور cURL زیر برای...«accessToken» را با رمز دسترسی شخصی شده JWT جایگزین کنید. اگر نیاز شما ذخیره...

    blog.groupdocs.cloud/fa/conversion/convert-html...
  3. Java: Convertire MPP in PDF | MPP to PDF Conver...

    Impara come convertire MPP in PDF utilizzando Java REST API. Semplifica la condivisione dei progetti, migliora l'accessibilità e garantisci la compatibilità con un formato PDF universale....generare un token di accesso JWT e quindi eseguire il seguente...accessToken con un token di accesso JWT personalizzato. Nel caso in cui...

    blog.groupdocs.cloud/it/conversion/convert-mpp-...
  4. Convertir un fichier JPG en document Word (DOCX...

    Convertissez des images JPG en documents Word modifiables (DOCX) à l'aide de C# .NET. Comment convertir une photo en DOC en développant un convertisseur d'image en document en C# .NET....d’abord générer un jeton d’accès JWT, puis exécuter la commande cURL...accessToken » par un jeton d’accès JWT personnalisé. Afin de sauvegarder...

    blog.groupdocs.cloud/fr/conversion/convert-jpg-...
  5. C# : Conversion HTML en XPS | Conversion Web en...

    Apprenez à convertir du HTML en XPS à l'aide de C# .NET. Un guide étape par étape pour transformer du contenu HTML au format XPS. Conversion HTML en XPS en ligne....consiste à générer un jeton d’accès JWT, puis à exécuter la commande...accessToken par le jeton d’accès JWT personnalisé. Si vous souhaitez...

    blog.groupdocs.cloud/fr/conversion/convert-html...
  6. JSON을 HTML로 변환하기 | Node.js | JSON을 웹 형식으로 온라인 변환

    그룹독스.변환 클라우드 SDK를 사용하여 JSON을 HTML로 쉽게 변환하세요. RESTful API를 사용하여 구조화된 JSON 파일에서 깔끔한 HTML을 생성하는 방법을 배워보세요.... 클라이언트 자격 증명을 기반으로 JWT 액세스 토큰을 생성한 다음 다음 명령을 실행하십시오:...파일의 이름으로, accessToken 값을 개인화된 JWT 액세스 토큰으로 바꾸십시오. 결과 HTML을 로컬 드라이브에...

    blog.groupdocs.cloud/ko/conversion/convert-json...
  7. HTML in Excel konvertieren | Web zu Excel in C#...

    So konvertieren Sie HTML-Tabellen nahtlos mit C# .NET in Excel-Tabellen.... Nachdem wir das JWT-Token basierend auf personalisierten...„accessToken“ durch ein personalisiertes JWT-Zugriffstoken. – Wenn Sie die...

    blog.groupdocs.cloud/de/conversion/convert-html...
  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. 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/