Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,909 for

jwt

(0.48 sec)
  1. Масштабована векторна графіка до JPEG | Перетво...

    Перетворіть SVG на JPG у C# .NET за допомогою GroupDocs.Conversion Cloud SDK. Виконуйте плавне перетворення масштабованої векторної графіки у JPG на C#. Конвертер SVG в JPG...потрібно згенерувати маркер доступу JWT на основі облікових даних клієнта...клієнта. Отримавши маркер JWT, виконайте таку команду cURL, щоб...

    blog.groupdocs.cloud/uk/conversion/convert-svg-...
  2. JSON in CSV umwandeln in Node.js | JSON zu CSV ...

    Lernen Sie, wie Sie strukturierte JSON-Daten in das CSV-Format unter Verwendung der Node.js-API konvertieren. Wandeln Sie JSON einfach in CSV um für Berichte, Datenbanken oder Tabellenkalkulationen....CSV mit der API: Sobald ein JWT-Token erhalten wurde, verwenden...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...

    blog.groupdocs.cloud/de/conversion/convert-json...
  3. PDF Dateien mit C# .NET kombinieren | PDFs effi...

    Erfahren Sie, wie Sie PDF Dateien mit C# .NET zusammenführen. Einfache Schritte zum Zusammenführen von PDF Dateien mit PDF Merger. Mehrere PDF Dokumente zu einem einzigen PDF zusammenfügen...Ansatz müssen wir zuerst das JWT-Zugriffstoken basierend auf den...application/json" Sobald das JWT-Token generiert wurde, führen...

    blog.groupdocs.cloud/de/merger/combine-pdf-file...
  4. Combine archivos PDF usando C# .NET | Fusionar ...

    Aprenda a combinar archivos PDF usando C# .NET. Pasos sencillos y sencillos para fusionar archivos PDF mediante la fusión de PDF. Concatene varios documentos PDF en un solo PDF...debemos generar el token de acceso JWT según las credenciales del cliente...Una vez que se genere el token JWT, ejecute el siguiente comando...

    blog.groupdocs.cloud/es/merger/combine-pdf-file...
  5. JSON을 CSV로 변환 | C# .NET에서 JSON을 CSV로 변환

    C# .NET에서 JSON을 CSV로 원활하게 변환하기 위한 종합 가이드입니다. GroupDocs.Conversion Cloud API를 사용하여 JSON 데이터를 CSV 형식으로 변환하는 방법....방식의 첫 번째 단계는 개인화된 JWT 액세스 토큰을 얻는 것입니다. 따라서 JWT 토큰이 있으면 다음 cURL...CSV 이름으로, ‘accessToken’을 개인화된 JWT 액세스 토큰으로 바꾸세요. 무료 JSON을 CSV로...

    blog.groupdocs.cloud/ko/conversion/convert-json...
  6. تبدیل اکسل به CSV | فایل های XLS به کاما در C#.NET

    چگونه با استفاده از NET REST API فایل های اکسل را بدون زحمت به فرمت CSV تبدیل کنیم. تبدیل فایل های اکسل به کاما را انجام دهید. XLS به CSV یا XLSX به CSV...دسترسی شخصی JWT است. بنابراین، هنگامی که یک توکن JWT دارید، لطفاً...را با نشانه دسترسی شخصی شده JWT جایگزین کنید. برنامه تبدیل رایگان...

    blog.groupdocs.cloud/fa/conversion/convert-exce...
  7. 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...
  8. Extract Metadata By Property Name Match Exact P...

    This REST API allows to extract metadata properties from the document choosing the properties to extract by name. cURL example The following example demonstrates how to extract metadata information from all properties with the exact same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET. curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. 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...
  10. 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...